Skip to content

Instantly share code, notes, and snippets.

@siegfried
Last active October 22, 2022 21:46
Show Gist options
  • Save siegfried/6aef1582ad7c975b1388c950adc82fdf to your computer and use it in GitHub Desktop.
Save siegfried/6aef1582ad7c975b1388c950adc82fdf to your computer and use it in GitHub Desktop.
Display the source blob
Display the rendered blob
Raw
<svg version="1.1"
width="100" height="100"
xmlns="http://www.w3.org/2000/svg">
<defs>
<style type="text/css"><![CDATA[
.fill-blue {
fill: #0080c7;
}
.stroke-blue {
stroke: #0080c7;
}
.font-mono {
font-family: arial;
}
.text-sm {
font-size: 6px;
}
]]></style>
<circle id="text-path" cx="50" cy="50" r="39" fill="transparent" transform="rotate(201 50 50)" />
</defs>
<circle cx="50" cy="50" r="50" class="fill-blue" />
<circle cx="50" cy="50" r="45" fill="white" />
<text class="fill-blue font-mono text-sm">
<textPath xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#text-path">
DECENTRALIZATION TOGETHER
</textPath>
</text>
<g class="fill-blue">
<g>
<polygon points="46,16 54,16 35,62 27,62" />
<polygon points="46,16 54,16 73,62 65,62" />
<line x1="40" y1="37" x2="60" y2="37" class="stroke-blue" stroke-width="5" />
<polygon points="25,45 75,45 68,50 32,50" />
</g>
<circle cx="20" cy="35" r="3" />
<circle cx="80" cy="35" r="3" />
<circle cx="20" cy="65" r="3" />
<circle cx="80" cy="65" r="3" />
<circle cx="15" cy="50" r="6" />
<circle cx="85" cy="50" r="6" />
<text x="28" y="78" class="font-mono">ADAO</text>
<g class="font-mono text-sm">
<text x="28" y="86">GOVERNANCE</text>
<text x="39" y="92">TOKEN</text>
</g>
</g>
</svg>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment