thunderstorm scattered icon
thunderstorm-scattered from Carbon by IBM · Outline · Planning · Apache-2.0 Free for personal and commercial use.
- Name
- thunderstorm-scattered
- Set
- Carbon
- Style
- Outline
- Category
- Planning
- Viewbox
- 32×32
- License
- Apache 2.0
More planning icons from Carbon
accumulation-iceaccumulation-precipitationaccumulation-rainaccumulation-snowagriculture-analyticsairline-digital-gateairline-manage-gatesairline-passenger-careairline-rapid-boardairport-01airport-02airport-locationalarmalarm-addalarm-subtractarray-date-timearray-timearrivalbaggage-claimbarbicyclebootbuoybus
Use the thunderstorm scattered icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m13.338 30l-1.736-1l2.287-4H10l3.993-7l1.737 1l-2.284 4h3.891z"/><path fill="currentColor" d="M27 11a5.996 5.996 0 0 0-11.366-2.669A7.4 7.4 0 0 0 13.5 8a7.55 7.55 0 0 0-7.15 5.244A5.993 5.993 0 0 0 8 25v-2a3.993 3.993 0 0 1-.673-7.93l.663-.112l.146-.656a5.496 5.496 0 0 1 10.73 0l.145.656l.663.113A3.993 3.993 0 0 1 19 23v2a5.985 5.985 0 0 0 5.216-8.946A6 6 0 0 0 27 11m-4.073 3.49a6 6 0 0 0-2.278-1.246a7.52 7.52 0 0 0-3.185-4.069a3.987 3.987 0 1 1 5.463 5.314M28.586 19l-2.122-2.12l1.414-1.415L30 17.587zM29 10h3v2h-3zm-2.536-4.878L28.586 3L30 4.414l-2.122 2.122zM20 0h2v3h-2zm-5.878 6.536L12 4.414L13.414 3l2.122 2.122z"/></svg>
React
import type { SVGProps } from "react";
export function CarbonThunderstormScattered(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="m13.338 30l-1.736-1l2.287-4H10l3.993-7l1.737 1l-2.284 4h3.891z"/><path fill="currentColor" d="M27 11a5.996 5.996 0 0 0-11.366-2.669A7.4 7.4 0 0 0 13.5 8a7.55 7.55 0 0 0-7.15 5.244A5.993 5.993 0 0 0 8 25v-2a3.993 3.993 0 0 1-.673-7.93l.663-.112l.146-.656a5.496 5.496 0 0 1 10.73 0l.145.656l.663.113A3.993 3.993 0 0 1 19 23v2a5.985 5.985 0 0 0 5.216-8.946A6 6 0 0 0 27 11m-4.073 3.49a6 6 0 0 0-2.278-1.246a7.52 7.52 0 0 0-3.185-4.069a3.987 3.987 0 1 1 5.463 5.314M28.586 19l-2.122-2.12l1.414-1.415L30 17.587zM29 10h3v2h-3zm-2.536-4.878L28.586 3L30 4.414l-2.122 2.122zM20 0h2v3h-2zm-5.878 6.536L12 4.414L13.414 3l2.122 2.122z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m13.338 30l-1.736-1l2.287-4H10l3.993-7l1.737 1l-2.284 4h3.891z"/><path fill="currentColor" d="M27 11a5.996 5.996 0 0 0-11.366-2.669A7.4 7.4 0 0 0 13.5 8a7.55 7.55 0 0 0-7.15 5.244A5.993 5.993 0 0 0 8 25v-2a3.993 3.993 0 0 1-.673-7.93l.663-.112l.146-.656a5.496 5.496 0 0 1 10.73 0l.145.656l.663.113A3.993 3.993 0 0 1 19 23v2a5.985 5.985 0 0 0 5.216-8.946A6 6 0 0 0 27 11m-4.073 3.49a6 6 0 0 0-2.278-1.246a7.52 7.52 0 0 0-3.185-4.069a3.987 3.987 0 1 1 5.463 5.314M28.586 19l-2.122-2.12l1.414-1.415L30 17.587zM29 10h3v2h-3zm-2.536-4.878L28.586 3L30 4.414l-2.122 2.122zM20 0h2v3h-2zm-5.878 6.536L12 4.414L13.414 3l2.122 2.122z"/></svg> </template>
CSS
.icon-thunderstorm-scattered {
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%22m13.338%2030l-1.736-1l2.287-4H10l3.993-7l1.737%201l-2.284%204h3.891z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M27%2011a5.996%205.996%200%200%200-11.366-2.669A7.4%207.4%200%200%200%2013.5%208a7.55%207.55%200%200%200-7.15%205.244A5.993%205.993%200%200%200%208%2025v-2a3.993%203.993%200%200%201-.673-7.93l.663-.112l.146-.656a5.496%205.496%200%200%201%2010.73%200l.145.656l.663.113A3.993%203.993%200%200%201%2019%2023v2a5.985%205.985%200%200%200%205.216-8.946A6%206%200%200%200%2027%2011m-4.073%203.49a6%206%200%200%200-2.278-1.246a7.52%207.52%200%200%200-3.185-4.069a3.987%203.987%200%201%201%205.463%205.314M28.586%2019l-2.122-2.12l1.414-1.415L30%2017.587zM29%2010h3v2h-3zm-2.536-4.878L28.586%203L30%204.414l-2.122%202.122zM20%200h2v3h-2zm-5.878%206.536L12%204.414L13.414%203l2.122%202.122z%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%22m13.338%2030l-1.736-1l2.287-4H10l3.993-7l1.737%201l-2.284%204h3.891z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M27%2011a5.996%205.996%200%200%200-11.366-2.669A7.4%207.4%200%200%200%2013.5%208a7.55%207.55%200%200%200-7.15%205.244A5.993%205.993%200%200%200%208%2025v-2a3.993%203.993%200%200%201-.673-7.93l.663-.112l.146-.656a5.496%205.496%200%200%201%2010.73%200l.145.656l.663.113A3.993%203.993%200%200%201%2019%2023v2a5.985%205.985%200%200%200%205.216-8.946A6%206%200%200%200%2027%2011m-4.073%203.49a6%206%200%200%200-2.278-1.246a7.52%207.52%200%200%200-3.185-4.069a3.987%203.987%200%201%201%205.463%205.314M28.586%2019l-2.122-2.12l1.414-1.415L30%2017.587zM29%2010h3v2h-3zm-2.536-4.878L28.586%203L30%204.414l-2.122%202.122zM20%200h2v3h-2zm-5.878%206.536L12%204.414L13.414%203l2.122%202.122z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/thunderstorm-scattered.svg?color=%231a73e8&size=48