lightning icon

lightning-duotone from Phosphor by Phosphor Icons · Duotone · MIT Free for personal and commercial use.

Name
lightning-duotone
Set
Phosphor
Style
Duotone
Viewbox
256×256
License
MIT

5 other variants in Phosphor

The same icon in other sets

Related icons in Phosphor

Use the lightning icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="m96 240l16-80l-64-24L160 16l-16 80l64 24Z" opacity=".2"/><path d="M215.79 118.17a8 8 0 0 0-5-5.66L153.18 90.9l14.66-73.33a8 8 0 0 0-13.69-7l-112 120a8 8 0 0 0 3 13l57.63 21.61l-14.62 73.25a8 8 0 0 0 13.69 7l112-120a8 8 0 0 0 1.94-7.26M109.37 214l10.47-52.38a8 8 0 0 0-5-9.06L62 132.71l84.62-90.66l-10.46 52.38a8 8 0 0 0 5 9.06l52.8 19.8Z"/></g></svg>

React

import type { SVGProps } from "react";

export function PhLightningDuotone(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="m96 240l16-80l-64-24L160 16l-16 80l64 24Z" opacity=".2"/><path d="M215.79 118.17a8 8 0 0 0-5-5.66L153.18 90.9l14.66-73.33a8 8 0 0 0-13.69-7l-112 120a8 8 0 0 0 3 13l57.63 21.61l-14.62 73.25a8 8 0 0 0 13.69 7l112-120a8 8 0 0 0 1.94-7.26M109.37 214l10.47-52.38a8 8 0 0 0-5-9.06L62 132.71l84.62-90.66l-10.46 52.38a8 8 0 0 0 5 9.06l52.8 19.8Z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="m96 240l16-80l-64-24L160 16l-16 80l64 24Z" opacity=".2"/><path d="M215.79 118.17a8 8 0 0 0-5-5.66L153.18 90.9l14.66-73.33a8 8 0 0 0-13.69-7l-112 120a8 8 0 0 0 3 13l57.63 21.61l-14.62 73.25a8 8 0 0 0 13.69 7l112-120a8 8 0 0 0 1.94-7.26M109.37 214l10.47-52.38a8 8 0 0 0-5-9.06L62 132.71l84.62-90.66l-10.46 52.38a8 8 0 0 0 5 9.06l52.8 19.8Z"/></g></svg>
</template>

CSS

.icon-lightning-duotone {
  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%20256%20256%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22m96%20240l16-80l-64-24L160%2016l-16%2080l64%2024Z%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20d%3D%22M215.79%20118.17a8%208%200%200%200-5-5.66L153.18%2090.9l14.66-73.33a8%208%200%200%200-13.69-7l-112%20120a8%208%200%200%200%203%2013l57.63%2021.61l-14.62%2073.25a8%208%200%200%200%2013.69%207l112-120a8%208%200%200%200%201.94-7.26M109.37%20214l10.47-52.38a8%208%200%200%200-5-9.06L62%20132.71l84.62-90.66l-10.46%2052.38a8%208%200%200%200%205%209.06l52.8%2019.8Z%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%20256%20256%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22m96%20240l16-80l-64-24L160%2016l-16%2080l64%2024Z%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20d%3D%22M215.79%20118.17a8%208%200%200%200-5-5.66L153.18%2090.9l14.66-73.33a8%208%200%200%200-13.69-7l-112%20120a8%208%200%200%200%203%2013l57.63%2021.61l-14.62%2073.25a8%208%200%200%200%2013.69%207l112-120a8%208%200%200%200%201.94-7.26M109.37%20214l10.47-52.38a8%208%200%200%200-5-9.06L62%20132.71l84.62-90.66l-10.46%2052.38a8%208%200%200%200%205%209.06l52.8%2019.8Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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