SVG를 CSS로 변환기
SVG 코드를 CSS background-image data URI로 변환하세요.
Inline SVG (original):
SVG를 CSS Data URI로 변환기
스타일시트에서 사용할 CSS background-image data URI로 SVG 코드를 변환하세요.
자주 묻는 질문
이 도구 평가
3.6 / 5 · 198 개 평가
최신 소식 받기
주간 개발 팁과 새 도구 알림을 받으세요.
스팸 없음. 언제든 구독 해지 가능.
Enjoy these free tools?
☕Buy Me a Coffee사용 방법
- Paste your SVG code or upload an SVG file
- Choose encoding method: URL-encoded or Base64
- Preview the SVG and the generated CSS code
- Copy the CSS background-image property to use in your stylesheet
사용 사례
- Embedding small SVG icons directly in CSS to reduce HTTP requests
- Creating CSS-only decorative elements without external files
- Optimizing SVG icons for use in CSS pseudo-elements (::before, ::after)
- Converting SVG logos for inline CSS backgrounds in email templates