cloud lightning icon

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

Name
cloud-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 cloud 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="M224 92a68 68 0 0 1-68 68H76a44 44 0 1 1 14.2-85.66v.11A68.06 68.06 0 0 1 224 92" opacity=".2"/><path d="M156 16a76.2 76.2 0 0 0-71.08 48.76A53 53 0 0 0 76 64a52 52 0 0 0 0 104h37.87l-16.73 27.88A8 8 0 0 0 104 208h25.87l-16.73 27.88a8 8 0 0 0 13.72 8.24l24-40A8 8 0 0 0 144 192h-25.87l14.4-24H156a76 76 0 0 0 0-152m0 136H76a36 36 0 0 1 0-72a38 38 0 0 1 4.78.31q-.56 3.57-.77 7.23a8 8 0 0 0 16 .92A60.06 60.06 0 1 1 156 152"/></g></svg>

React

import type { SVGProps } from "react";

export function PhCloudLightningDuotone(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="M224 92a68 68 0 0 1-68 68H76a44 44 0 1 1 14.2-85.66v.11A68.06 68.06 0 0 1 224 92" opacity=".2"/><path d="M156 16a76.2 76.2 0 0 0-71.08 48.76A53 53 0 0 0 76 64a52 52 0 0 0 0 104h37.87l-16.73 27.88A8 8 0 0 0 104 208h25.87l-16.73 27.88a8 8 0 0 0 13.72 8.24l24-40A8 8 0 0 0 144 192h-25.87l14.4-24H156a76 76 0 0 0 0-152m0 136H76a36 36 0 0 1 0-72a38 38 0 0 1 4.78.31q-.56 3.57-.77 7.23a8 8 0 0 0 16 .92A60.06 60.06 0 1 1 156 152"/></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="M224 92a68 68 0 0 1-68 68H76a44 44 0 1 1 14.2-85.66v.11A68.06 68.06 0 0 1 224 92" opacity=".2"/><path d="M156 16a76.2 76.2 0 0 0-71.08 48.76A53 53 0 0 0 76 64a52 52 0 0 0 0 104h37.87l-16.73 27.88A8 8 0 0 0 104 208h25.87l-16.73 27.88a8 8 0 0 0 13.72 8.24l24-40A8 8 0 0 0 144 192h-25.87l14.4-24H156a76 76 0 0 0 0-152m0 136H76a36 36 0 0 1 0-72a38 38 0 0 1 4.78.31q-.56 3.57-.77 7.23a8 8 0 0 0 16 .92A60.06 60.06 0 1 1 156 152"/></g></svg>
</template>

CSS

.icon-cloud-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%22M224%2092a68%2068%200%200%201-68%2068H76a44%2044%200%201%201%2014.2-85.66v.11A68.06%2068.06%200%200%201%20224%2092%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20d%3D%22M156%2016a76.2%2076.2%200%200%200-71.08%2048.76A53%2053%200%200%200%2076%2064a52%2052%200%200%200%200%20104h37.87l-16.73%2027.88A8%208%200%200%200%20104%20208h25.87l-16.73%2027.88a8%208%200%200%200%2013.72%208.24l24-40A8%208%200%200%200%20144%20192h-25.87l14.4-24H156a76%2076%200%200%200%200-152m0%20136H76a36%2036%200%200%201%200-72a38%2038%200%200%201%204.78.31q-.56%203.57-.77%207.23a8%208%200%200%200%2016%20.92A60.06%2060.06%200%201%201%20156%20152%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%22M224%2092a68%2068%200%200%201-68%2068H76a44%2044%200%201%201%2014.2-85.66v.11A68.06%2068.06%200%200%201%20224%2092%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20d%3D%22M156%2016a76.2%2076.2%200%200%200-71.08%2048.76A53%2053%200%200%200%2076%2064a52%2052%200%200%200%200%20104h37.87l-16.73%2027.88A8%208%200%200%200%20104%20208h25.87l-16.73%2027.88a8%208%200%200%200%2013.72%208.24l24-40A8%208%200%200%200%20144%20192h-25.87l14.4-24H156a76%2076%200%200%200%200-152m0%20136H76a36%2036%200%200%201%200-72a38%2038%200%200%201%204.78.31q-.56%203.57-.77%207.23a8%208%200%200%200%2016%20.92A60.06%2060.06%200%201%201%20156%20152%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/cloud-lightning-duotone.svg?color=%231a73e8&size=48