cloudy from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
cloudy
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

The same icon in other sets

Use the cloudy 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.382 12.8h.018a3.6 3.6 0 0 1 0 7.2H6a4 4 0 0 1-.384-7.982m8.252 2.482a4.4 4.4 0 0 0 .532-2.1a4.4 4.4 0 0 0-8.784-.382m0 0A4 4 0 0 1 8 12.535m3-7.353A4.4 4.4 0 0 1 18.383 8.8M21 14.89a3.6 3.6 0 0 0-2.618-6.09m0 0A4.4 4.4 0 0 1 18.1 10"/></svg>

React

import type { SVGProps } from "react";

export function HugeiconsCloudy(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.382 12.8h.018a3.6 3.6 0 0 1 0 7.2H6a4 4 0 0 1-.384-7.982m8.252 2.482a4.4 4.4 0 0 0 .532-2.1a4.4 4.4 0 0 0-8.784-.382m0 0A4 4 0 0 1 8 12.535m3-7.353A4.4 4.4 0 0 1 18.383 8.8M21 14.89a3.6 3.6 0 0 0-2.618-6.09m0 0A4.4 4.4 0 0 1 18.1 10"/></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.382 12.8h.018a3.6 3.6 0 0 1 0 7.2H6a4 4 0 0 1-.384-7.982m8.252 2.482a4.4 4.4 0 0 0 .532-2.1a4.4 4.4 0 0 0-8.784-.382m0 0A4 4 0 0 1 8 12.535m3-7.353A4.4 4.4 0 0 1 18.383 8.8M21 14.89a3.6 3.6 0 0 0-2.618-6.09m0 0A4.4 4.4 0 0 1 18.1 10"/></svg>
</template>

CSS

.icon-cloudy {
  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.382%2012.8h.018a3.6%203.6%200%200%201%200%207.2H6a4%204%200%200%201-.384-7.982m8.252%202.482a4.4%204.4%200%200%200%20.532-2.1a4.4%204.4%200%200%200-8.784-.382m0%200A4%204%200%200%201%208%2012.535m3-7.353A4.4%204.4%200%200%201%2018.383%208.8M21%2014.89a3.6%203.6%200%200%200-2.618-6.09m0%200A4.4%204.4%200%200%201%2018.1%2010%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.382%2012.8h.018a3.6%203.6%200%200%201%200%207.2H6a4%204%200%200%201-.384-7.982m8.252%202.482a4.4%204.4%200%200%200%20.532-2.1a4.4%204.4%200%200%200-8.784-.382m0%200A4%204%200%200%201%208%2012.535m3-7.353A4.4%204.4%200%200%201%2018.383%208.8M21%2014.89a3.6%203.6%200%200%200-2.618-6.09m0%200A4.4%204.4%200%200%201%2018.1%2010%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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