wind from Iconoir by Luca Burgio · Regular · Weather · MIT Free for personal and commercial use.

Name
wind
Set
Iconoir
Style
Regular
Category
Weather
Viewbox
24×24
License
MIT

The same icon in other sets

More weather icons from Iconoir

Use the wind icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M18.279 7C19.782 7 21 8.12 21 9.5S19.782 12 18.279 12H3m14.938 8c1.139 0 2.562-.5 2.562-2.5S19.077 15 17.938 15H3m7.412-11C11.842 4 13 5.12 13 6.5S11.841 9 10.412 9H3"/></svg>

React

import type { SVGProps } from "react";

export function IconoirWind(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="M18.279 7C19.782 7 21 8.12 21 9.5S19.782 12 18.279 12H3m14.938 8c1.139 0 2.562-.5 2.562-2.5S19.077 15 17.938 15H3m7.412-11C11.842 4 13 5.12 13 6.5S11.841 9 10.412 9H3"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M18.279 7C19.782 7 21 8.12 21 9.5S19.782 12 18.279 12H3m14.938 8c1.139 0 2.562-.5 2.562-2.5S19.077 15 17.938 15H3m7.412-11C11.842 4 13 5.12 13 6.5S11.841 9 10.412 9H3"/></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%2024%2024%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M18.279%207C19.782%207%2021%208.12%2021%209.5S19.782%2012%2018.279%2012H3m14.938%208c1.139%200%202.562-.5%202.562-2.5S19.077%2015%2017.938%2015H3m7.412-11C11.842%204%2013%205.12%2013%206.5S11.841%209%2010.412%209H3%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%2024%2024%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M18.279%207C19.782%207%2021%208.12%2021%209.5S19.782%2012%2018.279%2012H3m14.938%208c1.139%200%202.562-.5%202.562-2.5S19.077%2015%2017.938%2015H3m7.412-11C11.842%204%2013%205.12%2013%206.5S11.841%209%2010.412%209H3%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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