cloud rain icon
cloud-rain-solid from Myna UI Icons by Praveen Juge · Solid · MIT Free for personal and commercial use.
- Name
- cloud-rain-solid
- Set
- Myna UI Icons
- Style
- Solid
- Viewbox
- 24×24
- License
- MIT
1 other variant in Myna UI Icons
The same icon in other sets
cloud-rainBootstrap Iconscloud-rainBoxIcons v2cloud-rainBoxIcons v2 Solidcloud-rainFramework7 Iconscloud-rainFont Awesome 6 Solidcloud-rainFont Awesome Solidcloud-rainFeather Iconscloud-rainHuge Iconscloud-rainJam Iconscloud-rainLine Awesomecloud-rainLucidecloud-rainPhosphorcloud-rain-boldSolarcloud-rainTabler Iconscloud-rainUnicons
Related icons in Myna UI Icons
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="M16.596 8.388c-.832-2.66-2.494-4.222-4.493-4.836c-2.087-.641-4.42-.215-6.354.832s-3.576 2.77-4.216 4.859c-.651 2.13-.228 4.533 1.773 6.796a6.14 6.14 0 0 0 4.72 2.211h3.228V19a.75.75 0 0 0 1.5 0v-.75h2.498l.002 2.75a.75.75 0 0 0 1.5 0l-.002-2.75h.12c1.218 0 2.778-.227 3.894-1.184c1.036-.888 1.6-1.91 1.713-2.974c.112-1.057-.23-2.06-.82-2.9c-1.065-1.52-3.012-2.627-5.063-2.804m.156 9.862h-1.5L15.25 16a.75.75 0 0 1 1.5 0zm-3.998 0h-1.5L11.25 14a.75.75 0 0 1 1.5 0zm-4.755-7a.75.75 0 0 1 .751.75l.004 5a.75.75 0 0 1-1.5 0l-.004-5a.75.75 0 0 1 .75-.75"/></svg>
React
import type { SVGProps } from "react";
export function MynauiCloudRainSolid(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="M16.596 8.388c-.832-2.66-2.494-4.222-4.493-4.836c-2.087-.641-4.42-.215-6.354.832s-3.576 2.77-4.216 4.859c-.651 2.13-.228 4.533 1.773 6.796a6.14 6.14 0 0 0 4.72 2.211h3.228V19a.75.75 0 0 0 1.5 0v-.75h2.498l.002 2.75a.75.75 0 0 0 1.5 0l-.002-2.75h.12c1.218 0 2.778-.227 3.894-1.184c1.036-.888 1.6-1.91 1.713-2.974c.112-1.057-.23-2.06-.82-2.9c-1.065-1.52-3.012-2.627-5.063-2.804m.156 9.862h-1.5L15.25 16a.75.75 0 0 1 1.5 0zm-3.998 0h-1.5L11.25 14a.75.75 0 0 1 1.5 0zm-4.755-7a.75.75 0 0 1 .751.75l.004 5a.75.75 0 0 1-1.5 0l-.004-5a.75.75 0 0 1 .75-.75"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.596 8.388c-.832-2.66-2.494-4.222-4.493-4.836c-2.087-.641-4.42-.215-6.354.832s-3.576 2.77-4.216 4.859c-.651 2.13-.228 4.533 1.773 6.796a6.14 6.14 0 0 0 4.72 2.211h3.228V19a.75.75 0 0 0 1.5 0v-.75h2.498l.002 2.75a.75.75 0 0 0 1.5 0l-.002-2.75h.12c1.218 0 2.778-.227 3.894-1.184c1.036-.888 1.6-1.91 1.713-2.974c.112-1.057-.23-2.06-.82-2.9c-1.065-1.52-3.012-2.627-5.063-2.804m.156 9.862h-1.5L15.25 16a.75.75 0 0 1 1.5 0zm-3.998 0h-1.5L11.25 14a.75.75 0 0 1 1.5 0zm-4.755-7a.75.75 0 0 1 .751.75l.004 5a.75.75 0 0 1-1.5 0l-.004-5a.75.75 0 0 1 .75-.75"/></svg> </template>
CSS
.icon-cloud-rain-solid {
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%22M16.596%208.388c-.832-2.66-2.494-4.222-4.493-4.836c-2.087-.641-4.42-.215-6.354.832s-3.576%202.77-4.216%204.859c-.651%202.13-.228%204.533%201.773%206.796a6.14%206.14%200%200%200%204.72%202.211h3.228V19a.75.75%200%200%200%201.5%200v-.75h2.498l.002%202.75a.75.75%200%200%200%201.5%200l-.002-2.75h.12c1.218%200%202.778-.227%203.894-1.184c1.036-.888%201.6-1.91%201.713-2.974c.112-1.057-.23-2.06-.82-2.9c-1.065-1.52-3.012-2.627-5.063-2.804m.156%209.862h-1.5L15.25%2016a.75.75%200%200%201%201.5%200zm-3.998%200h-1.5L11.25%2014a.75.75%200%200%201%201.5%200zm-4.755-7a.75.75%200%200%201%20.751.75l.004%205a.75.75%200%200%201-1.5%200l-.004-5a.75.75%200%200%201%20.75-.75%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%22M16.596%208.388c-.832-2.66-2.494-4.222-4.493-4.836c-2.087-.641-4.42-.215-6.354.832s-3.576%202.77-4.216%204.859c-.651%202.13-.228%204.533%201.773%206.796a6.14%206.14%200%200%200%204.72%202.211h3.228V19a.75.75%200%200%200%201.5%200v-.75h2.498l.002%202.75a.75.75%200%200%200%201.5%200l-.002-2.75h.12c1.218%200%202.778-.227%203.894-1.184c1.036-.888%201.6-1.91%201.713-2.974c.112-1.057-.23-2.06-.82-2.9c-1.065-1.52-3.012-2.627-5.063-2.804m.156%209.862h-1.5L15.25%2016a.75.75%200%200%201%201.5%200zm-3.998%200h-1.5L11.25%2014a.75.75%200%200%201%201.5%200zm-4.755-7a.75.75%200%200%201%20.751.75l.004%205a.75.75%200%200%201-1.5%200l-.004-5a.75.75%200%200%201%20.75-.75%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mynaui/cloud-rain-solid.svg?color=%231a73e8&size=48