Idos Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Idos 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/327318.svg" alt="Idos icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/327318.svg" alt="Idos icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/327318.svg" alt="Idos icon" :width="24" :height="24" />
CSS background
.icon-idos {
background-image: url('https://proicons.com/icon/327318.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="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="b" cx="38.3039" cy="21.0805" r="3.0378"/><path class="b" d="m6.6583,7.088v23.7749l1.3035,1.2668,18.145.0046,1.3035-1.2868V7.0876l-1.3035-1.4158-2.2941-.0046v-1.1672h-13.4943v1.1672h-2.3567l-1.3035,1.4209Z"/><path class="b" d="m9.2307,11.3027v9.8851h15.746v-9.8851h-15.746Z"/><rect class="b" x="9.065" y="25.1997" width="5.1346" height="3.0762"/><rect class="b" x="19.8692" y="25.1997" width="5.1346" height="3.0762"/><rect class="b" x="11.7436" y="7.0754" width="10.7204" height="1.7288"/><polygon class="b" points="9.7354 39.1048 11.3996 33.618 14.4758 33.618 12.8117 39.1048 9.7354 39.1048"/><polygon class="b" points="24.3339 39.1048 22.6697 33.618 19.5935 33.618 21.2576 39.1048 24.3339 39.1048"/><path class="b" d="m31.2806,43.5h4.7694l3.8788-17.6203h-8.0436s-.866,3.9339-.866,3.9339h3.2743l-3.0128,13.6864Z"/></svg>
Copied!