cloud rain icon

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

Name
cloud-rain
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 cloud rain icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.56 12.67a1 1 0 0 0-1.12 0c-.11.08-2.69 1.86-2.69 4.58a3.25 3.25 0 0 0 6.5 0c0-2.75-2.58-4.51-2.69-4.58M12 18.5a1.25 1.25 0 0 1-1.25-1.25A3.66 3.66 0 0 1 12 14.8a3.6 3.6 0 0 1 1.25 2.45A1.25 1.25 0 0 1 12 18.5m6.42-10.78A7 7 0 0 0 5.06 9.61a4 4 0 0 0 .61 7.87h.08a1 1 0 0 0 1-.92a1 1 0 0 0-.92-1.08A2 2 0 0 1 4 13.5a2 2 0 0 1 2-2a1 1 0 0 0 1-1a5 5 0 0 1 9.73-1.61a1 1 0 0 0 .78.67a3 3 0 0 1 .43 5.79a1 1 0 0 0 .62 1.9a5 5 0 0 0-.14-9.53"/></svg>

React

import type { SVGProps } from "react";

export function UilCloudRain(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="M12.56 12.67a1 1 0 0 0-1.12 0c-.11.08-2.69 1.86-2.69 4.58a3.25 3.25 0 0 0 6.5 0c0-2.75-2.58-4.51-2.69-4.58M12 18.5a1.25 1.25 0 0 1-1.25-1.25A3.66 3.66 0 0 1 12 14.8a3.6 3.6 0 0 1 1.25 2.45A1.25 1.25 0 0 1 12 18.5m6.42-10.78A7 7 0 0 0 5.06 9.61a4 4 0 0 0 .61 7.87h.08a1 1 0 0 0 1-.92a1 1 0 0 0-.92-1.08A2 2 0 0 1 4 13.5a2 2 0 0 1 2-2a1 1 0 0 0 1-1a5 5 0 0 1 9.73-1.61a1 1 0 0 0 .78.67a3 3 0 0 1 .43 5.79a1 1 0 0 0 .62 1.9a5 5 0 0 0-.14-9.53"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.56 12.67a1 1 0 0 0-1.12 0c-.11.08-2.69 1.86-2.69 4.58a3.25 3.25 0 0 0 6.5 0c0-2.75-2.58-4.51-2.69-4.58M12 18.5a1.25 1.25 0 0 1-1.25-1.25A3.66 3.66 0 0 1 12 14.8a3.6 3.6 0 0 1 1.25 2.45A1.25 1.25 0 0 1 12 18.5m6.42-10.78A7 7 0 0 0 5.06 9.61a4 4 0 0 0 .61 7.87h.08a1 1 0 0 0 1-.92a1 1 0 0 0-.92-1.08A2 2 0 0 1 4 13.5a2 2 0 0 1 2-2a1 1 0 0 0 1-1a5 5 0 0 1 9.73-1.61a1 1 0 0 0 .78.67a3 3 0 0 1 .43 5.79a1 1 0 0 0 .62 1.9a5 5 0 0 0-.14-9.53"/></svg>
</template>

CSS

.icon-cloud-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%22currentColor%22%20d%3D%22M12.56%2012.67a1%201%200%200%200-1.12%200c-.11.08-2.69%201.86-2.69%204.58a3.25%203.25%200%200%200%206.5%200c0-2.75-2.58-4.51-2.69-4.58M12%2018.5a1.25%201.25%200%200%201-1.25-1.25A3.66%203.66%200%200%201%2012%2014.8a3.6%203.6%200%200%201%201.25%202.45A1.25%201.25%200%200%201%2012%2018.5m6.42-10.78A7%207%200%200%200%205.06%209.61a4%204%200%200%200%20.61%207.87h.08a1%201%200%200%200%201-.92a1%201%200%200%200-.92-1.08A2%202%200%200%201%204%2013.5a2%202%200%200%201%202-2a1%201%200%200%200%201-1a5%205%200%200%201%209.73-1.61a1%201%200%200%200%20.78.67a3%203%200%200%201%20.43%205.79a1%201%200%200%200%20.62%201.9a5%205%200%200%200-.14-9.53%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%22M12.56%2012.67a1%201%200%200%200-1.12%200c-.11.08-2.69%201.86-2.69%204.58a3.25%203.25%200%200%200%206.5%200c0-2.75-2.58-4.51-2.69-4.58M12%2018.5a1.25%201.25%200%200%201-1.25-1.25A3.66%203.66%200%200%201%2012%2014.8a3.6%203.6%200%200%201%201.25%202.45A1.25%201.25%200%200%201%2012%2018.5m6.42-10.78A7%207%200%200%200%205.06%209.61a4%204%200%200%200%20.61%207.87h.08a1%201%200%200%200%201-.92a1%201%200%200%200-.92-1.08A2%202%200%200%201%204%2013.5a2%202%200%200%201%202-2a1%201%200%200%200%201-1a5%205%200%200%201%209.73-1.61a1%201%200%200%200%20.78.67a3%203%200%200%201%20.43%205.79a1%201%200%200%200%20.62%201.9a5%205%200%200%200-.14-9.53%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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