Yanosik Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Yanosik 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/349996.svg" alt="Yanosik icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/349996.svg" alt="Yanosik icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/349996.svg" alt="Yanosik icon" :width="24" :height="24" />
CSS background
.icon-yanosik {
background-image: url('https://proicons.com/icon/349996.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="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m2.5,2.6221l15.2676,30.5596,2.2768-13.5388,13.4535-2.0576L2.5,2.6221Z"/><path class="c" d="m36.0526,20.8509c2.6559,10.2821-5.6659,17.7818-14.7591,14.5441l2.0994-12.3435,12.6597-2.2006Z"/><path class="c" d="m16.905,3.7015c2.2259-.7841,4.6035-1.2015,7.095-1.2015,11.8756,0,21.5,9.6244,21.5,21.5s-9.6244,21.5-21.5,21.5S2.5,35.8756,2.5,24c0-2.4915.4174-4.8818,1.2015-7.1076"/></svg>
Copied!