Owlgram Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Owlgram 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/330864.svg" alt="Owlgram icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/330864.svg" alt="Owlgram icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/330864.svg" alt="Owlgram icon" :width="24" :height="24" />
CSS background
.icon-owlgram {
background-image: url('https://proicons.com/icon/330864.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="M20.8585,30.8615m15.4756,4.8493-9.1926-4.8493"/><path class="a" d="M29.2178,21.2016a6.9268,6.9268,0,0,0,9.72.2116,6.7932,6.7932,0,0,0-.1736-9.6126"/><path class="a" d="M30.5082,19.9277a3.1737,3.1737,0,0,0,4.4763.0693,3.1085,3.1085,0,0,0-.05-4.4243"/><circle class="a" cx="24" cy="24" r="21.5"/><path class="a" d="M36.3293,23.0689v14.86H11.6707v-14.86"/><path class="a" d="M27.1415,30.8615m-6.283,0-9.1926,4.8493"/><path class="a" d="M36.3293,23.0689c-3.4975,3.6484-7.129,8.3629-12.41,8.3629s-8.7514-4.7145-12.2489-8.3629"/><path class="a" d="M7.5568,10.1476,24,26.34l16.4432-16.192"/><path class="a" d="M9.2353,11.8006a6.7932,6.7932,0,0,0-.1736,9.6126,6.9268,6.9268,0,0,0,9.7205-.2116"/><path class="a" d="M13.066,15.5727a3.1085,3.1085,0,0,0-.0505,4.4243,3.1737,3.1737,0,0,0,4.4763-.0693"/><line class="a" x1="15.5052" y1="23.0689" x2="20.6785" y2="23.0689"/><line class="a" x1="27.3215" y1="23.0689" x2="32.4948" y2="23.0689"/></svg>
Copied!