clouds from Unicons by Iconscout · Line · Weather · Apache-2.0 Free for personal and commercial use.

Name
clouds
Set
Unicons
Style
Line
Category
Weather
Viewbox
24×24
License
Apache 2.0

The same icon in other sets

More weather icons from Unicons

Use the clouds icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.47 10.54A6 6 0 0 0 14 7a5.8 5.8 0 0 0-1.39.18a5 5 0 0 0-9 2A3 3 0 0 0 4.5 15h1a4 4 0 0 0 0 .5A3.5 3.5 0 0 0 9 19h9.17a4.33 4.33 0 0 0 1.3-8.46M4.5 13a1 1 0 0 1 0-2a1 1 0 0 0 1-1a3 3 0 0 1 3-3a3 3 0 0 1 2.22 1a6 6 0 0 0-2.66 4.13a3.5 3.5 0 0 0-1.5.87Zm13.67 4H9a1.5 1.5 0 0 1 0-3a1 1 0 0 0 1-1a4 4 0 0 1 7.78-1.29a1 1 0 0 0 .78.67a2.33 2.33 0 0 1-.39 4.62"/></svg>

React

import type { SVGProps } from "react";

export function UilClouds(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.47 10.54A6 6 0 0 0 14 7a5.8 5.8 0 0 0-1.39.18a5 5 0 0 0-9 2A3 3 0 0 0 4.5 15h1a4 4 0 0 0 0 .5A3.5 3.5 0 0 0 9 19h9.17a4.33 4.33 0 0 0 1.3-8.46M4.5 13a1 1 0 0 1 0-2a1 1 0 0 0 1-1a3 3 0 0 1 3-3a3 3 0 0 1 2.22 1a6 6 0 0 0-2.66 4.13a3.5 3.5 0 0 0-1.5.87Zm13.67 4H9a1.5 1.5 0 0 1 0-3a1 1 0 0 0 1-1a4 4 0 0 1 7.78-1.29a1 1 0 0 0 .78.67a2.33 2.33 0 0 1-.39 4.62"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.47 10.54A6 6 0 0 0 14 7a5.8 5.8 0 0 0-1.39.18a5 5 0 0 0-9 2A3 3 0 0 0 4.5 15h1a4 4 0 0 0 0 .5A3.5 3.5 0 0 0 9 19h9.17a4.33 4.33 0 0 0 1.3-8.46M4.5 13a1 1 0 0 1 0-2a1 1 0 0 0 1-1a3 3 0 0 1 3-3a3 3 0 0 1 2.22 1a6 6 0 0 0-2.66 4.13a3.5 3.5 0 0 0-1.5.87Zm13.67 4H9a1.5 1.5 0 0 1 0-3a1 1 0 0 0 1-1a4 4 0 0 1 7.78-1.29a1 1 0 0 0 .78.67a2.33 2.33 0 0 1-.39 4.62"/></svg>
</template>

CSS

.icon-clouds {
  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%22currentColor%22%20d%3D%22M19.47%2010.54A6%206%200%200%200%2014%207a5.8%205.8%200%200%200-1.39.18a5%205%200%200%200-9%202A3%203%200%200%200%204.5%2015h1a4%204%200%200%200%200%20.5A3.5%203.5%200%200%200%209%2019h9.17a4.33%204.33%200%200%200%201.3-8.46M4.5%2013a1%201%200%200%201%200-2a1%201%200%200%200%201-1a3%203%200%200%201%203-3a3%203%200%200%201%202.22%201a6%206%200%200%200-2.66%204.13a3.5%203.5%200%200%200-1.5.87Zm13.67%204H9a1.5%201.5%200%200%201%200-3a1%201%200%200%200%201-1a4%204%200%200%201%207.78-1.29a1%201%200%200%200%20.78.67a2.33%202.33%200%200%201-.39%204.62%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%22currentColor%22%20d%3D%22M19.47%2010.54A6%206%200%200%200%2014%207a5.8%205.8%200%200%200-1.39.18a5%205%200%200%200-9%202A3%203%200%200%200%204.5%2015h1a4%204%200%200%200%200%20.5A3.5%203.5%200%200%200%209%2019h9.17a4.33%204.33%200%200%200%201.3-8.46M4.5%2013a1%201%200%200%201%200-2a1%201%200%200%200%201-1a3%203%200%200%201%203-3a3%203%200%200%201%202.22%201a6%206%200%200%200-2.66%204.13a3.5%203.5%200%200%200-1.5.87Zm13.67%204H9a1.5%201.5%200%200%201%200-3a1%201%200%200%200%201-1a4%204%200%200%201%207.78-1.29a1%201%200%200%200%20.78.67a2.33%202.33%200%200%201-.39%204.62%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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