Ornito Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Ornito 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/330796.svg" alt="Ornito icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/330796.svg" alt="Ornito icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/330796.svg" alt="Ornito icon" :width="24" :height="24" />
CSS background
.icon-ornito {
background-image: url('https://proicons.com/icon/330796.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;}</style></defs><path class="a" d="M5.5,8.6169a5.7764,5.7764,0,0,1,5.3916-2.683c3.6157,0,3.6795,6.95,5.6726,9.1478s5.3533,2.2614,9.71,7.1164A120.2058,120.2058,0,0,0,38.1561,33.0323l-3.3985-.5877L42.5,38.6028s-2.3508,2.8491-2.6319,3.2451-1.84.2683-2.6319-.511-7.3847-6.72-7.3847-6.72-4.273-.14-5.9183-1.0988L15.376,39.3694l-2.5552-3.22L16.6281,31.78s-5.8771-4.1651-6.5159-9.4161a35.7141,35.7141,0,0,1,.4727-10.4127A3.36,3.36,0,0,0,7.6975,8.63,16.4449,16.4449,0,0,0,5.5,8.6169Z"/><polyline class="a" points="30.595 26.525 32.509 24.332 29.366 21.419 27.165 23.162"/><path class="a" d="M16.6281,31.78c1.5843.5621,5.718,1.367,7.3051,1.7375"/></svg>
Copied!