Youla Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Youla 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/335490.svg" alt="Youla icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/335490.svg" alt="Youla icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/335490.svg" alt="Youla icon" :width="24" :height="24" />
CSS background
.icon-youla {
background-image: url('https://proicons.com/icon/335490.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:#000;stroke-linecap:round;stroke-linejoin:round;stroke-width:1px;}</style></defs><path id="b" class="c" d="M32.2324,32.1166c3.8712-3.8702,8.5394-6.1185,10.6838-6.8727.9735-.3433,1.5837-.5912,1.5837-1.3139,0-.7208-.7189-.9649-1.5828-1.3034-2.1167-.8276-6.8146-2.9959-10.6848-6.8651-3.9265-3.9274-6.0909-8.7101-6.928-10.7868-.3537-.8772-.6017-1.5952-1.3234-1.5952s-.944.6198-1.3063,1.5876c-.7752,2.0719-2.9711,6.8575-6.9071,10.7935-3.8712,3.8712-8.568,6.0384-10.6838,6.8661-.8648.3385-1.5837.5816-1.5837,1.3034s.6102.9707,1.5828,1.3139c2.1453.7542,6.8146,3.0025,10.6848,6.8727,4.0781,4.0781,6.274,9.0743,6.9528,10.9594.3309.9211.5387,1.5447,1.2605,1.5447s.9745-.7151,1.2872-1.5427c.6999-1.8593,2.8776-6.8747,6.9643-10.9613Z"/></svg>
Copied!