SVG から CSS への変換
SVG コードを CSS background-image データ URI に変換します。
Inline SVG (original):
SVG から CSS データ URI 変換ツール
スタイルシートで使用するための CSS background-image データ 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