cloud drops icon
cloud-drops from Reicon by REICON · Outline · Weather · MIT Free for personal and commercial use.
- Name
- cloud-drops
- Set
- Reicon
- Style
- Outline
- Category
- Weather
- Viewbox
- 24×24
- License
- MIT
2 other variants in Reicon
More weather icons from Reicon
Use the cloud drops icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M12.476 3.75c-2.75 0-4.964 2.2-4.964 4.897c0 .462.065.909.185 1.331c.497.144.963.36 1.383.64a.75.75 0 1 1-.827 1.25a3.54 3.54 0 0 0-1.967-.589c-1.961 0-3.536 1.57-3.536 3.486c0 1.553 1.034 2.878 2.472 3.325a.75.75 0 1 1-.444 1.432c-2.04-.632-3.528-2.518-3.528-4.757c0-2.705 2.17-4.893 4.864-4.983a6.4 6.4 0 0 1-.102-1.135c0-3.541 2.902-6.397 6.464-6.397c3.158 0 5.796 2.244 6.355 5.221c2.3.977 3.919 3.238 3.919 5.882c0 2.66-1.64 4.934-3.962 5.9a.75.75 0 1 1-.576-1.385c1.79-.744 3.038-2.49 3.038-4.515c0-2.137-1.39-3.962-3.338-4.628a5 5 0 0 0-1.626-.27c-.583 0-1.14.1-1.658.28a.75.75 0 0 1-.494-1.416a6.5 6.5 0 0 1 3.024-.305a4.96 4.96 0 0 0-4.682-3.264M12 14.135c-.018 0-.041.006-.066.035a5 5 0 0 0-.506.706c-.144.252-.178.402-.178.457c0 .583.408.917.75.917s.75-.334.75-.917c0-.055-.034-.205-.178-.457a5 5 0 0 0-.506-.706c-.025-.03-.048-.036-.066-.036m-1.216-.928a1.578 1.578 0 0 1 2.432 0c.22.262.465.585.659.926c.184.322.375.75.375 1.2c0 1.259-.935 2.417-2.25 2.417s-2.25-1.158-2.25-2.417c0-.45.191-.878.375-1.2c.194-.341.44-.664.659-.926M9.5 19.134c-.018 0-.041.007-.066.036a5 5 0 0 0-.506.706c-.144.252-.178.402-.178.457c0 .583.408.917.75.917s.75-.334.75-.917c0-.055-.034-.205-.178-.457a5 5 0 0 0-.506-.706c-.025-.03-.048-.036-.066-.036m-1.216-.927a1.578 1.578 0 0 1 2.432 0c.22.262.465.585.659.926c.184.322.375.75.375 1.2c0 1.259-.935 2.417-2.25 2.417s-2.25-1.158-2.25-2.417c0-.45.191-.878.375-1.2c.194-.341.44-.664.659-.926m6.216.927c-.018 0-.041.007-.066.036a5 5 0 0 0-.506.706c-.144.252-.178.402-.178.457c0 .583.408.917.75.917s.75-.334.75-.917c0-.055-.034-.205-.178-.457a5 5 0 0 0-.506-.706c-.025-.03-.048-.036-.066-.036m-1.216-.927a1.578 1.578 0 0 1 2.432 0c.22.262.465.585.659.926c.184.322.375.75.375 1.2c0 1.259-.935 2.417-2.25 2.417s-2.25-1.158-2.25-2.417c0-.45.191-.878.375-1.2c.194-.341.44-.664.659-.926" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function ReiconCloudDrops(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" fillRule="evenodd" d="M12.476 3.75c-2.75 0-4.964 2.2-4.964 4.897c0 .462.065.909.185 1.331c.497.144.963.36 1.383.64a.75.75 0 1 1-.827 1.25a3.54 3.54 0 0 0-1.967-.589c-1.961 0-3.536 1.57-3.536 3.486c0 1.553 1.034 2.878 2.472 3.325a.75.75 0 1 1-.444 1.432c-2.04-.632-3.528-2.518-3.528-4.757c0-2.705 2.17-4.893 4.864-4.983a6.4 6.4 0 0 1-.102-1.135c0-3.541 2.902-6.397 6.464-6.397c3.158 0 5.796 2.244 6.355 5.221c2.3.977 3.919 3.238 3.919 5.882c0 2.66-1.64 4.934-3.962 5.9a.75.75 0 1 1-.576-1.385c1.79-.744 3.038-2.49 3.038-4.515c0-2.137-1.39-3.962-3.338-4.628a5 5 0 0 0-1.626-.27c-.583 0-1.14.1-1.658.28a.75.75 0 0 1-.494-1.416a6.5 6.5 0 0 1 3.024-.305a4.96 4.96 0 0 0-4.682-3.264M12 14.135c-.018 0-.041.006-.066.035a5 5 0 0 0-.506.706c-.144.252-.178.402-.178.457c0 .583.408.917.75.917s.75-.334.75-.917c0-.055-.034-.205-.178-.457a5 5 0 0 0-.506-.706c-.025-.03-.048-.036-.066-.036m-1.216-.928a1.578 1.578 0 0 1 2.432 0c.22.262.465.585.659.926c.184.322.375.75.375 1.2c0 1.259-.935 2.417-2.25 2.417s-2.25-1.158-2.25-2.417c0-.45.191-.878.375-1.2c.194-.341.44-.664.659-.926M9.5 19.134c-.018 0-.041.007-.066.036a5 5 0 0 0-.506.706c-.144.252-.178.402-.178.457c0 .583.408.917.75.917s.75-.334.75-.917c0-.055-.034-.205-.178-.457a5 5 0 0 0-.506-.706c-.025-.03-.048-.036-.066-.036m-1.216-.927a1.578 1.578 0 0 1 2.432 0c.22.262.465.585.659.926c.184.322.375.75.375 1.2c0 1.259-.935 2.417-2.25 2.417s-2.25-1.158-2.25-2.417c0-.45.191-.878.375-1.2c.194-.341.44-.664.659-.926m6.216.927c-.018 0-.041.007-.066.036a5 5 0 0 0-.506.706c-.144.252-.178.402-.178.457c0 .583.408.917.75.917s.75-.334.75-.917c0-.055-.034-.205-.178-.457a5 5 0 0 0-.506-.706c-.025-.03-.048-.036-.066-.036m-1.216-.927a1.578 1.578 0 0 1 2.432 0c.22.262.465.585.659.926c.184.322.375.75.375 1.2c0 1.259-.935 2.417-2.25 2.417s-2.25-1.158-2.25-2.417c0-.45.191-.878.375-1.2c.194-.341.44-.664.659-.926" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M12.476 3.75c-2.75 0-4.964 2.2-4.964 4.897c0 .462.065.909.185 1.331c.497.144.963.36 1.383.64a.75.75 0 1 1-.827 1.25a3.54 3.54 0 0 0-1.967-.589c-1.961 0-3.536 1.57-3.536 3.486c0 1.553 1.034 2.878 2.472 3.325a.75.75 0 1 1-.444 1.432c-2.04-.632-3.528-2.518-3.528-4.757c0-2.705 2.17-4.893 4.864-4.983a6.4 6.4 0 0 1-.102-1.135c0-3.541 2.902-6.397 6.464-6.397c3.158 0 5.796 2.244 6.355 5.221c2.3.977 3.919 3.238 3.919 5.882c0 2.66-1.64 4.934-3.962 5.9a.75.75 0 1 1-.576-1.385c1.79-.744 3.038-2.49 3.038-4.515c0-2.137-1.39-3.962-3.338-4.628a5 5 0 0 0-1.626-.27c-.583 0-1.14.1-1.658.28a.75.75 0 0 1-.494-1.416a6.5 6.5 0 0 1 3.024-.305a4.96 4.96 0 0 0-4.682-3.264M12 14.135c-.018 0-.041.006-.066.035a5 5 0 0 0-.506.706c-.144.252-.178.402-.178.457c0 .583.408.917.75.917s.75-.334.75-.917c0-.055-.034-.205-.178-.457a5 5 0 0 0-.506-.706c-.025-.03-.048-.036-.066-.036m-1.216-.928a1.578 1.578 0 0 1 2.432 0c.22.262.465.585.659.926c.184.322.375.75.375 1.2c0 1.259-.935 2.417-2.25 2.417s-2.25-1.158-2.25-2.417c0-.45.191-.878.375-1.2c.194-.341.44-.664.659-.926M9.5 19.134c-.018 0-.041.007-.066.036a5 5 0 0 0-.506.706c-.144.252-.178.402-.178.457c0 .583.408.917.75.917s.75-.334.75-.917c0-.055-.034-.205-.178-.457a5 5 0 0 0-.506-.706c-.025-.03-.048-.036-.066-.036m-1.216-.927a1.578 1.578 0 0 1 2.432 0c.22.262.465.585.659.926c.184.322.375.75.375 1.2c0 1.259-.935 2.417-2.25 2.417s-2.25-1.158-2.25-2.417c0-.45.191-.878.375-1.2c.194-.341.44-.664.659-.926m6.216.927c-.018 0-.041.007-.066.036a5 5 0 0 0-.506.706c-.144.252-.178.402-.178.457c0 .583.408.917.75.917s.75-.334.75-.917c0-.055-.034-.205-.178-.457a5 5 0 0 0-.506-.706c-.025-.03-.048-.036-.066-.036m-1.216-.927a1.578 1.578 0 0 1 2.432 0c.22.262.465.585.659.926c.184.322.375.75.375 1.2c0 1.259-.935 2.417-2.25 2.417s-2.25-1.158-2.25-2.417c0-.45.191-.878.375-1.2c.194-.341.44-.664.659-.926" clip-rule="evenodd"/></svg> </template>
CSS
.icon-cloud-drops {
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%20fill-rule%3D%22evenodd%22%20d%3D%22M12.476%203.75c-2.75%200-4.964%202.2-4.964%204.897c0%20.462.065.909.185%201.331c.497.144.963.36%201.383.64a.75.75%200%201%201-.827%201.25a3.54%203.54%200%200%200-1.967-.589c-1.961%200-3.536%201.57-3.536%203.486c0%201.553%201.034%202.878%202.472%203.325a.75.75%200%201%201-.444%201.432c-2.04-.632-3.528-2.518-3.528-4.757c0-2.705%202.17-4.893%204.864-4.983a6.4%206.4%200%200%201-.102-1.135c0-3.541%202.902-6.397%206.464-6.397c3.158%200%205.796%202.244%206.355%205.221c2.3.977%203.919%203.238%203.919%205.882c0%202.66-1.64%204.934-3.962%205.9a.75.75%200%201%201-.576-1.385c1.79-.744%203.038-2.49%203.038-4.515c0-2.137-1.39-3.962-3.338-4.628a5%205%200%200%200-1.626-.27c-.583%200-1.14.1-1.658.28a.75.75%200%200%201-.494-1.416a6.5%206.5%200%200%201%203.024-.305a4.96%204.96%200%200%200-4.682-3.264M12%2014.135c-.018%200-.041.006-.066.035a5%205%200%200%200-.506.706c-.144.252-.178.402-.178.457c0%20.583.408.917.75.917s.75-.334.75-.917c0-.055-.034-.205-.178-.457a5%205%200%200%200-.506-.706c-.025-.03-.048-.036-.066-.036m-1.216-.928a1.578%201.578%200%200%201%202.432%200c.22.262.465.585.659.926c.184.322.375.75.375%201.2c0%201.259-.935%202.417-2.25%202.417s-2.25-1.158-2.25-2.417c0-.45.191-.878.375-1.2c.194-.341.44-.664.659-.926M9.5%2019.134c-.018%200-.041.007-.066.036a5%205%200%200%200-.506.706c-.144.252-.178.402-.178.457c0%20.583.408.917.75.917s.75-.334.75-.917c0-.055-.034-.205-.178-.457a5%205%200%200%200-.506-.706c-.025-.03-.048-.036-.066-.036m-1.216-.927a1.578%201.578%200%200%201%202.432%200c.22.262.465.585.659.926c.184.322.375.75.375%201.2c0%201.259-.935%202.417-2.25%202.417s-2.25-1.158-2.25-2.417c0-.45.191-.878.375-1.2c.194-.341.44-.664.659-.926m6.216.927c-.018%200-.041.007-.066.036a5%205%200%200%200-.506.706c-.144.252-.178.402-.178.457c0%20.583.408.917.75.917s.75-.334.75-.917c0-.055-.034-.205-.178-.457a5%205%200%200%200-.506-.706c-.025-.03-.048-.036-.066-.036m-1.216-.927a1.578%201.578%200%200%201%202.432%200c.22.262.465.585.659.926c.184.322.375.75.375%201.2c0%201.259-.935%202.417-2.25%202.417s-2.25-1.158-2.25-2.417c0-.45.191-.878.375-1.2c.194-.341.44-.664.659-.926%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22M12.476%203.75c-2.75%200-4.964%202.2-4.964%204.897c0%20.462.065.909.185%201.331c.497.144.963.36%201.383.64a.75.75%200%201%201-.827%201.25a3.54%203.54%200%200%200-1.967-.589c-1.961%200-3.536%201.57-3.536%203.486c0%201.553%201.034%202.878%202.472%203.325a.75.75%200%201%201-.444%201.432c-2.04-.632-3.528-2.518-3.528-4.757c0-2.705%202.17-4.893%204.864-4.983a6.4%206.4%200%200%201-.102-1.135c0-3.541%202.902-6.397%206.464-6.397c3.158%200%205.796%202.244%206.355%205.221c2.3.977%203.919%203.238%203.919%205.882c0%202.66-1.64%204.934-3.962%205.9a.75.75%200%201%201-.576-1.385c1.79-.744%203.038-2.49%203.038-4.515c0-2.137-1.39-3.962-3.338-4.628a5%205%200%200%200-1.626-.27c-.583%200-1.14.1-1.658.28a.75.75%200%200%201-.494-1.416a6.5%206.5%200%200%201%203.024-.305a4.96%204.96%200%200%200-4.682-3.264M12%2014.135c-.018%200-.041.006-.066.035a5%205%200%200%200-.506.706c-.144.252-.178.402-.178.457c0%20.583.408.917.75.917s.75-.334.75-.917c0-.055-.034-.205-.178-.457a5%205%200%200%200-.506-.706c-.025-.03-.048-.036-.066-.036m-1.216-.928a1.578%201.578%200%200%201%202.432%200c.22.262.465.585.659.926c.184.322.375.75.375%201.2c0%201.259-.935%202.417-2.25%202.417s-2.25-1.158-2.25-2.417c0-.45.191-.878.375-1.2c.194-.341.44-.664.659-.926M9.5%2019.134c-.018%200-.041.007-.066.036a5%205%200%200%200-.506.706c-.144.252-.178.402-.178.457c0%20.583.408.917.75.917s.75-.334.75-.917c0-.055-.034-.205-.178-.457a5%205%200%200%200-.506-.706c-.025-.03-.048-.036-.066-.036m-1.216-.927a1.578%201.578%200%200%201%202.432%200c.22.262.465.585.659.926c.184.322.375.75.375%201.2c0%201.259-.935%202.417-2.25%202.417s-2.25-1.158-2.25-2.417c0-.45.191-.878.375-1.2c.194-.341.44-.664.659-.926m6.216.927c-.018%200-.041.007-.066.036a5%205%200%200%200-.506.706c-.144.252-.178.402-.178.457c0%20.583.408.917.75.917s.75-.334.75-.917c0-.055-.034-.205-.178-.457a5%205%200%200%200-.506-.706c-.025-.03-.048-.036-.066-.036m-1.216-.927a1.578%201.578%200%200%201%202.432%200c.22.262.465.585.659.926c.184.322.375.75.375%201.2c0%201.259-.935%202.417-2.25%202.417s-2.25-1.158-2.25-2.417c0-.45.191-.878.375-1.2c.194-.341.44-.664.659-.926%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/cloud-drops.svg?color=%231a73e8&size=48