SVG:title要素
title - SVG: スケーラブルベクターグラフィック | MDN
<title> — the SVG accessible name element - SVG: Scalable Vector Graphics | MDN
https://svg-hosting.vercel.app/api/svg?url=https://scrapbox.io/api/code/suto3/SVG:title要素/t.svg
code:t.svg
<svg viewBox="0 0 20 10" xmlns="http://www.w3.org/2000/svg">
<circle cx="5" cy="5" r="4">
<title>I'm a circle</title>
</circle>
<rect x="11" y="1" width="8" height="8">
<title>I'm a square</title>
</rect>
</svg>
SVG要素.icon