Izzyondroid Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Izzyondroid 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/327606.svg" alt="Izzyondroid icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/327606.svg" alt="Izzyondroid icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/327606.svg" alt="Izzyondroid icon" :width="24" :height="24" />
CSS background
.icon-izzyondroid {
background-image: url('https://proicons.com/icon/327606.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}.b{fill:#000;}</style></defs><path class="a" d="M28.1453,6.0481,20.9726,17.54l13.6609.0224M17.1958,23.3791,5.6071,41.7231"/><path class="a" d="M34.6339,17.5621a12.6,12.6,0,0,1-5.009,24.1612H5.6071m7.2053-11.5144a12.6,12.6,0,0,1,5.009-24.1612H41.8392L31.5775,22.2918m-4.8542,7.6839L19.3017,41.7233"/><path class="b" d="M21.57,24.3148a.75.75,0,1,1-.75.75A.75.75,0,0,1,21.57,24.3148Z"/><path class="b" d="M26.8172,24.3148a.752.752,0,1,1-.004,0Z"/><path class="a" d="M29.3088,20.5189,27.42,22.3475m-8.64-1.8286,1.8932,1.8245"/><path class="a" d="M30.2174,27.5174a6.1728,6.1728,0,0,0-12.3456,0Z"/></svg>
Copied!