lightning icon

lightning-linear from Solar by 480 Design · Linear · Devices · CC-BY-4.0 Attribution required.

Name
lightning-linear
Set
Solar
Style
Linear
Category
Devices
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

The same icon in other sets

More devices icons from Solar

Use the lightning icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" d="M13.2 8H10.8C8.53726 8 7.40589 8 6.70294 8.69229C6 9.38459 6 10.4988 6 12.7273V15.2727C6 17.5012 6 18.6154 6.70294 19.3077C7.40589 20 8.53726 20 10.8 20H13.2M10.8 8H13.2C15.4627 8 16.5941 8 17.2971 8.69229C18 9.38459 18 10.4988 18 12.7273V15.2727C18 17.5012 18 18.6154 17.2971 19.3077C16.5941 20 15.4627 20 13.2 20H10.8"/><path stroke-linecap="round" d="M12 20V22"/><path stroke-linecap="round" stroke-linejoin="round" d="M12 12L10.5 14H13.5L12 16"/><path stroke-linecap="round" d="M11 5H13"/><path d="M15.5 8V5.5C15.5 4.09554 15.5 3.39331 15.1629 2.88886C15.017 2.67048 14.8295 2.48298 14.6111 2.33706C14.1067 2 13.4045 2 12 2C10.5955 2 9.89331 2 9.38886 2.33706C9.17048 2.48298 8.98298 2.67048 8.83706 2.88886C8.5 3.39331 8.5 4.09554 8.5 5.5V8"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarLightningLinear(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeWidth="1.5"><path strokeLinecap="round" d="M13.2 8H10.8C8.53726 8 7.40589 8 6.70294 8.69229C6 9.38459 6 10.4988 6 12.7273V15.2727C6 17.5012 6 18.6154 6.70294 19.3077C7.40589 20 8.53726 20 10.8 20H13.2M10.8 8H13.2C15.4627 8 16.5941 8 17.2971 8.69229C18 9.38459 18 10.4988 18 12.7273V15.2727C18 17.5012 18 18.6154 17.2971 19.3077C16.5941 20 15.4627 20 13.2 20H10.8"/><path strokeLinecap="round" d="M12 20V22"/><path strokeLinecap="round" strokeLinejoin="round" d="M12 12L10.5 14H13.5L12 16"/><path strokeLinecap="round" d="M11 5H13"/><path d="M15.5 8V5.5C15.5 4.09554 15.5 3.39331 15.1629 2.88886C15.017 2.67048 14.8295 2.48298 14.6111 2.33706C14.1067 2 13.4045 2 12 2C10.5955 2 9.89331 2 9.38886 2.33706C9.17048 2.48298 8.98298 2.67048 8.83706 2.88886C8.5 3.39331 8.5 4.09554 8.5 5.5V8"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" d="M13.2 8H10.8C8.53726 8 7.40589 8 6.70294 8.69229C6 9.38459 6 10.4988 6 12.7273V15.2727C6 17.5012 6 18.6154 6.70294 19.3077C7.40589 20 8.53726 20 10.8 20H13.2M10.8 8H13.2C15.4627 8 16.5941 8 17.2971 8.69229C18 9.38459 18 10.4988 18 12.7273V15.2727C18 17.5012 18 18.6154 17.2971 19.3077C16.5941 20 15.4627 20 13.2 20H10.8"/><path stroke-linecap="round" d="M12 20V22"/><path stroke-linecap="round" stroke-linejoin="round" d="M12 12L10.5 14H13.5L12 16"/><path stroke-linecap="round" d="M11 5H13"/><path d="M15.5 8V5.5C15.5 4.09554 15.5 3.39331 15.1629 2.88886C15.017 2.67048 14.8295 2.48298 14.6111 2.33706C14.1067 2 13.4045 2 12 2C10.5955 2 9.89331 2 9.38886 2.33706C9.17048 2.48298 8.98298 2.67048 8.83706 2.88886C8.5 3.39331 8.5 4.09554 8.5 5.5V8"/></g></svg>
</template>

CSS

.icon-lightning-linear {
  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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M13.2%208H10.8C8.53726%208%207.40589%208%206.70294%208.69229C6%209.38459%206%2010.4988%206%2012.7273V15.2727C6%2017.5012%206%2018.6154%206.70294%2019.3077C7.40589%2020%208.53726%2020%2010.8%2020H13.2M10.8%208H13.2C15.4627%208%2016.5941%208%2017.2971%208.69229C18%209.38459%2018%2010.4988%2018%2012.7273V15.2727C18%2017.5012%2018%2018.6154%2017.2971%2019.3077C16.5941%2020%2015.4627%2020%2013.2%2020H10.8%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M12%2020V22%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M12%2012L10.5%2014H13.5L12%2016%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M11%205H13%22%2F%3E%3Cpath%20d%3D%22M15.5%208V5.5C15.5%204.09554%2015.5%203.39331%2015.1629%202.88886C15.017%202.67048%2014.8295%202.48298%2014.6111%202.33706C14.1067%202%2013.4045%202%2012%202C10.5955%202%209.89331%202%209.38886%202.33706C9.17048%202.48298%208.98298%202.67048%208.83706%202.88886C8.5%203.39331%208.5%204.09554%208.5%205.5V8%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M13.2%208H10.8C8.53726%208%207.40589%208%206.70294%208.69229C6%209.38459%206%2010.4988%206%2012.7273V15.2727C6%2017.5012%206%2018.6154%206.70294%2019.3077C7.40589%2020%208.53726%2020%2010.8%2020H13.2M10.8%208H13.2C15.4627%208%2016.5941%208%2017.2971%208.69229C18%209.38459%2018%2010.4988%2018%2012.7273V15.2727C18%2017.5012%2018%2018.6154%2017.2971%2019.3077C16.5941%2020%2015.4627%2020%2013.2%2020H10.8%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M12%2020V22%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M12%2012L10.5%2014H13.5L12%2016%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M11%205H13%22%2F%3E%3Cpath%20d%3D%22M15.5%208V5.5C15.5%204.09554%2015.5%203.39331%2015.1629%202.88886C15.017%202.67048%2014.8295%202.48298%2014.6111%202.33706C14.1067%202%2013.4045%202%2012%202C10.5955%202%209.89331%202%209.38886%202.33706C9.17048%202.48298%208.98298%202.67048%208.83706%202.88886C8.5%203.39331%208.5%204.09554%208.5%205.5V8%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/solar/lightning-linear.svg?color=%231a73e8&size=48