Yowindow Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Yowindow 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/350073.svg" alt="Yowindow icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/350073.svg" alt="Yowindow icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/350073.svg" alt="Yowindow icon" :width="24" :height="24" />
CSS background
.icon-yowindow {
background-image: url('https://proicons.com/icon/350073.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="M29.9295,18.6005c0,.9483-.4902,1.717-1.095,1.717-.6044-.0009-1.094-.7693-1.094-1.717s.4896-1.7161,1.094-1.717c.6048,0,1.095.7687,1.095,1.717M17.2645,18.8325c.5229-.5634,1.3431-.8949,2.214-.895.8709,0,1.6911.3316,2.214.895M32.3305,26.6255c-1.4553,2.7294-4.7229,4.4908-8.331,4.491-3.6072-.0001-6.8741-1.7607-8.33-4.489"/><polygon class="b" points="24 2.5 27.0766 8.533 32.2277 4.1366 32.7613 10.8877 39.2028 8.7972 37.1123 15.2387 43.8634 15.7723 39.467 20.9234 45.5 24 39.467 27.0766 43.8634 32.2277 37.1123 32.7613 39.2028 39.2028 32.7613 37.1123 32.2277 43.8634 27.0766 39.467 24 45.5 20.9234 39.467 15.7723 43.8634 15.2387 37.1123 8.7972 39.2028 10.8877 32.7613 4.1366 32.2277 8.533 27.0766 2.5 24 8.533 20.9234 4.1366 15.7723 10.8877 15.2387 8.7972 8.7972 15.2387 10.8877 15.7723 4.1366 20.9234 8.533 24 2.5"/><circle class="b" cx="24" cy="24" r="15.75"/></svg>
Copied!