bolt lightning icon
bolt-lightning-filled from Reicon by REICON · Filled · Weather · MIT Free for personal and commercial use.
- Name
- bolt-lightning-filled
- Set
- Reicon
- Style
- Filled
- Category
- Weather
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
The same icon in other sets
More weather icons from Reicon
Use the bolt 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.824 8.255a1.66 1.66 0 0 0-1.49-.922h-3.538l1.45-3.73a1.667 1.667 0 0 0-1.553-2.27h-5.56c-.696 0-1.325.439-1.565 1.092l-3.18 8.668a1.67 1.67 0 0 0 1.565 2.239h5.054l-2.303 8.059a.999.999 0 0 0 1.761.874L19.668 10a1.66 1.66 0 0 0 .156-1.745"/></svg>
React
import type { SVGProps } from "react";
export function ReiconBoltLightningFilled(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.824 8.255a1.66 1.66 0 0 0-1.49-.922h-3.538l1.45-3.73a1.667 1.667 0 0 0-1.553-2.27h-5.56c-.696 0-1.325.439-1.565 1.092l-3.18 8.668a1.67 1.67 0 0 0 1.565 2.239h5.054l-2.303 8.059a.999.999 0 0 0 1.761.874L19.668 10a1.66 1.66 0 0 0 .156-1.745"/></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.824 8.255a1.66 1.66 0 0 0-1.49-.922h-3.538l1.45-3.73a1.667 1.667 0 0 0-1.553-2.27h-5.56c-.696 0-1.325.439-1.565 1.092l-3.18 8.668a1.67 1.67 0 0 0 1.565 2.239h5.054l-2.303 8.059a.999.999 0 0 0 1.761.874L19.668 10a1.66 1.66 0 0 0 .156-1.745"/></svg> </template>
CSS
.icon-bolt-lightning-filled {
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.824%208.255a1.66%201.66%200%200%200-1.49-.922h-3.538l1.45-3.73a1.667%201.667%200%200%200-1.553-2.27h-5.56c-.696%200-1.325.439-1.565%201.092l-3.18%208.668a1.67%201.67%200%200%200%201.565%202.239h5.054l-2.303%208.059a.999.999%200%200%200%201.761.874L19.668%2010a1.66%201.66%200%200%200%20.156-1.745%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.824%208.255a1.66%201.66%200%200%200-1.49-.922h-3.538l1.45-3.73a1.667%201.667%200%200%200-1.553-2.27h-5.56c-.696%200-1.325.439-1.565%201.092l-3.18%208.668a1.67%201.67%200%200%200%201.565%202.239h5.054l-2.303%208.059a.999.999%200%200%200%201.761.874L19.668%2010a1.66%201.66%200%200%200%20.156-1.745%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/bolt-lightning-filled.svg?color=%231a73e8&size=48