wind-light from Phosphor by Phosphor Icons · Light · MIT Free for personal and commercial use.

Name
wind-light
Set
Phosphor
Style
Light
Viewbox
256×256
License
MIT

5 other variants in Phosphor

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 256 256"><path fill="currentColor" d="M182 184a30 30 0 0 1-30 30c-12.9 0-25.36-8.38-29.63-19.92a6 6 0 0 1 11.26-4.16C136.13 196.69 144.2 202 152 202a18 18 0 0 0 0-36H40a6 6 0 0 1 0-12h112a30 30 0 0 1 30 30M150 72a30 30 0 0 0-30-30c-12.9 0-25.36 8.38-29.63 19.92a6 6 0 1 0 11.26 4.16C104.13 59.31 112.2 54 120 54a18 18 0 0 1 0 36H24a6 6 0 0 0 0 12h96a30 30 0 0 0 30-30m58 2c-12.9 0-25.36 8.38-29.63 19.92a6 6 0 1 0 11.26 4.16C192.13 91.31 200.2 86 208 86a18 18 0 0 1 0 36H32a6 6 0 0 0 0 12h176a30 30 0 0 0 0-60"/></svg>

React

import type { SVGProps } from "react";

export function PhWindLight(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M182 184a30 30 0 0 1-30 30c-12.9 0-25.36-8.38-29.63-19.92a6 6 0 0 1 11.26-4.16C136.13 196.69 144.2 202 152 202a18 18 0 0 0 0-36H40a6 6 0 0 1 0-12h112a30 30 0 0 1 30 30M150 72a30 30 0 0 0-30-30c-12.9 0-25.36 8.38-29.63 19.92a6 6 0 1 0 11.26 4.16C104.13 59.31 112.2 54 120 54a18 18 0 0 1 0 36H24a6 6 0 0 0 0 12h96a30 30 0 0 0 30-30m58 2c-12.9 0-25.36 8.38-29.63 19.92a6 6 0 1 0 11.26 4.16C192.13 91.31 200.2 86 208 86a18 18 0 0 1 0 36H32a6 6 0 0 0 0 12h176a30 30 0 0 0 0-60"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M182 184a30 30 0 0 1-30 30c-12.9 0-25.36-8.38-29.63-19.92a6 6 0 0 1 11.26-4.16C136.13 196.69 144.2 202 152 202a18 18 0 0 0 0-36H40a6 6 0 0 1 0-12h112a30 30 0 0 1 30 30M150 72a30 30 0 0 0-30-30c-12.9 0-25.36 8.38-29.63 19.92a6 6 0 1 0 11.26 4.16C104.13 59.31 112.2 54 120 54a18 18 0 0 1 0 36H24a6 6 0 0 0 0 12h96a30 30 0 0 0 30-30m58 2c-12.9 0-25.36 8.38-29.63 19.92a6 6 0 1 0 11.26 4.16C192.13 91.31 200.2 86 208 86a18 18 0 0 1 0 36H32a6 6 0 0 0 0 12h176a30 30 0 0 0 0-60"/></svg>
</template>

CSS

.icon-wind-light {
  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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M182%20184a30%2030%200%200%201-30%2030c-12.9%200-25.36-8.38-29.63-19.92a6%206%200%200%201%2011.26-4.16C136.13%20196.69%20144.2%20202%20152%20202a18%2018%200%200%200%200-36H40a6%206%200%200%201%200-12h112a30%2030%200%200%201%2030%2030M150%2072a30%2030%200%200%200-30-30c-12.9%200-25.36%208.38-29.63%2019.92a6%206%200%201%200%2011.26%204.16C104.13%2059.31%20112.2%2054%20120%2054a18%2018%200%200%201%200%2036H24a6%206%200%200%200%200%2012h96a30%2030%200%200%200%2030-30m58%202c-12.9%200-25.36%208.38-29.63%2019.92a6%206%200%201%200%2011.26%204.16C192.13%2091.31%20200.2%2086%20208%2086a18%2018%200%200%201%200%2036H32a6%206%200%200%200%200%2012h176a30%2030%200%200%200%200-60%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M182%20184a30%2030%200%200%201-30%2030c-12.9%200-25.36-8.38-29.63-19.92a6%206%200%200%201%2011.26-4.16C136.13%20196.69%20144.2%20202%20152%20202a18%2018%200%200%200%200-36H40a6%206%200%200%201%200-12h112a30%2030%200%200%201%2030%2030M150%2072a30%2030%200%200%200-30-30c-12.9%200-25.36%208.38-29.63%2019.92a6%206%200%201%200%2011.26%204.16C104.13%2059.31%20112.2%2054%20120%2054a18%2018%200%200%201%200%2036H24a6%206%200%200%200%200%2012h96a30%2030%200%200%200%2030-30m58%202c-12.9%200-25.36%208.38-29.63%2019.92a6%206%200%201%200%2011.26%204.16C192.13%2091.31%20200.2%2086%20208%2086a18%2018%200%200%201%200%2036H32a6%206%200%200%200%200%2012h176a30%2030%200%200%200%200-60%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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