lightning a icon

lightning-a-light from Phosphor by Phosphor Icons · Light · MIT Free for personal and commercial use.

Name
lightning-a-light
Set
Phosphor
Style
Light
Viewbox
256×256
License
MIT

5 other variants in Phosphor

Related icons in Phosphor

Use the lightning a icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M173.88 111.94a6 6 0 0 0-3.42-4.27L119 84.56l14-59.17a6 6 0 0 0-10.24-5.47L27.6 122.78a6 6 0 0 0 1.94 9.55L81 155.44l-14 59.17a6 6 0 0 0 3 6.68a6 6 0 0 0 7.22-1.22l95.2-102.85a6 6 0 0 0 1.46-5.28m-90 83.21l9.92-41.76a6 6 0 0 0-3.38-6.86L42.08 124.8l74-80l-9.92 41.77a6 6 0 0 0 3.38 6.86l48.38 21.73Zm153.44 18.16l-36-72a6 6 0 0 0-10.74 0l-36 72a6 6 0 0 0 10.74 5.37L175.71 198h40.58l10.34 20.68A6 6 0 0 0 232 222a5.9 5.9 0 0 0 2.68-.64a6 6 0 0 0 2.68-8.05ZM181.71 186L196 157.42L210.29 186Z"/></svg>

React

import type { SVGProps } from "react";

export function PhLightningALight(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M173.88 111.94a6 6 0 0 0-3.42-4.27L119 84.56l14-59.17a6 6 0 0 0-10.24-5.47L27.6 122.78a6 6 0 0 0 1.94 9.55L81 155.44l-14 59.17a6 6 0 0 0 3 6.68a6 6 0 0 0 7.22-1.22l95.2-102.85a6 6 0 0 0 1.46-5.28m-90 83.21l9.92-41.76a6 6 0 0 0-3.38-6.86L42.08 124.8l74-80l-9.92 41.77a6 6 0 0 0 3.38 6.86l48.38 21.73Zm153.44 18.16l-36-72a6 6 0 0 0-10.74 0l-36 72a6 6 0 0 0 10.74 5.37L175.71 198h40.58l10.34 20.68A6 6 0 0 0 232 222a5.9 5.9 0 0 0 2.68-.64a6 6 0 0 0 2.68-8.05ZM181.71 186L196 157.42L210.29 186Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M173.88 111.94a6 6 0 0 0-3.42-4.27L119 84.56l14-59.17a6 6 0 0 0-10.24-5.47L27.6 122.78a6 6 0 0 0 1.94 9.55L81 155.44l-14 59.17a6 6 0 0 0 3 6.68a6 6 0 0 0 7.22-1.22l95.2-102.85a6 6 0 0 0 1.46-5.28m-90 83.21l9.92-41.76a6 6 0 0 0-3.38-6.86L42.08 124.8l74-80l-9.92 41.77a6 6 0 0 0 3.38 6.86l48.38 21.73Zm153.44 18.16l-36-72a6 6 0 0 0-10.74 0l-36 72a6 6 0 0 0 10.74 5.37L175.71 198h40.58l10.34 20.68A6 6 0 0 0 232 222a5.9 5.9 0 0 0 2.68-.64a6 6 0 0 0 2.68-8.05ZM181.71 186L196 157.42L210.29 186Z"/></svg>
</template>

CSS

.icon-lightning-a-light {
  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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M173.88%20111.94a6%206%200%200%200-3.42-4.27L119%2084.56l14-59.17a6%206%200%200%200-10.24-5.47L27.6%20122.78a6%206%200%200%200%201.94%209.55L81%20155.44l-14%2059.17a6%206%200%200%200%203%206.68a6%206%200%200%200%207.22-1.22l95.2-102.85a6%206%200%200%200%201.46-5.28m-90%2083.21l9.92-41.76a6%206%200%200%200-3.38-6.86L42.08%20124.8l74-80l-9.92%2041.77a6%206%200%200%200%203.38%206.86l48.38%2021.73Zm153.44%2018.16l-36-72a6%206%200%200%200-10.74%200l-36%2072a6%206%200%200%200%2010.74%205.37L175.71%20198h40.58l10.34%2020.68A6%206%200%200%200%20232%20222a5.9%205.9%200%200%200%202.68-.64a6%206%200%200%200%202.68-8.05ZM181.71%20186L196%20157.42L210.29%20186Z%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M173.88%20111.94a6%206%200%200%200-3.42-4.27L119%2084.56l14-59.17a6%206%200%200%200-10.24-5.47L27.6%20122.78a6%206%200%200%200%201.94%209.55L81%20155.44l-14%2059.17a6%206%200%200%200%203%206.68a6%206%200%200%200%207.22-1.22l95.2-102.85a6%206%200%200%200%201.46-5.28m-90%2083.21l9.92-41.76a6%206%200%200%200-3.38-6.86L42.08%20124.8l74-80l-9.92%2041.77a6%206%200%200%200%203.38%206.86l48.38%2021.73Zm153.44%2018.16l-36-72a6%206%200%200%200-10.74%200l-36%2072a6%206%200%200%200%2010.74%205.37L175.71%20198h40.58l10.34%2020.68A6%206%200%200%200%20232%20222a5.9%205.9%200%200%200%202.68-.64a6%206%200%200%200%202.68-8.05ZM181.71%20186L196%20157.42L210.29%20186Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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