hurricane icon

hurricane from Phosphor by Phosphor Icons · Regular · MIT Free for personal and commercial use.

Name
hurricane
Set
Phosphor
Style
Regular
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="M128 96a32 32 0 1 0 32 32a32 32 0 0 0-32-32m0 48a16 16 0 1 1 16-16a16 16 0 0 1-16 16m30.32-98.64l9.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.64M148.06 217a184 184 0 0 1-40.68 19.37l7.73-29a8 8 0 0 0-5.67-9.79A72.06 72.06 0 0 1 56 128c0-36.77 17.48-66.72 51.94-89a184 184 0 0 1 40.68-19.37l-7.73 29a8 8 0 0 0 5.67 9.79A72.06 72.06 0 0 1 200 128c0 36.77-17.48 66.72-51.94 89"/></svg>

React

import type { SVGProps } from "react";

export function PhHurricane(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="M128 96a32 32 0 1 0 32 32a32 32 0 0 0-32-32m0 48a16 16 0 1 1 16-16a16 16 0 0 1-16 16m30.32-98.64l9.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.64M148.06 217a184 184 0 0 1-40.68 19.37l7.73-29a8 8 0 0 0-5.67-9.79A72.06 72.06 0 0 1 56 128c0-36.77 17.48-66.72 51.94-89a184 184 0 0 1 40.68-19.37l-7.73 29a8 8 0 0 0 5.67 9.79A72.06 72.06 0 0 1 200 128c0 36.77-17.48 66.72-51.94 89"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M128 96a32 32 0 1 0 32 32a32 32 0 0 0-32-32m0 48a16 16 0 1 1 16-16a16 16 0 0 1-16 16m30.32-98.64l9.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.64M148.06 217a184 184 0 0 1-40.68 19.37l7.73-29a8 8 0 0 0-5.67-9.79A72.06 72.06 0 0 1 56 128c0-36.77 17.48-66.72 51.94-89a184 184 0 0 1 40.68-19.37l-7.73 29a8 8 0 0 0 5.67 9.79A72.06 72.06 0 0 1 200 128c0 36.77-17.48 66.72-51.94 89"/></svg>
</template>

CSS

.icon-hurricane {
  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%22M128%2096a32%2032%200%201%200%2032%2032a32%2032%200%200%200-32-32m0%2048a16%2016%200%201%201%2016-16a16%2016%200%200%201-16%2016m30.32-98.64l9.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.64M148.06%20217a184%20184%200%200%201-40.68%2019.37l7.73-29a8%208%200%200%200-5.67-9.79A72.06%2072.06%200%200%201%2056%20128c0-36.77%2017.48-66.72%2051.94-89a184%20184%200%200%201%2040.68-19.37l-7.73%2029a8%208%200%200%200%205.67%209.79A72.06%2072.06%200%200%201%20200%20128c0%2036.77-17.48%2066.72-51.94%2089%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%22M128%2096a32%2032%200%201%200%2032%2032a32%2032%200%200%200-32-32m0%2048a16%2016%200%201%201%2016-16a16%2016%200%200%201-16%2016m30.32-98.64l9.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.64M148.06%20217a184%20184%200%200%201-40.68%2019.37l7.73-29a8%208%200%200%200-5.67-9.79A72.06%2072.06%200%200%201%2056%20128c0-36.77%2017.48-66.72%2051.94-89a184%20184%200%200%201%2040.68-19.37l-7.73%2029a8%208%200%200%200%205.67%209.79A72.06%2072.06%200%200%201%20200%20128c0%2036.77-17.48%2066.72-51.94%2089%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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