sun cloud angled rain zap 02 icon

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

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

Related icons in Huge Icons

Use the sun cloud angled rain zap 02 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-linecap="round" stroke-width="1.5"><path stroke-linejoin="round" d="m9.078 15l-1.774 2.684c-.237.359-.356.539-.282.677c.073.139.287.139.715.139h1.526c.428 0 .642 0 .715.139c.074.138-.045.318-.282.677L7.922 22M16 20l-1 2m-2-2l-1 2"/><path d="M2.96 9.194c-.741-2.722.9-5.52 3.664-6.25m-3.665 6.25L2 9.447m.96-.253c.184.677.498 1.285.908 1.806m2.756-8.055L6.367 2m.257.945A5.23 5.23 0 0 1 12 4.67m-8.523.653l-1.013-.577m8.677-2.289l-.584.998"/><path stroke-linejoin="round" d="M17.478 10.9h.022c2.485 0 4.5 1.982 4.5 4.426c0 1.927-1.252 3.566-3 4.174m-1.522-8.6q.021-.242.022-.491C17.5 7.422 15.038 5 12 5C9.123 5 6.762 7.172 6.52 9.94m10.958.96a5.34 5.34 0 0 1-1.235 2.951M6.52 9.94C3.984 10.177 2 12.278 2 14.835c0 1.608.786 3.037 2 3.934m2.52-8.83q.237-.021.48-.022c1.126 0 2.165.366 3 .984"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsSunCloudAngledRainZap02(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" strokeLinecap="round" strokeWidth="1.5"><path strokeLinejoin="round" d="m9.078 15l-1.774 2.684c-.237.359-.356.539-.282.677c.073.139.287.139.715.139h1.526c.428 0 .642 0 .715.139c.074.138-.045.318-.282.677L7.922 22M16 20l-1 2m-2-2l-1 2"/><path d="M2.96 9.194c-.741-2.722.9-5.52 3.664-6.25m-3.665 6.25L2 9.447m.96-.253c.184.677.498 1.285.908 1.806m2.756-8.055L6.367 2m.257.945A5.23 5.23 0 0 1 12 4.67m-8.523.653l-1.013-.577m8.677-2.289l-.584.998"/><path strokeLinejoin="round" d="M17.478 10.9h.022c2.485 0 4.5 1.982 4.5 4.426c0 1.927-1.252 3.566-3 4.174m-1.522-8.6q.021-.242.022-.491C17.5 7.422 15.038 5 12 5C9.123 5 6.762 7.172 6.52 9.94m10.958.96a5.34 5.34 0 0 1-1.235 2.951M6.52 9.94C3.984 10.177 2 12.278 2 14.835c0 1.608.786 3.037 2 3.934m2.52-8.83q.237-.021.48-.022c1.126 0 2.165.366 3 .984"/></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-linecap="round" stroke-width="1.5"><path stroke-linejoin="round" d="m9.078 15l-1.774 2.684c-.237.359-.356.539-.282.677c.073.139.287.139.715.139h1.526c.428 0 .642 0 .715.139c.074.138-.045.318-.282.677L7.922 22M16 20l-1 2m-2-2l-1 2"/><path d="M2.96 9.194c-.741-2.722.9-5.52 3.664-6.25m-3.665 6.25L2 9.447m.96-.253c.184.677.498 1.285.908 1.806m2.756-8.055L6.367 2m.257.945A5.23 5.23 0 0 1 12 4.67m-8.523.653l-1.013-.577m8.677-2.289l-.584.998"/><path stroke-linejoin="round" d="M17.478 10.9h.022c2.485 0 4.5 1.982 4.5 4.426c0 1.927-1.252 3.566-3 4.174m-1.522-8.6q.021-.242.022-.491C17.5 7.422 15.038 5 12 5C9.123 5 6.762 7.172 6.52 9.94m10.958.96a5.34 5.34 0 0 1-1.235 2.951M6.52 9.94C3.984 10.177 2 12.278 2 14.835c0 1.608.786 3.037 2 3.934m2.52-8.83q.237-.021.48-.022c1.126 0 2.165.366 3 .984"/></g></svg>
</template>

CSS

.icon-sun-cloud-angled-rain-zap-02 {
  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-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22m9.078%2015l-1.774%202.684c-.237.359-.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%2022M16%2020l-1%202m-2-2l-1%202%22%2F%3E%3Cpath%20d%3D%22M2.96%209.194c-.741-2.722.9-5.52%203.664-6.25m-3.665%206.25L2%209.447m.96-.253c.184.677.498%201.285.908%201.806m2.756-8.055L6.367%202m.257.945A5.23%205.23%200%200%201%2012%204.67m-8.523.653l-1.013-.577m8.677-2.289l-.584.998%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M17.478%2010.9h.022c2.485%200%204.5%201.982%204.5%204.426c0%201.927-1.252%203.566-3%204.174m-1.522-8.6q.021-.242.022-.491C17.5%207.422%2015.038%205%2012%205C9.123%205%206.762%207.172%206.52%209.94m10.958.96a5.34%205.34%200%200%201-1.235%202.951M6.52%209.94C3.984%2010.177%202%2012.278%202%2014.835c0%201.608.786%203.037%202%203.934m2.52-8.83q.237-.021.48-.022c1.126%200%202.165.366%203%20.984%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-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22m9.078%2015l-1.774%202.684c-.237.359-.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%2022M16%2020l-1%202m-2-2l-1%202%22%2F%3E%3Cpath%20d%3D%22M2.96%209.194c-.741-2.722.9-5.52%203.664-6.25m-3.665%206.25L2%209.447m.96-.253c.184.677.498%201.285.908%201.806m2.756-8.055L6.367%202m.257.945A5.23%205.23%200%200%201%2012%204.67m-8.523.653l-1.013-.577m8.677-2.289l-.584.998%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M17.478%2010.9h.022c2.485%200%204.5%201.982%204.5%204.426c0%201.927-1.252%203.566-3%204.174m-1.522-8.6q.021-.242.022-.491C17.5%207.422%2015.038%205%2012%205C9.123%205%206.762%207.172%206.52%209.94m10.958.96a5.34%205.34%200%200%201-1.235%202.951M6.52%209.94C3.984%2010.177%202%2012.278%202%2014.835c0%201.608.786%203.037%202%203.934m2.52-8.83q.237-.021.48-.022c1.126%200%202.165.366%203%20.984%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-02.svg?color=%231a73e8&size=48