Youpix Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Youpix 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/350052.svg" alt="Youpix icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/350052.svg" alt="Youpix icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/350052.svg" alt="Youpix icon" :width="24" :height="24" />
CSS background
.icon-youpix {
background-image: url('https://proicons.com/icon/350052.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="b" 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="M8.2333,14.5908c2.5636-.2465,5.1422-.2717,7.7254-.6018,2.9512-.3772,1.6525-2.0192,2.9264-3.4537.7899-.8895,2.4444-.8337,3.9832-.9247,1.2807-.0757,2.4448-.4177,3.2992.0344,1.6608.8789,1.2843,3.078,3.3694,2.7793,2.7253-.3904,5.1227-.5479,7.7512-.8201,2.22-.2298,4.1333.8239,4.2924,2.3587l1.9091,18.4213c.159,1.5348-1.5026,2.9544-3.7227,3.1826l-29.0548,2.9867c-2.2202.2282-4.1333-.8239-4.2924-2.3587l-1.9091-18.4213c-.1591-1.5348,1.5011-2.969,3.7227-3.1826Z"/><path class="c" d="M24.1662,17.7748l1.4105,10.9211"/><path class="c" d="M11.3483,24.6783l7.4145-.8587"/><path class="c" d="M11.779,29.0456l7.4209-.9108"/><path class="c" d="M23.4653,32.9183c6.6817-.2264,8.6234-3.6068,8.379-5.7595"/><path class="c" d="M30.2506,16.507l5.5314-.6316.7918,6.9348-5.5314.6316-.7918-6.9348Z"/></svg>
Copied!