cloud sun rain icon

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

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

The same icon in other sets

Related icons in Huge Icons

Use the cloud sun rain 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="M14 20.794c1.17-.438 2-1.524 2-2.794c0-1.657-1.41-3-3.15-3h-.016q.015-.165.016-.333C12.85 12.642 11.126 11 9 11c-2.014 0-3.666 1.472-3.836 3.348C3.39 14.51 2 15.935 2 17.668c0 1.33.818 2.477 2 3.012M17.369 13a4.005 4.005 0 0 0-3.874-5c-.703 0-1.364.181-1.938.5M13.494 3v1m8.505 7.495h-1m-1.493-6.009l-.707.707m-10.6 0l-.707-.707M11 19v2m-4-3v2"/></svg>

React

import type { SVGProps } from "react";

export function HugeiconsCloudSunRain(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="M14 20.794c1.17-.438 2-1.524 2-2.794c0-1.657-1.41-3-3.15-3h-.016q.015-.165.016-.333C12.85 12.642 11.126 11 9 11c-2.014 0-3.666 1.472-3.836 3.348C3.39 14.51 2 15.935 2 17.668c0 1.33.818 2.477 2 3.012M17.369 13a4.005 4.005 0 0 0-3.874-5c-.703 0-1.364.181-1.938.5M13.494 3v1m8.505 7.495h-1m-1.493-6.009l-.707.707m-10.6 0l-.707-.707M11 19v2m-4-3v2"/></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="M14 20.794c1.17-.438 2-1.524 2-2.794c0-1.657-1.41-3-3.15-3h-.016q.015-.165.016-.333C12.85 12.642 11.126 11 9 11c-2.014 0-3.666 1.472-3.836 3.348C3.39 14.51 2 15.935 2 17.668c0 1.33.818 2.477 2 3.012M17.369 13a4.005 4.005 0 0 0-3.874-5c-.703 0-1.364.181-1.938.5M13.494 3v1m8.505 7.495h-1m-1.493-6.009l-.707.707m-10.6 0l-.707-.707M11 19v2m-4-3v2"/></svg>
</template>

CSS

.icon-cloud-sun-rain {
  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%22M14%2020.794c1.17-.438%202-1.524%202-2.794c0-1.657-1.41-3-3.15-3h-.016q.015-.165.016-.333C12.85%2012.642%2011.126%2011%209%2011c-2.014%200-3.666%201.472-3.836%203.348C3.39%2014.51%202%2015.935%202%2017.668c0%201.33.818%202.477%202%203.012M17.369%2013a4.005%204.005%200%200%200-3.874-5c-.703%200-1.364.181-1.938.5M13.494%203v1m8.505%207.495h-1m-1.493-6.009l-.707.707m-10.6%200l-.707-.707M11%2019v2m-4-3v2%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%22M14%2020.794c1.17-.438%202-1.524%202-2.794c0-1.657-1.41-3-3.15-3h-.016q.015-.165.016-.333C12.85%2012.642%2011.126%2011%209%2011c-2.014%200-3.666%201.472-3.836%203.348C3.39%2014.51%202%2015.935%202%2017.668c0%201.33.818%202.477%202%203.012M17.369%2013a4.005%204.005%200%200%200-3.874-5c-.703%200-1.364.181-1.938.5M13.494%203v1m8.505%207.495h-1m-1.493-6.009l-.707.707m-10.6%200l-.707-.707M11%2019v2m-4-3v2%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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