thunderstorm icon

thunderstorm from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.

Name
thunderstorm
Set
IonIcons
Style
Regular
Viewbox
512×512
License
MIT

2 other variants in IonIcons

The same icon in other sets

Use the thunderstorm icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M96 416a16 16 0 0 1-14.3-23.16l24-48a16 16 0 0 1 28.62 14.32l-24 48A16 16 0 0 1 96 416m24 64a16 16 0 0 1-14.3-23.16l16-32a16 16 0 0 1 28.62 14.32l-16 32A16 16 0 0 1 120 480m256-64a16 16 0 0 1-14.3-23.16l24-48a16 16 0 0 1 28.62 14.32l-24 48A16 16 0 0 1 376 416m24 64a16 16 0 0 1-14.3-23.16l16-32a16 16 0 0 1 28.62 14.32l-16 32A16 16 0 0 1 400 480"/><path fill="currentColor" d="M405.84 136.9a151.25 151.25 0 0 0-47.6-81.9a153 153 0 0 0-241.81 51.86C60.5 110.16 16 156.65 16 213.33C16 272.15 63.91 320 122.8 320h66.31l-12.89 77.37A16 16 0 0 0 192 416h32v64a16 16 0 0 0 29 9.3l80-112a16 16 0 0 0-13-25.3h-27.51l8-32h103.84a91.56 91.56 0 0 0 1.51-183.1"/></svg>

React

import type { SVGProps } from "react";

export function IonThunderstorm(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M96 416a16 16 0 0 1-14.3-23.16l24-48a16 16 0 0 1 28.62 14.32l-24 48A16 16 0 0 1 96 416m24 64a16 16 0 0 1-14.3-23.16l16-32a16 16 0 0 1 28.62 14.32l-16 32A16 16 0 0 1 120 480m256-64a16 16 0 0 1-14.3-23.16l24-48a16 16 0 0 1 28.62 14.32l-24 48A16 16 0 0 1 376 416m24 64a16 16 0 0 1-14.3-23.16l16-32a16 16 0 0 1 28.62 14.32l-16 32A16 16 0 0 1 400 480"/><path fill="currentColor" d="M405.84 136.9a151.25 151.25 0 0 0-47.6-81.9a153 153 0 0 0-241.81 51.86C60.5 110.16 16 156.65 16 213.33C16 272.15 63.91 320 122.8 320h66.31l-12.89 77.37A16 16 0 0 0 192 416h32v64a16 16 0 0 0 29 9.3l80-112a16 16 0 0 0-13-25.3h-27.51l8-32h103.84a91.56 91.56 0 0 0 1.51-183.1"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M96 416a16 16 0 0 1-14.3-23.16l24-48a16 16 0 0 1 28.62 14.32l-24 48A16 16 0 0 1 96 416m24 64a16 16 0 0 1-14.3-23.16l16-32a16 16 0 0 1 28.62 14.32l-16 32A16 16 0 0 1 120 480m256-64a16 16 0 0 1-14.3-23.16l24-48a16 16 0 0 1 28.62 14.32l-24 48A16 16 0 0 1 376 416m24 64a16 16 0 0 1-14.3-23.16l16-32a16 16 0 0 1 28.62 14.32l-16 32A16 16 0 0 1 400 480"/><path fill="currentColor" d="M405.84 136.9a151.25 151.25 0 0 0-47.6-81.9a153 153 0 0 0-241.81 51.86C60.5 110.16 16 156.65 16 213.33C16 272.15 63.91 320 122.8 320h66.31l-12.89 77.37A16 16 0 0 0 192 416h32v64a16 16 0 0 0 29 9.3l80-112a16 16 0 0 0-13-25.3h-27.51l8-32h103.84a91.56 91.56 0 0 0 1.51-183.1"/></svg>
</template>

CSS

.icon-thunderstorm {
  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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M96%20416a16%2016%200%200%201-14.3-23.16l24-48a16%2016%200%200%201%2028.62%2014.32l-24%2048A16%2016%200%200%201%2096%20416m24%2064a16%2016%200%200%201-14.3-23.16l16-32a16%2016%200%200%201%2028.62%2014.32l-16%2032A16%2016%200%200%201%20120%20480m256-64a16%2016%200%200%201-14.3-23.16l24-48a16%2016%200%200%201%2028.62%2014.32l-24%2048A16%2016%200%200%201%20376%20416m24%2064a16%2016%200%200%201-14.3-23.16l16-32a16%2016%200%200%201%2028.62%2014.32l-16%2032A16%2016%200%200%201%20400%20480%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M405.84%20136.9a151.25%20151.25%200%200%200-47.6-81.9a153%20153%200%200%200-241.81%2051.86C60.5%20110.16%2016%20156.65%2016%20213.33C16%20272.15%2063.91%20320%20122.8%20320h66.31l-12.89%2077.37A16%2016%200%200%200%20192%20416h32v64a16%2016%200%200%200%2029%209.3l80-112a16%2016%200%200%200-13-25.3h-27.51l8-32h103.84a91.56%2091.56%200%200%200%201.51-183.1%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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M96%20416a16%2016%200%200%201-14.3-23.16l24-48a16%2016%200%200%201%2028.62%2014.32l-24%2048A16%2016%200%200%201%2096%20416m24%2064a16%2016%200%200%201-14.3-23.16l16-32a16%2016%200%200%201%2028.62%2014.32l-16%2032A16%2016%200%200%201%20120%20480m256-64a16%2016%200%200%201-14.3-23.16l24-48a16%2016%200%200%201%2028.62%2014.32l-24%2048A16%2016%200%200%201%20376%20416m24%2064a16%2016%200%200%201-14.3-23.16l16-32a16%2016%200%200%201%2028.62%2014.32l-16%2032A16%2016%200%200%201%20400%20480%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M405.84%20136.9a151.25%20151.25%200%200%200-47.6-81.9a153%20153%200%200%200-241.81%2051.86C60.5%20110.16%2016%20156.65%2016%20213.33C16%20272.15%2063.91%20320%20122.8%20320h66.31l-12.89%2077.37A16%2016%200%200%200%20192%20416h32v64a16%2016%200%200%200%2029%209.3l80-112a16%2016%200%200%200-13-25.3h-27.51l8-32h103.84a91.56%2091.56%200%200%200%201.51-183.1%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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