clouds icon
clouds-filled from Reicon by REICON · Filled · Weather · MIT Free for personal and commercial use.
- Name
- clouds-filled
- Set
- Reicon
- Style
- Filled
- Category
- Weather
- Viewbox
- 24×24
- License
- MIT
2 other variants in Reicon
The same icon in other sets
All clouds icons →More weather icons from Reicon
Use the clouds icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M18.286 22C20.337 22 22 20.42 22 18.47c0-1.544-1.045-2.857-2.5-3.336C19.295 13.371 17.72 12 15.81 12c-2.052 0-3.715 1.58-3.715 3.53c0 .43.082.844.23 1.226a3 3 0 0 0-.54-.05C10.248 16.706 9 17.89 9 19.353S10.247 22 11.786 22z"/><path d="M21.551 14.55a5 5 0 0 0-.751-.486c-.66-2.101-2.686-3.564-4.99-3.564c-2.754 0-5.124 2.1-5.212 4.87c-1.321.37-2.41 1.342-2.867 2.63H6.286C3.919 18 2 16.104 2 13.765s1.919-4.236 4.286-4.236q.427.001.83.08a5.6 5.6 0 0 1-.354-1.962C6.762 4.528 9.32 2 12.476 2c2.94 0 5.361 2.194 5.68 5.015C20.392 7.78 22 9.881 22 12.353c0 .78-.16 1.522-.449 2.197"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconCloudsFilled(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="M18.286 22C20.337 22 22 20.42 22 18.47c0-1.544-1.045-2.857-2.5-3.336C19.295 13.371 17.72 12 15.81 12c-2.052 0-3.715 1.58-3.715 3.53c0 .43.082.844.23 1.226a3 3 0 0 0-.54-.05C10.248 16.706 9 17.89 9 19.353S10.247 22 11.786 22z"/><path d="M21.551 14.55a5 5 0 0 0-.751-.486c-.66-2.101-2.686-3.564-4.99-3.564c-2.754 0-5.124 2.1-5.212 4.87c-1.321.37-2.41 1.342-2.867 2.63H6.286C3.919 18 2 16.104 2 13.765s1.919-4.236 4.286-4.236q.427.001.83.08a5.6 5.6 0 0 1-.354-1.962C6.762 4.528 9.32 2 12.476 2c2.94 0 5.361 2.194 5.68 5.015C20.392 7.78 22 9.881 22 12.353c0 .78-.16 1.522-.449 2.197"/></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="M18.286 22C20.337 22 22 20.42 22 18.47c0-1.544-1.045-2.857-2.5-3.336C19.295 13.371 17.72 12 15.81 12c-2.052 0-3.715 1.58-3.715 3.53c0 .43.082.844.23 1.226a3 3 0 0 0-.54-.05C10.248 16.706 9 17.89 9 19.353S10.247 22 11.786 22z"/><path d="M21.551 14.55a5 5 0 0 0-.751-.486c-.66-2.101-2.686-3.564-4.99-3.564c-2.754 0-5.124 2.1-5.212 4.87c-1.321.37-2.41 1.342-2.867 2.63H6.286C3.919 18 2 16.104 2 13.765s1.919-4.236 4.286-4.236q.427.001.83.08a5.6 5.6 0 0 1-.354-1.962C6.762 4.528 9.32 2 12.476 2c2.94 0 5.361 2.194 5.68 5.015C20.392 7.78 22 9.881 22 12.353c0 .78-.16 1.522-.449 2.197"/></g></svg> </template>
CSS
.icon-clouds-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%22M18.286%2022C20.337%2022%2022%2020.42%2022%2018.47c0-1.544-1.045-2.857-2.5-3.336C19.295%2013.371%2017.72%2012%2015.81%2012c-2.052%200-3.715%201.58-3.715%203.53c0%20.43.082.844.23%201.226a3%203%200%200%200-.54-.05C10.248%2016.706%209%2017.89%209%2019.353S10.247%2022%2011.786%2022z%22%2F%3E%3Cpath%20d%3D%22M21.551%2014.55a5%205%200%200%200-.751-.486c-.66-2.101-2.686-3.564-4.99-3.564c-2.754%200-5.124%202.1-5.212%204.87c-1.321.37-2.41%201.342-2.867%202.63H6.286C3.919%2018%202%2016.104%202%2013.765s1.919-4.236%204.286-4.236q.427.001.83.08a5.6%205.6%200%200%201-.354-1.962C6.762%204.528%209.32%202%2012.476%202c2.94%200%205.361%202.194%205.68%205.015C20.392%207.78%2022%209.881%2022%2012.353c0%20.78-.16%201.522-.449%202.197%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%22M18.286%2022C20.337%2022%2022%2020.42%2022%2018.47c0-1.544-1.045-2.857-2.5-3.336C19.295%2013.371%2017.72%2012%2015.81%2012c-2.052%200-3.715%201.58-3.715%203.53c0%20.43.082.844.23%201.226a3%203%200%200%200-.54-.05C10.248%2016.706%209%2017.89%209%2019.353S10.247%2022%2011.786%2022z%22%2F%3E%3Cpath%20d%3D%22M21.551%2014.55a5%205%200%200%200-.751-.486c-.66-2.101-2.686-3.564-4.99-3.564c-2.754%200-5.124%202.1-5.212%204.87c-1.321.37-2.41%201.342-2.867%202.63H6.286C3.919%2018%202%2016.104%202%2013.765s1.919-4.236%204.286-4.236q.427.001.83.08a5.6%205.6%200%200%201-.354-1.962C6.762%204.528%209.32%202%2012.476%202c2.94%200%205.361%202.194%205.68%205.015C20.392%207.78%2022%209.881%2022%2012.353c0%20.78-.16%201.522-.449%202.197%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/clouds-filled.svg?color=%231a73e8&size=48