outline thunderstorm icon
outline-thunderstorm from Google Material Icons by Material Design Authors · Baseline · Social · Apache-2.0 Free for personal and commercial use.
- Name
- outline-thunderstorm
- Set
- Google Material Icons
- Style
- Baseline
- Category
- Social
- Viewbox
- 24×24
- License
- Apache 2.0
More social icons from Google Material Icons
baseline-18-up-ratingbaseline-6-ft-apartbaseline-add-moderatorbaseline-add-reactionbaseline-adobebaseline-applebaseline-architecturebaseline-assist-walkerbaseline-back-handbaseline-blindbaseline-boybaseline-cakebaseline-catching-pokemonbaseline-clean-handsbaseline-co2baseline-compostbaseline-connect-without-contactbaseline-constructionbaseline-cookiebaseline-coronavirusbaseline-cruelty-freebaseline-cyclonebaseline-deckbaseline-discord
Use the outline thunderstorm icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.92 7.02C17.45 4.18 14.97 2 12 2C9.82 2 7.83 3.18 6.78 5.06C4.09 5.41 2 7.74 2 10.5C2 13.53 4.47 16 7.5 16h10c2.48 0 4.5-2.02 4.5-4.5a4.5 4.5 0 0 0-4.08-4.48M17.5 14h-10C5.57 14 4 12.43 4 10.5a3.51 3.51 0 0 1 3.04-3.46l.99-.13l.49-.87A4 4 0 0 1 12 4c1.94 0 3.63 1.44 3.95 3.35l.25 1.52l1.54.14c1.27.12 2.26 1.21 2.26 2.49a2.5 2.5 0 0 1-2.5 2.5m-2.7 3l-2.9 3.32l2 1L11.55 24h2.65l2.9-3.32l-2-1L17.45 17zm-6 0l-2.9 3.32l2 1L5.55 24H8.2l2.9-3.32l-2-1L11.45 17z"/></svg>
React
import type { SVGProps } from "react";
export function IcOutlineThunderstorm(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="M17.92 7.02C17.45 4.18 14.97 2 12 2C9.82 2 7.83 3.18 6.78 5.06C4.09 5.41 2 7.74 2 10.5C2 13.53 4.47 16 7.5 16h10c2.48 0 4.5-2.02 4.5-4.5a4.5 4.5 0 0 0-4.08-4.48M17.5 14h-10C5.57 14 4 12.43 4 10.5a3.51 3.51 0 0 1 3.04-3.46l.99-.13l.49-.87A4 4 0 0 1 12 4c1.94 0 3.63 1.44 3.95 3.35l.25 1.52l1.54.14c1.27.12 2.26 1.21 2.26 2.49a2.5 2.5 0 0 1-2.5 2.5m-2.7 3l-2.9 3.32l2 1L11.55 24h2.65l2.9-3.32l-2-1L17.45 17zm-6 0l-2.9 3.32l2 1L5.55 24H8.2l2.9-3.32l-2-1L11.45 17z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.92 7.02C17.45 4.18 14.97 2 12 2C9.82 2 7.83 3.18 6.78 5.06C4.09 5.41 2 7.74 2 10.5C2 13.53 4.47 16 7.5 16h10c2.48 0 4.5-2.02 4.5-4.5a4.5 4.5 0 0 0-4.08-4.48M17.5 14h-10C5.57 14 4 12.43 4 10.5a3.51 3.51 0 0 1 3.04-3.46l.99-.13l.49-.87A4 4 0 0 1 12 4c1.94 0 3.63 1.44 3.95 3.35l.25 1.52l1.54.14c1.27.12 2.26 1.21 2.26 2.49a2.5 2.5 0 0 1-2.5 2.5m-2.7 3l-2.9 3.32l2 1L11.55 24h2.65l2.9-3.32l-2-1L17.45 17zm-6 0l-2.9 3.32l2 1L5.55 24H8.2l2.9-3.32l-2-1L11.45 17z"/></svg> </template>
CSS
.icon-outline-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17.92%207.02C17.45%204.18%2014.97%202%2012%202C9.82%202%207.83%203.18%206.78%205.06C4.09%205.41%202%207.74%202%2010.5C2%2013.53%204.47%2016%207.5%2016h10c2.48%200%204.5-2.02%204.5-4.5a4.5%204.5%200%200%200-4.08-4.48M17.5%2014h-10C5.57%2014%204%2012.43%204%2010.5a3.51%203.51%200%200%201%203.04-3.46l.99-.13l.49-.87A4%204%200%200%201%2012%204c1.94%200%203.63%201.44%203.95%203.35l.25%201.52l1.54.14c1.27.12%202.26%201.21%202.26%202.49a2.5%202.5%200%200%201-2.5%202.5m-2.7%203l-2.9%203.32l2%201L11.55%2024h2.65l2.9-3.32l-2-1L17.45%2017zm-6%200l-2.9%203.32l2%201L5.55%2024H8.2l2.9-3.32l-2-1L11.45%2017z%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%22M17.92%207.02C17.45%204.18%2014.97%202%2012%202C9.82%202%207.83%203.18%206.78%205.06C4.09%205.41%202%207.74%202%2010.5C2%2013.53%204.47%2016%207.5%2016h10c2.48%200%204.5-2.02%204.5-4.5a4.5%204.5%200%200%200-4.08-4.48M17.5%2014h-10C5.57%2014%204%2012.43%204%2010.5a3.51%203.51%200%200%201%203.04-3.46l.99-.13l.49-.87A4%204%200%200%201%2012%204c1.94%200%203.63%201.44%203.95%203.35l.25%201.52l1.54.14c1.27.12%202.26%201.21%202.26%202.49a2.5%202.5%200%200%201-2.5%202.5m-2.7%203l-2.9%203.32l2%201L11.55%2024h2.65l2.9-3.32l-2-1L17.45%2017zm-6%200l-2.9%203.32l2%201L5.55%2024H8.2l2.9-3.32l-2-1L11.45%2017z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/outline-thunderstorm.svg?color=%231a73e8&size=48