thunderstorm severe icon

thunderstorm-severe from Carbon by IBM · Outline · Planning · Apache-2.0 Free for personal and commercial use.

Name
thunderstorm-severe
Set
Carbon
Style
Outline
Category
Planning
Viewbox
32×32
License
Apache 2.0

More planning icons from Carbon

Use the thunderstorm severe icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M21 30a1 1 0 0 1-.894-1.447l2-4a1 1 0 1 1 1.788.894l-2 4A1 1 0 0 1 21 30M9 32a1 1 0 0 1-.894-1.447l2-4a1 1 0 1 1 1.788.894l-2 4A1 1 0 0 1 9 32m6.901-1.504l-1.736-.992L17.309 24H11.31l4.855-8.496l1.736.992L14.756 22h6.001zM27.952 15a4 4 0 0 1 .048.5a4.505 4.505 0 0 1-4.5 4.5H23v2h.5a6.51 6.51 0 0 0 6.5-6.5c0-.17-.031-.333-.044-.5Z"/><path fill="none" d="M25.75 8h-1.5V4h1.5ZM25 9a1 1 0 1 0 1 1a1 1 0 0 0-1-1"/><path fill="currentColor" d="M31.912 11.936L25.628.37a.718.718 0 0 0-1.257 0l-6.283 11.564A.72.72 0 0 0 18.72 13h12.56a.72.72 0 0 0 .631-1.065M24.25 4h1.5v4h-1.5Zm.75 7a1 1 0 1 1 1-1a1 1 0 0 1-1 1m-16.856.019l.815-.064l.1-.812a6.986 6.986 0 0 1 9.97-5.45L20 2.947a8.978 8.978 0 0 0-12.8 6.19a6.493 6.493 0 0 0 .23 12.767l-1.324 2.649a1 1 0 1 0 1.788.894l2-4a1 1 0 0 0-.447-1.341A1 1 0 0 0 9 20.01V20h-.5a4.498 4.498 0 0 1-.356-8.981"/></svg>

React

import type { SVGProps } from "react";

export function CarbonThunderstormSevere(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M21 30a1 1 0 0 1-.894-1.447l2-4a1 1 0 1 1 1.788.894l-2 4A1 1 0 0 1 21 30M9 32a1 1 0 0 1-.894-1.447l2-4a1 1 0 1 1 1.788.894l-2 4A1 1 0 0 1 9 32m6.901-1.504l-1.736-.992L17.309 24H11.31l4.855-8.496l1.736.992L14.756 22h6.001zM27.952 15a4 4 0 0 1 .048.5a4.505 4.505 0 0 1-4.5 4.5H23v2h.5a6.51 6.51 0 0 0 6.5-6.5c0-.17-.031-.333-.044-.5Z"/><path fill="none" d="M25.75 8h-1.5V4h1.5ZM25 9a1 1 0 1 0 1 1a1 1 0 0 0-1-1"/><path fill="currentColor" d="M31.912 11.936L25.628.37a.718.718 0 0 0-1.257 0l-6.283 11.564A.72.72 0 0 0 18.72 13h12.56a.72.72 0 0 0 .631-1.065M24.25 4h1.5v4h-1.5Zm.75 7a1 1 0 1 1 1-1a1 1 0 0 1-1 1m-16.856.019l.815-.064l.1-.812a6.986 6.986 0 0 1 9.97-5.45L20 2.947a8.978 8.978 0 0 0-12.8 6.19a6.493 6.493 0 0 0 .23 12.767l-1.324 2.649a1 1 0 1 0 1.788.894l2-4a1 1 0 0 0-.447-1.341A1 1 0 0 0 9 20.01V20h-.5a4.498 4.498 0 0 1-.356-8.981"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M21 30a1 1 0 0 1-.894-1.447l2-4a1 1 0 1 1 1.788.894l-2 4A1 1 0 0 1 21 30M9 32a1 1 0 0 1-.894-1.447l2-4a1 1 0 1 1 1.788.894l-2 4A1 1 0 0 1 9 32m6.901-1.504l-1.736-.992L17.309 24H11.31l4.855-8.496l1.736.992L14.756 22h6.001zM27.952 15a4 4 0 0 1 .048.5a4.505 4.505 0 0 1-4.5 4.5H23v2h.5a6.51 6.51 0 0 0 6.5-6.5c0-.17-.031-.333-.044-.5Z"/><path fill="none" d="M25.75 8h-1.5V4h1.5ZM25 9a1 1 0 1 0 1 1a1 1 0 0 0-1-1"/><path fill="currentColor" d="M31.912 11.936L25.628.37a.718.718 0 0 0-1.257 0l-6.283 11.564A.72.72 0 0 0 18.72 13h12.56a.72.72 0 0 0 .631-1.065M24.25 4h1.5v4h-1.5Zm.75 7a1 1 0 1 1 1-1a1 1 0 0 1-1 1m-16.856.019l.815-.064l.1-.812a6.986 6.986 0 0 1 9.97-5.45L20 2.947a8.978 8.978 0 0 0-12.8 6.19a6.493 6.493 0 0 0 .23 12.767l-1.324 2.649a1 1 0 1 0 1.788.894l2-4a1 1 0 0 0-.447-1.341A1 1 0 0 0 9 20.01V20h-.5a4.498 4.498 0 0 1-.356-8.981"/></svg>
</template>

CSS

.icon-thunderstorm-severe {
  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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M21%2030a1%201%200%200%201-.894-1.447l2-4a1%201%200%201%201%201.788.894l-2%204A1%201%200%200%201%2021%2030M9%2032a1%201%200%200%201-.894-1.447l2-4a1%201%200%201%201%201.788.894l-2%204A1%201%200%200%201%209%2032m6.901-1.504l-1.736-.992L17.309%2024H11.31l4.855-8.496l1.736.992L14.756%2022h6.001zM27.952%2015a4%204%200%200%201%20.048.5a4.505%204.505%200%200%201-4.5%204.5H23v2h.5a6.51%206.51%200%200%200%206.5-6.5c0-.17-.031-.333-.044-.5Z%22%2F%3E%3Cpath%20fill%3D%22none%22%20d%3D%22M25.75%208h-1.5V4h1.5ZM25%209a1%201%200%201%200%201%201a1%201%200%200%200-1-1%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M31.912%2011.936L25.628.37a.718.718%200%200%200-1.257%200l-6.283%2011.564A.72.72%200%200%200%2018.72%2013h12.56a.72.72%200%200%200%20.631-1.065M24.25%204h1.5v4h-1.5Zm.75%207a1%201%200%201%201%201-1a1%201%200%200%201-1%201m-16.856.019l.815-.064l.1-.812a6.986%206.986%200%200%201%209.97-5.45L20%202.947a8.978%208.978%200%200%200-12.8%206.19a6.493%206.493%200%200%200%20.23%2012.767l-1.324%202.649a1%201%200%201%200%201.788.894l2-4a1%201%200%200%200-.447-1.341A1%201%200%200%200%209%2020.01V20h-.5a4.498%204.498%200%200%201-.356-8.981%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M21%2030a1%201%200%200%201-.894-1.447l2-4a1%201%200%201%201%201.788.894l-2%204A1%201%200%200%201%2021%2030M9%2032a1%201%200%200%201-.894-1.447l2-4a1%201%200%201%201%201.788.894l-2%204A1%201%200%200%201%209%2032m6.901-1.504l-1.736-.992L17.309%2024H11.31l4.855-8.496l1.736.992L14.756%2022h6.001zM27.952%2015a4%204%200%200%201%20.048.5a4.505%204.505%200%200%201-4.5%204.5H23v2h.5a6.51%206.51%200%200%200%206.5-6.5c0-.17-.031-.333-.044-.5Z%22%2F%3E%3Cpath%20fill%3D%22none%22%20d%3D%22M25.75%208h-1.5V4h1.5ZM25%209a1%201%200%201%200%201%201a1%201%200%200%200-1-1%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M31.912%2011.936L25.628.37a.718.718%200%200%200-1.257%200l-6.283%2011.564A.72.72%200%200%200%2018.72%2013h12.56a.72.72%200%200%200%20.631-1.065M24.25%204h1.5v4h-1.5Zm.75%207a1%201%200%201%201%201-1a1%201%200%200%201-1%201m-16.856.019l.815-.064l.1-.812a6.986%206.986%200%200%201%209.97-5.45L20%202.947a8.978%208.978%200%200%200-12.8%206.19a6.493%206.493%200%200%200%20.23%2012.767l-1.324%202.649a1%201%200%201%200%201.788.894l2-4a1%201%200%200%200-.447-1.341A1%201%200%200%200%209%2020.01V20h-.5a4.498%204.498%200%200%201-.356-8.981%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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