lightning stand icon

lightning-stand-outline-rounded from Material Symbols by Google · Outline Rounded · Hardware · Apache-2.0 Free for personal and commercial use.

Name
lightning-stand-outline-rounded
Set
Material Symbols
Style
Outline Rounded
Category
Hardware
Viewbox
24×24
License
Apache 2.0

3 other variants in Material Symbols

The same icon in other sets

More hardware icons from Material Symbols

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 9H9.85q-.275 0-.425-.25t0-.5l3.1-5.425q.1-.175.287-.125t.188.25V7h1.15q.275 0 .425.25t0 .5l-3.1 5.425q-.1.175-.287.125T11 13.05zm1 11"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightningStandOutlineRounded(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 9H9.85q-.275 0-.425-.25t0-.5l3.1-5.425q.1-.175.287-.125t.188.25V7h1.15q.275 0 .425.25t0 .5l-3.1 5.425q-.1.175-.287.125T11 13.05zm1 11"/></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 9H9.85q-.275 0-.425-.25t0-.5l3.1-5.425q.1-.175.287-.125t.188.25V7h1.15q.275 0 .425.25t0 .5l-3.1 5.425q-.1.175-.287.125T11 13.05zm1 11"/></svg>
</template>

CSS

.icon-lightning-stand-outline-rounded {
  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%209H9.85q-.275%200-.425-.25t0-.5l3.1-5.425q.1-.175.287-.125t.188.25V7h1.15q.275%200%20.425.25t0%20.5l-3.1%205.425q-.1.175-.287.125T11%2013.05zm1%2011%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%209H9.85q-.275%200-.425-.25t0-.5l3.1-5.425q.1-.175.287-.125t.188.25V7h1.15q.275%200%20.425.25t0%20.5l-3.1%205.425q-.1.175-.287.125T11%2013.05zm1%2011%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-rounded.svg?color=%231a73e8&size=48