Izome Parent Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Izome Parent 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/327605.svg" alt="Izome Parent icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/327605.svg" alt="Izome Parent icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/327605.svg" alt="Izome Parent icon" :width="24" :height="24" />
CSS background
.icon-izome-parent {
background-image: url('https://proicons.com/icon/327605.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"><path d="M22.5703,32.5h14.93c2.7614,0,5,2.2386,5,5s-2.2386,5-5,5h-16.882" style="fill:none; stroke:#000; stroke-linecap:round; stroke-linejoin:round;"/><circle cx="10.5003" cy="10.5" r="5" style="fill:none; stroke:#000; stroke-linecap:round; stroke-linejoin:round;"/><path d="M42.5003,10.5v13.5c0,2.7614-2.2386,5-5,5s-5-2.2386-5-5v-1.4286" style="fill:none; stroke:#000; stroke-linecap:round; stroke-linejoin:round;"/><path d="M5.5003,37.5v-13.5c0-2.7614,2.2386-5,5-5s5,2.2386,5,5v1.4297" style="fill:none; stroke:#000; stroke-linecap:round; stroke-linejoin:round;"/><path d="M25.4303,15.501h-1.4295c-2.7614,0-5-2.2386-5-5s2.2386-5,5-5h3.3822" style="fill:none; stroke:#000; stroke-linecap:round; stroke-linejoin:round;"/><path d="M29.7393,11.191c.9533-.9533,1.2385-2.3871.7226-3.6326s-1.7314-2.0577-3.0796-2.0577h10.118c2.0223,0,3.8455,1.2182,4.6194,3.0866.7739,1.8684.3461,4.019-1.0839,5.449l-22.775,22.773c-.9533.9533-1.2385,2.3871-.7226,3.6326s1.7314,2.0577,3.0796,2.0577h-10.118c-2.0223,0-3.8455-1.2182-4.6194-3.0866s-.3461-4.019,1.0839-5.449L29.7393,11.191Z" style="fill:none; stroke:#000; stroke-linecap:round; stroke-linejoin:round;"/></svg>
Copied!