thunderstorm scattered night icon
thunderstorm-scattered-night from Carbon by IBM · Outline · Planning · Apache-2.0 Free for personal and commercial use.
- Name
- thunderstorm-scattered-night
- 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 night 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="M29.844 13.035a1.52 1.52 0 0 0-1.231-.866a5.36 5.36 0 0 1-3.41-1.716A6.47 6.47 0 0 1 23.92 4.06a1.6 1.6 0 0 0-.3-1.546a1.46 1.46 0 0 0-1.36-.492l-.019.004a7.85 7.85 0 0 0-6.105 6.48A7.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.145-.656a5.496 5.496 0 0 1 10.73 0l.145.656l.663.113A3.993 3.993 0 0 1 19 23v2a5.955 5.955 0 0 0 5.88-7.145a7.5 7.5 0 0 0 4.867-3.3a1.54 1.54 0 0 0 .097-1.52m-5.693 2.918a5.97 5.97 0 0 0-3.502-2.709a7.5 7.5 0 0 0-2.62-3.694a6.01 6.01 0 0 1 3.77-5.333a8.46 8.46 0 0 0 1.939 7.596a7.4 7.4 0 0 0 3.902 2.228a5.44 5.44 0 0 1-3.489 1.912"/></svg>
React
import type { SVGProps } from "react";
export function CarbonThunderstormScatteredNight(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="M29.844 13.035a1.52 1.52 0 0 0-1.231-.866a5.36 5.36 0 0 1-3.41-1.716A6.47 6.47 0 0 1 23.92 4.06a1.6 1.6 0 0 0-.3-1.546a1.46 1.46 0 0 0-1.36-.492l-.019.004a7.85 7.85 0 0 0-6.105 6.48A7.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.145-.656a5.496 5.496 0 0 1 10.73 0l.145.656l.663.113A3.993 3.993 0 0 1 19 23v2a5.955 5.955 0 0 0 5.88-7.145a7.5 7.5 0 0 0 4.867-3.3a1.54 1.54 0 0 0 .097-1.52m-5.693 2.918a5.97 5.97 0 0 0-3.502-2.709a7.5 7.5 0 0 0-2.62-3.694a6.01 6.01 0 0 1 3.77-5.333a8.46 8.46 0 0 0 1.939 7.596a7.4 7.4 0 0 0 3.902 2.228a5.44 5.44 0 0 1-3.489 1.912"/></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="M29.844 13.035a1.52 1.52 0 0 0-1.231-.866a5.36 5.36 0 0 1-3.41-1.716A6.47 6.47 0 0 1 23.92 4.06a1.6 1.6 0 0 0-.3-1.546a1.46 1.46 0 0 0-1.36-.492l-.019.004a7.85 7.85 0 0 0-6.105 6.48A7.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.145-.656a5.496 5.496 0 0 1 10.73 0l.145.656l.663.113A3.993 3.993 0 0 1 19 23v2a5.955 5.955 0 0 0 5.88-7.145a7.5 7.5 0 0 0 4.867-3.3a1.54 1.54 0 0 0 .097-1.52m-5.693 2.918a5.97 5.97 0 0 0-3.502-2.709a7.5 7.5 0 0 0-2.62-3.694a6.01 6.01 0 0 1 3.77-5.333a8.46 8.46 0 0 0 1.939 7.596a7.4 7.4 0 0 0 3.902 2.228a5.44 5.44 0 0 1-3.489 1.912"/></svg> </template>
CSS
.icon-thunderstorm-scattered-night {
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%22M29.844%2013.035a1.52%201.52%200%200%200-1.231-.866a5.36%205.36%200%200%201-3.41-1.716A6.47%206.47%200%200%201%2023.92%204.06a1.6%201.6%200%200%200-.3-1.546a1.46%201.46%200%200%200-1.36-.492l-.019.004a7.85%207.85%200%200%200-6.105%206.48A7.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.145-.656a5.496%205.496%200%200%201%2010.73%200l.145.656l.663.113A3.993%203.993%200%200%201%2019%2023v2a5.955%205.955%200%200%200%205.88-7.145a7.5%207.5%200%200%200%204.867-3.3a1.54%201.54%200%200%200%20.097-1.52m-5.693%202.918a5.97%205.97%200%200%200-3.502-2.709a7.5%207.5%200%200%200-2.62-3.694a6.01%206.01%200%200%201%203.77-5.333a8.46%208.46%200%200%200%201.939%207.596a7.4%207.4%200%200%200%203.902%202.228a5.44%205.44%200%200%201-3.489%201.912%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%22M29.844%2013.035a1.52%201.52%200%200%200-1.231-.866a5.36%205.36%200%200%201-3.41-1.716A6.47%206.47%200%200%201%2023.92%204.06a1.6%201.6%200%200%200-.3-1.546a1.46%201.46%200%200%200-1.36-.492l-.019.004a7.85%207.85%200%200%200-6.105%206.48A7.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.145-.656a5.496%205.496%200%200%201%2010.73%200l.145.656l.663.113A3.993%203.993%200%200%201%2019%2023v2a5.955%205.955%200%200%200%205.88-7.145a7.5%207.5%200%200%200%204.867-3.3a1.54%201.54%200%200%200%20.097-1.52m-5.693%202.918a5.97%205.97%200%200%200-3.502-2.709a7.5%207.5%200%200%200-2.62-3.694a6.01%206.01%200%200%201%203.77-5.333a8.46%208.46%200%200%200%201.939%207.596a7.4%207.4%200%200%200%203.902%202.228a5.44%205.44%200%200%201-3.489%201.912%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/thunderstorm-scattered-night.svg?color=%231a73e8&size=48