wind from BoxIcons v2 by Boxicons · Regular · MIT Free for personal and commercial use.

Name
wind
Set
BoxIcons v2
Style
Regular
Viewbox
24×24
License
MIT
Aliases
bx-wind

The same icon in other sets

Use the wind icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13 5.5C13 3.57 11.43 2 9.5 2C7.466 2 6.25 3.525 6.25 5h2c0-.415.388-1 1.25-1c.827 0 1.5.673 1.5 1.5S10.327 7 9.5 7H2v2h7.5C11.43 9 13 7.43 13 5.5m2.5 9.5H8v2h7.5c.827 0 1.5.673 1.5 1.5s-.673 1.5-1.5 1.5c-.862 0-1.25-.585-1.25-1h-2c0 1.475 1.216 3 3.25 3c1.93 0 3.5-1.57 3.5-3.5S17.43 15 15.5 15"/><path fill="currentColor" d="M18 5c-2.206 0-4 1.794-4 4h2c0-1.103.897-2 2-2s2 .897 2 2s-.897 2-2 2H2v2h16c2.206 0 4-1.794 4-4s-1.794-4-4-4M2 15h4v2H2z"/></svg>

React

import type { SVGProps } from "react";

export function BxWind(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13 5.5C13 3.57 11.43 2 9.5 2C7.466 2 6.25 3.525 6.25 5h2c0-.415.388-1 1.25-1c.827 0 1.5.673 1.5 1.5S10.327 7 9.5 7H2v2h7.5C11.43 9 13 7.43 13 5.5m2.5 9.5H8v2h7.5c.827 0 1.5.673 1.5 1.5s-.673 1.5-1.5 1.5c-.862 0-1.25-.585-1.25-1h-2c0 1.475 1.216 3 3.25 3c1.93 0 3.5-1.57 3.5-3.5S17.43 15 15.5 15"/><path fill="currentColor" d="M18 5c-2.206 0-4 1.794-4 4h2c0-1.103.897-2 2-2s2 .897 2 2s-.897 2-2 2H2v2h16c2.206 0 4-1.794 4-4s-1.794-4-4-4M2 15h4v2H2z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13 5.5C13 3.57 11.43 2 9.5 2C7.466 2 6.25 3.525 6.25 5h2c0-.415.388-1 1.25-1c.827 0 1.5.673 1.5 1.5S10.327 7 9.5 7H2v2h7.5C11.43 9 13 7.43 13 5.5m2.5 9.5H8v2h7.5c.827 0 1.5.673 1.5 1.5s-.673 1.5-1.5 1.5c-.862 0-1.25-.585-1.25-1h-2c0 1.475 1.216 3 3.25 3c1.93 0 3.5-1.57 3.5-3.5S17.43 15 15.5 15"/><path fill="currentColor" d="M18 5c-2.206 0-4 1.794-4 4h2c0-1.103.897-2 2-2s2 .897 2 2s-.897 2-2 2H2v2h16c2.206 0 4-1.794 4-4s-1.794-4-4-4M2 15h4v2H2z"/></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%22currentColor%22%20d%3D%22M13%205.5C13%203.57%2011.43%202%209.5%202C7.466%202%206.25%203.525%206.25%205h2c0-.415.388-1%201.25-1c.827%200%201.5.673%201.5%201.5S10.327%207%209.5%207H2v2h7.5C11.43%209%2013%207.43%2013%205.5m2.5%209.5H8v2h7.5c.827%200%201.5.673%201.5%201.5s-.673%201.5-1.5%201.5c-.862%200-1.25-.585-1.25-1h-2c0%201.475%201.216%203%203.25%203c1.93%200%203.5-1.57%203.5-3.5S17.43%2015%2015.5%2015%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18%205c-2.206%200-4%201.794-4%204h2c0-1.103.897-2%202-2s2%20.897%202%202s-.897%202-2%202H2v2h16c2.206%200%204-1.794%204-4s-1.794-4-4-4M2%2015h4v2H2z%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%22currentColor%22%20d%3D%22M13%205.5C13%203.57%2011.43%202%209.5%202C7.466%202%206.25%203.525%206.25%205h2c0-.415.388-1%201.25-1c.827%200%201.5.673%201.5%201.5S10.327%207%209.5%207H2v2h7.5C11.43%209%2013%207.43%2013%205.5m2.5%209.5H8v2h7.5c.827%200%201.5.673%201.5%201.5s-.673%201.5-1.5%201.5c-.862%200-1.25-.585-1.25-1h-2c0%201.475%201.216%203%203.25%203c1.93%200%203.5-1.57%203.5-3.5S17.43%2015%2015.5%2015%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18%205c-2.206%200-4%201.794-4%204h2c0-1.103.897-2%202-2s2%20.897%202%202s-.897%202-2%202H2v2h16c2.206%200%204-1.794%204-4s-1.794-4-4-4M2%2015h4v2H2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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