加油
(給油する、の意味から)転じて応援する時の掛け声
ジャ ヨウ
https://svg-hosting.vercel.app/api/svg?url=https://scrapbox.io/api/code/suto3/加油/ji.svg
code:ji.svg
<g>
<defs>
<linearGradient x2="0%" y2="100%" id="sample">
<stop offset="10%" stop-color="gold" />
<stop offset="40%" stop-color="red" />
<stop offset="80%" stop-color="red" />
<stop offset="95%" stop-color="gold" />
</linearGradient>
</defs>
<style type="text/css">
.f01{
stroke: gold;
stroke-width: 1;
fill:url(#sample);
}
.f02{
stroke-width: 0;
}
</style>
<ellipse class="f01" cx="50" cy="50" rx="46" ry="46" />
<text class="f02" x="6" y="64" font-size="45">加油</text>
</g>
</svg>