hurricane icon
hurricane-bold from Phosphor by Phosphor Icons · Bold · MIT Free for personal and commercial use.
- Name
- hurricane-bold
- Set
- Phosphor
- Style
- Bold
- 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 92a36 36 0 1 0 36 36a36 36 0 0 0-36-36m0 48a12 12 0 1 1 12-12a12 12 0 0 1-12 12m35.37-97l8.14-27.65A12 12 0 0 0 157.89.19a194 194 0 0 0-60.12 23.55C57.36 48.28 36 84.33 36 128a92.15 92.15 0 0 0 56.63 85l-8.14 27.65A12 12 0 0 0 96 256a11.6 11.6 0 0 0 2.11-.19a194 194 0 0 0 60.12-23.55C198.64 207.72 220 171.67 220 128a92.15 92.15 0 0 0-56.63-85m-17 168.35a168.7 168.7 0 0 1-32.74 15.28l5.28-18a12 12 0 0 0-8.42-15A68 68 0 0 1 60 128c0-35.12 16.7-63.18 49.65-83.39a169 169 0 0 1 32.74-15.29l-5.28 18a12 12 0 0 0 8.42 15A68 68 0 0 1 196 128c0 35.12-16.7 63.17-49.65 83.39Z"/></svg>
React
import type { SVGProps } from "react";
export function PhHurricaneBold(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 92a36 36 0 1 0 36 36a36 36 0 0 0-36-36m0 48a12 12 0 1 1 12-12a12 12 0 0 1-12 12m35.37-97l8.14-27.65A12 12 0 0 0 157.89.19a194 194 0 0 0-60.12 23.55C57.36 48.28 36 84.33 36 128a92.15 92.15 0 0 0 56.63 85l-8.14 27.65A12 12 0 0 0 96 256a11.6 11.6 0 0 0 2.11-.19a194 194 0 0 0 60.12-23.55C198.64 207.72 220 171.67 220 128a92.15 92.15 0 0 0-56.63-85m-17 168.35a168.7 168.7 0 0 1-32.74 15.28l5.28-18a12 12 0 0 0-8.42-15A68 68 0 0 1 60 128c0-35.12 16.7-63.18 49.65-83.39a169 169 0 0 1 32.74-15.29l-5.28 18a12 12 0 0 0 8.42 15A68 68 0 0 1 196 128c0 35.12-16.7 63.17-49.65 83.39Z"/></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 92a36 36 0 1 0 36 36a36 36 0 0 0-36-36m0 48a12 12 0 1 1 12-12a12 12 0 0 1-12 12m35.37-97l8.14-27.65A12 12 0 0 0 157.89.19a194 194 0 0 0-60.12 23.55C57.36 48.28 36 84.33 36 128a92.15 92.15 0 0 0 56.63 85l-8.14 27.65A12 12 0 0 0 96 256a11.6 11.6 0 0 0 2.11-.19a194 194 0 0 0 60.12-23.55C198.64 207.72 220 171.67 220 128a92.15 92.15 0 0 0-56.63-85m-17 168.35a168.7 168.7 0 0 1-32.74 15.28l5.28-18a12 12 0 0 0-8.42-15A68 68 0 0 1 60 128c0-35.12 16.7-63.18 49.65-83.39a169 169 0 0 1 32.74-15.29l-5.28 18a12 12 0 0 0 8.42 15A68 68 0 0 1 196 128c0 35.12-16.7 63.17-49.65 83.39Z"/></svg> </template>
CSS
.icon-hurricane-bold {
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%2092a36%2036%200%201%200%2036%2036a36%2036%200%200%200-36-36m0%2048a12%2012%200%201%201%2012-12a12%2012%200%200%201-12%2012m35.37-97l8.14-27.65A12%2012%200%200%200%20157.89.19a194%20194%200%200%200-60.12%2023.55C57.36%2048.28%2036%2084.33%2036%20128a92.15%2092.15%200%200%200%2056.63%2085l-8.14%2027.65A12%2012%200%200%200%2096%20256a11.6%2011.6%200%200%200%202.11-.19a194%20194%200%200%200%2060.12-23.55C198.64%20207.72%20220%20171.67%20220%20128a92.15%2092.15%200%200%200-56.63-85m-17%20168.35a168.7%20168.7%200%200%201-32.74%2015.28l5.28-18a12%2012%200%200%200-8.42-15A68%2068%200%200%201%2060%20128c0-35.12%2016.7-63.18%2049.65-83.39a169%20169%200%200%201%2032.74-15.29l-5.28%2018a12%2012%200%200%200%208.42%2015A68%2068%200%200%201%20196%20128c0%2035.12-16.7%2063.17-49.65%2083.39Z%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%2092a36%2036%200%201%200%2036%2036a36%2036%200%200%200-36-36m0%2048a12%2012%200%201%201%2012-12a12%2012%200%200%201-12%2012m35.37-97l8.14-27.65A12%2012%200%200%200%20157.89.19a194%20194%200%200%200-60.12%2023.55C57.36%2048.28%2036%2084.33%2036%20128a92.15%2092.15%200%200%200%2056.63%2085l-8.14%2027.65A12%2012%200%200%200%2096%20256a11.6%2011.6%200%200%200%202.11-.19a194%20194%200%200%200%2060.12-23.55C198.64%20207.72%20220%20171.67%20220%20128a92.15%2092.15%200%200%200-56.63-85m-17%20168.35a168.7%20168.7%200%200%201-32.74%2015.28l5.28-18a12%2012%200%200%200-8.42-15A68%2068%200%200%201%2060%20128c0-35.12%2016.7-63.18%2049.65-83.39a169%20169%200%200%201%2032.74-15.29l-5.28%2018a12%2012%200%200%200%208.42%2015A68%2068%200%200%201%20196%20128c0%2035.12-16.7%2063.17-49.65%2083.39Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/hurricane-bold.svg?color=%231a73e8&size=48