ToolShed
カラー・デザイン無料・登録不要

SVG→CSS変換

SVGをCSS background-imageに変換

background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='10' fill='%233b82f6'/%3E%3C/svg%3E");
background-repeat: no-repeat;
background-size: contain;

関連ツール