Yuu Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Yuu 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/335533.svg" alt="Yuu icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/335533.svg" alt="Yuu icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/335533.svg" alt="Yuu icon" :width="24" :height="24" />
CSS background
.icon-yuu {
background-image: url('https://proicons.com/icon/335533.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>.h{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="c" class="h" d="M6.5,19.09053171c.23753074,1.21064077,11.34633847,22.22833752,11.69825367-4.96232492.06213448,16.38989858-4.8120067,22.37229081-7.68887478,24.16691997"/><path id="d" class="h" d="M21.95352868,16.42574953c1.67545095,10.73621766,9.82884038,11.91926472,9.5617423-3.12880677"/><path id="e" class="h" d="M34.97538046,12.06851555c.18275022,5.47360676,6.22892534,11.50063216,6.52461954-2.36364231"/></svg>
Copied!