wind-fill from Phosphor by Phosphor Icons · Fill · MIT Free for personal and commercial use.

Name
wind-fill
Set
Phosphor
Style
Fill
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="M120 104H24a8 8 0 0 1-8-8.53A8.17 8.17 0 0 1 24.27 88H112a8 8 0 0 0 8-8.53a8.17 8.17 0 0 0-8.27-7.47H92.29a4 4 0 0 1-4-4.58A32 32 0 1 1 120 104m119.92-2.29a32 32 0 0 0-63.59-2.29a4 4 0 0 0 4 4.58h19.44a8.17 8.17 0 0 1 8.25 7.47a8 8 0 0 1-8 8.53H32.27a8.17 8.17 0 0 0-8.27 7.47a8 8 0 0 0 8 8.53h176a32 32 0 0 0 31.92-34.29M152 152H40.27a8.17 8.17 0 0 0-8.27 7.47a8 8 0 0 0 8 8.53h103.73a8.17 8.17 0 0 1 8.25 7.47a8 8 0 0 1-8 8.53h-19.69a4 4 0 0 0-4 4.58A32 32 0 1 0 152 152"/></svg>

React

import type { SVGProps } from "react";

export function PhWindFill(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="M120 104H24a8 8 0 0 1-8-8.53A8.17 8.17 0 0 1 24.27 88H112a8 8 0 0 0 8-8.53a8.17 8.17 0 0 0-8.27-7.47H92.29a4 4 0 0 1-4-4.58A32 32 0 1 1 120 104m119.92-2.29a32 32 0 0 0-63.59-2.29a4 4 0 0 0 4 4.58h19.44a8.17 8.17 0 0 1 8.25 7.47a8 8 0 0 1-8 8.53H32.27a8.17 8.17 0 0 0-8.27 7.47a8 8 0 0 0 8 8.53h176a32 32 0 0 0 31.92-34.29M152 152H40.27a8.17 8.17 0 0 0-8.27 7.47a8 8 0 0 0 8 8.53h103.73a8.17 8.17 0 0 1 8.25 7.47a8 8 0 0 1-8 8.53h-19.69a4 4 0 0 0-4 4.58A32 32 0 1 0 152 152"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M120 104H24a8 8 0 0 1-8-8.53A8.17 8.17 0 0 1 24.27 88H112a8 8 0 0 0 8-8.53a8.17 8.17 0 0 0-8.27-7.47H92.29a4 4 0 0 1-4-4.58A32 32 0 1 1 120 104m119.92-2.29a32 32 0 0 0-63.59-2.29a4 4 0 0 0 4 4.58h19.44a8.17 8.17 0 0 1 8.25 7.47a8 8 0 0 1-8 8.53H32.27a8.17 8.17 0 0 0-8.27 7.47a8 8 0 0 0 8 8.53h176a32 32 0 0 0 31.92-34.29M152 152H40.27a8.17 8.17 0 0 0-8.27 7.47a8 8 0 0 0 8 8.53h103.73a8.17 8.17 0 0 1 8.25 7.47a8 8 0 0 1-8 8.53h-19.69a4 4 0 0 0-4 4.58A32 32 0 1 0 152 152"/></svg>
</template>

CSS

.icon-wind-fill {
  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%22M120%20104H24a8%208%200%200%201-8-8.53A8.17%208.17%200%200%201%2024.27%2088H112a8%208%200%200%200%208-8.53a8.17%208.17%200%200%200-8.27-7.47H92.29a4%204%200%200%201-4-4.58A32%2032%200%201%201%20120%20104m119.92-2.29a32%2032%200%200%200-63.59-2.29a4%204%200%200%200%204%204.58h19.44a8.17%208.17%200%200%201%208.25%207.47a8%208%200%200%201-8%208.53H32.27a8.17%208.17%200%200%200-8.27%207.47a8%208%200%200%200%208%208.53h176a32%2032%200%200%200%2031.92-34.29M152%20152H40.27a8.17%208.17%200%200%200-8.27%207.47a8%208%200%200%200%208%208.53h103.73a8.17%208.17%200%200%201%208.25%207.47a8%208%200%200%201-8%208.53h-19.69a4%204%200%200%200-4%204.58A32%2032%200%201%200%20152%20152%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%22M120%20104H24a8%208%200%200%201-8-8.53A8.17%208.17%200%200%201%2024.27%2088H112a8%208%200%200%200%208-8.53a8.17%208.17%200%200%200-8.27-7.47H92.29a4%204%200%200%201-4-4.58A32%2032%200%201%201%20120%20104m119.92-2.29a32%2032%200%200%200-63.59-2.29a4%204%200%200%200%204%204.58h19.44a8.17%208.17%200%200%201%208.25%207.47a8%208%200%200%201-8%208.53H32.27a8.17%208.17%200%200%200-8.27%207.47a8%208%200%200%200%208%208.53h176a32%2032%200%200%200%2031.92-34.29M152%20152H40.27a8.17%208.17%200%200%200-8.27%207.47a8%208%200%200%200%208%208.53h103.73a8.17%208.17%200%200%201%208.25%207.47a8%208%200%200%201-8%208.53h-19.69a4%204%200%200%200-4%204.58A32%2032%200%201%200%20152%20152%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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