Yazio Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Yazio 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/350004.svg" alt="Yazio icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/350004.svg" alt="Yazio icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/350004.svg" alt="Yazio icon" :width="24" :height="24" />
CSS background
.icon-yazio {
background-image: url('https://proicons.com/icon/350004.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>.b{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="m28.6022,13.4213h.0122c.3918-.0857.8449-.1469,1.4449-.1469,3.7346,0,10.8364,1.3224,10.8364,11.1793,0,5.0692-1.6897,9.3916-3.7958,12.5996-.0122.0122-.0245.0122-.0367.0245-2.5469,3.8815-5.706,6.1468-7.1631,6.1468-2.6571,0-3.7101-1.653-5.559-1.653-1.8612,0-2.902,1.653-5.5713,1.653-2.6571,0-10.9956-7.4937-10.9956-18.7709,0-9.8569,7.1018-11.1793,10.8364-11.1793.0857,0,.1714,0,.2449.0122"/><path class="b" d="m23.2269,15.6009c-2.4367,1.5795-5.1672,4.6162-5.1672,10.1997,0,11.1548,9.0977,13.1874,12.6241,13.1874,3.5019,0,5.2529-1.1143,6.3794-1.9101.0122-.0122.0245-.0122.0367-.0245"/><path class="b" d="m18.0659,26.4707c-5.0926,3.2099-6.3026,6.8424-6.367,10.7765"/><path class="b" d="m24.5943,15.9484c1.1844-8.3251-3.639-11.3462-7.5355-11.7239-.7209,3.8622-1.4419,9.8185,7.5355,11.7239Z"/><path class="b" d="m24.635,11.5234c.8326-2.204,3.0611-2.9387,4.7386-3.3917.551,1.5183.6,3.5632-.7592,5.2896h-.0122c-.7959,1.0041-2.0693,1.9101-4.004,2.5224"/></svg>
Copied!