Simplygo Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Simplygo icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/347356.svg" alt="Simplygo icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/347356.svg" alt="Simplygo icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/347356.svg" alt="Simplygo icon" :width="24" :height="24" />
CSS background
.icon-simplygo {
background-image: url('https://proicons.com/icon/347356.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}.d{fill:#fff;}</style></defs><circle class="c" cx="24" cy="24" r="21.5"/><circle class="d" cx="43.37" cy="26.07" r=".75"/><path class="c" d="m34.03,28.28c1.5,2.32,6.64,2.49,8.01,0"/><path class="c" d="m32.65,24.73v2.22c0,.91-.74,1.64-1.64,1.64h0c-.45,0-.86-.18-1.16-.48"/><path class="c" d="m32.65,22.02v2.71c0,.91-.74,1.64-1.64,1.64h0c-.91,0-1.64-.74-1.64-1.64v-2.71"/><path class="c" d="m13.77,23.64c0-.91.74-1.64,1.64-1.64h0c.91,0,1.64.74,1.64,1.64v2.71"/><line class="c" x1="13.77" y1="22" x2="13.77" y2="26.35"/><path class="c" d="m17.06,23.64c0-.91.74-1.64,1.64-1.64h0c.91,0,1.64.74,1.64,1.64v2.71"/><circle class="d" cx="12.03" cy="19.99" r=".58"/><line class="c" x1="12.03" y1="22" x2="12.03" y2="26.35"/><path class="c" d="m6.22,25.63c.4.52.91.72,1.61.72h.97c.91,0,1.64-.73,1.64-1.64h0c0-.91-.73-1.65-1.64-1.65h-1.07c-.91,0-1.64-.73-1.64-1.64h0c0-.91.74-1.65,1.65-1.65h.97c.7,0,1.21.2,1.61.72"/><path class="c" d="m27.09,19.8v5.75c0,.45.37.82.82.82h.25"/><path class="c" d="m22.18,24.73c0,.91.74,1.64,1.64,1.64h0c.91,0,1.64-.74,1.64-1.64v-1.07c0-.91-.74-1.64-1.64-1.64h0c-.91,0-1.64.74-1.64,1.64"/><line class="c" x1="22.18" y1="22.02" x2="22.18" y2="28.59"/><path class="c" d="m37.01,21.97c0-1.2-.97-2.18-2.18-2.18h0c-1.2,0-2.18.97-2.18,2.18v2.22c0,1.2.97,2.18,2.18,2.18h0c1.2,0,2.18-.97,2.18-2.18h-2.18"/><rect class="c" x="38.63" y="22.02" width="3.29" height="4.35" rx="1.64" ry="1.64"/></svg>
Copied!