Yuka Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Yuka 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/350088.svg" alt="Yuka icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/350088.svg" alt="Yuka icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/350088.svg" alt="Yuka icon" :width="24" :height="24" />
CSS background
.icon-yuka {
background-image: url('https://proicons.com/icon/350088.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="M6.022,40.3636S20.2785,13.821,21.1266,12.2419a2.5932,2.5932,0,0,1,4.02-.8933c1.1825,1.119,11.2953,10.63,12.6179,11.8735a2.3873,2.3873,0,0,1-.1489,3.8337L9.3846,43.1852A2.3346,2.3346,0,0,1,6.022,40.3636Z"/><path class="a" d="M38.62,4.5,32.9628,15.22l9.1563-2.9032"/><path class="a" d="M17.7435,18.5406l5.0249,4.8322"/><path class="a" d="M24.6718,34.451,20.6781,30.45"/><path class="a" d="M10.6187,31.8055l2.63,2.5016"/></svg>
Copied!