SVG:style要素
<style> - SVG: Scalable Vector Graphics | MDN
HTML5:style要素
https://svg-hosting.vercel.app/api/svg?url=https://scrapbox.io/api/code/suto3/SVG:style要素/s.svg
code:s.svg
<svg viewBox="0 0 10 10" xmlns="
http://www.w3.org/2000/svg">
<style>
circle {
fill: gold;
stroke: maroon;
stroke-width: 2px;
}
</style>
<circle cx="5" cy="5" r="4" />
</svg>
SVG要素.icon