wind icon
wind-thin from Phosphor by Phosphor Icons · Thin · MIT Free for personal and commercial use.
- Name
- wind-thin
- Set
- Phosphor
- Style
- Thin
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
The same icon in other sets
windBootstrap IconswindBoxIcons v2windFramework7 IconswindFont Awesome 6 SolidwindFont Awesome SolidwindFeather IconswindHuge IconswindHumbleiconswindIconParkwindIconPark OutlinewindIconoirwindLine AwesomewindLucidewind-fillMingCute IconwindMyna UI IconswindPixelarticonswind-boldSolarwindTabler IconswindUnicons
Use the wind icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M180 184a28 28 0 0 1-28 28c-12.09 0-23.76-7.83-27.75-18.61a4 4 0 1 1 7.5-2.78C134.58 198.24 143.28 204 152 204a20 20 0 0 0 0-40H40a4 4 0 0 1 0-8h112a28 28 0 0 1 28 28M148 72a28 28 0 0 0-28-28c-12.09 0-23.76 7.83-27.75 18.61a4 4 0 0 0 7.5 2.78C102.58 57.76 111.28 52 120 52a20 20 0 0 1 0 40H24a4 4 0 0 0 0 8h96a28 28 0 0 0 28-28m60 4c-12.09 0-23.76 7.83-27.75 18.61a4 4 0 1 0 7.5 2.78C190.58 89.76 199.28 84 208 84a20 20 0 0 1 0 40H32a4 4 0 0 0 0 8h176a28 28 0 0 0 0-56"/></svg>
React
import type { SVGProps } from "react";
export function PhWindThin(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M180 184a28 28 0 0 1-28 28c-12.09 0-23.76-7.83-27.75-18.61a4 4 0 1 1 7.5-2.78C134.58 198.24 143.28 204 152 204a20 20 0 0 0 0-40H40a4 4 0 0 1 0-8h112a28 28 0 0 1 28 28M148 72a28 28 0 0 0-28-28c-12.09 0-23.76 7.83-27.75 18.61a4 4 0 0 0 7.5 2.78C102.58 57.76 111.28 52 120 52a20 20 0 0 1 0 40H24a4 4 0 0 0 0 8h96a28 28 0 0 0 28-28m60 4c-12.09 0-23.76 7.83-27.75 18.61a4 4 0 1 0 7.5 2.78C190.58 89.76 199.28 84 208 84a20 20 0 0 1 0 40H32a4 4 0 0 0 0 8h176a28 28 0 0 0 0-56"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M180 184a28 28 0 0 1-28 28c-12.09 0-23.76-7.83-27.75-18.61a4 4 0 1 1 7.5-2.78C134.58 198.24 143.28 204 152 204a20 20 0 0 0 0-40H40a4 4 0 0 1 0-8h112a28 28 0 0 1 28 28M148 72a28 28 0 0 0-28-28c-12.09 0-23.76 7.83-27.75 18.61a4 4 0 0 0 7.5 2.78C102.58 57.76 111.28 52 120 52a20 20 0 0 1 0 40H24a4 4 0 0 0 0 8h96a28 28 0 0 0 28-28m60 4c-12.09 0-23.76 7.83-27.75 18.61a4 4 0 1 0 7.5 2.78C190.58 89.76 199.28 84 208 84a20 20 0 0 1 0 40H32a4 4 0 0 0 0 8h176a28 28 0 0 0 0-56"/></svg> </template>
CSS
.icon-wind-thin {
width: 24px;
height: 24px;
background-color: currentColor;
-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M180%20184a28%2028%200%200%201-28%2028c-12.09%200-23.76-7.83-27.75-18.61a4%204%200%201%201%207.5-2.78C134.58%20198.24%20143.28%20204%20152%20204a20%2020%200%200%200%200-40H40a4%204%200%200%201%200-8h112a28%2028%200%200%201%2028%2028M148%2072a28%2028%200%200%200-28-28c-12.09%200-23.76%207.83-27.75%2018.61a4%204%200%200%200%207.5%202.78C102.58%2057.76%20111.28%2052%20120%2052a20%2020%200%200%201%200%2040H24a4%204%200%200%200%200%208h96a28%2028%200%200%200%2028-28m60%204c-12.09%200-23.76%207.83-27.75%2018.61a4%204%200%201%200%207.5%202.78C190.58%2089.76%20199.28%2084%20208%2084a20%2020%200%200%201%200%2040H32a4%204%200%200%200%200%208h176a28%2028%200%200%200%200-56%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M180%20184a28%2028%200%200%201-28%2028c-12.09%200-23.76-7.83-27.75-18.61a4%204%200%201%201%207.5-2.78C134.58%20198.24%20143.28%20204%20152%20204a20%2020%200%200%200%200-40H40a4%204%200%200%201%200-8h112a28%2028%200%200%201%2028%2028M148%2072a28%2028%200%200%200-28-28c-12.09%200-23.76%207.83-27.75%2018.61a4%204%200%200%200%207.5%202.78C102.58%2057.76%20111.28%2052%20120%2052a20%2020%200%200%201%200%2040H24a4%204%200%200%200%200%208h96a28%2028%200%200%200%2028-28m60%204c-12.09%200-23.76%207.83-27.75%2018.61a4%204%200%201%200%207.5%202.78C190.58%2089.76%20199.28%2084%20208%2084a20%2020%200%200%201%200%2040H32a4%204%200%200%200%200%208h176a28%2028%200%200%200%200-56%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/wind-thin.svg?color=%231a73e8&size=48