cloud snow2 icon
cloud-snow2-duotone from Reicon by REICON · Duotone · Weather · MIT Free for personal and commercial use.
- Name
- cloud-snow2-duotone
- Set
- Reicon
- Style
- Duotone
- Category
- Weather
- Viewbox
- 24×24
- License
- MIT
2 other variants in Reicon
More weather icons from Reicon
Use the cloud snow2 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M13 18a1 1 0 1 1-2 0a1 1 0 0 1 2 0m0 3a1 1 0 1 1-2 0a1 1 0 0 1 2 0m3-1.5a1 1 0 1 1-2 0a1 1 0 0 1 2 0m0-3a1 1 0 1 1-2 0a1 1 0 0 1 2 0m-6 3a1 1 0 1 1-2 0a1 1 0 0 1 2 0m0-3a1 1 0 1 1-2 0a1 1 0 0 1 2 0"/><path d="M12 19a1 1 0 0 0 .781-.376a.997.997 0 0 0-.182-1.425a.995.995 0 0 0-1.198 0A.999.999 0 0 0 12 19m3-1.5a1 1 0 0 1-.781-.376A1 1 0 1 1 15 17.5m-6-2a1 1 0 1 1 0 2a1 1 0 0 1 0-2"/><path d="M16.286 19C19.442 19 22 16.472 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 19z" opacity=".5"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconCloudSnow2Duotone(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="M13 18a1 1 0 1 1-2 0a1 1 0 0 1 2 0m0 3a1 1 0 1 1-2 0a1 1 0 0 1 2 0m3-1.5a1 1 0 1 1-2 0a1 1 0 0 1 2 0m0-3a1 1 0 1 1-2 0a1 1 0 0 1 2 0m-6 3a1 1 0 1 1-2 0a1 1 0 0 1 2 0m0-3a1 1 0 1 1-2 0a1 1 0 0 1 2 0"/><path d="M12 19a1 1 0 0 0 .781-.376a.997.997 0 0 0-.182-1.425a.995.995 0 0 0-1.198 0A.999.999 0 0 0 12 19m3-1.5a1 1 0 0 1-.781-.376A1 1 0 1 1 15 17.5m-6-2a1 1 0 1 1 0 2a1 1 0 0 1 0-2"/><path d="M16.286 19C19.442 19 22 16.472 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 19z" opacity=".5"/></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="M13 18a1 1 0 1 1-2 0a1 1 0 0 1 2 0m0 3a1 1 0 1 1-2 0a1 1 0 0 1 2 0m3-1.5a1 1 0 1 1-2 0a1 1 0 0 1 2 0m0-3a1 1 0 1 1-2 0a1 1 0 0 1 2 0m-6 3a1 1 0 1 1-2 0a1 1 0 0 1 2 0m0-3a1 1 0 1 1-2 0a1 1 0 0 1 2 0"/><path d="M12 19a1 1 0 0 0 .781-.376a.997.997 0 0 0-.182-1.425a.995.995 0 0 0-1.198 0A.999.999 0 0 0 12 19m3-1.5a1 1 0 0 1-.781-.376A1 1 0 1 1 15 17.5m-6-2a1 1 0 1 1 0 2a1 1 0 0 1 0-2"/><path d="M16.286 19C19.442 19 22 16.472 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 19z" opacity=".5"/></g></svg> </template>
CSS
.icon-cloud-snow2-duotone {
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%22M13%2018a1%201%200%201%201-2%200a1%201%200%200%201%202%200m0%203a1%201%200%201%201-2%200a1%201%200%200%201%202%200m3-1.5a1%201%200%201%201-2%200a1%201%200%200%201%202%200m0-3a1%201%200%201%201-2%200a1%201%200%200%201%202%200m-6%203a1%201%200%201%201-2%200a1%201%200%200%201%202%200m0-3a1%201%200%201%201-2%200a1%201%200%200%201%202%200%22%2F%3E%3Cpath%20d%3D%22M12%2019a1%201%200%200%200%20.781-.376a.997.997%200%200%200-.182-1.425a.995.995%200%200%200-1.198%200A.999.999%200%200%200%2012%2019m3-1.5a1%201%200%200%201-.781-.376A1%201%200%201%201%2015%2017.5m-6-2a1%201%200%201%201%200%202a1%201%200%200%201%200-2%22%2F%3E%3Cpath%20d%3D%22M16.286%2019C19.442%2019%2022%2016.472%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%2019z%22%20opacity%3D%22.5%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%22M13%2018a1%201%200%201%201-2%200a1%201%200%200%201%202%200m0%203a1%201%200%201%201-2%200a1%201%200%200%201%202%200m3-1.5a1%201%200%201%201-2%200a1%201%200%200%201%202%200m0-3a1%201%200%201%201-2%200a1%201%200%200%201%202%200m-6%203a1%201%200%201%201-2%200a1%201%200%200%201%202%200m0-3a1%201%200%201%201-2%200a1%201%200%200%201%202%200%22%2F%3E%3Cpath%20d%3D%22M12%2019a1%201%200%200%200%20.781-.376a.997.997%200%200%200-.182-1.425a.995.995%200%200%200-1.198%200A.999.999%200%200%200%2012%2019m3-1.5a1%201%200%200%201-.781-.376A1%201%200%201%201%2015%2017.5m-6-2a1%201%200%201%201%200%202a1%201%200%200%201%200-2%22%2F%3E%3Cpath%20d%3D%22M16.286%2019C19.442%2019%2022%2016.472%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%2019z%22%20opacity%3D%22.5%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-snow2-duotone.svg?color=%231a73e8&size=48