sun cloud angled rain zap 01 icon

sun-cloud-angled-rain-zap-01 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
sun-cloud-angled-rain-zap-01
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

Related icons in Huge Icons

Use the sun cloud angled rain zap 01 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path d="M9 3.655A3.84 3.84 0 0 0 5.844 2A3.85 3.85 0 0 0 2 5.857C2 7.154 2.638 8.3 3.616 9"/><path stroke-linecap="round" stroke-linejoin="round" d="M17.478 8.697h.022c2.485 0 4.5 1.913 4.5 4.273c0 1.86-1.252 3.443-3 4.03m-1.522-8.303q.021-.234.022-.475C17.5 5.338 15.038 3 12 3C9.123 3 6.762 5.097 6.52 7.77m10.958.927a5.06 5.06 0 0 1-1.235 2.849M6.52 7.769C3.984 8 2 10.027 2 12.495c0 1.554.786 2.933 2 3.799m2.52-8.525A5 5 0 0 1 7 7.748c1.126 0 2.165.353 3 .95M9.078 13.5l-1.774 2.684c-.237.36-.356.539-.282.677c.073.139.287.139.715.139h1.526c.428 0 .642 0 .715.139c.074.138-.045.318-.282.677L7.922 20.5m8.078-2l-1 2m-2-2l-1 2"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsSunCloudAngledRainZap01(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeWidth="1.5"><path d="M9 3.655A3.84 3.84 0 0 0 5.844 2A3.85 3.85 0 0 0 2 5.857C2 7.154 2.638 8.3 3.616 9"/><path strokeLinecap="round" strokeLinejoin="round" d="M17.478 8.697h.022c2.485 0 4.5 1.913 4.5 4.273c0 1.86-1.252 3.443-3 4.03m-1.522-8.303q.021-.234.022-.475C17.5 5.338 15.038 3 12 3C9.123 3 6.762 5.097 6.52 7.77m10.958.927a5.06 5.06 0 0 1-1.235 2.849M6.52 7.769C3.984 8 2 10.027 2 12.495c0 1.554.786 2.933 2 3.799m2.52-8.525A5 5 0 0 1 7 7.748c1.126 0 2.165.353 3 .95M9.078 13.5l-1.774 2.684c-.237.36-.356.539-.282.677c.073.139.287.139.715.139h1.526c.428 0 .642 0 .715.139c.074.138-.045.318-.282.677L7.922 20.5m8.078-2l-1 2m-2-2l-1 2"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path d="M9 3.655A3.84 3.84 0 0 0 5.844 2A3.85 3.85 0 0 0 2 5.857C2 7.154 2.638 8.3 3.616 9"/><path stroke-linecap="round" stroke-linejoin="round" d="M17.478 8.697h.022c2.485 0 4.5 1.913 4.5 4.273c0 1.86-1.252 3.443-3 4.03m-1.522-8.303q.021-.234.022-.475C17.5 5.338 15.038 3 12 3C9.123 3 6.762 5.097 6.52 7.77m10.958.927a5.06 5.06 0 0 1-1.235 2.849M6.52 7.769C3.984 8 2 10.027 2 12.495c0 1.554.786 2.933 2 3.799m2.52-8.525A5 5 0 0 1 7 7.748c1.126 0 2.165.353 3 .95M9.078 13.5l-1.774 2.684c-.237.36-.356.539-.282.677c.073.139.287.139.715.139h1.526c.428 0 .642 0 .715.139c.074.138-.045.318-.282.677L7.922 20.5m8.078-2l-1 2m-2-2l-1 2"/></g></svg>
</template>

CSS

.icon-sun-cloud-angled-rain-zap-01 {
  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%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M9%203.655A3.84%203.84%200%200%200%205.844%202A3.85%203.85%200%200%200%202%205.857C2%207.154%202.638%208.3%203.616%209%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M17.478%208.697h.022c2.485%200%204.5%201.913%204.5%204.273c0%201.86-1.252%203.443-3%204.03m-1.522-8.303q.021-.234.022-.475C17.5%205.338%2015.038%203%2012%203C9.123%203%206.762%205.097%206.52%207.77m10.958.927a5.06%205.06%200%200%201-1.235%202.849M6.52%207.769C3.984%208%202%2010.027%202%2012.495c0%201.554.786%202.933%202%203.799m2.52-8.525A5%205%200%200%201%207%207.748c1.126%200%202.165.353%203%20.95M9.078%2013.5l-1.774%202.684c-.237.36-.356.539-.282.677c.073.139.287.139.715.139h1.526c.428%200%20.642%200%20.715.139c.074.138-.045.318-.282.677L7.922%2020.5m8.078-2l-1%202m-2-2l-1%202%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%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M9%203.655A3.84%203.84%200%200%200%205.844%202A3.85%203.85%200%200%200%202%205.857C2%207.154%202.638%208.3%203.616%209%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M17.478%208.697h.022c2.485%200%204.5%201.913%204.5%204.273c0%201.86-1.252%203.443-3%204.03m-1.522-8.303q.021-.234.022-.475C17.5%205.338%2015.038%203%2012%203C9.123%203%206.762%205.097%206.52%207.77m10.958.927a5.06%205.06%200%200%201-1.235%202.849M6.52%207.769C3.984%208%202%2010.027%202%2012.495c0%201.554.786%202.933%202%203.799m2.52-8.525A5%205%200%200%201%207%207.748c1.126%200%202.165.353%203%20.95M9.078%2013.5l-1.774%202.684c-.237.36-.356.539-.282.677c.073.139.287.139.715.139h1.526c.428%200%20.642%200%20.715.139c.074.138-.045.318-.282.677L7.922%2020.5m8.078-2l-1%202m-2-2l-1%202%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/sun-cloud-angled-rain-zap-01.svg?color=%231a73e8&size=48