sun cloud snow 02 icon

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

Name
sun-cloud-snow-02
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

Related icons in Huge Icons

Use the sun cloud snow 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 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 11.01h.022c2.485 0 4.5 2.017 4.5 4.506c0 1.962-1.252 3.365-3 3.984m-1.522-8.49A5.504 5.504 0 0 0 12 5a5.504 5.504 0 0 0-5.48 5.03m10.958.98c-.083.912-.478 1.49-.978 1.99m-9.98-2.97A5.005 5.005 0 0 0 2 15.015C2 17.07 3.234 18.71 5 19.5m1.52-9.47q.237-.022.48-.022c.91 0 1.765.243 2.5.67M8.125 15.75H8m4.125 2H12m4.125-2H16m.125 4H16m-3.875 2H12m-3.875-2H8m.25-4a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0m4 2a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0m4-2a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0m0 4a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0m-4 2a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0m-4-2a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsSunCloudSnow02(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 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 11.01h.022c2.485 0 4.5 2.017 4.5 4.506c0 1.962-1.252 3.365-3 3.984m-1.522-8.49A5.504 5.504 0 0 0 12 5a5.504 5.504 0 0 0-5.48 5.03m10.958.98c-.083.912-.478 1.49-.978 1.99m-9.98-2.97A5.005 5.005 0 0 0 2 15.015C2 17.07 3.234 18.71 5 19.5m1.52-9.47q.237-.022.48-.022c.91 0 1.765.243 2.5.67M8.125 15.75H8m4.125 2H12m4.125-2H16m.125 4H16m-3.875 2H12m-3.875-2H8m.25-4a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0m4 2a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0m4-2a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0m0 4a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0m-4 2a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0m-4-2a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0"/></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 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 11.01h.022c2.485 0 4.5 2.017 4.5 4.506c0 1.962-1.252 3.365-3 3.984m-1.522-8.49A5.504 5.504 0 0 0 12 5a5.504 5.504 0 0 0-5.48 5.03m10.958.98c-.083.912-.478 1.49-.978 1.99m-9.98-2.97A5.005 5.005 0 0 0 2 15.015C2 17.07 3.234 18.71 5 19.5m1.52-9.47q.237-.022.48-.022c.91 0 1.765.243 2.5.67M8.125 15.75H8m4.125 2H12m4.125-2H16m.125 4H16m-3.875 2H12m-3.875-2H8m.25-4a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0m4 2a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0m4-2a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0m0 4a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0m-4 2a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0m-4-2a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0"/></g></svg>
</template>

CSS

.icon-sun-cloud-snow-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%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%2011.01h.022c2.485%200%204.5%202.017%204.5%204.506c0%201.962-1.252%203.365-3%203.984m-1.522-8.49A5.504%205.504%200%200%200%2012%205a5.504%205.504%200%200%200-5.48%205.03m10.958.98c-.083.912-.478%201.49-.978%201.99m-9.98-2.97A5.005%205.005%200%200%200%202%2015.015C2%2017.07%203.234%2018.71%205%2019.5m1.52-9.47q.237-.022.48-.022c.91%200%201.765.243%202.5.67M8.125%2015.75H8m4.125%202H12m4.125-2H16m.125%204H16m-3.875%202H12m-3.875-2H8m.25-4a.25.25%200%201%201-.5%200a.25.25%200%200%201%20.5%200m4%202a.25.25%200%201%201-.5%200a.25.25%200%200%201%20.5%200m4-2a.25.25%200%201%201-.5%200a.25.25%200%200%201%20.5%200m0%204a.25.25%200%201%201-.5%200a.25.25%200%200%201%20.5%200m-4%202a.25.25%200%201%201-.5%200a.25.25%200%200%201%20.5%200m-4-2a.25.25%200%201%201-.5%200a.25.25%200%200%201%20.5%200%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%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%2011.01h.022c2.485%200%204.5%202.017%204.5%204.506c0%201.962-1.252%203.365-3%203.984m-1.522-8.49A5.504%205.504%200%200%200%2012%205a5.504%205.504%200%200%200-5.48%205.03m10.958.98c-.083.912-.478%201.49-.978%201.99m-9.98-2.97A5.005%205.005%200%200%200%202%2015.015C2%2017.07%203.234%2018.71%205%2019.5m1.52-9.47q.237-.022.48-.022c.91%200%201.765.243%202.5.67M8.125%2015.75H8m4.125%202H12m4.125-2H16m.125%204H16m-3.875%202H12m-3.875-2H8m.25-4a.25.25%200%201%201-.5%200a.25.25%200%200%201%20.5%200m4%202a.25.25%200%201%201-.5%200a.25.25%200%200%201%20.5%200m4-2a.25.25%200%201%201-.5%200a.25.25%200%200%201%20.5%200m0%204a.25.25%200%201%201-.5%200a.25.25%200%200%201%20.5%200m-4%202a.25.25%200%201%201-.5%200a.25.25%200%200%201%20.5%200m-4-2a.25.25%200%201%201-.5%200a.25.25%200%200%201%20.5%200%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-snow-02.svg?color=%231a73e8&size=48