Osmin Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Osmin 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/345372.svg" alt="Osmin icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/345372.svg" alt="Osmin icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/345372.svg" alt="Osmin icon" :width="24" :height="24" />
CSS background
.icon-osmin {
background-image: url('https://proicons.com/icon/345372.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><circle class="a" cx="24" cy="24" r="21.5"/><path class="a" d="M30.71,7.93a7.28,7.28,0,0,0-7.28,7.29c0,5.69,5.58,12.56,7,14.24a.43.43,0,0,0,.67,0C32.54,27.77,38,20.91,38,15.22A7.28,7.28,0,0,0,30.71,7.93Zm0,10a2.73,2.73,0,1,1,2.72-2.72A2.72,2.72,0,0,1,30.71,17.94Z"/><line class="a" x1="37.53" y1="12.65" x2="40.94" y2="10.76"/><line class="a" x1="3.77" y1="31.28" x2="24.43" y2="19.88"/><line class="a" x1="20.1" y1="22.27" x2="32.81" y2="43.62"/></svg>
Copied!