Yoosee Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Yoosee 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/350033.svg" alt="Yoosee icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/350033.svg" alt="Yoosee icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/350033.svg" alt="Yoosee icon" :width="24" :height="24" />
CSS background
.icon-yoosee {
background-image: url('https://proicons.com/icon/350033.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>.g{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="c"><path id="d" class="g" d="M16.379,26.6708c6.6608,1.6725,12.0738,4.7299,16.4527,9.5829-3.8813,2.401-12.8361,5.6556-21.2575,1.6133-3.6539-1.7539-7.7164-6.3608-3.8488-12.418,4.583-7.1776,15.9102-6.1777,24.6773-2.6135,5.1093,2.0771,8.3444,4.2242,10.0542,5.6782,1.0658.9062,1.4053,2.7663.5915,3.8009-.9525,1.2109-3.014,1.0093-4.3573-.1421-5.2083-4.4641-11.1467-8.3228-18.1799-9.4763-2.881-.4725-11.289-.0844-13.0326,5.6966-1.154,3.8262,1.2525,6.4943,4.1666,7.5394,3.2024,1.1484,7.419-.5837,8.556-2.6979.7605-1.414,1.336-4.2594-3.8223-6.5634Z"/><path id="e" class="g" d="M17.6059,17.854c5.5289-.673,13.8808.9202,20.1979,3.5943,1.6293.6897,3.6549.2565,4.1952-1.1862.4616-1.2327-.4262-2.9021-1.7167-3.4424-2.0703-.8668-5.8043-1.5984-11.303-2.0279-9.4352-.7371-25.6106,1.9981-23.4143,16.037-.8971-4.7915,1.8203-11.7307,12.0408-12.9748Z"/><path id="f" class="g" d="M12.1523,15.0651c5.2271-2.8117,11.4157-2.8956,17.2933-2.6693,1.516.0583,3.0101-.8684,3.0071-2.1432-.0026-1.0892-1.1923-1.9838-2.3912-2.0254-1.9234-.0667-5.169.3162-9.7103,1.5908-9.7312,2.7311-16.7099,6.912-15.7657,19.0547-.2878-4.7451.5175-10.0158,7.5667-13.8076Z"/></g></svg>
Copied!