forecastcloud moon tear icon
forecastcloud-moon-tear from Unicons by Iconscout · Line · Apache-2.0 Free for personal and commercial use.
- Name
- forecastcloud-moon-tear
- Set
- Unicons
- Style
- Line
- Viewbox
- 24×24
- License
- Apache 2.0
Use the forecastcloud moon tear icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.7 7.57a1 1 0 0 0-.93-.26a3.2 3.2 0 0 1-.66.08a3 3 0 0 1-3-3a3 3 0 0 1 .08-.65A1 1 0 0 0 16 2.53a4.93 4.93 0 0 0-3.83 4.21a6.2 6.2 0 0 0-1.67-.24a6 6 0 0 0-5.94 5.13a3.5 3.5 0 0 0-.46 6.58a1.1 1.1 0 0 0 .4.08a1 1 0 0 0 .4-1.92A1.48 1.48 0 0 1 4 15a1.5 1.5 0 0 1 1.5-1.5a1 1 0 0 0 1-1a4 4 0 0 1 4-4a3.9 3.9 0 0 1 2.18.66a4 4 0 0 1 1.57 2a1 1 0 0 0 .78.67a2.32 2.32 0 0 1 .97 4.28a1 1 0 0 0 1.1 1.68a4.32 4.32 0 0 0 1.9-3.62a4.2 4.2 0 0 0-.49-2A4.94 4.94 0 0 0 22 8.5a1 1 0 0 0-.3-.93m-4.59 2.82a2.6 2.6 0 0 1-.42 0A4.6 4.6 0 0 0 16 10a6 6 0 0 0-1.82-2.28v-.37a3 3 0 0 1 1.05-2.28a5 5 0 0 0 4.23 4.23a3 3 0 0 1-2.35 1.09m-6 3.94a1 1 0 0 0-1.12 0C9.84 14.41 7.5 16 7.5 18.5a3 3 0 0 0 6 0c0-2.5-2.35-4.1-2.44-4.17Zm-.61 5.17a1 1 0 0 1-1-1a3 3 0 0 1 1-2a3 3 0 0 1 1 2a1 1 0 0 1-1 1"/></svg>
React
import type { SVGProps } from "react";
export function UilForecastcloudMoonTear(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" d="M21.7 7.57a1 1 0 0 0-.93-.26a3.2 3.2 0 0 1-.66.08a3 3 0 0 1-3-3a3 3 0 0 1 .08-.65A1 1 0 0 0 16 2.53a4.93 4.93 0 0 0-3.83 4.21a6.2 6.2 0 0 0-1.67-.24a6 6 0 0 0-5.94 5.13a3.5 3.5 0 0 0-.46 6.58a1.1 1.1 0 0 0 .4.08a1 1 0 0 0 .4-1.92A1.48 1.48 0 0 1 4 15a1.5 1.5 0 0 1 1.5-1.5a1 1 0 0 0 1-1a4 4 0 0 1 4-4a3.9 3.9 0 0 1 2.18.66a4 4 0 0 1 1.57 2a1 1 0 0 0 .78.67a2.32 2.32 0 0 1 .97 4.28a1 1 0 0 0 1.1 1.68a4.32 4.32 0 0 0 1.9-3.62a4.2 4.2 0 0 0-.49-2A4.94 4.94 0 0 0 22 8.5a1 1 0 0 0-.3-.93m-4.59 2.82a2.6 2.6 0 0 1-.42 0A4.6 4.6 0 0 0 16 10a6 6 0 0 0-1.82-2.28v-.37a3 3 0 0 1 1.05-2.28a5 5 0 0 0 4.23 4.23a3 3 0 0 1-2.35 1.09m-6 3.94a1 1 0 0 0-1.12 0C9.84 14.41 7.5 16 7.5 18.5a3 3 0 0 0 6 0c0-2.5-2.35-4.1-2.44-4.17Zm-.61 5.17a1 1 0 0 1-1-1a3 3 0 0 1 1-2a3 3 0 0 1 1 2a1 1 0 0 1-1 1"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.7 7.57a1 1 0 0 0-.93-.26a3.2 3.2 0 0 1-.66.08a3 3 0 0 1-3-3a3 3 0 0 1 .08-.65A1 1 0 0 0 16 2.53a4.93 4.93 0 0 0-3.83 4.21a6.2 6.2 0 0 0-1.67-.24a6 6 0 0 0-5.94 5.13a3.5 3.5 0 0 0-.46 6.58a1.1 1.1 0 0 0 .4.08a1 1 0 0 0 .4-1.92A1.48 1.48 0 0 1 4 15a1.5 1.5 0 0 1 1.5-1.5a1 1 0 0 0 1-1a4 4 0 0 1 4-4a3.9 3.9 0 0 1 2.18.66a4 4 0 0 1 1.57 2a1 1 0 0 0 .78.67a2.32 2.32 0 0 1 .97 4.28a1 1 0 0 0 1.1 1.68a4.32 4.32 0 0 0 1.9-3.62a4.2 4.2 0 0 0-.49-2A4.94 4.94 0 0 0 22 8.5a1 1 0 0 0-.3-.93m-4.59 2.82a2.6 2.6 0 0 1-.42 0A4.6 4.6 0 0 0 16 10a6 6 0 0 0-1.82-2.28v-.37a3 3 0 0 1 1.05-2.28a5 5 0 0 0 4.23 4.23a3 3 0 0 1-2.35 1.09m-6 3.94a1 1 0 0 0-1.12 0C9.84 14.41 7.5 16 7.5 18.5a3 3 0 0 0 6 0c0-2.5-2.35-4.1-2.44-4.17Zm-.61 5.17a1 1 0 0 1-1-1a3 3 0 0 1 1-2a3 3 0 0 1 1 2a1 1 0 0 1-1 1"/></svg> </template>
CSS
.icon-forecastcloud-moon-tear {
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%20d%3D%22M21.7%207.57a1%201%200%200%200-.93-.26a3.2%203.2%200%200%201-.66.08a3%203%200%200%201-3-3a3%203%200%200%201%20.08-.65A1%201%200%200%200%2016%202.53a4.93%204.93%200%200%200-3.83%204.21a6.2%206.2%200%200%200-1.67-.24a6%206%200%200%200-5.94%205.13a3.5%203.5%200%200%200-.46%206.58a1.1%201.1%200%200%200%20.4.08a1%201%200%200%200%20.4-1.92A1.48%201.48%200%200%201%204%2015a1.5%201.5%200%200%201%201.5-1.5a1%201%200%200%200%201-1a4%204%200%200%201%204-4a3.9%203.9%200%200%201%202.18.66a4%204%200%200%201%201.57%202a1%201%200%200%200%20.78.67a2.32%202.32%200%200%201%20.97%204.28a1%201%200%200%200%201.1%201.68a4.32%204.32%200%200%200%201.9-3.62a4.2%204.2%200%200%200-.49-2A4.94%204.94%200%200%200%2022%208.5a1%201%200%200%200-.3-.93m-4.59%202.82a2.6%202.6%200%200%201-.42%200A4.6%204.6%200%200%200%2016%2010a6%206%200%200%200-1.82-2.28v-.37a3%203%200%200%201%201.05-2.28a5%205%200%200%200%204.23%204.23a3%203%200%200%201-2.35%201.09m-6%203.94a1%201%200%200%200-1.12%200C9.84%2014.41%207.5%2016%207.5%2018.5a3%203%200%200%200%206%200c0-2.5-2.35-4.1-2.44-4.17Zm-.61%205.17a1%201%200%200%201-1-1a3%203%200%200%201%201-2a3%203%200%200%201%201%202a1%201%200%200%201-1%201%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%20d%3D%22M21.7%207.57a1%201%200%200%200-.93-.26a3.2%203.2%200%200%201-.66.08a3%203%200%200%201-3-3a3%203%200%200%201%20.08-.65A1%201%200%200%200%2016%202.53a4.93%204.93%200%200%200-3.83%204.21a6.2%206.2%200%200%200-1.67-.24a6%206%200%200%200-5.94%205.13a3.5%203.5%200%200%200-.46%206.58a1.1%201.1%200%200%200%20.4.08a1%201%200%200%200%20.4-1.92A1.48%201.48%200%200%201%204%2015a1.5%201.5%200%200%201%201.5-1.5a1%201%200%200%200%201-1a4%204%200%200%201%204-4a3.9%203.9%200%200%201%202.18.66a4%204%200%200%201%201.57%202a1%201%200%200%200%20.78.67a2.32%202.32%200%200%201%20.97%204.28a1%201%200%200%200%201.1%201.68a4.32%204.32%200%200%200%201.9-3.62a4.2%204.2%200%200%200-.49-2A4.94%204.94%200%200%200%2022%208.5a1%201%200%200%200-.3-.93m-4.59%202.82a2.6%202.6%200%200%201-.42%200A4.6%204.6%200%200%200%2016%2010a6%206%200%200%200-1.82-2.28v-.37a3%203%200%200%201%201.05-2.28a5%205%200%200%200%204.23%204.23a3%203%200%200%201-2.35%201.09m-6%203.94a1%201%200%200%200-1.12%200C9.84%2014.41%207.5%2016%207.5%2018.5a3%203%200%200%200%206%200c0-2.5-2.35-4.1-2.44-4.17Zm-.61%205.17a1%201%200%200%201-1-1a3%203%200%200%201%201-2a3%203%200%200%201%201%202a1%201%200%200%201-1%201%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/uil/forecastcloud-moon-tear.svg?color=%231a73e8&size=48