wind-bold from Solar by 480 Design · Bold · Weather · CC-BY-4.0 Attribution required.

Name
wind-bold
Set
Solar
Style
Bold
Category
Weather
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

The same icon in other sets

More weather icons from Solar

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" fill-rule="evenodd" d="M6.25 5.5C6.25 3.70508 7.70507 2.25 9.5 2.25C11.2949 2.25 12.75 3.70507 12.75 5.5C12.75 7.29493 11.2949 8.75 9.5 8.75H3C2.58579 8.75 2.25 8.41421 2.25 8C2.25 7.58579 2.58579 7.25 3 7.25H9.5C10.4665 7.25 11.25 6.4665 11.25 5.5C11.25 4.5335 10.4665 3.75 9.5 3.75C8.5335 3.75 7.75 4.5335 7.75 5.5V5.85714C7.75 6.27136 7.41421 6.60714 7 6.60714C6.58579 6.60714 6.25 6.27136 6.25 5.85714V5.5ZM14.25 7.5C14.25 5.15279 16.1528 3.25 18.5 3.25C20.8472 3.25 22.75 5.15279 22.75 7.5C22.75 9.84721 20.8472 11.75 18.5 11.75H2C1.58579 11.75 1.25 11.4142 1.25 11C1.25 10.5858 1.58579 10.25 2 10.25H18.5C20.0188 10.25 21.25 9.01878 21.25 7.5C21.25 5.98122 20.0188 4.75 18.5 4.75C16.9812 4.75 15.75 5.98122 15.75 7.5V8C15.75 8.41421 15.4142 8.75 15 8.75C14.5858 8.75 14.25 8.41421 14.25 8V7.5ZM3.25 14C3.25 13.5858 3.58579 13.25 4 13.25H18.5C20.8472 13.25 22.75 15.1528 22.75 17.5C22.75 19.8472 20.8472 21.75 18.5 21.75C16.1528 21.75 14.25 19.8472 14.25 17.5V17C14.25 16.5858 14.5858 16.25 15 16.25C15.4142 16.25 15.75 16.5858 15.75 17V17.5C15.75 19.0188 16.9812 20.25 18.5 20.25C20.0188 20.25 21.25 19.0188 21.25 17.5C21.25 15.9812 20.0188 14.75 18.5 14.75H4C3.58579 14.75 3.25 14.4142 3.25 14Z" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function SolarWindBold(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" fillRule="evenodd" d="M6.25 5.5C6.25 3.70508 7.70507 2.25 9.5 2.25C11.2949 2.25 12.75 3.70507 12.75 5.5C12.75 7.29493 11.2949 8.75 9.5 8.75H3C2.58579 8.75 2.25 8.41421 2.25 8C2.25 7.58579 2.58579 7.25 3 7.25H9.5C10.4665 7.25 11.25 6.4665 11.25 5.5C11.25 4.5335 10.4665 3.75 9.5 3.75C8.5335 3.75 7.75 4.5335 7.75 5.5V5.85714C7.75 6.27136 7.41421 6.60714 7 6.60714C6.58579 6.60714 6.25 6.27136 6.25 5.85714V5.5ZM14.25 7.5C14.25 5.15279 16.1528 3.25 18.5 3.25C20.8472 3.25 22.75 5.15279 22.75 7.5C22.75 9.84721 20.8472 11.75 18.5 11.75H2C1.58579 11.75 1.25 11.4142 1.25 11C1.25 10.5858 1.58579 10.25 2 10.25H18.5C20.0188 10.25 21.25 9.01878 21.25 7.5C21.25 5.98122 20.0188 4.75 18.5 4.75C16.9812 4.75 15.75 5.98122 15.75 7.5V8C15.75 8.41421 15.4142 8.75 15 8.75C14.5858 8.75 14.25 8.41421 14.25 8V7.5ZM3.25 14C3.25 13.5858 3.58579 13.25 4 13.25H18.5C20.8472 13.25 22.75 15.1528 22.75 17.5C22.75 19.8472 20.8472 21.75 18.5 21.75C16.1528 21.75 14.25 19.8472 14.25 17.5V17C14.25 16.5858 14.5858 16.25 15 16.25C15.4142 16.25 15.75 16.5858 15.75 17V17.5C15.75 19.0188 16.9812 20.25 18.5 20.25C20.0188 20.25 21.25 19.0188 21.25 17.5C21.25 15.9812 20.0188 14.75 18.5 14.75H4C3.58579 14.75 3.25 14.4142 3.25 14Z" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M6.25 5.5C6.25 3.70508 7.70507 2.25 9.5 2.25C11.2949 2.25 12.75 3.70507 12.75 5.5C12.75 7.29493 11.2949 8.75 9.5 8.75H3C2.58579 8.75 2.25 8.41421 2.25 8C2.25 7.58579 2.58579 7.25 3 7.25H9.5C10.4665 7.25 11.25 6.4665 11.25 5.5C11.25 4.5335 10.4665 3.75 9.5 3.75C8.5335 3.75 7.75 4.5335 7.75 5.5V5.85714C7.75 6.27136 7.41421 6.60714 7 6.60714C6.58579 6.60714 6.25 6.27136 6.25 5.85714V5.5ZM14.25 7.5C14.25 5.15279 16.1528 3.25 18.5 3.25C20.8472 3.25 22.75 5.15279 22.75 7.5C22.75 9.84721 20.8472 11.75 18.5 11.75H2C1.58579 11.75 1.25 11.4142 1.25 11C1.25 10.5858 1.58579 10.25 2 10.25H18.5C20.0188 10.25 21.25 9.01878 21.25 7.5C21.25 5.98122 20.0188 4.75 18.5 4.75C16.9812 4.75 15.75 5.98122 15.75 7.5V8C15.75 8.41421 15.4142 8.75 15 8.75C14.5858 8.75 14.25 8.41421 14.25 8V7.5ZM3.25 14C3.25 13.5858 3.58579 13.25 4 13.25H18.5C20.8472 13.25 22.75 15.1528 22.75 17.5C22.75 19.8472 20.8472 21.75 18.5 21.75C16.1528 21.75 14.25 19.8472 14.25 17.5V17C14.25 16.5858 14.5858 16.25 15 16.25C15.4142 16.25 15.75 16.5858 15.75 17V17.5C15.75 19.0188 16.9812 20.25 18.5 20.25C20.0188 20.25 21.25 19.0188 21.25 17.5C21.25 15.9812 20.0188 14.75 18.5 14.75H4C3.58579 14.75 3.25 14.4142 3.25 14Z" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-wind-bold {
  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%20fill-rule%3D%22evenodd%22%20d%3D%22M6.25%205.5C6.25%203.70508%207.70507%202.25%209.5%202.25C11.2949%202.25%2012.75%203.70507%2012.75%205.5C12.75%207.29493%2011.2949%208.75%209.5%208.75H3C2.58579%208.75%202.25%208.41421%202.25%208C2.25%207.58579%202.58579%207.25%203%207.25H9.5C10.4665%207.25%2011.25%206.4665%2011.25%205.5C11.25%204.5335%2010.4665%203.75%209.5%203.75C8.5335%203.75%207.75%204.5335%207.75%205.5V5.85714C7.75%206.27136%207.41421%206.60714%207%206.60714C6.58579%206.60714%206.25%206.27136%206.25%205.85714V5.5ZM14.25%207.5C14.25%205.15279%2016.1528%203.25%2018.5%203.25C20.8472%203.25%2022.75%205.15279%2022.75%207.5C22.75%209.84721%2020.8472%2011.75%2018.5%2011.75H2C1.58579%2011.75%201.25%2011.4142%201.25%2011C1.25%2010.5858%201.58579%2010.25%202%2010.25H18.5C20.0188%2010.25%2021.25%209.01878%2021.25%207.5C21.25%205.98122%2020.0188%204.75%2018.5%204.75C16.9812%204.75%2015.75%205.98122%2015.75%207.5V8C15.75%208.41421%2015.4142%208.75%2015%208.75C14.5858%208.75%2014.25%208.41421%2014.25%208V7.5ZM3.25%2014C3.25%2013.5858%203.58579%2013.25%204%2013.25H18.5C20.8472%2013.25%2022.75%2015.1528%2022.75%2017.5C22.75%2019.8472%2020.8472%2021.75%2018.5%2021.75C16.1528%2021.75%2014.25%2019.8472%2014.25%2017.5V17C14.25%2016.5858%2014.5858%2016.25%2015%2016.25C15.4142%2016.25%2015.75%2016.5858%2015.75%2017V17.5C15.75%2019.0188%2016.9812%2020.25%2018.5%2020.25C20.0188%2020.25%2021.25%2019.0188%2021.25%2017.5C21.25%2015.9812%2020.0188%2014.75%2018.5%2014.75H4C3.58579%2014.75%203.25%2014.4142%203.25%2014Z%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22M6.25%205.5C6.25%203.70508%207.70507%202.25%209.5%202.25C11.2949%202.25%2012.75%203.70507%2012.75%205.5C12.75%207.29493%2011.2949%208.75%209.5%208.75H3C2.58579%208.75%202.25%208.41421%202.25%208C2.25%207.58579%202.58579%207.25%203%207.25H9.5C10.4665%207.25%2011.25%206.4665%2011.25%205.5C11.25%204.5335%2010.4665%203.75%209.5%203.75C8.5335%203.75%207.75%204.5335%207.75%205.5V5.85714C7.75%206.27136%207.41421%206.60714%207%206.60714C6.58579%206.60714%206.25%206.27136%206.25%205.85714V5.5ZM14.25%207.5C14.25%205.15279%2016.1528%203.25%2018.5%203.25C20.8472%203.25%2022.75%205.15279%2022.75%207.5C22.75%209.84721%2020.8472%2011.75%2018.5%2011.75H2C1.58579%2011.75%201.25%2011.4142%201.25%2011C1.25%2010.5858%201.58579%2010.25%202%2010.25H18.5C20.0188%2010.25%2021.25%209.01878%2021.25%207.5C21.25%205.98122%2020.0188%204.75%2018.5%204.75C16.9812%204.75%2015.75%205.98122%2015.75%207.5V8C15.75%208.41421%2015.4142%208.75%2015%208.75C14.5858%208.75%2014.25%208.41421%2014.25%208V7.5ZM3.25%2014C3.25%2013.5858%203.58579%2013.25%204%2013.25H18.5C20.8472%2013.25%2022.75%2015.1528%2022.75%2017.5C22.75%2019.8472%2020.8472%2021.75%2018.5%2021.75C16.1528%2021.75%2014.25%2019.8472%2014.25%2017.5V17C14.25%2016.5858%2014.5858%2016.25%2015%2016.25C15.4142%2016.25%2015.75%2016.5858%2015.75%2017V17.5C15.75%2019.0188%2016.9812%2020.25%2018.5%2020.25C20.0188%2020.25%2021.25%2019.0188%2021.25%2017.5C21.25%2015.9812%2020.0188%2014.75%2018.5%2014.75H4C3.58579%2014.75%203.25%2014.4142%203.25%2014Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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