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

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

The same icon in other sets

Related icons in Huge Icons

Use the sun snow icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M11 16a4 4 0 0 1 0-8m-.002-5L11 5m-.002 14v2M6 17l-1.5 1.5M4 12H2m4-5L4.5 5.5M15.57 21l.373-1.203c.263-.852.395-1.277.74-1.473c.344-.195.777-.09 1.643.12l1.172.286M20 5.268l-1.603.335c-.896.188-1.344.282-1.687.065s-.45-.661-.666-1.551L15.774 3M20 12h-7m3.5-6L13 12l3.5 6m5.494-3.75c-.404-.443-1.995-1.623-1.994-2.253c0-.63 1.596-1.805 2-2.247"/></svg>

React

import type { SVGProps } from "react";

export function HugeiconsSunSnow(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="M11 16a4 4 0 0 1 0-8m-.002-5L11 5m-.002 14v2M6 17l-1.5 1.5M4 12H2m4-5L4.5 5.5M15.57 21l.373-1.203c.263-.852.395-1.277.74-1.473c.344-.195.777-.09 1.643.12l1.172.286M20 5.268l-1.603.335c-.896.188-1.344.282-1.687.065s-.45-.661-.666-1.551L15.774 3M20 12h-7m3.5-6L13 12l3.5 6m5.494-3.75c-.404-.443-1.995-1.623-1.994-2.253c0-.63 1.596-1.805 2-2.247"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M11 16a4 4 0 0 1 0-8m-.002-5L11 5m-.002 14v2M6 17l-1.5 1.5M4 12H2m4-5L4.5 5.5M15.57 21l.373-1.203c.263-.852.395-1.277.74-1.473c.344-.195.777-.09 1.643.12l1.172.286M20 5.268l-1.603.335c-.896.188-1.344.282-1.687.065s-.45-.661-.666-1.551L15.774 3M20 12h-7m3.5-6L13 12l3.5 6m5.494-3.75c-.404-.443-1.995-1.623-1.994-2.253c0-.63 1.596-1.805 2-2.247"/></svg>
</template>

CSS

.icon-sun-snow {
  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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M11%2016a4%204%200%200%201%200-8m-.002-5L11%205m-.002%2014v2M6%2017l-1.5%201.5M4%2012H2m4-5L4.5%205.5M15.57%2021l.373-1.203c.263-.852.395-1.277.74-1.473c.344-.195.777-.09%201.643.12l1.172.286M20%205.268l-1.603.335c-.896.188-1.344.282-1.687.065s-.45-.661-.666-1.551L15.774%203M20%2012h-7m3.5-6L13%2012l3.5%206m5.494-3.75c-.404-.443-1.995-1.623-1.994-2.253c0-.63%201.596-1.805%202-2.247%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M11%2016a4%204%200%200%201%200-8m-.002-5L11%205m-.002%2014v2M6%2017l-1.5%201.5M4%2012H2m4-5L4.5%205.5M15.57%2021l.373-1.203c.263-.852.395-1.277.74-1.473c.344-.195.777-.09%201.643.12l1.172.286M20%205.268l-1.603.335c-.896.188-1.344.282-1.687.065s-.45-.661-.666-1.551L15.774%203M20%2012h-7m3.5-6L13%2012l3.5%206m5.494-3.75c-.404-.443-1.995-1.623-1.994-2.253c0-.63%201.596-1.805%202-2.247%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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