lightning stand icon
lightning-stand from Material Symbols by Google · Regular · Hardware · Apache-2.0 Free for personal and commercial use.
- Name
- lightning-stand
- Set
- Material Symbols
- Style
- Regular
- Category
- Hardware
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- lightning-stand-sharp
3 other variants in Material Symbols
The same icon in other sets
More hardware icons from Material Symbols
add-diamondadf-scanneraod-tabletaod-watcharrows-left-right-circlearrows-up-down-circleassistant-deviceaudio-video-receiverb-circlebalancebrowser-updatedcamera-videocastcast-connectedcast-for-educationcast-pausecast-warningchromecast-devicecircle-circlecomputercomputer-arrow-upcomputer-cancelcomputer-soundconnected-tv
Use the lightning stand icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.788 21.113Q5 20.225 5 18.5q0-.725.325-1.325T6.3 16.15q-.15.2-.237.488t-.088.637q0 .95.688 1.5t1.65.825t1.987.338T12 20t1.7-.062t1.988-.338t1.65-.825t.687-1.5q0-.35-.088-.637t-.237-.488q.65.425.975 1.025T19 18.5q0 1.725-1.787 2.613T12 22t-5.212-.888m1.562-2.65Q7 17.926 7 17q0-.875 1.388-1.437T12 15q2.3 0 3.65.538T17 17t-1.35 1.463T12 19t-3.65-.537M11 14V9H9l4-7v5h2z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightningStand(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.788 21.113Q5 20.225 5 18.5q0-.725.325-1.325T6.3 16.15q-.15.2-.237.488t-.088.637q0 .95.688 1.5t1.65.825t1.987.338T12 20t1.7-.062t1.988-.338t1.65-.825t.687-1.5q0-.35-.088-.637t-.237-.488q.65.425.975 1.025T19 18.5q0 1.725-1.787 2.613T12 22t-5.212-.888m1.562-2.65Q7 17.926 7 17q0-.875 1.388-1.437T12 15q2.3 0 3.65.538T17 17t-1.35 1.463T12 19t-3.65-.537M11 14V9H9l4-7v5h2z"/></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.788 21.113Q5 20.225 5 18.5q0-.725.325-1.325T6.3 16.15q-.15.2-.237.488t-.088.637q0 .95.688 1.5t1.65.825t1.987.338T12 20t1.7-.062t1.988-.338t1.65-.825t.687-1.5q0-.35-.088-.637t-.237-.488q.65.425.975 1.025T19 18.5q0 1.725-1.787 2.613T12 22t-5.212-.888m1.562-2.65Q7 17.926 7 17q0-.875 1.388-1.437T12 15q2.3 0 3.65.538T17 17t-1.35 1.463T12 19t-3.65-.537M11 14V9H9l4-7v5h2z"/></svg> </template>
CSS
.icon-lightning-stand {
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.788%2021.113Q5%2020.225%205%2018.5q0-.725.325-1.325T6.3%2016.15q-.15.2-.237.488t-.088.637q0%20.95.688%201.5t1.65.825t1.987.338T12%2020t1.7-.062t1.988-.338t1.65-.825t.687-1.5q0-.35-.088-.637t-.237-.488q.65.425.975%201.025T19%2018.5q0%201.725-1.787%202.613T12%2022t-5.212-.888m1.562-2.65Q7%2017.926%207%2017q0-.875%201.388-1.437T12%2015q2.3%200%203.65.538T17%2017t-1.35%201.463T12%2019t-3.65-.537M11%2014V9H9l4-7v5h2z%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.788%2021.113Q5%2020.225%205%2018.5q0-.725.325-1.325T6.3%2016.15q-.15.2-.237.488t-.088.637q0%20.95.688%201.5t1.65.825t1.987.338T12%2020t1.7-.062t1.988-.338t1.65-.825t.687-1.5q0-.35-.088-.637t-.237-.488q.65.425.975%201.025T19%2018.5q0%201.725-1.787%202.613T12%2022t-5.212-.888m1.562-2.65Q7%2017.926%207%2017q0-.875%201.388-1.437T12%2015q2.3%200%203.65.538T17%2017t-1.35%201.463T12%2019t-3.65-.537M11%2014V9H9l4-7v5h2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/lightning-stand.svg?color=%231a73e8&size=48