hurricane icon

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

Name
hurricane-fill
Set
Phosphor
Style
Fill
Viewbox
256×256
License
MIT

5 other variants in Phosphor

The same icon in other sets

Use the hurricane icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="m158.32 45.36l9.41-35.3a8 8 0 0 0-9.41-9.88a195.9 195.9 0 0 0-58.65 25.09C60.63 50.37 40 85.89 40 128a88.11 88.11 0 0 0 57.68 82.64l-9.41 35.3a8 8 0 0 0 9.41 9.88a195.9 195.9 0 0 0 58.65-25.09C195.37 205.63 216 170.11 216 128a88.1 88.1 0 0 0-57.68-82.64M128 152a24 24 0 1 1 24-24a24 24 0 0 1-24 24"/></svg>

React

import type { SVGProps } from "react";

export function PhHurricaneFill(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="m158.32 45.36l9.41-35.3a8 8 0 0 0-9.41-9.88a195.9 195.9 0 0 0-58.65 25.09C60.63 50.37 40 85.89 40 128a88.11 88.11 0 0 0 57.68 82.64l-9.41 35.3a8 8 0 0 0 9.41 9.88a195.9 195.9 0 0 0 58.65-25.09C195.37 205.63 216 170.11 216 128a88.1 88.1 0 0 0-57.68-82.64M128 152a24 24 0 1 1 24-24a24 24 0 0 1-24 24"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="m158.32 45.36l9.41-35.3a8 8 0 0 0-9.41-9.88a195.9 195.9 0 0 0-58.65 25.09C60.63 50.37 40 85.89 40 128a88.11 88.11 0 0 0 57.68 82.64l-9.41 35.3a8 8 0 0 0 9.41 9.88a195.9 195.9 0 0 0 58.65-25.09C195.37 205.63 216 170.11 216 128a88.1 88.1 0 0 0-57.68-82.64M128 152a24 24 0 1 1 24-24a24 24 0 0 1-24 24"/></svg>
</template>

CSS

.icon-hurricane-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%22m158.32%2045.36l9.41-35.3a8%208%200%200%200-9.41-9.88a195.9%20195.9%200%200%200-58.65%2025.09C60.63%2050.37%2040%2085.89%2040%20128a88.11%2088.11%200%200%200%2057.68%2082.64l-9.41%2035.3a8%208%200%200%200%209.41%209.88a195.9%20195.9%200%200%200%2058.65-25.09C195.37%20205.63%20216%20170.11%20216%20128a88.1%2088.1%200%200%200-57.68-82.64M128%20152a24%2024%200%201%201%2024-24a24%2024%200%200%201-24%2024%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%22m158.32%2045.36l9.41-35.3a8%208%200%200%200-9.41-9.88a195.9%20195.9%200%200%200-58.65%2025.09C60.63%2050.37%2040%2085.89%2040%20128a88.11%2088.11%200%200%200%2057.68%2082.64l-9.41%2035.3a8%208%200%200%200%209.41%209.88a195.9%20195.9%200%200%200%2058.65-25.09C195.37%20205.63%20216%20170.11%20216%20128a88.1%2088.1%200%200%200-57.68-82.64M128%20152a24%2024%200%201%201%2024-24a24%2024%200%200%201-24%2024%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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