wind from Line Awesome by Icons8 · Line · Weather · Apache-2.0 Free for personal and commercial use.

Name
wind
Set
Line Awesome
Style
Line
Category
Weather
Viewbox
32×32
License
Apache 2.0
Aliases
wind-solid

The same icon in other sets

More weather icons from Line Awesome

Use the wind icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 3c-3.227 0-6.043 2.258-6.797 5.344a5.04 5.04 0 0 0-2.785 2.672C2.922 10.758 0 13.555 0 17c0 3.309 2.691 6 6 6v-2c-2.207 0-4-1.793-4-4s1.793-4 4-4c.277 0 .566.035.883.105l.976.223l.22-.98a3 3 0 0 1 2.226-2.254l.66-.156l.098-.672C11.418 6.832 13.543 5 16 5a4.98 4.98 0 0 1 4.46 2.75l.395.781l.829-.289C22.152 8.082 22.582 8 23 8c2.207 0 4 1.793 4 4c0 .04-.008.074-.016.11l-.02.206l-.062.72l.664.284A3.99 3.99 0 0 1 30 17c0 2.207-1.793 4-4 4h-2.543q.393.434.691.938q.301.503.5 1.062H26c3.309 0 6-2.688 6-6a6 6 0 0 0-3.004-5.2A6.01 6.01 0 0 0 23 6c-.39 0-.777.043-1.172.125A6.97 6.97 0 0 0 16 3m-.5 9c-1.137 0-2.16.55-2.797 1.398l1.598 1.2A1.49 1.49 0 0 1 15.5 14c.84 0 1.5.66 1.5 1.5s-.66 1.5-1.5 1.5H9v2h6.5c1.922 0 3.5-1.578 3.5-3.5S17.422 12 15.5 12M8 21v2h3c.566 0 1 .434 1 1s-.434 1-1 1a.98.98 0 0 1-.863-.5l-1.73 1.012A3.02 3.02 0 0 0 11 27c1.645 0 3-1.355 3-3a3 3 0 0 0-.188-1H19c1.117 0 2 .883 2 2s-.883 2-2 2a2 2 0 0 1-1.887-1.336l-1.886.664A4 4 0 0 0 19 29c2.2 0 4-1.8 4-4s-1.8-4-4-4z"/></svg>

React

import type { SVGProps } from "react";

export function LaWind(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 3c-3.227 0-6.043 2.258-6.797 5.344a5.04 5.04 0 0 0-2.785 2.672C2.922 10.758 0 13.555 0 17c0 3.309 2.691 6 6 6v-2c-2.207 0-4-1.793-4-4s1.793-4 4-4c.277 0 .566.035.883.105l.976.223l.22-.98a3 3 0 0 1 2.226-2.254l.66-.156l.098-.672C11.418 6.832 13.543 5 16 5a4.98 4.98 0 0 1 4.46 2.75l.395.781l.829-.289C22.152 8.082 22.582 8 23 8c2.207 0 4 1.793 4 4c0 .04-.008.074-.016.11l-.02.206l-.062.72l.664.284A3.99 3.99 0 0 1 30 17c0 2.207-1.793 4-4 4h-2.543q.393.434.691.938q.301.503.5 1.062H26c3.309 0 6-2.688 6-6a6 6 0 0 0-3.004-5.2A6.01 6.01 0 0 0 23 6c-.39 0-.777.043-1.172.125A6.97 6.97 0 0 0 16 3m-.5 9c-1.137 0-2.16.55-2.797 1.398l1.598 1.2A1.49 1.49 0 0 1 15.5 14c.84 0 1.5.66 1.5 1.5s-.66 1.5-1.5 1.5H9v2h6.5c1.922 0 3.5-1.578 3.5-3.5S17.422 12 15.5 12M8 21v2h3c.566 0 1 .434 1 1s-.434 1-1 1a.98.98 0 0 1-.863-.5l-1.73 1.012A3.02 3.02 0 0 0 11 27c1.645 0 3-1.355 3-3a3 3 0 0 0-.188-1H19c1.117 0 2 .883 2 2s-.883 2-2 2a2 2 0 0 1-1.887-1.336l-1.886.664A4 4 0 0 0 19 29c2.2 0 4-1.8 4-4s-1.8-4-4-4z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 3c-3.227 0-6.043 2.258-6.797 5.344a5.04 5.04 0 0 0-2.785 2.672C2.922 10.758 0 13.555 0 17c0 3.309 2.691 6 6 6v-2c-2.207 0-4-1.793-4-4s1.793-4 4-4c.277 0 .566.035.883.105l.976.223l.22-.98a3 3 0 0 1 2.226-2.254l.66-.156l.098-.672C11.418 6.832 13.543 5 16 5a4.98 4.98 0 0 1 4.46 2.75l.395.781l.829-.289C22.152 8.082 22.582 8 23 8c2.207 0 4 1.793 4 4c0 .04-.008.074-.016.11l-.02.206l-.062.72l.664.284A3.99 3.99 0 0 1 30 17c0 2.207-1.793 4-4 4h-2.543q.393.434.691.938q.301.503.5 1.062H26c3.309 0 6-2.688 6-6a6 6 0 0 0-3.004-5.2A6.01 6.01 0 0 0 23 6c-.39 0-.777.043-1.172.125A6.97 6.97 0 0 0 16 3m-.5 9c-1.137 0-2.16.55-2.797 1.398l1.598 1.2A1.49 1.49 0 0 1 15.5 14c.84 0 1.5.66 1.5 1.5s-.66 1.5-1.5 1.5H9v2h6.5c1.922 0 3.5-1.578 3.5-3.5S17.422 12 15.5 12M8 21v2h3c.566 0 1 .434 1 1s-.434 1-1 1a.98.98 0 0 1-.863-.5l-1.73 1.012A3.02 3.02 0 0 0 11 27c1.645 0 3-1.355 3-3a3 3 0 0 0-.188-1H19c1.117 0 2 .883 2 2s-.883 2-2 2a2 2 0 0 1-1.887-1.336l-1.886.664A4 4 0 0 0 19 29c2.2 0 4-1.8 4-4s-1.8-4-4-4z"/></svg>
</template>

CSS

.icon-wind {
  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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%203c-3.227%200-6.043%202.258-6.797%205.344a5.04%205.04%200%200%200-2.785%202.672C2.922%2010.758%200%2013.555%200%2017c0%203.309%202.691%206%206%206v-2c-2.207%200-4-1.793-4-4s1.793-4%204-4c.277%200%20.566.035.883.105l.976.223l.22-.98a3%203%200%200%201%202.226-2.254l.66-.156l.098-.672C11.418%206.832%2013.543%205%2016%205a4.98%204.98%200%200%201%204.46%202.75l.395.781l.829-.289C22.152%208.082%2022.582%208%2023%208c2.207%200%204%201.793%204%204c0%20.04-.008.074-.016.11l-.02.206l-.062.72l.664.284A3.99%203.99%200%200%201%2030%2017c0%202.207-1.793%204-4%204h-2.543q.393.434.691.938q.301.503.5%201.062H26c3.309%200%206-2.688%206-6a6%206%200%200%200-3.004-5.2A6.01%206.01%200%200%200%2023%206c-.39%200-.777.043-1.172.125A6.97%206.97%200%200%200%2016%203m-.5%209c-1.137%200-2.16.55-2.797%201.398l1.598%201.2A1.49%201.49%200%200%201%2015.5%2014c.84%200%201.5.66%201.5%201.5s-.66%201.5-1.5%201.5H9v2h6.5c1.922%200%203.5-1.578%203.5-3.5S17.422%2012%2015.5%2012M8%2021v2h3c.566%200%201%20.434%201%201s-.434%201-1%201a.98.98%200%200%201-.863-.5l-1.73%201.012A3.02%203.02%200%200%200%2011%2027c1.645%200%203-1.355%203-3a3%203%200%200%200-.188-1H19c1.117%200%202%20.883%202%202s-.883%202-2%202a2%202%200%200%201-1.887-1.336l-1.886.664A4%204%200%200%200%2019%2029c2.2%200%204-1.8%204-4s-1.8-4-4-4z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%203c-3.227%200-6.043%202.258-6.797%205.344a5.04%205.04%200%200%200-2.785%202.672C2.922%2010.758%200%2013.555%200%2017c0%203.309%202.691%206%206%206v-2c-2.207%200-4-1.793-4-4s1.793-4%204-4c.277%200%20.566.035.883.105l.976.223l.22-.98a3%203%200%200%201%202.226-2.254l.66-.156l.098-.672C11.418%206.832%2013.543%205%2016%205a4.98%204.98%200%200%201%204.46%202.75l.395.781l.829-.289C22.152%208.082%2022.582%208%2023%208c2.207%200%204%201.793%204%204c0%20.04-.008.074-.016.11l-.02.206l-.062.72l.664.284A3.99%203.99%200%200%201%2030%2017c0%202.207-1.793%204-4%204h-2.543q.393.434.691.938q.301.503.5%201.062H26c3.309%200%206-2.688%206-6a6%206%200%200%200-3.004-5.2A6.01%206.01%200%200%200%2023%206c-.39%200-.777.043-1.172.125A6.97%206.97%200%200%200%2016%203m-.5%209c-1.137%200-2.16.55-2.797%201.398l1.598%201.2A1.49%201.49%200%200%201%2015.5%2014c.84%200%201.5.66%201.5%201.5s-.66%201.5-1.5%201.5H9v2h6.5c1.922%200%203.5-1.578%203.5-3.5S17.422%2012%2015.5%2012M8%2021v2h3c.566%200%201%20.434%201%201s-.434%201-1%201a.98.98%200%200%201-.863-.5l-1.73%201.012A3.02%203.02%200%200%200%2011%2027c1.645%200%203-1.355%203-3a3%203%200%200%200-.188-1H19c1.117%200%202%20.883%202%202s-.883%202-2%202a2%202%200%200%201-1.887-1.336l-1.886.664A4%204%200%200%200%2019%2029c2.2%200%204-1.8%204-4s-1.8-4-4-4z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/la/wind.svg?color=%231a73e8&size=48