weather lightning icon

weather-lightning from Material Design Icons by Pictogrammers · Filled · Agriculture · Apache-2.0 Free for personal and commercial use.

Name
weather-lightning
Set
Material Design Icons
Style
Filled
Category
Agriculture
Viewbox
24×24
License
Apache 2.0
Aliases
weather-flash, weather-storm, weather-thunder

More agriculture icons from Material Design Icons

Use the weather lightning icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6 16a5 5 0 0 1-5-5a5 5 0 0 1 5-5c1-2.35 3.3-4 6-4c3.43 0 6.24 2.66 6.5 6.03L19 8a4 4 0 0 1 4 4a4 4 0 0 1-4 4h-1a1 1 0 0 1-1-1a1 1 0 0 1 1-1h1a2 2 0 0 0 2-2a2 2 0 0 0-2-2h-2V9a5 5 0 0 0-5-5C9.5 4 7.45 5.82 7.06 8.19C6.73 8.07 6.37 8 6 8a3 3 0 0 0-3 3a3 3 0 0 0 3 3h1a1 1 0 0 1 1 1a1 1 0 0 1-1 1zm6-5h3l-2 4h2l-3.75 7l.75-5H9.5z"/></svg>

React

import type { SVGProps } from "react";

export function MdiWeatherLightning(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="M6 16a5 5 0 0 1-5-5a5 5 0 0 1 5-5c1-2.35 3.3-4 6-4c3.43 0 6.24 2.66 6.5 6.03L19 8a4 4 0 0 1 4 4a4 4 0 0 1-4 4h-1a1 1 0 0 1-1-1a1 1 0 0 1 1-1h1a2 2 0 0 0 2-2a2 2 0 0 0-2-2h-2V9a5 5 0 0 0-5-5C9.5 4 7.45 5.82 7.06 8.19C6.73 8.07 6.37 8 6 8a3 3 0 0 0-3 3a3 3 0 0 0 3 3h1a1 1 0 0 1 1 1a1 1 0 0 1-1 1zm6-5h3l-2 4h2l-3.75 7l.75-5H9.5z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6 16a5 5 0 0 1-5-5a5 5 0 0 1 5-5c1-2.35 3.3-4 6-4c3.43 0 6.24 2.66 6.5 6.03L19 8a4 4 0 0 1 4 4a4 4 0 0 1-4 4h-1a1 1 0 0 1-1-1a1 1 0 0 1 1-1h1a2 2 0 0 0 2-2a2 2 0 0 0-2-2h-2V9a5 5 0 0 0-5-5C9.5 4 7.45 5.82 7.06 8.19C6.73 8.07 6.37 8 6 8a3 3 0 0 0-3 3a3 3 0 0 0 3 3h1a1 1 0 0 1 1 1a1 1 0 0 1-1 1zm6-5h3l-2 4h2l-3.75 7l.75-5H9.5z"/></svg>
</template>

CSS

.icon-weather-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%22M6%2016a5%205%200%200%201-5-5a5%205%200%200%201%205-5c1-2.35%203.3-4%206-4c3.43%200%206.24%202.66%206.5%206.03L19%208a4%204%200%200%201%204%204a4%204%200%200%201-4%204h-1a1%201%200%200%201-1-1a1%201%200%200%201%201-1h1a2%202%200%200%200%202-2a2%202%200%200%200-2-2h-2V9a5%205%200%200%200-5-5C9.5%204%207.45%205.82%207.06%208.19C6.73%208.07%206.37%208%206%208a3%203%200%200%200-3%203a3%203%200%200%200%203%203h1a1%201%200%200%201%201%201a1%201%200%200%201-1%201zm6-5h3l-2%204h2l-3.75%207l.75-5H9.5z%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%22M6%2016a5%205%200%200%201-5-5a5%205%200%200%201%205-5c1-2.35%203.3-4%206-4c3.43%200%206.24%202.66%206.5%206.03L19%208a4%204%200%200%201%204%204a4%204%200%200%201-4%204h-1a1%201%200%200%201-1-1a1%201%200%200%201%201-1h1a2%202%200%200%200%202-2a2%202%200%200%200-2-2h-2V9a5%205%200%200%200-5-5C9.5%204%207.45%205.82%207.06%208.19C6.73%208.07%206.37%208%206%208a3%203%200%200%200-3%203a3%203%200%200%200%203%203h1a1%201%200%200%201%201%201a1%201%200%200%201-1%201zm6-5h3l-2%204h2l-3.75%207l.75-5H9.5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/weather-lightning.svg?color=%231a73e8&size=48