weather hurricane icon

weather-hurricane-outline from Material Design Icons by Pictogrammers · Outline · Agriculture · Apache-2.0 Free for personal and commercial use.

Name
weather-hurricane-outline
Set
Material Design Icons
Style
Outline
Category
Agriculture
Viewbox
24×24
License
Apache 2.0
Aliases
cyclone-outline

1 other variant in Material Design Icons

More agriculture icons from Material Design Icons

Use the weather hurricane icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 14c1.11 0 2-.89 2-2a2 2 0 1 0-2 2m6-12a18 18 0 0 0-3.34 3.29a.99.99 0 0 0 .34 1.5c1.86 1.07 3 3.06 3 5.21c0 6.41-4.92 8.71-8.46 9.54C7.55 22 6 22 6 22a18 18 0 0 0 3.34-3.29a.99.99 0 0 0-.34-1.5C7.14 16.14 6 14.15 6 12c0-6.41 4.93-8.71 8.47-9.54C16.45 2 18 2 18 2M9.44 7.47C8.61 8.5 8 9.93 8 12c0 1.43.75 2.74 1.96 3.46c1.24.66 1.82 2.04 1.51 3.34c1.2-.53 2.29-1.26 3.09-2.27C15.39 15.5 16 14.07 16 12c0-1.43-.75-2.74-1.96-3.46a2.97 2.97 0 0 1-1.5-3.34c-1.21.53-2.3 1.27-3.1 2.27"/></svg>

React

import type { SVGProps } from "react";

export function MdiWeatherHurricaneOutline(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 14c1.11 0 2-.89 2-2a2 2 0 1 0-2 2m6-12a18 18 0 0 0-3.34 3.29a.99.99 0 0 0 .34 1.5c1.86 1.07 3 3.06 3 5.21c0 6.41-4.92 8.71-8.46 9.54C7.55 22 6 22 6 22a18 18 0 0 0 3.34-3.29a.99.99 0 0 0-.34-1.5C7.14 16.14 6 14.15 6 12c0-6.41 4.93-8.71 8.47-9.54C16.45 2 18 2 18 2M9.44 7.47C8.61 8.5 8 9.93 8 12c0 1.43.75 2.74 1.96 3.46c1.24.66 1.82 2.04 1.51 3.34c1.2-.53 2.29-1.26 3.09-2.27C15.39 15.5 16 14.07 16 12c0-1.43-.75-2.74-1.96-3.46a2.97 2.97 0 0 1-1.5-3.34c-1.21.53-2.3 1.27-3.1 2.27"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 14c1.11 0 2-.89 2-2a2 2 0 1 0-2 2m6-12a18 18 0 0 0-3.34 3.29a.99.99 0 0 0 .34 1.5c1.86 1.07 3 3.06 3 5.21c0 6.41-4.92 8.71-8.46 9.54C7.55 22 6 22 6 22a18 18 0 0 0 3.34-3.29a.99.99 0 0 0-.34-1.5C7.14 16.14 6 14.15 6 12c0-6.41 4.93-8.71 8.47-9.54C16.45 2 18 2 18 2M9.44 7.47C8.61 8.5 8 9.93 8 12c0 1.43.75 2.74 1.96 3.46c1.24.66 1.82 2.04 1.51 3.34c1.2-.53 2.29-1.26 3.09-2.27C15.39 15.5 16 14.07 16 12c0-1.43-.75-2.74-1.96-3.46a2.97 2.97 0 0 1-1.5-3.34c-1.21.53-2.3 1.27-3.1 2.27"/></svg>
</template>

CSS

.icon-weather-hurricane-outline {
  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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%2014c1.11%200%202-.89%202-2a2%202%200%201%200-2%202m6-12a18%2018%200%200%200-3.34%203.29a.99.99%200%200%200%20.34%201.5c1.86%201.07%203%203.06%203%205.21c0%206.41-4.92%208.71-8.46%209.54C7.55%2022%206%2022%206%2022a18%2018%200%200%200%203.34-3.29a.99.99%200%200%200-.34-1.5C7.14%2016.14%206%2014.15%206%2012c0-6.41%204.93-8.71%208.47-9.54C16.45%202%2018%202%2018%202M9.44%207.47C8.61%208.5%208%209.93%208%2012c0%201.43.75%202.74%201.96%203.46c1.24.66%201.82%202.04%201.51%203.34c1.2-.53%202.29-1.26%203.09-2.27C15.39%2015.5%2016%2014.07%2016%2012c0-1.43-.75-2.74-1.96-3.46a2.97%202.97%200%200%201-1.5-3.34c-1.21.53-2.3%201.27-3.1%202.27%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%2014c1.11%200%202-.89%202-2a2%202%200%201%200-2%202m6-12a18%2018%200%200%200-3.34%203.29a.99.99%200%200%200%20.34%201.5c1.86%201.07%203%203.06%203%205.21c0%206.41-4.92%208.71-8.46%209.54C7.55%2022%206%2022%206%2022a18%2018%200%200%200%203.34-3.29a.99.99%200%200%200-.34-1.5C7.14%2016.14%206%2014.15%206%2012c0-6.41%204.93-8.71%208.47-9.54C16.45%202%2018%202%2018%202M9.44%207.47C8.61%208.5%208%209.93%208%2012c0%201.43.75%202.74%201.96%203.46c1.24.66%201.82%202.04%201.51%203.34c1.2-.53%202.29-1.26%203.09-2.27C15.39%2015.5%2016%2014.07%2016%2012c0-1.43-.75-2.74-1.96-3.46a2.97%202.97%200%200%201-1.5-3.34c-1.21.53-2.3%201.27-3.1%202.27%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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