حوّل رسومات SVG المتجهة إلى صور PNG نقطية بأي حجم، بالكامل داخل متصفحك.
كيفية استخدام SVG إلى PNG
ارفع ملف SVG أو الصق كوده.
حدد عرض المخرجات؛ يتبع الارتفاع نسبة العرض إلى الارتفاع.
نزّل ملف PNG المعروض.
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.
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.
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.
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 إلى PNG بالكامل داخل متصفحك بواجهة Canvas، لذا لا يُرسل شيء إلى خادم.
لأن SVG متجه، يمكنك التصدير بأي حجم دون ضبابية. صدّر بضعف أو ثلاثة أضعاف حجم العرض للحصول على نتائج حادة على الشاشات عالية الدقة.
تُعرض الخطوط باستخدام ما يتوفر لدى متصفحك، وملفات SVG التي تشير إلى موارد خارجية قد لا تتضمنها. تتحول ملفات SVG المكتفية ذاتيا بأكثر موثوقية.
ضمّن هذه الأداة
أضف هذه الأداة إلى موقعك الخاص. انسخ المقتطف أدناه، ويبقى محدّثاً تلقائياً.
<iframe src="https://monu.tools/embed/ar/svg-to-png" width="100%" height="640" style="border:1px solid #e5e5e5;border-radius:12px;max-width:680px" loading="lazy" title="Monu Tools"></iframe>أدوات ذات صلة
حوّل الصور بين صيغ JPG و PNG و WebP داخل متصفحك، مع التحكم في الجودة للصيغ ذات الفقد.
اضغط صور JPEG وPNG وWebP إلى حجم ملف أصغر داخل متصفحك، بجودة تتحكم بها أنت.
حوّل صور HEIC و HEIF من Apple إلى JPG، بالكامل داخل متصفحك. بلا رفع وبلا حاجة إلى تطبيق.
غيّر حجم الصور إلى أبعاد دقيقة داخل متصفحك وصدّرها بصيغة PNG أو JPEG أو WebP. لا تغادر صورك جهازك أبدا.