cloud lightning icon

cloud-lightning-filled from Reicon by REICON · Filled · Newicons · MIT Free for personal and commercial use.

Name
cloud-lightning-filled
Set
Reicon
Style
Filled
Category
Newicons
Viewbox
24×24
License
MIT

1 other variant in Reicon

The same icon in other sets

All cloud lightning icons →

More newicons icons from Reicon

Use the cloud lightning icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M20.17 17.57c-.53.49-1.14.86-1.8 1.11S17 18.45 17 17.74v-1.32a3.53 3.53 0 0 0-3.53-3.53h-2.94A3.53 3.53 0 0 0 7 16.42V18c0 .55-.45 1-1 1h-.45C3.1 18.63 2 16.64 2 14.86c0-1.68.98-3.54 3.11-4.06c-.59-2.33-.09-4.52 1.43-6.11c1.73-1.81 4.49-2.53 6.87-1.79c2.19.67 3.73 2.47 4.28 4.97c1.91.43 3.44 1.87 4.05 3.87c.66 2.17.06 4.4-1.57 5.83"/><path d="M13.47 14.39h-2.94c-1.27 0-2.03.76-2.03 2.03v2.94c0 1.27.76 2.03 2.03 2.03h2.94c1.27 0 2.03-.76 2.03-2.03v-2.94c0-1.27-.76-2.03-2.03-2.03m.2 3.66L12 19.95l-.2.23c-.27.31-.5.23-.5-.19v-1.78h-.76c-.35 0-.44-.21-.21-.47l1.67-1.9l.2-.23c.27-.31.5-.23.5.19v1.78h.76c.35-.01.44.21.21.47"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconCloudLightningFilled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M20.17 17.57c-.53.49-1.14.86-1.8 1.11S17 18.45 17 17.74v-1.32a3.53 3.53 0 0 0-3.53-3.53h-2.94A3.53 3.53 0 0 0 7 16.42V18c0 .55-.45 1-1 1h-.45C3.1 18.63 2 16.64 2 14.86c0-1.68.98-3.54 3.11-4.06c-.59-2.33-.09-4.52 1.43-6.11c1.73-1.81 4.49-2.53 6.87-1.79c2.19.67 3.73 2.47 4.28 4.97c1.91.43 3.44 1.87 4.05 3.87c.66 2.17.06 4.4-1.57 5.83"/><path d="M13.47 14.39h-2.94c-1.27 0-2.03.76-2.03 2.03v2.94c0 1.27.76 2.03 2.03 2.03h2.94c1.27 0 2.03-.76 2.03-2.03v-2.94c0-1.27-.76-2.03-2.03-2.03m.2 3.66L12 19.95l-.2.23c-.27.31-.5.23-.5-.19v-1.78h-.76c-.35 0-.44-.21-.21-.47l1.67-1.9l.2-.23c.27-.31.5-.23.5.19v1.78h.76c.35-.01.44.21.21.47"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M20.17 17.57c-.53.49-1.14.86-1.8 1.11S17 18.45 17 17.74v-1.32a3.53 3.53 0 0 0-3.53-3.53h-2.94A3.53 3.53 0 0 0 7 16.42V18c0 .55-.45 1-1 1h-.45C3.1 18.63 2 16.64 2 14.86c0-1.68.98-3.54 3.11-4.06c-.59-2.33-.09-4.52 1.43-6.11c1.73-1.81 4.49-2.53 6.87-1.79c2.19.67 3.73 2.47 4.28 4.97c1.91.43 3.44 1.87 4.05 3.87c.66 2.17.06 4.4-1.57 5.83"/><path d="M13.47 14.39h-2.94c-1.27 0-2.03.76-2.03 2.03v2.94c0 1.27.76 2.03 2.03 2.03h2.94c1.27 0 2.03-.76 2.03-2.03v-2.94c0-1.27-.76-2.03-2.03-2.03m.2 3.66L12 19.95l-.2.23c-.27.31-.5.23-.5-.19v-1.78h-.76c-.35 0-.44-.21-.21-.47l1.67-1.9l.2-.23c.27-.31.5-.23.5.19v1.78h.76c.35-.01.44.21.21.47"/></g></svg>
</template>

CSS

.icon-cloud-lightning-filled {
  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%22currentColor%22%3E%3Cpath%20d%3D%22M20.17%2017.57c-.53.49-1.14.86-1.8%201.11S17%2018.45%2017%2017.74v-1.32a3.53%203.53%200%200%200-3.53-3.53h-2.94A3.53%203.53%200%200%200%207%2016.42V18c0%20.55-.45%201-1%201h-.45C3.1%2018.63%202%2016.64%202%2014.86c0-1.68.98-3.54%203.11-4.06c-.59-2.33-.09-4.52%201.43-6.11c1.73-1.81%204.49-2.53%206.87-1.79c2.19.67%203.73%202.47%204.28%204.97c1.91.43%203.44%201.87%204.05%203.87c.66%202.17.06%204.4-1.57%205.83%22%2F%3E%3Cpath%20d%3D%22M13.47%2014.39h-2.94c-1.27%200-2.03.76-2.03%202.03v2.94c0%201.27.76%202.03%202.03%202.03h2.94c1.27%200%202.03-.76%202.03-2.03v-2.94c0-1.27-.76-2.03-2.03-2.03m.2%203.66L12%2019.95l-.2.23c-.27.31-.5.23-.5-.19v-1.78h-.76c-.35%200-.44-.21-.21-.47l1.67-1.9l.2-.23c.27-.31.5-.23.5.19v1.78h.76c.35-.01.44.21.21.47%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%22currentColor%22%3E%3Cpath%20d%3D%22M20.17%2017.57c-.53.49-1.14.86-1.8%201.11S17%2018.45%2017%2017.74v-1.32a3.53%203.53%200%200%200-3.53-3.53h-2.94A3.53%203.53%200%200%200%207%2016.42V18c0%20.55-.45%201-1%201h-.45C3.1%2018.63%202%2016.64%202%2014.86c0-1.68.98-3.54%203.11-4.06c-.59-2.33-.09-4.52%201.43-6.11c1.73-1.81%204.49-2.53%206.87-1.79c2.19.67%203.73%202.47%204.28%204.97c1.91.43%203.44%201.87%204.05%203.87c.66%202.17.06%204.4-1.57%205.83%22%2F%3E%3Cpath%20d%3D%22M13.47%2014.39h-2.94c-1.27%200-2.03.76-2.03%202.03v2.94c0%201.27.76%202.03%202.03%202.03h2.94c1.27%200%202.03-.76%202.03-2.03v-2.94c0-1.27-.76-2.03-2.03-2.03m.2%203.66L12%2019.95l-.2.23c-.27.31-.5.23-.5-.19v-1.78h-.76c-.35%200-.44-.21-.21-.47l1.67-1.9l.2-.23c.27-.31.5-.23.5.19v1.78h.76c.35-.01.44.21.21.47%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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