cloudy icon
cloudy from Myna UI Icons by Praveen Juge · Regular · MIT Free for personal and commercial use.
- Name
- cloudy
- Set
- Myna UI Icons
- Style
- Regular
- Viewbox
- 24×24
- License
- MIT
1 other variant in Myna UI Icons
The same icon in other sets
Use the cloudy icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M5.022 9.232C2.08 11.408.562 15.31 3.875 19.05A5.4 5.4 0 0 0 8.026 21h8.846c1.161 0 2.496-.223 3.406-1.003c2.494-2.139 1.507-4.772-.647-6.246a6.6 6.6 0 0 0-1.333-.701a6.3 6.3 0 0 0-2.276-.437c-1.572-6.12-7.37-6.065-11-3.381m14.61 4.519c.404-.127.783-.31 1.1-.568c3.167-2.57-.183-6.017-3.662-6.017C15.003-.45 4.453 3.671 5.022 9.232"/></svg>
React
import type { SVGProps } from "react";
export function MynauiCloudy(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="M5.022 9.232C2.08 11.408.562 15.31 3.875 19.05A5.4 5.4 0 0 0 8.026 21h8.846c1.161 0 2.496-.223 3.406-1.003c2.494-2.139 1.507-4.772-.647-6.246a6.6 6.6 0 0 0-1.333-.701a6.3 6.3 0 0 0-2.276-.437c-1.572-6.12-7.37-6.065-11-3.381m14.61 4.519c.404-.127.783-.31 1.1-.568c3.167-2.57-.183-6.017-3.662-6.017C15.003-.45 4.453 3.671 5.022 9.232"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M5.022 9.232C2.08 11.408.562 15.31 3.875 19.05A5.4 5.4 0 0 0 8.026 21h8.846c1.161 0 2.496-.223 3.406-1.003c2.494-2.139 1.507-4.772-.647-6.246a6.6 6.6 0 0 0-1.333-.701a6.3 6.3 0 0 0-2.276-.437c-1.572-6.12-7.37-6.065-11-3.381m14.61 4.519c.404-.127.783-.31 1.1-.568c3.167-2.57-.183-6.017-3.662-6.017C15.003-.45 4.453 3.671 5.022 9.232"/></svg> </template>
CSS
.icon-cloudy {
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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M5.022%209.232C2.08%2011.408.562%2015.31%203.875%2019.05A5.4%205.4%200%200%200%208.026%2021h8.846c1.161%200%202.496-.223%203.406-1.003c2.494-2.139%201.507-4.772-.647-6.246a6.6%206.6%200%200%200-1.333-.701a6.3%206.3%200%200%200-2.276-.437c-1.572-6.12-7.37-6.065-11-3.381m14.61%204.519c.404-.127.783-.31%201.1-.568c3.167-2.57-.183-6.017-3.662-6.017C15.003-.45%204.453%203.671%205.022%209.232%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M5.022%209.232C2.08%2011.408.562%2015.31%203.875%2019.05A5.4%205.4%200%200%200%208.026%2021h8.846c1.161%200%202.496-.223%203.406-1.003c2.494-2.139%201.507-4.772-.647-6.246a6.6%206.6%200%200%200-1.333-.701a6.3%206.3%200%200%200-2.276-.437c-1.572-6.12-7.37-6.065-11-3.381m14.61%204.519c.404-.127.783-.31%201.1-.568c3.167-2.57-.183-6.017-3.662-6.017C15.003-.45%204.453%203.671%205.022%209.232%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mynaui/cloudy.svg?color=%231a73e8&size=48