cloud lightning icon

cloud-lightning-solid from Myna UI Icons by Praveen Juge · Solid · MIT Free for personal and commercial use.

Name
cloud-lightning-solid
Set
Myna UI Icons
Style
Solid
Viewbox
24×24
License
MIT

1 other variant in Myna UI Icons

The same icon in other sets

Related icons in Myna UI Icons

Use the cloud lightning icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.596 8.388c-.832-2.66-2.494-4.222-4.493-4.836c-2.087-.641-4.42-.215-6.354.832s-3.576 2.77-4.216 4.859c-.651 2.13-.228 4.533 1.773 6.796a6.14 6.14 0 0 0 4.72 2.211h4.012l-1.209 2.414a.75.75 0 1 0 1.342.672l1.544-3.086h3.157c1.218 0 2.778-.227 3.894-1.184c1.036-.888 1.6-1.91 1.713-2.974c.112-1.057-.23-2.06-.82-2.9c-1.065-1.52-3.012-2.627-5.063-2.804m-2.881 9.862h-1.677l.75-1.5H9a.75.75 0 0 1-.67-1.085l2.5-5a.75.75 0 0 1 1.342.67l-1.958 3.916h3.788a.75.75 0 0 1 .67 1.085z"/></svg>

React

import type { SVGProps } from "react";

export function MynauiCloudLightningSolid(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.596 8.388c-.832-2.66-2.494-4.222-4.493-4.836c-2.087-.641-4.42-.215-6.354.832s-3.576 2.77-4.216 4.859c-.651 2.13-.228 4.533 1.773 6.796a6.14 6.14 0 0 0 4.72 2.211h4.012l-1.209 2.414a.75.75 0 1 0 1.342.672l1.544-3.086h3.157c1.218 0 2.778-.227 3.894-1.184c1.036-.888 1.6-1.91 1.713-2.974c.112-1.057-.23-2.06-.82-2.9c-1.065-1.52-3.012-2.627-5.063-2.804m-2.881 9.862h-1.677l.75-1.5H9a.75.75 0 0 1-.67-1.085l2.5-5a.75.75 0 0 1 1.342.67l-1.958 3.916h3.788a.75.75 0 0 1 .67 1.085z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.596 8.388c-.832-2.66-2.494-4.222-4.493-4.836c-2.087-.641-4.42-.215-6.354.832s-3.576 2.77-4.216 4.859c-.651 2.13-.228 4.533 1.773 6.796a6.14 6.14 0 0 0 4.72 2.211h4.012l-1.209 2.414a.75.75 0 1 0 1.342.672l1.544-3.086h3.157c1.218 0 2.778-.227 3.894-1.184c1.036-.888 1.6-1.91 1.713-2.974c.112-1.057-.23-2.06-.82-2.9c-1.065-1.52-3.012-2.627-5.063-2.804m-2.881 9.862h-1.677l.75-1.5H9a.75.75 0 0 1-.67-1.085l2.5-5a.75.75 0 0 1 1.342.67l-1.958 3.916h3.788a.75.75 0 0 1 .67 1.085z"/></svg>
</template>

CSS

.icon-cloud-lightning-solid {
  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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16.596%208.388c-.832-2.66-2.494-4.222-4.493-4.836c-2.087-.641-4.42-.215-6.354.832s-3.576%202.77-4.216%204.859c-.651%202.13-.228%204.533%201.773%206.796a6.14%206.14%200%200%200%204.72%202.211h4.012l-1.209%202.414a.75.75%200%201%200%201.342.672l1.544-3.086h3.157c1.218%200%202.778-.227%203.894-1.184c1.036-.888%201.6-1.91%201.713-2.974c.112-1.057-.23-2.06-.82-2.9c-1.065-1.52-3.012-2.627-5.063-2.804m-2.881%209.862h-1.677l.75-1.5H9a.75.75%200%200%201-.67-1.085l2.5-5a.75.75%200%200%201%201.342.67l-1.958%203.916h3.788a.75.75%200%200%201%20.67%201.085z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16.596%208.388c-.832-2.66-2.494-4.222-4.493-4.836c-2.087-.641-4.42-.215-6.354.832s-3.576%202.77-4.216%204.859c-.651%202.13-.228%204.533%201.773%206.796a6.14%206.14%200%200%200%204.72%202.211h4.012l-1.209%202.414a.75.75%200%201%200%201.342.672l1.544-3.086h3.157c1.218%200%202.778-.227%203.894-1.184c1.036-.888%201.6-1.91%201.713-2.974c.112-1.057-.23-2.06-.82-2.9c-1.065-1.52-3.012-2.627-5.063-2.804m-2.881%209.862h-1.677l.75-1.5H9a.75.75%200%200%201-.67-1.085l2.5-5a.75.75%200%200%201%201.342.67l-1.958%203.916h3.788a.75.75%200%200%201%20.67%201.085z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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