Owly Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Owly 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/345424.svg" alt="Owly icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/345424.svg" alt="Owly icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/345424.svg" alt="Owly icon" :width="24" :height="24" />
CSS background
.icon-owly {
background-image: url('https://proicons.com/icon/345424.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M24,13.5924,5.0753,8.2078,6.3374,19.12"/><ellipse class="a" cx="13.921" cy="24.7247" rx="4.3379" ry="4.3485"/><path class="a" d="M18.9347,32.7219A9.4378,9.4378,0,0,1,6.3374,19.12"/><path class="a" d="M24,39.7922l-5.0653-7.07"/><path class="a" d="M24,13.5924,42.9247,8.2078,41.6626,19.12"/><ellipse class="a" cx="34.079" cy="24.7247" rx="4.3379" ry="4.3485"/><path class="a" d="M29.0653,32.7219A9.4378,9.4378,0,0,0,41.6626,19.12"/><path class="a" d="M24,39.7922l5.0653-7.07"/></svg>
Copied!