lightning icon
lightning from Element Plus by Element Plus · Outline · MIT Free for personal and commercial use.
- Name
- lightning
- Set
- Element Plus
- Style
- Outline
- Viewbox
- 1024×1024
- License
- MIT
The same icon in other sets
Use the lightning icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M288 671.4v64A240 240 0 0 1 63.7 496.3a240 240 0 0 1 199.5-236.8a256.1 256.1 0 0 1 487.9-31A256 256 0 0 1 736 734v-64.8a192 192 0 0 0 3.3-377.9l-35.2-6.6l-12.8-33.4a192 192 0 0 0-366 23.3l-9.8 40.9l-41.5 7a176 176 0 0 0-146.3 173.6c0 92 70.5 167.3 160.3 175.2z"/><path fill="currentColor" d="M416 736a32 32 0 0 1-27.8-47.9l128-224a32 32 0 1 1 55.6 31.8L471.2 672H608a32 32 0 0 1 27.8 47.9l-128 224A32 32 0 1 1 452 912l101-176z"/></svg>
React
import type { SVGProps } from "react";
export function EpLightning(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M288 671.4v64A240 240 0 0 1 63.7 496.3a240 240 0 0 1 199.5-236.8a256.1 256.1 0 0 1 487.9-31A256 256 0 0 1 736 734v-64.8a192 192 0 0 0 3.3-377.9l-35.2-6.6l-12.8-33.4a192 192 0 0 0-366 23.3l-9.8 40.9l-41.5 7a176 176 0 0 0-146.3 173.6c0 92 70.5 167.3 160.3 175.2z"/><path fill="currentColor" d="M416 736a32 32 0 0 1-27.8-47.9l128-224a32 32 0 1 1 55.6 31.8L471.2 672H608a32 32 0 0 1 27.8 47.9l-128 224A32 32 0 1 1 452 912l101-176z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M288 671.4v64A240 240 0 0 1 63.7 496.3a240 240 0 0 1 199.5-236.8a256.1 256.1 0 0 1 487.9-31A256 256 0 0 1 736 734v-64.8a192 192 0 0 0 3.3-377.9l-35.2-6.6l-12.8-33.4a192 192 0 0 0-366 23.3l-9.8 40.9l-41.5 7a176 176 0 0 0-146.3 173.6c0 92 70.5 167.3 160.3 175.2z"/><path fill="currentColor" d="M416 736a32 32 0 0 1-27.8-47.9l128-224a32 32 0 1 1 55.6 31.8L471.2 672H608a32 32 0 0 1 27.8 47.9l-128 224A32 32 0 1 1 452 912l101-176z"/></svg> </template>
CSS
.icon-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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M288%20671.4v64A240%20240%200%200%201%2063.7%20496.3a240%20240%200%200%201%20199.5-236.8a256.1%20256.1%200%200%201%20487.9-31A256%20256%200%200%201%20736%20734v-64.8a192%20192%200%200%200%203.3-377.9l-35.2-6.6l-12.8-33.4a192%20192%200%200%200-366%2023.3l-9.8%2040.9l-41.5%207a176%20176%200%200%200-146.3%20173.6c0%2092%2070.5%20167.3%20160.3%20175.2z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M416%20736a32%2032%200%200%201-27.8-47.9l128-224a32%2032%200%201%201%2055.6%2031.8L471.2%20672H608a32%2032%200%200%201%2027.8%2047.9l-128%20224A32%2032%200%201%201%20452%20912l101-176z%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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M288%20671.4v64A240%20240%200%200%201%2063.7%20496.3a240%20240%200%200%201%20199.5-236.8a256.1%20256.1%200%200%201%20487.9-31A256%20256%200%200%201%20736%20734v-64.8a192%20192%200%200%200%203.3-377.9l-35.2-6.6l-12.8-33.4a192%20192%200%200%200-366%2023.3l-9.8%2040.9l-41.5%207a176%20176%200%200%200-146.3%20173.6c0%2092%2070.5%20167.3%20160.3%20175.2z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M416%20736a32%2032%200%200%201-27.8-47.9l128-224a32%2032%200%201%201%2055.6%2031.8L471.2%20672H608a32%2032%200%200%201%2027.8%2047.9l-128%20224A32%2032%200%201%201%20452%20912l101-176z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ep/lightning.svg?color=%231a73e8&size=48