cloud drop icon
cloud-drop-filled from Reicon by REICON · Filled · Weather · MIT Free for personal and commercial use.
- Name
- cloud-drop-filled
- Set
- Reicon
- Style
- Filled
- Category
- Weather
- Viewbox
- 24×24
- License
- MIT
2 other variants in Reicon
More weather icons from Reicon
Use the cloud drop icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M15 19.084C15 20.694 13.657 22 12 22s-3-1.305-3-2.916c0-.912.961-2.1 1.796-2.96a1.665 1.665 0 0 1 2.408 0c.835.86 1.796 2.048 1.796 2.96"/><path d="M9.72 15.08c-.449.462-.968 1.048-1.384 1.674c-.372.559-.808 1.362-.835 2.246H6.286C3.919 19 2 17.104 2 14.765s1.919-4.236 4.286-4.236q.427.001.83.08a5.6 5.6 0 0 1-.354-1.962C6.762 5.528 9.32 3 12.476 3c2.94 0 5.361 2.194 5.68 5.015C20.392 8.78 22 10.881 22 13.353c0 3.048-2.444 5.533-5.501 5.643c-.028-.882-.464-1.684-.835-2.242c-.416-.626-.935-1.212-1.384-1.674a3.165 3.165 0 0 0-4.56 0"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconCloudDropFilled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M15 19.084C15 20.694 13.657 22 12 22s-3-1.305-3-2.916c0-.912.961-2.1 1.796-2.96a1.665 1.665 0 0 1 2.408 0c.835.86 1.796 2.048 1.796 2.96"/><path d="M9.72 15.08c-.449.462-.968 1.048-1.384 1.674c-.372.559-.808 1.362-.835 2.246H6.286C3.919 19 2 17.104 2 14.765s1.919-4.236 4.286-4.236q.427.001.83.08a5.6 5.6 0 0 1-.354-1.962C6.762 5.528 9.32 3 12.476 3c2.94 0 5.361 2.194 5.68 5.015C20.392 8.78 22 10.881 22 13.353c0 3.048-2.444 5.533-5.501 5.643c-.028-.882-.464-1.684-.835-2.242c-.416-.626-.935-1.212-1.384-1.674a3.165 3.165 0 0 0-4.56 0"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M15 19.084C15 20.694 13.657 22 12 22s-3-1.305-3-2.916c0-.912.961-2.1 1.796-2.96a1.665 1.665 0 0 1 2.408 0c.835.86 1.796 2.048 1.796 2.96"/><path d="M9.72 15.08c-.449.462-.968 1.048-1.384 1.674c-.372.559-.808 1.362-.835 2.246H6.286C3.919 19 2 17.104 2 14.765s1.919-4.236 4.286-4.236q.427.001.83.08a5.6 5.6 0 0 1-.354-1.962C6.762 5.528 9.32 3 12.476 3c2.94 0 5.361 2.194 5.68 5.015C20.392 8.78 22 10.881 22 13.353c0 3.048-2.444 5.533-5.501 5.643c-.028-.882-.464-1.684-.835-2.242c-.416-.626-.935-1.212-1.384-1.674a3.165 3.165 0 0 0-4.56 0"/></g></svg> </template>
CSS
.icon-cloud-drop-filled {
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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M15%2019.084C15%2020.694%2013.657%2022%2012%2022s-3-1.305-3-2.916c0-.912.961-2.1%201.796-2.96a1.665%201.665%200%200%201%202.408%200c.835.86%201.796%202.048%201.796%202.96%22%2F%3E%3Cpath%20d%3D%22M9.72%2015.08c-.449.462-.968%201.048-1.384%201.674c-.372.559-.808%201.362-.835%202.246H6.286C3.919%2019%202%2017.104%202%2014.765s1.919-4.236%204.286-4.236q.427.001.83.08a5.6%205.6%200%200%201-.354-1.962C6.762%205.528%209.32%203%2012.476%203c2.94%200%205.361%202.194%205.68%205.015C20.392%208.78%2022%2010.881%2022%2013.353c0%203.048-2.444%205.533-5.501%205.643c-.028-.882-.464-1.684-.835-2.242c-.416-.626-.935-1.212-1.384-1.674a3.165%203.165%200%200%200-4.56%200%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M15%2019.084C15%2020.694%2013.657%2022%2012%2022s-3-1.305-3-2.916c0-.912.961-2.1%201.796-2.96a1.665%201.665%200%200%201%202.408%200c.835.86%201.796%202.048%201.796%202.96%22%2F%3E%3Cpath%20d%3D%22M9.72%2015.08c-.449.462-.968%201.048-1.384%201.674c-.372.559-.808%201.362-.835%202.246H6.286C3.919%2019%202%2017.104%202%2014.765s1.919-4.236%204.286-4.236q.427.001.83.08a5.6%205.6%200%200%201-.354-1.962C6.762%205.528%209.32%203%2012.476%203c2.94%200%205.361%202.194%205.68%205.015C20.392%208.78%2022%2010.881%2022%2013.353c0%203.048-2.444%205.533-5.501%205.643c-.028-.882-.464-1.684-.835-2.242c-.416-.626-.935-1.212-1.384-1.674a3.165%203.165%200%200%200-4.56%200%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/cloud-drop-filled.svg?color=%231a73e8&size=48