Ozlo Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Ozlo 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/345437.svg" alt="Ozlo icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/345437.svg" alt="Ozlo icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/345437.svg" alt="Ozlo icon" :width="24" :height="24" />
CSS background
.icon-ozlo {
background-image: url('https://proicons.com/icon/345437.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>.f{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="f" d="M4.6837,26.2342c-.9097,0-1.6472.7375-1.6472,1.6472s.7375,1.6472,1.6472,1.6472h6.1677c.9097,0,1.6472-.7375,1.6472-1.6472s-.7375-1.6472-1.6472-1.6472h-6.1677Z"/><path class="f" d="M37.13,26.2342c-.9097,0-1.6472.7375-1.6472,1.6472s.7375,1.6472,1.6472,1.6472h6.1677c.9097,0,1.6472-.7375,1.6472-1.6472s-.7375-1.6472-1.6472-1.6472h-6.1677Z"/><path class="f" d="M6.3547,31.5287c-.9097,0-1.6472.7375-1.6472,1.6472h0c0,.9097.7375,1.6472,1.6472,1.6472h7.1366c.9097,0,1.6472-.7375,1.6472-1.6472s-.7375-1.6472-1.6472-1.6472h-7.1366Z"/><path class="f" d="M34.5152,31.5287c-.9097,0-1.6472.7375-1.6472,1.6472h0c0,.9097.7375,1.6472,1.6472,1.6472h7.1366c.9097,0,1.6472-.7375,1.6472-1.6472s-.7375-1.6472-1.6472-1.6472h-7.1366Z"/><path class="f" d="M10.105,36.8365c-.9097,0-1.6472.7375-1.6472,1.6472s.7375,1.6472,1.6472,1.6472h27.7886c.9097,0,1.6472-.7375,1.6472-1.6472s-.7375-1.6472-1.6472-1.6472H10.105Z"/><path class="f" d="M18.7097,42.0557c-.9097,0-1.6472.7375-1.6472,1.6472s.7375,1.6472,1.6472,1.6472h10.5797c.9097,0,1.6472-.7375,1.6472-1.6472s-.7375-1.6472-1.6472-1.6472h-10.5797Z"/><path class="f" d="M23.9703,2.65c-6.5817-.0144-10.3594,1.9466-14.3814,5.5299-3.9179,3.4906-6.919,8.8337-7.0888,15.253-.0084.317.2491.5748.5662.5754l7.7175.0147c.4234.0008.7643-.3417.7813-.7648.1645-4.0822,1.6591-6.3257,3.8422-8.2709,2.3127-2.0605,4.8661-3.4009,8.5834-3.4599.0056,0,.0109,0,.0165,0,3.7174.0589,6.2708,1.3994,8.5834,3.4599,2.1832,1.9452,3.6778,4.1887,3.8422,8.2709.017.423.3597.7656.7832.7648l7.7175-.0147c.3171-.0006.5746-.2584.5662-.5754-.1698-6.4194-3.171-11.7628-7.0889-15.253-4.0218-3.5833-7.8-5.5443-14.3814-5.5299-.0201,0-.0387,0-.0588,0h-.0004Z"/></svg>
Copied!