mostly cloudy icon
mostly-cloudy from Element Plus by Element Plus · Outline · MIT Free for personal and commercial use.
- Name
- mostly-cloudy
- Set
- Element Plus
- Style
- Outline
- Viewbox
- 1024×1024
- License
- MIT
The same icon in other sets
Use the mostly cloudy icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="m737.2 358l-33.2-8.2l-11.8-32a192 192 0 0 0-367.4 23l-9 39.1l-39 9A192 192 0 0 0 320 768h368a208 208 0 0 0 207.8-208a208 208 0 0 0-158.6-202m15.2-62.3A272 272 0 0 1 959.7 560a272 272 0 0 1-271.5 272H320a256 256 0 0 1-57.5-505.5a256.1 256.1 0 0 1 489.9-30.8"/></svg>
React
import type { SVGProps } from "react";
export function EpMostlyCloudy(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="m737.2 358l-33.2-8.2l-11.8-32a192 192 0 0 0-367.4 23l-9 39.1l-39 9A192 192 0 0 0 320 768h368a208 208 0 0 0 207.8-208a208 208 0 0 0-158.6-202m15.2-62.3A272 272 0 0 1 959.7 560a272 272 0 0 1-271.5 272H320a256 256 0 0 1-57.5-505.5a256.1 256.1 0 0 1 489.9-30.8"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="m737.2 358l-33.2-8.2l-11.8-32a192 192 0 0 0-367.4 23l-9 39.1l-39 9A192 192 0 0 0 320 768h368a208 208 0 0 0 207.8-208a208 208 0 0 0-158.6-202m15.2-62.3A272 272 0 0 1 959.7 560a272 272 0 0 1-271.5 272H320a256 256 0 0 1-57.5-505.5a256.1 256.1 0 0 1 489.9-30.8"/></svg> </template>
CSS
.icon-mostly-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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m737.2%20358l-33.2-8.2l-11.8-32a192%20192%200%200%200-367.4%2023l-9%2039.1l-39%209A192%20192%200%200%200%20320%20768h368a208%20208%200%200%200%20207.8-208a208%20208%200%200%200-158.6-202m15.2-62.3A272%20272%200%200%201%20959.7%20560a272%20272%200%200%201-271.5%20272H320a256%20256%200%200%201-57.5-505.5a256.1%20256.1%200%200%201%20489.9-30.8%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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m737.2%20358l-33.2-8.2l-11.8-32a192%20192%200%200%200-367.4%2023l-9%2039.1l-39%209A192%20192%200%200%200%20320%20768h368a208%20208%200%200%200%20207.8-208a208%20208%200%200%200-158.6-202m15.2-62.3A272%20272%200%200%201%20959.7%20560a272%20272%200%200%201-271.5%20272H320a256%20256%200%200%201-57.5-505.5a256.1%20256.1%200%200%201%20489.9-30.8%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ep/mostly-cloudy.svg?color=%231a73e8&size=48