thunderstorm-rounded from Material Symbols by Google · Rounded · Social · Apache-2.0 Free for personal and commercial use.

Name
thunderstorm-rounded
Set
Material Symbols
Style
Rounded
Category
Social
Viewbox
24×24
License
Apache 2.0

3 other variants in Material Symbols

The same icon in other sets

More social icons from Material Symbols

Use the thunderstorm icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.175 23q-.25 0-.387-.2t-.063-.425L8.4 20.5H6.85q-.125 0-.2-.1t-.025-.225l.95-2.675q.075-.225.263-.363T8.275 17H9.5q.275 0 .425.225t.025.475l-.775 1.8h1.55q.15 0 .225.138t-.025.262L8.65 22.825q-.075.1-.175.138t-.3.037m6.75-1q-.25 0-.388-.2t-.062-.425L14.95 20h-1.6q-.125 0-.2-.1t-.025-.225L13.9 17.5q.075-.225.263-.363T14.6 17h1.2q.275 0 .438.225t.037.475L15.7 19h1.525q.15 0 .213.138t-.038.262l-2 2.425q-.025.025-.475.175M7.5 16q-2.275 0-3.887-1.612T2 10.5q0-2.075 1.375-3.625t3.4-1.825q.8-1.425 2.188-2.238T12 2q2.25 0 3.913 1.438t2.012 3.587q1.725.15 2.9 1.425T22 11.5q0 1.875-1.312 3.188T17.5 16z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsThunderstormRounded(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="M8.175 23q-.25 0-.387-.2t-.063-.425L8.4 20.5H6.85q-.125 0-.2-.1t-.025-.225l.95-2.675q.075-.225.263-.363T8.275 17H9.5q.275 0 .425.225t.025.475l-.775 1.8h1.55q.15 0 .225.138t-.025.262L8.65 22.825q-.075.1-.175.138t-.3.037m6.75-1q-.25 0-.388-.2t-.062-.425L14.95 20h-1.6q-.125 0-.2-.1t-.025-.225L13.9 17.5q.075-.225.263-.363T14.6 17h1.2q.275 0 .438.225t.037.475L15.7 19h1.525q.15 0 .213.138t-.038.262l-2 2.425q-.025.025-.475.175M7.5 16q-2.275 0-3.887-1.612T2 10.5q0-2.075 1.375-3.625t3.4-1.825q.8-1.425 2.188-2.238T12 2q2.25 0 3.913 1.438t2.012 3.587q1.725.15 2.9 1.425T22 11.5q0 1.875-1.312 3.188T17.5 16z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.175 23q-.25 0-.387-.2t-.063-.425L8.4 20.5H6.85q-.125 0-.2-.1t-.025-.225l.95-2.675q.075-.225.263-.363T8.275 17H9.5q.275 0 .425.225t.025.475l-.775 1.8h1.55q.15 0 .225.138t-.025.262L8.65 22.825q-.075.1-.175.138t-.3.037m6.75-1q-.25 0-.388-.2t-.062-.425L14.95 20h-1.6q-.125 0-.2-.1t-.025-.225L13.9 17.5q.075-.225.263-.363T14.6 17h1.2q.275 0 .438.225t.037.475L15.7 19h1.525q.15 0 .213.138t-.038.262l-2 2.425q-.025.025-.475.175M7.5 16q-2.275 0-3.887-1.612T2 10.5q0-2.075 1.375-3.625t3.4-1.825q.8-1.425 2.188-2.238T12 2q2.25 0 3.913 1.438t2.012 3.587q1.725.15 2.9 1.425T22 11.5q0 1.875-1.312 3.188T17.5 16z"/></svg>
</template>

CSS

.icon-thunderstorm-rounded {
  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%22M8.175%2023q-.25%200-.387-.2t-.063-.425L8.4%2020.5H6.85q-.125%200-.2-.1t-.025-.225l.95-2.675q.075-.225.263-.363T8.275%2017H9.5q.275%200%20.425.225t.025.475l-.775%201.8h1.55q.15%200%20.225.138t-.025.262L8.65%2022.825q-.075.1-.175.138t-.3.037m6.75-1q-.25%200-.388-.2t-.062-.425L14.95%2020h-1.6q-.125%200-.2-.1t-.025-.225L13.9%2017.5q.075-.225.263-.363T14.6%2017h1.2q.275%200%20.438.225t.037.475L15.7%2019h1.525q.15%200%20.213.138t-.038.262l-2%202.425q-.025.025-.475.175M7.5%2016q-2.275%200-3.887-1.612T2%2010.5q0-2.075%201.375-3.625t3.4-1.825q.8-1.425%202.188-2.238T12%202q2.25%200%203.913%201.438t2.012%203.587q1.725.15%202.9%201.425T22%2011.5q0%201.875-1.312%203.188T17.5%2016z%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%22M8.175%2023q-.25%200-.387-.2t-.063-.425L8.4%2020.5H6.85q-.125%200-.2-.1t-.025-.225l.95-2.675q.075-.225.263-.363T8.275%2017H9.5q.275%200%20.425.225t.025.475l-.775%201.8h1.55q.15%200%20.225.138t-.025.262L8.65%2022.825q-.075.1-.175.138t-.3.037m6.75-1q-.25%200-.388-.2t-.062-.425L14.95%2020h-1.6q-.125%200-.2-.1t-.025-.225L13.9%2017.5q.075-.225.263-.363T14.6%2017h1.2q.275%200%20.438.225t.037.475L15.7%2019h1.525q.15%200%20.213.138t-.038.262l-2%202.425q-.025.025-.475.175M7.5%2016q-2.275%200-3.887-1.612T2%2010.5q0-2.075%201.375-3.625t3.4-1.825q.8-1.425%202.188-2.238T12%202q2.25%200%203.913%201.438t2.012%203.587q1.725.15%202.9%201.425T22%2011.5q0%201.875-1.312%203.188T17.5%2016z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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