Monu Tools

SVG to 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는 벡터이므로 흐림 없이 모든 크기로 내보낼 수 있습니다. 고해상도 화면에서 선명한 결과를 위해 표시 크기의 2배 또는 3배로 내보내세요.

외부 이미지와 폰트도 포함되나요?

폰트는 브라우저에서 사용 가능한 것으로 렌더링되고, 외부 리소스를 참조하는 SVG는 포함되지 않을 수 있습니다. 자체 완결적인 SVG가 가장 안정적으로 변환됩니다.

출처

이 도구 임베드하기

이 도구를 직접 운영하는 웹사이트에 추가하세요. 아래 코드를 복사하면 자동으로 최신 상태로 유지됩니다.

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

관련 도구