Survivor Io Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Survivor Io 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/333505.svg" alt="Survivor Io icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/333505.svg" alt="Survivor Io icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/333505.svg" alt="Survivor Io icon" :width="24" :height="24" />
CSS background
.icon-survivor-io {
background-image: url('https://proicons.com/icon/333505.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="c" cx="24" cy="24" r="21.5"/><rect class="c" x="10.7639" y="11.8092" width="21.7009" height="8.9159" rx="4.4579" ry="4.4579"/><polyline class="c" points="11.9836 19.3207 11.9836 29.0521 30.6144 29.0521 30.6144 19.8756"/><path class="c" d="m10.22,40.5027v-10.2099c0-.69.55-1.24,1.24-1.24h23.97c.69,0,1.24.55,1.24,1.24v11.0739"/><path class="c" d="m35.49,26.5328h1.87c1.48,0,2.67,1.19,2.67,2.67v9.1203"/><path class="c" d="m35.46,19.0328c.02.24.03.48.03.72v9.3"/><path class="c" d="m16.02,11.8128c1.14-.84,2.4-1.31,4.16-1.31h8.58c2.07,0,4.12,1.25,5.39,3.55"/><path class="c" d="m31.619,13.6675l4.0846.6266c.4594.0705.7987.4657.7987.9305v2.8419c0,.4648-.3392.86-.7987.9305l-4.9293.7562"/><circle class="c" cx="15.7966" cy="24.3138" r="1.6262"/><circle class="c" cx="25.5712" cy="24.3138" r="1.6262"/></svg>
Copied!