Windyapp Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Windyapp 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/349750.svg" alt="Windyapp icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/349750.svg" alt="Windyapp icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/349750.svg" alt="Windyapp icon" :width="24" :height="24" />
CSS background
.icon-windyapp {
background-image: url('https://proicons.com/icon/349750.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" viewBox="0 0 48 48"><path d="M45.5 24c0 11.874-9.626 21.5-21.5 21.5S2.5 35.874 2.5 24 12.126 2.5 24 2.5 45.5 12.126 45.5 24" style="fill:none;stroke:#fff;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1"/><path d="M39.467 21.098a15.7 15.7 0 0 0-2.28-5.687l2.065-1.345a18.2 18.2 0 0 0-5.298-5.305L24 24zM12.522 31.772a13.9 13.9 0 0 0 3.881 3.823l-1.027 1.568a15.7 15.7 0 0 0 5.701 2.3L24 24z" style="fill:none;stroke:#fff;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1"/><path d="M36.363 21.68a12.6 12.6 0 0 1-.036 4.824l-1.698-.344a10.85 10.85 0 0 1-1.664 3.945L24 24M24 24 20.77 7.66a16.7 16.7 0 0 1 6.598.028l-.186.9a15.7 15.7 0 0 1 5.423 2.236M24 24l3.855 5.87a7 7 0 0 1-2.688 1.055z" style="fill:none;stroke:#fff;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1"/><path d="m24 24-5.514-8.194a9.9 9.9 0 0 1 3.6-1.495M24 24l-9.02-1.689a8.9 8.9 0 0 1 1.401-3.456zM12.522 31.772l-3.595 2.431a18.2 18.2 0 0 1-2.738-6.452l2.412-.508a15.7 15.7 0 0 1-.069-6.139l6.447 1.207M24 2.5v4.844M8.264 24H2.5M45.5 24h-8.922M14.2 33.8l-5.403 5.403M23.846 24.154zM39.203 8.797l-2.229 2.229M24 33.53V45.5M17.262 17.262 8.797 8.797M39.203 39.203l-8.465-8.465" style="fill:none;stroke:#fff;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1"/></svg>
Copied!