wind-broken from Solar by 480 Design · Broken · Weather · CC-BY-4.0 Attribution required.

Name
wind-broken
Set
Solar
Style
Broken
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"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5"><path d="M3 8H5M7 5.85714V5.5C7 4.11929 8.11929 3 9.5 3C10.8807 3 12 4.11929 12 5.5C12 6.88071 10.8807 8 9.5 8H8"/><path d="M4 14H5M15 17V17.5C15 19.433 16.567 21 18.5 21C20.433 21 22 19.433 22 17.5C22 15.567 20.433 14 18.5 14H9"/><path d="M2 11H8M15 8V7.5C15 5.567 16.567 4 18.5 4C20.433 4 22 5.567 22 7.5C22 9.433 20.433 11 18.5 11H12.25"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarWindBroken(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeWidth="1.5"><path d="M3 8H5M7 5.85714V5.5C7 4.11929 8.11929 3 9.5 3C10.8807 3 12 4.11929 12 5.5C12 6.88071 10.8807 8 9.5 8H8"/><path d="M4 14H5M15 17V17.5C15 19.433 16.567 21 18.5 21C20.433 21 22 19.433 22 17.5C22 15.567 20.433 14 18.5 14H9"/><path d="M2 11H8M15 8V7.5C15 5.567 16.567 4 18.5 4C20.433 4 22 5.567 22 7.5C22 9.433 20.433 11 18.5 11H12.25"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5"><path d="M3 8H5M7 5.85714V5.5C7 4.11929 8.11929 3 9.5 3C10.8807 3 12 4.11929 12 5.5C12 6.88071 10.8807 8 9.5 8H8"/><path d="M4 14H5M15 17V17.5C15 19.433 16.567 21 18.5 21C20.433 21 22 19.433 22 17.5C22 15.567 20.433 14 18.5 14H9"/><path d="M2 11H8M15 8V7.5C15 5.567 16.567 4 18.5 4C20.433 4 22 5.567 22 7.5C22 9.433 20.433 11 18.5 11H12.25"/></g></svg>
</template>

CSS

.icon-wind-broken {
  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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M3%208H5M7%205.85714V5.5C7%204.11929%208.11929%203%209.5%203C10.8807%203%2012%204.11929%2012%205.5C12%206.88071%2010.8807%208%209.5%208H8%22%2F%3E%3Cpath%20d%3D%22M4%2014H5M15%2017V17.5C15%2019.433%2016.567%2021%2018.5%2021C20.433%2021%2022%2019.433%2022%2017.5C22%2015.567%2020.433%2014%2018.5%2014H9%22%2F%3E%3Cpath%20d%3D%22M2%2011H8M15%208V7.5C15%205.567%2016.567%204%2018.5%204C20.433%204%2022%205.567%2022%207.5C22%209.433%2020.433%2011%2018.5%2011H12.25%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M3%208H5M7%205.85714V5.5C7%204.11929%208.11929%203%209.5%203C10.8807%203%2012%204.11929%2012%205.5C12%206.88071%2010.8807%208%209.5%208H8%22%2F%3E%3Cpath%20d%3D%22M4%2014H5M15%2017V17.5C15%2019.433%2016.567%2021%2018.5%2021C20.433%2021%2022%2019.433%2022%2017.5C22%2015.567%2020.433%2014%2018.5%2014H9%22%2F%3E%3Cpath%20d%3D%22M2%2011H8M15%208V7.5C15%205.567%2016.567%204%2018.5%204C20.433%204%2022%205.567%2022%207.5C22%209.433%2020.433%2011%2018.5%2011H12.25%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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