SVG:g要素
id="グループ名"
fill="グループの塗り潰し色"
opacity="グループの不透明度"
All
https://svg-hosting.vercel.app/api/svg?url=https://scrapbox.io/api/code/suto3/SVG:g要素/g.svg
code:g.svg
<!-- Using g to inherit presentation attributes -->
<g fill="white" stroke="green" stroke-width="5">
<circle cx="40" cy="40" r="25" />
<circle cx="60" cy="60" r="25" />
</g>
</svg>
SVG要素.icon