Monu Tools

SVG से PNG कनवर्टर

SVG वेक्टर ग्राफिक्स को किसी भी आकार में PNG रास्टर छवियों में बदलें, पूरी तरह आपके ब्राउज़र में।

SVG to PNG का उपयोग कैसे करें

  1. 01

    SVG फ़ाइल अपलोड करें या इसके मार्कअप पेस्ट करें।

  2. 02

    आउटपुट चौड़ाई सेट करें; ऊंचाई पहलू अनुपात का अनुसरण करती है।

  3. 03

    रेंडर किया गया PNG डाउनलोड करें।

What it does

An SVG to PNG converter that rasterizes vector graphics at any resolution you choose, in your browser. Give it an SVG file or paste the raw markup, set the output size, and download a PNG.

SVG is a vector format made of shapes and paths, so it scales to any size without blurring, which is why icons and logos are stored as SVG. PNG is a raster (pixel) format, which is what many platforms, image fields and tools actually accept.

Conversion happens entirely on your device, so your graphics are never uploaded to a server.

How it works in your browser

It runs locally with the Canvas API, rendering the SVG and reading back the pixels, so conversion is instant and your graphics stay on your device.

Resolution and transparency

Because the source is vector, you can export at whatever resolution you need without losing sharpness. For crisp results on high-resolution screens, export at 2x or 3x the size the image will be displayed at.

PNG supports transparency, so an SVG with no background converts to a PNG with a transparent background, ready to place over any color, which is ideal for logos and icons.

Fonts and external resources

One caveat: the SVG renders using the fonts your browser has available, and an SVG that references external images or resources may not include them. Self-contained SVGs, with shapes and embedded data, convert most reliably.

अक्सर पूछे जाने वाले सवाल

क्या मेरा SVG कहीं अपलोड होता है?

नहीं। SVG पूरी तरह आपके ब्राउज़र में Canvas API के साथ PNG में रेंडर होता है, इसलिए कुछ भी सर्वर को नहीं भेजा जाता।

मुझे किस आकार में निर्यात करना चाहिए?

चूंकि SVG वेक्टर है, आप बिना धुंधलेपन के किसी भी आकार में निर्यात कर सकते हैं। उच्च-रिज़ॉल्यूशन स्क्रीन पर स्पष्ट परिणामों के लिए 2x या 3x डिस्प्ले आकार पर निर्यात करें।

क्या बाहरी छवियां और फ़ॉन्ट शामिल हैं?

फ़ॉन्ट आपके ब्राउज़र की उपलब्ध चीज़ों का उपयोग करके रेंडर होते हैं, और बाहरी संसाधनों को संदर्भित करने वाले SVG उन्हें शामिल नहीं कर सकते।

स्रोत

इस टूल को एम्बेड करें

इस टूल को अपनी वेबसाइट में जोड़ें। नीचे दिया स्निपेट कॉपी करें; यह अपने आप अपडेट रहता है।

<iframe src="https://monu.tools/embed/hi/svg-to-png" width="100%" height="640" style="border:1px solid #e5e5e5;border-radius:12px;max-width:680px" loading="lazy" title="Monu Tools"></iframe>

संबंधित टूल