weather partly lightning icon
weather-partly-lightning from Material Design Icons by Pictogrammers · Filled · Weather · Apache-2.0 Free for personal and commercial use.
- Name
- weather-partly-lightning
- Set
- Material Design Icons
- Style
- Filled
- Category
- Weather
- Viewbox
- 24×24
- License
- Apache 2.0
More weather icons from Material Design Icons
broadcastbroadcast-offflashmoon-first-quartermoon-fullmoon-last-quartermoon-newmoon-waning-crescentmoon-waning-gibbousmoon-waxing-crescentmoon-waxing-gibbousshield-sunsnowflake-checksnowflake-meltsnowflake-offsun-angletemperature-celsiustemperature-fahrenheittemperature-kelvintheme-light-darkumbrellaumbrella-beachumbrella-closedumbrella-closed-variant
Use the weather partly lightning icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19 15a3 3 0 0 0-1 .17V15c0-1.81-.81-3.44-2.08-4.54c.43-2.43-.82-4.96-3.17-5.99c-2.78-1.23-6.03.03-7.25 2.78c-.9 1.99-.5 4.2.77 5.75H6a4 4 0 0 0-4 4a4 4 0 0 0 4 4h1s1 0 1-1s-1-1-1-1H6a2 2 0 0 1-2-2a2 2 0 0 1 2-2h2a4 4 0 0 1 4-4a4 4 0 0 1 4 4v2h3a1 1 0 0 1 1 1a1 1 0 0 1-1 1h-2s-1 0-1 1s1 1 1 1h2a3 3 0 0 0 3-3a3 3 0 0 0-3-3m-7-6c-1.84 0-3.5.83-4.59 2.13c-.48-.91-.56-2.04-.1-3.06a3.487 3.487 0 0 1 4.62-1.77c1.25.56 2.01 1.76 2.07 3.04c-.62-.22-1.3-.34-2-.34m1.55-6.37c-.55-.23-1.1-.4-1.67-.51l2.49-1.3l.9 2.89c-.51-.42-1.08-.78-1.72-1.08m-7.46.81c-.49.35-.92.75-1.29 1.19l.11-2.81l2.96.68c-.62.21-1.22.53-1.78.94M18 8.71c-.09-.59-.22-1.16-.41-1.71l2.38 1.5l-2.05 2.23c.11-.65.13-1.33.08-2.02M3.04 10.3c.07.6.21 1.17.39 1.7l-2.37-1.5L3.1 8.28c-.1.65-.13 1.33-.06 2.02M11.8 15h2.45l-1.64 3.27h1.64L11.18 24l.62-4.09H9.75"/></svg>
React
import type { SVGProps } from "react";
export function MdiWeatherPartlyLightning(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="M19 15a3 3 0 0 0-1 .17V15c0-1.81-.81-3.44-2.08-4.54c.43-2.43-.82-4.96-3.17-5.99c-2.78-1.23-6.03.03-7.25 2.78c-.9 1.99-.5 4.2.77 5.75H6a4 4 0 0 0-4 4a4 4 0 0 0 4 4h1s1 0 1-1s-1-1-1-1H6a2 2 0 0 1-2-2a2 2 0 0 1 2-2h2a4 4 0 0 1 4-4a4 4 0 0 1 4 4v2h3a1 1 0 0 1 1 1a1 1 0 0 1-1 1h-2s-1 0-1 1s1 1 1 1h2a3 3 0 0 0 3-3a3 3 0 0 0-3-3m-7-6c-1.84 0-3.5.83-4.59 2.13c-.48-.91-.56-2.04-.1-3.06a3.487 3.487 0 0 1 4.62-1.77c1.25.56 2.01 1.76 2.07 3.04c-.62-.22-1.3-.34-2-.34m1.55-6.37c-.55-.23-1.1-.4-1.67-.51l2.49-1.3l.9 2.89c-.51-.42-1.08-.78-1.72-1.08m-7.46.81c-.49.35-.92.75-1.29 1.19l.11-2.81l2.96.68c-.62.21-1.22.53-1.78.94M18 8.71c-.09-.59-.22-1.16-.41-1.71l2.38 1.5l-2.05 2.23c.11-.65.13-1.33.08-2.02M3.04 10.3c.07.6.21 1.17.39 1.7l-2.37-1.5L3.1 8.28c-.1.65-.13 1.33-.06 2.02M11.8 15h2.45l-1.64 3.27h1.64L11.18 24l.62-4.09H9.75"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19 15a3 3 0 0 0-1 .17V15c0-1.81-.81-3.44-2.08-4.54c.43-2.43-.82-4.96-3.17-5.99c-2.78-1.23-6.03.03-7.25 2.78c-.9 1.99-.5 4.2.77 5.75H6a4 4 0 0 0-4 4a4 4 0 0 0 4 4h1s1 0 1-1s-1-1-1-1H6a2 2 0 0 1-2-2a2 2 0 0 1 2-2h2a4 4 0 0 1 4-4a4 4 0 0 1 4 4v2h3a1 1 0 0 1 1 1a1 1 0 0 1-1 1h-2s-1 0-1 1s1 1 1 1h2a3 3 0 0 0 3-3a3 3 0 0 0-3-3m-7-6c-1.84 0-3.5.83-4.59 2.13c-.48-.91-.56-2.04-.1-3.06a3.487 3.487 0 0 1 4.62-1.77c1.25.56 2.01 1.76 2.07 3.04c-.62-.22-1.3-.34-2-.34m1.55-6.37c-.55-.23-1.1-.4-1.67-.51l2.49-1.3l.9 2.89c-.51-.42-1.08-.78-1.72-1.08m-7.46.81c-.49.35-.92.75-1.29 1.19l.11-2.81l2.96.68c-.62.21-1.22.53-1.78.94M18 8.71c-.09-.59-.22-1.16-.41-1.71l2.38 1.5l-2.05 2.23c.11-.65.13-1.33.08-2.02M3.04 10.3c.07.6.21 1.17.39 1.7l-2.37-1.5L3.1 8.28c-.1.65-.13 1.33-.06 2.02M11.8 15h2.45l-1.64 3.27h1.64L11.18 24l.62-4.09H9.75"/></svg> </template>
CSS
.icon-weather-partly-lightning {
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%22M19%2015a3%203%200%200%200-1%20.17V15c0-1.81-.81-3.44-2.08-4.54c.43-2.43-.82-4.96-3.17-5.99c-2.78-1.23-6.03.03-7.25%202.78c-.9%201.99-.5%204.2.77%205.75H6a4%204%200%200%200-4%204a4%204%200%200%200%204%204h1s1%200%201-1s-1-1-1-1H6a2%202%200%200%201-2-2a2%202%200%200%201%202-2h2a4%204%200%200%201%204-4a4%204%200%200%201%204%204v2h3a1%201%200%200%201%201%201a1%201%200%200%201-1%201h-2s-1%200-1%201s1%201%201%201h2a3%203%200%200%200%203-3a3%203%200%200%200-3-3m-7-6c-1.84%200-3.5.83-4.59%202.13c-.48-.91-.56-2.04-.1-3.06a3.487%203.487%200%200%201%204.62-1.77c1.25.56%202.01%201.76%202.07%203.04c-.62-.22-1.3-.34-2-.34m1.55-6.37c-.55-.23-1.1-.4-1.67-.51l2.49-1.3l.9%202.89c-.51-.42-1.08-.78-1.72-1.08m-7.46.81c-.49.35-.92.75-1.29%201.19l.11-2.81l2.96.68c-.62.21-1.22.53-1.78.94M18%208.71c-.09-.59-.22-1.16-.41-1.71l2.38%201.5l-2.05%202.23c.11-.65.13-1.33.08-2.02M3.04%2010.3c.07.6.21%201.17.39%201.7l-2.37-1.5L3.1%208.28c-.1.65-.13%201.33-.06%202.02M11.8%2015h2.45l-1.64%203.27h1.64L11.18%2024l.62-4.09H9.75%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%22M19%2015a3%203%200%200%200-1%20.17V15c0-1.81-.81-3.44-2.08-4.54c.43-2.43-.82-4.96-3.17-5.99c-2.78-1.23-6.03.03-7.25%202.78c-.9%201.99-.5%204.2.77%205.75H6a4%204%200%200%200-4%204a4%204%200%200%200%204%204h1s1%200%201-1s-1-1-1-1H6a2%202%200%200%201-2-2a2%202%200%200%201%202-2h2a4%204%200%200%201%204-4a4%204%200%200%201%204%204v2h3a1%201%200%200%201%201%201a1%201%200%200%201-1%201h-2s-1%200-1%201s1%201%201%201h2a3%203%200%200%200%203-3a3%203%200%200%200-3-3m-7-6c-1.84%200-3.5.83-4.59%202.13c-.48-.91-.56-2.04-.1-3.06a3.487%203.487%200%200%201%204.62-1.77c1.25.56%202.01%201.76%202.07%203.04c-.62-.22-1.3-.34-2-.34m1.55-6.37c-.55-.23-1.1-.4-1.67-.51l2.49-1.3l.9%202.89c-.51-.42-1.08-.78-1.72-1.08m-7.46.81c-.49.35-.92.75-1.29%201.19l.11-2.81l2.96.68c-.62.21-1.22.53-1.78.94M18%208.71c-.09-.59-.22-1.16-.41-1.71l2.38%201.5l-2.05%202.23c.11-.65.13-1.33.08-2.02M3.04%2010.3c.07.6.21%201.17.39%201.7l-2.37-1.5L3.1%208.28c-.1.65-.13%201.33-.06%202.02M11.8%2015h2.45l-1.64%203.27h1.64L11.18%2024l.62-4.09H9.75%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/weather-partly-lightning.svg?color=%231a73e8&size=48