cloud snow icon
cloud-snow-filled from Reicon by REICON · Filled · Weather · MIT Free for personal and commercial use.
- Name
- cloud-snow-filled
- Set
- Reicon
- Style
- Filled
- Category
- Weather
- Viewbox
- 24×24
- License
- MIT
2 other variants in Reicon
The same icon in other sets
All cloud snow icons →More weather icons from Reicon
Use the cloud snow icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M12.001 14.25a.75.75 0 0 1 .75.75v2.163l1.873-1.081a.75.75 0 1 1 .75 1.299l-1.873 1.081l1.876 1.083a.75.75 0 1 1-.75 1.3L12.75 19.76V22a.75.75 0 0 1-1.5 0v-2.239l-1.876 1.083a.75.75 0 0 1-.75-1.299l1.876-1.083l-1.873-1.081a.75.75 0 0 1 .75-1.3l1.873 1.082V15a.75.75 0 0 1 .75-.75" clip-rule="evenodd"/><path d="M7.564 18.462a2.25 2.25 0 0 1 2.218-3.841a2.25 2.25 0 0 1 4.437 0a2.25 2.25 0 0 1 2.218 3.841L16 19l.889-.031C19.76 18.671 22 16.27 22 13.353c0-2.472-1.607-4.573-3.845-5.338C17.837 5.194 15.415 3 12.476 3C9.32 3 6.762 5.528 6.762 8.647c0 .69.125 1.35.354 1.962a4.4 4.4 0 0 0-.83-.08C3.919 10.53 2 12.426 2 14.765S3.919 19 6.286 19H8z"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconCloudSnowFilled(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 fillRule="evenodd" d="M12.001 14.25a.75.75 0 0 1 .75.75v2.163l1.873-1.081a.75.75 0 1 1 .75 1.299l-1.873 1.081l1.876 1.083a.75.75 0 1 1-.75 1.3L12.75 19.76V22a.75.75 0 0 1-1.5 0v-2.239l-1.876 1.083a.75.75 0 0 1-.75-1.299l1.876-1.083l-1.873-1.081a.75.75 0 0 1 .75-1.3l1.873 1.082V15a.75.75 0 0 1 .75-.75" clipRule="evenodd"/><path d="M7.564 18.462a2.25 2.25 0 0 1 2.218-3.841a2.25 2.25 0 0 1 4.437 0a2.25 2.25 0 0 1 2.218 3.841L16 19l.889-.031C19.76 18.671 22 16.27 22 13.353c0-2.472-1.607-4.573-3.845-5.338C17.837 5.194 15.415 3 12.476 3C9.32 3 6.762 5.528 6.762 8.647c0 .69.125 1.35.354 1.962a4.4 4.4 0 0 0-.83-.08C3.919 10.53 2 12.426 2 14.765S3.919 19 6.286 19H8z"/></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 fill-rule="evenodd" d="M12.001 14.25a.75.75 0 0 1 .75.75v2.163l1.873-1.081a.75.75 0 1 1 .75 1.299l-1.873 1.081l1.876 1.083a.75.75 0 1 1-.75 1.3L12.75 19.76V22a.75.75 0 0 1-1.5 0v-2.239l-1.876 1.083a.75.75 0 0 1-.75-1.299l1.876-1.083l-1.873-1.081a.75.75 0 0 1 .75-1.3l1.873 1.082V15a.75.75 0 0 1 .75-.75" clip-rule="evenodd"/><path d="M7.564 18.462a2.25 2.25 0 0 1 2.218-3.841a2.25 2.25 0 0 1 4.437 0a2.25 2.25 0 0 1 2.218 3.841L16 19l.889-.031C19.76 18.671 22 16.27 22 13.353c0-2.472-1.607-4.573-3.845-5.338C17.837 5.194 15.415 3 12.476 3C9.32 3 6.762 5.528 6.762 8.647c0 .69.125 1.35.354 1.962a4.4 4.4 0 0 0-.83-.08C3.919 10.53 2 12.426 2 14.765S3.919 19 6.286 19H8z"/></g></svg> </template>
CSS
.icon-cloud-snow-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%20fill-rule%3D%22evenodd%22%20d%3D%22M12.001%2014.25a.75.75%200%200%201%20.75.75v2.163l1.873-1.081a.75.75%200%201%201%20.75%201.299l-1.873%201.081l1.876%201.083a.75.75%200%201%201-.75%201.3L12.75%2019.76V22a.75.75%200%200%201-1.5%200v-2.239l-1.876%201.083a.75.75%200%200%201-.75-1.299l1.876-1.083l-1.873-1.081a.75.75%200%200%201%20.75-1.3l1.873%201.082V15a.75.75%200%200%201%20.75-.75%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M7.564%2018.462a2.25%202.25%200%200%201%202.218-3.841a2.25%202.25%200%200%201%204.437%200a2.25%202.25%200%200%201%202.218%203.841L16%2019l.889-.031C19.76%2018.671%2022%2016.27%2022%2013.353c0-2.472-1.607-4.573-3.845-5.338C17.837%205.194%2015.415%203%2012.476%203C9.32%203%206.762%205.528%206.762%208.647c0%20.69.125%201.35.354%201.962a4.4%204.4%200%200%200-.83-.08C3.919%2010.53%202%2012.426%202%2014.765S3.919%2019%206.286%2019H8z%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%20fill-rule%3D%22evenodd%22%20d%3D%22M12.001%2014.25a.75.75%200%200%201%20.75.75v2.163l1.873-1.081a.75.75%200%201%201%20.75%201.299l-1.873%201.081l1.876%201.083a.75.75%200%201%201-.75%201.3L12.75%2019.76V22a.75.75%200%200%201-1.5%200v-2.239l-1.876%201.083a.75.75%200%200%201-.75-1.299l1.876-1.083l-1.873-1.081a.75.75%200%200%201%20.75-1.3l1.873%201.082V15a.75.75%200%200%201%20.75-.75%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M7.564%2018.462a2.25%202.25%200%200%201%202.218-3.841a2.25%202.25%200%200%201%204.437%200a2.25%202.25%200%200%201%202.218%203.841L16%2019l.889-.031C19.76%2018.671%2022%2016.27%2022%2013.353c0-2.472-1.607-4.573-3.845-5.338C17.837%205.194%2015.415%203%2012.476%203C9.32%203%206.762%205.528%206.762%208.647c0%20.69.125%201.35.354%201.962a4.4%204.4%200%200%200-.83-.08C3.919%2010.53%202%2012.426%202%2014.765S3.919%2019%206.286%2019H8z%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-snow-filled.svg?color=%231a73e8&size=48