lightning stand icon
lightning-stand-outline from Material Symbols by Google · Outline · Hardware · Apache-2.0 Free for personal and commercial use.
- Name
- lightning-stand-outline
- Set
- Material Symbols
- Style
- Outline
- Category
- Hardware
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- lightning-stand-outline-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="M12 22q-3.025 0-5.012-.812T5 18.5t1.988-2.687T12 15t5.013.813T19 18.5t-1.987 2.688T12 22m0-2q-2.525 0-4.05-.525T6.1 18q-.05.125-.075.25T6 18.5q0 1.125 1.637 1.813T12 21t4.363-.687T18 18.5q0-.125-.025-.25T17.9 18q-.325.95-1.85 1.475T12 20m3.6-1.425Q17 18.15 17 17.5t-1.4-1.075T12 16t-3.6.425T7 17.5t1.4 1.075T12 19t3.6-.425M11 14V9H9l4-7v5h2zm1 6"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightningStandOutline(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="M12 22q-3.025 0-5.012-.812T5 18.5t1.988-2.687T12 15t5.013.813T19 18.5t-1.987 2.688T12 22m0-2q-2.525 0-4.05-.525T6.1 18q-.05.125-.075.25T6 18.5q0 1.125 1.637 1.813T12 21t4.363-.687T18 18.5q0-.125-.025-.25T17.9 18q-.325.95-1.85 1.475T12 20m3.6-1.425Q17 18.15 17 17.5t-1.4-1.075T12 16t-3.6.425T7 17.5t1.4 1.075T12 19t3.6-.425M11 14V9H9l4-7v5h2zm1 6"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 22q-3.025 0-5.012-.812T5 18.5t1.988-2.687T12 15t5.013.813T19 18.5t-1.987 2.688T12 22m0-2q-2.525 0-4.05-.525T6.1 18q-.05.125-.075.25T6 18.5q0 1.125 1.637 1.813T12 21t4.363-.687T18 18.5q0-.125-.025-.25T17.9 18q-.325.95-1.85 1.475T12 20m3.6-1.425Q17 18.15 17 17.5t-1.4-1.075T12 16t-3.6.425T7 17.5t1.4 1.075T12 19t3.6-.425M11 14V9H9l4-7v5h2zm1 6"/></svg> </template>
CSS
.icon-lightning-stand-outline {
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%22M12%2022q-3.025%200-5.012-.812T5%2018.5t1.988-2.687T12%2015t5.013.813T19%2018.5t-1.987%202.688T12%2022m0-2q-2.525%200-4.05-.525T6.1%2018q-.05.125-.075.25T6%2018.5q0%201.125%201.637%201.813T12%2021t4.363-.687T18%2018.5q0-.125-.025-.25T17.9%2018q-.325.95-1.85%201.475T12%2020m3.6-1.425Q17%2018.15%2017%2017.5t-1.4-1.075T12%2016t-3.6.425T7%2017.5t1.4%201.075T12%2019t3.6-.425M11%2014V9H9l4-7v5h2zm1%206%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%22M12%2022q-3.025%200-5.012-.812T5%2018.5t1.988-2.687T12%2015t5.013.813T19%2018.5t-1.987%202.688T12%2022m0-2q-2.525%200-4.05-.525T6.1%2018q-.05.125-.075.25T6%2018.5q0%201.125%201.637%201.813T12%2021t4.363-.687T18%2018.5q0-.125-.025-.25T17.9%2018q-.325.95-1.85%201.475T12%2020m3.6-1.425Q17%2018.15%2017%2017.5t-1.4-1.075T12%2016t-3.6.425T7%2017.5t1.4%201.075T12%2019t3.6-.425M11%2014V9H9l4-7v5h2zm1%206%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-outline.svg?color=%231a73e8&size=48