<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>qr code creation and free download &#8211; pk-360</title>
	<atom:link href="https://pk-360.com/tag/qr-code-creation-and-free-download/feed/" rel="self" type="application/rss+xml" />
	<link>https://pk-360.com</link>
	<description>IT Solutions, Support, Insight, Ideas, and Business Solutions</description>
	<lastBuildDate>Sat, 08 Nov 2025 11:55:00 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0</generator>

<image>
	<url>https://pk-360.com/wp-content/uploads/2025/08/pk-360-150x150.png</url>
	<title>qr code creation and free download &#8211; pk-360</title>
	<link>https://pk-360.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Free QR Code Generator &#124; Create Custom QR Codes Online</title>
		<link>https://pk-360.com/create-custom-qr-codes-online/</link>
		
		<dc:creator><![CDATA[Haider]]></dc:creator>
		<pubDate>Tue, 14 Oct 2025 16:16:14 +0000</pubDate>
				<category><![CDATA[AI Tools]]></category>
		<category><![CDATA[download png qr code free]]></category>
		<category><![CDATA[download qr in pdf format]]></category>
		<category><![CDATA[download svg qr code free]]></category>
		<category><![CDATA[free QR code generation]]></category>
		<category><![CDATA[free qr code generation on pk360]]></category>
		<category><![CDATA[free qr code in seconds]]></category>
		<category><![CDATA[how to create qr code free]]></category>
		<category><![CDATA[how to generate qr code]]></category>
		<category><![CDATA[how to generate qr code for vCard]]></category>
		<category><![CDATA[how to generate qr code of google form how to generate qr code of website]]></category>
		<category><![CDATA[how to generator qr code for wifi]]></category>
		<category><![CDATA[how to generator qr code of location]]></category>
		<category><![CDATA[PK-360]]></category>
		<category><![CDATA[pk360]]></category>
		<category><![CDATA[qr barcode generator]]></category>
		<category><![CDATA[qr bulk code generator]]></category>
		<category><![CDATA[qr code]]></category>
		<category><![CDATA[qr code creation and free download]]></category>
		<category><![CDATA[qr code creation in seconds]]></category>
		<category><![CDATA[QR code generator]]></category>
		<category><![CDATA[QR code generator free]]></category>
		<category><![CDATA[qr free ccode generator]]></category>
		<category><![CDATA[qr generator online free]]></category>
		<category><![CDATA[QR scanner]]></category>
		<guid isPermaLink="false">https://pk-360.com/?page_id=1322</guid>

					<description><![CDATA[To create custom QR Codes online PK-360 is providing you an amazing AI Tool. This tool is advanced level tool which can easily generate QR Code for free. This AI Tool can generate QR Code within seconds and has following features without any subscription or taking any email from the user. Advanced QR Code Generator]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph" id="GenerateQRCode">To create custom QR Codes online PK-360 is providing you an amazing <a href="https://pk-360.com/free-pdf-tools-for-everyone/">AI Tool</a>. This tool is advanced level tool which can easily generate QR Code for free. This AI Tool can generate QR Code within seconds and has following features without any subscription or taking any email from the user.</p>



<ul class="wp-block-list">
<li>WiFi QR code generator</li>



<li>vCard QR code generator </li>



<li>QR code with logo Colored </li>



<li>QR code generator Download </li>



<li>QR code PNG </li>



<li>QR code PDF </li>



<li>Download Business card QR code</li>



<li>Contact QR code maker</li>
</ul>



<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Advanced QR Code Generator</title>
    <style>
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            background: transparent;
            min-height: 100vh;
            padding: 20px;
        }

        .container {
            max-width: 1200px;
            margin: 0 auto;
            background: white;
            border-radius: 20px;
            box-shadow: 0 20px 60px rgba(0,0,0,0.3);
            overflow: hidden;
        }

        .header {
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            color: white;
            padding: 30px;
            text-align: center;
        }

        .header h1 {
            font-size: 2.5em;
            margin-bottom: 10px;
        }

        .header p {
            opacity: 0.9;
        }

        .content {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 30px;
            padding: 40px;
        }

        .settings-panel {
            display: flex;
            flex-direction: column;
            gap: 20px;
        }

        .input-group {
            display: flex;
            flex-direction: column;
            gap: 8px;
        }

        .input-group label {
            font-weight: 600;
            color: #333;
            font-size: 14px;
        }

        .input-group input[type="text"],
        .input-group input[type="url"],
        .input-group textarea,
        .input-group select {
            padding: 12px;
            border: 2px solid #e0e0e0;
            border-radius: 8px;
            font-size: 14px;
            transition: border-color 0.3s;
        }

        .input-group input:focus,
        .input-group textarea:focus,
        .input-group select:focus {
            outline: none;
            border-color: #667eea;
        }

        .input-group textarea {
            resize: vertical;
            min-height: 100px;
        }

        .color-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 15px;
        }

        .color-input {
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .color-input input[type="color"] {
            width: 50px;
            height: 40px;
            border: 2px solid #e0e0e0;
            border-radius: 8px;
            cursor: pointer;
        }

        .slider-group {
            display: flex;
            flex-direction: column;
            gap: 8px;
        }

        .slider-group input[type="range"] {
            width: 100%;
            height: 6px;
            border-radius: 3px;
            background: #e0e0e0;
            outline: none;
        }

        .slider-value {
            text-align: right;
            font-weight: 600;
            color: #667eea;
        }

        .btn {
            padding: 15px 30px;
            border: none;
            border-radius: 8px;
            font-size: 16px;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s;
        }

        .btn-primary {
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            color: white;
        }

        .btn-primary:hover {
            transform: translateY(-2px);
            box-shadow: 0 10px 20px rgba(102, 126, 234, 0.3);
        }

        .btn-secondary {
            background: #f0f0f0;
            color: #333;
        }

        .btn-secondary:hover {
            background: #e0e0e0;
        }

        .preview-panel {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 20px;
            padding: 30px;
            background: #f8f9fa;
            border-radius: 15px;
        }

        #qrcode {
            padding: 20px;
            background: white;
            border-radius: 15px;
            box-shadow: 0 10px 30px rgba(0,0,0,0.1);
            display: inline-block;
        }

        .download-options {
            display: flex;
            gap: 10px;
            flex-wrap: wrap;
            justify-content: center;
        }

        .tabs {
            display: flex;
            gap: 10px;
            margin-bottom: 20px;
            border-bottom: 2px solid #e0e0e0;
        }

        .tab {
            padding: 10px 20px;
            background: none;
            border: none;
            border-bottom: 3px solid transparent;
            cursor: pointer;
            font-weight: 600;
            color: #666;
            transition: all 0.3s;
        }

        .tab.active {
            color: #667eea;
            border-bottom-color: #667eea;
        }

        .tab-content {
            display: none;
        }

        .tab-content.active {
            display: block;
        }

        @media (max-width: 768px) {
            .content {
                grid-template-columns: 1fr;
            }

            .header h1 {
                font-size: 1.8em;
            }
        }
    </style>
</head>
<body>
    <div class="container">
        <div class="header">
            <h1>🎨 Advanced QR Code Generator</h1>
            <p>Create beautiful, customized QR codes with advanced features</p>
        </div>

        <div class="content">
            <div class="settings-panel">
                <div class="tabs">
                    <button class="tab active" onclick="switchTab('text')">Text/URL</button>
                    <button class="tab" onclick="switchTab('wifi')">WiFi</button>
                    <button class="tab" onclick="switchTab('vcard')">vCard</button>
                </div>

                <!-- Text/URL Tab -->
                <div id="text-tab" class="tab-content active">
                    <div class="input-group">
                        <label>Enter Text or URL</label>
                        <textarea id="qr-text" placeholder="Enter text, URL, or any data...">https://example.com</textarea>
                    </div>
                </div>

                <!-- WiFi Tab -->
                <div id="wifi-tab" class="tab-content">
                    <div class="input-group">
                        <label>Network Name (SSID)</label>
                        <input type="text" id="wifi-ssid" placeholder="My WiFi Network">
                    </div>
                    <div class="input-group">
                        <label>Password</label>
                        <input type="text" id="wifi-password" placeholder="Password123">
                    </div>
                    <div class="input-group">
                        <label>Security Type</label>
                        <select id="wifi-security">
                            <option value="WPA">WPA/WPA2</option>
                            <option value="WEP">WEP</option>
                            <option value="nopass">None</option>
                        </select>
                    </div>
                </div>

                <!-- vCard Tab -->
                <div id="vcard-tab" class="tab-content">
                    <div class="input-group">
                        <label>Full Name</label>
                        <input type="text" id="vcard-name" placeholder="John Doe">
                    </div>
                    <div class="input-group">
                        <label>Phone</label>
                        <input type="text" id="vcard-phone" placeholder="+1234567890">
                    </div>
                    <div class="input-group">
                        <label>Email</label>
                        <input type="email" id="vcard-email" placeholder="john@example.com">
                    </div>
                    <div class="input-group">
                        <label>Company</label>
                        <input type="text" id="vcard-company" placeholder="Company Name">
                    </div>
                </div>

                <!-- Customization Options -->
                <div class="input-group">
                    <label>QR Code Size</label>
                    <div class="slider-group">
                        <input type="range" id="qr-size" min="128" max="512" value="256" step="32">
                        <div class="slider-value"><span id="size-value">256</span>px</div>
                    </div>
                </div>

                <div class="color-grid">
                    <div class="input-group">
                        <label>Foreground Color</label>
                        <div class="color-input">
                            <input type="color" id="fg-color" value="#000000">
                            <span>Dark</span>
                        </div>
                    </div>
                    <div class="input-group">
                        <label>Background Color</label>
                        <div class="color-input">
                            <input type="color" id="bg-color" value="#ffffff">
                            <span>Light</span>
                        </div>
                    </div>
                </div>

                <div class="input-group">
                    <label>Border Width (pixels)</label>
                    <div class="slider-group">
                        <input type="range" id="border-width" min="0" max="50" value="20" step="5">
                        <div class="slider-value"><span id="border-value">20</span>px</div>
                    </div>
                </div>

                <div class="input-group">
                    <label>Error Correction Level</label>
                    <select id="error-level">
                        <option value="L">Low (7%)</option>
                        <option value="M" selected>Medium (15%)</option>
                        <option value="Q">Quartile (25%)</option>
                        <option value="H">High (30%)</option>
                    </select>
                </div>

                <button class="btn btn-primary" onclick="generateQR()">Generate QR Code</button>
            </div>

            <div class="preview-panel">
                <h3>Preview</h3>
                <div id="qrcode"></div>
                <div class="download-options">
                    <button class="btn btn-secondary" onclick="downloadQR('png')">Download PNG</button>
                    <button class="btn btn-secondary" onclick="downloadQR('svg')">Download SVG</button>
                    <button class="btn btn-secondary" onclick="downloadQR('pdf')">Download PDF</button>
                </div>
            </div>
        </div>
    </div>

    <script src="https://cdnjs.cloudflare.com/ajax/libs/qrcodejs/1.0.0/qrcode.min.js"></script>
    <script src="https://cdnjs.cloudflare.com/ajax/libs/jspdf/2.5.1/jspdf.umd.min.js"></script>
    <script>
        let qrCode = null;
        let currentTab = 'text';

        // Initialize
        document.addEventListener('DOMContentLoaded', function() {
            generateQR();
            
            // Update slider values
            document.getElementById('qr-size').addEventListener('input', function() {
                document.getElementById('size-value').textContent = this.value;
            });
            
            document.getElementById('border-width').addEventListener('input', function() {
                document.getElementById('border-value').textContent = this.value;
            });
        });

        function switchTab(tab) {
            currentTab = tab;
            
            // Update tab buttons
            document.querySelectorAll('.tab').forEach(t => t.classList.remove('active'));
            event.target.classList.add('active');
            
            // Update tab content
            document.querySelectorAll('.tab-content').forEach(c => c.classList.remove('active'));
            document.getElementById(tab + '-tab').classList.add('active');
        }

        function getQRContent() {
            if (currentTab === 'text') {
                return document.getElementById('qr-text').value;
            } else if (currentTab === 'wifi') {
                const ssid = document.getElementById('wifi-ssid').value;
                const password = document.getElementById('wifi-password').value;
                const security = document.getElementById('wifi-security').value;
                return `WIFI:T:${security};S:${ssid};P:${password};;`;
            } else if (currentTab === 'vcard') {
                const name = document.getElementById('vcard-name').value;
                const phone = document.getElementById('vcard-phone').value;
                const email = document.getElementById('vcard-email').value;
                const company = document.getElementById('vcard-company').value;
                return `BEGIN:VCARD\nVERSION:3.0\nFN:${name}\nTEL:${phone}\nEMAIL:${email}\nORG:${company}\nEND:VCARD`;
            }
        }

        function generateQR() {
            const qrContainer = document.getElementById('qrcode');
            qrContainer.innerHTML = '';
            
            const text = getQRContent();
            const size = parseInt(document.getElementById('qr-size').value);
            const fgColor = document.getElementById('fg-color').value;
            const bgColor = document.getElementById('bg-color').value;
            const border = parseInt(document.getElementById('border-width').value);
            const errorLevel = document.getElementById('error-level').value;
            
            qrCode = new QRCode(qrContainer, {
                text: text,
                width: size,
                height: size,
                colorDark: fgColor,
                colorLight: bgColor,
                correctLevel: QRCode.CorrectLevel[errorLevel]
            });
            
            // Apply border
            setTimeout(() => {
                const canvas = qrContainer.querySelector('canvas');
                if (canvas && border > 0) {
                    const ctx = canvas.getContext('2d');
                    const tempCanvas = document.createElement('canvas');
                    const tempCtx = tempCanvas.getContext('2d');
                    
                    tempCanvas.width = canvas.width;
                    tempCanvas.height = canvas.height;
                    tempCtx.drawImage(canvas, 0, 0);
                    
                    canvas.width = size + (border * 2);
                    canvas.height = size + (border * 2);
                    
                    ctx.fillStyle = bgColor;
                    ctx.fillRect(0, 0, canvas.width, canvas.height);
                    ctx.drawImage(tempCanvas, border, border);
                }
            }, 100);
        }

        function downloadQR(format) {
            const qrContainer = document.getElementById('qrcode');
            const canvas = qrContainer.querySelector('canvas');
            
            if (!canvas) {
                alert('Please generate a QR code first!');
                return;
            }
            
            if (format === 'png') {
                const link = document.createElement('a');
                link.download = 'qrcode.png';
                link.href = canvas.toDataURL();
                link.click();
            } else if (format === 'svg') {
                // Convert canvas to SVG
                const img = canvas.toDataURL('image/png');
                const svg = `<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="${canvas.width}" height="${canvas.height}">
                    <image xlink:href="${img}" width="${canvas.width}" height="${canvas.height}"/>
                </svg>`;
                
                const blob = new Blob([svg], {type: 'image/svg+xml'});
                const link = document.createElement('a');
                link.download = 'qrcode.svg';
                link.href = URL.createObjectURL(blob);
                link.click();
            } else if (format === 'pdf') {
                const { jsPDF } = window.jspdf;
                const pdf = new jsPDF();
                const imgData = canvas.toDataURL('image/png');
                
                const pdfWidth = 150;
                const pdfHeight = 150;
                const x = (pdf.internal.pageSize.getWidth() - pdfWidth) / 2;
                const y = 30;
                
                pdf.addImage(imgData, 'PNG', x, y, pdfWidth, pdfHeight);
                pdf.save('qrcode.pdf');
            }
        }
    </script>
</body>
</html>



<h2 class="wp-block-heading">Create Custom QR Code Online</h2>



<h3 class="wp-block-heading">Steps for creation of QR Code:</h3>



<ul class="wp-block-list">
<li>You just need to copy any website url , Wifi and vCard by selecting the relevant option. </li>



<li>Select the QR code size by sliding the ribbon</li>



<li>You can select the background</li>



<li>Then you can select error correction level</li>



<li>Then you click on Generate QR Code button</li>



<li>After QR creation you can download your QR with PNG, SVG and PDF formats</li>
</ul>



<h4 class="wp-block-heading">Free QR Code Generator | Create Custom QR Codes Online</h4>



<ul class="wp-block-social-links is-style-pill-shape is-layout-flex wp-block-social-links-is-layout-flex"></ul>


<div class="taxonomy-post_tag wp-block-post-terms"><a href="https://pk-360.com/tag/download-png-qr-code-free/" rel="tag">download png qr code free</a><span class="wp-block-post-terms__separator">, </span><a href="https://pk-360.com/tag/download-qr-in-pdf-format/" rel="tag">download qr in pdf format</a><span class="wp-block-post-terms__separator">, </span><a href="https://pk-360.com/tag/download-svg-qr-code-free/" rel="tag">download svg qr code free</a><span class="wp-block-post-terms__separator">, </span><a href="https://pk-360.com/tag/free-qr-code-generation/" rel="tag">free QR code generation</a><span class="wp-block-post-terms__separator">, </span><a href="https://pk-360.com/tag/free-qr-code-generation-on-pk360/" rel="tag">free qr code generation on pk360</a><span class="wp-block-post-terms__separator">, </span><a href="https://pk-360.com/tag/free-qr-code-in-seconds/" rel="tag">free qr code in seconds</a><span class="wp-block-post-terms__separator">, </span><a href="https://pk-360.com/tag/how-to-create-qr-code-free/" rel="tag">how to create qr code free</a><span class="wp-block-post-terms__separator">, </span><a href="https://pk-360.com/tag/how-to-generate-qr-code/" rel="tag">how to generate qr code</a><span class="wp-block-post-terms__separator">, </span><a href="https://pk-360.com/tag/how-to-generate-qr-code-for-vcard/" rel="tag">how to generate qr code for vCard</a><span class="wp-block-post-terms__separator">, </span><a href="https://pk-360.com/tag/how-to-generate-qr-code-of-google-form-how-to-generate-qr-code-of-website/" rel="tag">how to generate qr code of google form how to generate qr code of website</a><span class="wp-block-post-terms__separator">, </span><a href="https://pk-360.com/tag/how-to-generator-qr-code-for-wifi/" rel="tag">how to generator qr code for wifi</a><span class="wp-block-post-terms__separator">, </span><a href="https://pk-360.com/tag/how-to-generator-qr-code-of-location/" rel="tag">how to generator qr code of location</a><span class="wp-block-post-terms__separator">, </span><a href="https://pk-360.com/tag/pk-360/" rel="tag">PK-360</a><span class="wp-block-post-terms__separator">, </span><a href="https://pk-360.com/tag/pk360/" rel="tag">pk360</a><span class="wp-block-post-terms__separator">, </span><a href="https://pk-360.com/tag/qr-barcode-generator/" rel="tag">qr barcode generator</a><span class="wp-block-post-terms__separator">, </span><a href="https://pk-360.com/tag/qr-bulk-code-generator/" rel="tag">qr bulk code generator</a><span class="wp-block-post-terms__separator">, </span><a href="https://pk-360.com/tag/qr-code/" rel="tag">qr code</a><span class="wp-block-post-terms__separator">, </span><a href="https://pk-360.com/tag/qr-code-creation-and-free-download/" rel="tag">qr code creation and free download</a><span class="wp-block-post-terms__separator">, </span><a href="https://pk-360.com/tag/qr-code-creation-in-seconds/" rel="tag">qr code creation in seconds</a><span class="wp-block-post-terms__separator">, </span><a href="https://pk-360.com/tag/qr-code-generator/" rel="tag">QR code generator</a><span class="wp-block-post-terms__separator">, </span><a href="https://pk-360.com/tag/qr-code-generator-free/" rel="tag">QR code generator free</a><span class="wp-block-post-terms__separator">, </span><a href="https://pk-360.com/tag/qr-free-ccode-generator/" rel="tag">qr free ccode generator</a><span class="wp-block-post-terms__separator">, </span><a href="https://pk-360.com/tag/qr-generator-online-free/" rel="tag">qr generator online free</a><span class="wp-block-post-terms__separator">, </span><a href="https://pk-360.com/tag/qr-scanner/" rel="tag">QR scanner</a></div><div class="pvc_clear"></div><p id="pvc_stats_1322" class="pvc_stats all  " data-element-id="1322" style=""><i class="pvc-stats-icon large" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" version="1.0" viewBox="0 0 502 315" preserveAspectRatio="xMidYMid meet"><g transform="translate(0,332) scale(0.1,-0.1)" fill="" stroke="none"><path d="M2394 3279 l-29 -30 -3 -207 c-2 -182 0 -211 15 -242 39 -76 157 -76 196 0 15 31 17 60 15 243 l-3 209 -33 29 c-26 23 -41 29 -80 29 -41 0 -53 -5 -78 -31z"/><path d="M3085 3251 c-45 -19 -58 -50 -96 -229 -47 -217 -49 -260 -13 -295 52 -53 146 -42 177 20 16 31 87 366 87 410 0 70 -86 122 -155 94z"/><path d="M1751 3234 c-13 -9 -29 -31 -37 -50 -12 -29 -10 -49 21 -204 19 -94 39 -189 45 -210 14 -50 54 -80 110 -80 34 0 48 6 76 34 21 21 34 44 34 59 0 14 -18 113 -40 219 -37 178 -43 195 -70 221 -36 32 -101 37 -139 11z"/><path d="M1163 3073 c-36 -7 -73 -59 -73 -102 0 -56 133 -378 171 -413 34 -32 83 -37 129 -13 70 36 67 87 -16 290 -86 209 -89 214 -129 231 -35 14 -42 15 -82 7z"/><path d="M3689 3066 c-15 -9 -33 -30 -42 -48 -48 -103 -147 -355 -147 -375 0 -98 131 -148 192 -74 13 15 57 108 97 206 80 196 84 226 37 273 -30 30 -99 39 -137 18z"/><path d="M583 2784 c-38 -19 -67 -74 -58 -113 9 -42 211 -354 242 -373 16 -10 45 -18 66 -18 51 0 107 52 107 100 0 39 -1 41 -124 234 -80 126 -108 162 -133 173 -41 17 -61 16 -100 -3z"/><path d="M4250 2784 c-14 -9 -74 -91 -133 -183 -95 -150 -107 -173 -107 -213 0 -55 33 -94 87 -104 67 -13 90 8 211 198 130 202 137 225 78 284 -27 27 -42 34 -72 34 -22 0 -50 -8 -64 -16z"/><path d="M2275 2693 c-553 -48 -1095 -270 -1585 -649 -135 -104 -459 -423 -483 -476 -23 -49 -22 -139 2 -186 73 -142 361 -457 571 -626 285 -228 642 -407 990 -497 242 -63 336 -73 660 -74 310 0 370 5 595 52 535 111 1045 392 1455 803 122 121 250 273 275 326 19 41 19 137 0 174 -41 79 -309 363 -465 492 -447 370 -946 591 -1479 653 -113 14 -422 18 -536 8z m395 -428 c171 -34 330 -124 456 -258 112 -119 167 -219 211 -378 27 -96 24 -300 -5 -401 -72 -255 -236 -447 -474 -557 -132 -62 -201 -76 -368 -76 -167 0 -236 14 -368 76 -213 98 -373 271 -451 485 -162 444 86 934 547 1084 153 49 292 57 452 25z m909 -232 c222 -123 408 -262 593 -441 76 -74 138 -139 138 -144 0 -16 -233 -242 -330 -319 -155 -123 -309 -223 -461 -299 l-81 -41 32 46 c18 26 49 83 70 128 143 306 141 649 -6 957 -25 52 -61 116 -79 142 l-34 47 45 -20 c26 -10 76 -36 113 -56z m-2057 25 c-40 -58 -105 -190 -130 -263 -110 -324 -59 -707 132 -981 25 -35 42 -64 37 -64 -19 0 -241 119 -326 174 -188 122 -406 314 -532 468 l-58 71 108 103 c185 178 428 349 672 473 66 33 121 60 123 61 2 0 -10 -19 -26 -42z"/><path d="M2375 1950 c-198 -44 -350 -190 -395 -379 -18 -76 -8 -221 19 -290 114 -284 457 -406 731 -260 98 52 188 154 231 260 27 69 37 214 19 290 -38 163 -166 304 -326 360 -67 23 -215 33 -279 19z"/></g></svg></i> <img decoding="async" width="16" height="16" alt="Loading" src="https://pk-360.com/wp-content/plugins/page-views-count/ajax-loader-2x.gif" border=0 /></p><div class="pvc_clear"></div>]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
