About SVG를 CSS로
SVG를 CSS background-image 데이터 URI로 변환
Use this free online svg 도구 tool to work faster without installing extra software. The interface is built for quick input, clear output, and straightforward results on desktop and mobile devices.
SVG를 CSS background-image 데이터 URI로 변환
Input SVG
Encoding Options
Usage Examples
CSS Background:
.element {
background-image: url("data:image/svg+xml,...");
background-repeat: no-repeat;
}CSS List Marker:
li::marker {
content: url("data:image/svg+xml,...");
}CSS Cursor:
.custom-cursor {
cursor: url("data:image/svg+xml,..."), auto;
}SVG를 CSS background-image 데이터 URI로 변환
Use this free online svg 도구 tool to work faster without installing extra software. The interface is built for quick input, clear output, and straightforward results on desktop and mobile devices.
This tool runs in your browser whenever possible, which keeps your inputs private and reduces unnecessary round-trips to the server.