cloud fog icon
cloud-fog-solid from Myna UI Icons by Praveen Juge · Solid · MIT Free for personal and commercial use.
- Name
- cloud-fog-solid
- Set
- Myna UI Icons
- Style
- Solid
- Viewbox
- 24×24
- License
- MIT
1 other variant in Myna UI Icons
The same icon in other sets
Related icons in Myna UI Icons
Use the cloud fog icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.75 20.5a.75.75 0 0 0-.75-.75H6a.75.75 0 0 0 0 1.5h9a.75.75 0 0 0 .75-.75m.846-11.112c-.832-2.66-2.494-4.222-4.493-4.836c-2.087-.641-4.42-.215-6.354.832s-3.576 2.77-4.216 4.859c-.651 2.13-.228 4.533 1.773 6.796a6.14 6.14 0 0 0 4.72 2.211h8.846c1.218 0 2.778-.227 3.894-1.184c1.036-.888 1.6-1.91 1.713-2.974c.112-1.057-.23-2.06-.82-2.9c-1.065-1.52-3.012-2.627-5.063-2.804M16 15.75a.75.75 0 0 1 0 1.5H8a.75.75 0 0 1 0-1.5z"/></svg>
React
import type { SVGProps } from "react";
export function MynauiCloudFogSolid(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="M15.75 20.5a.75.75 0 0 0-.75-.75H6a.75.75 0 0 0 0 1.5h9a.75.75 0 0 0 .75-.75m.846-11.112c-.832-2.66-2.494-4.222-4.493-4.836c-2.087-.641-4.42-.215-6.354.832s-3.576 2.77-4.216 4.859c-.651 2.13-.228 4.533 1.773 6.796a6.14 6.14 0 0 0 4.72 2.211h8.846c1.218 0 2.778-.227 3.894-1.184c1.036-.888 1.6-1.91 1.713-2.974c.112-1.057-.23-2.06-.82-2.9c-1.065-1.52-3.012-2.627-5.063-2.804M16 15.75a.75.75 0 0 1 0 1.5H8a.75.75 0 0 1 0-1.5z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.75 20.5a.75.75 0 0 0-.75-.75H6a.75.75 0 0 0 0 1.5h9a.75.75 0 0 0 .75-.75m.846-11.112c-.832-2.66-2.494-4.222-4.493-4.836c-2.087-.641-4.42-.215-6.354.832s-3.576 2.77-4.216 4.859c-.651 2.13-.228 4.533 1.773 6.796a6.14 6.14 0 0 0 4.72 2.211h8.846c1.218 0 2.778-.227 3.894-1.184c1.036-.888 1.6-1.91 1.713-2.974c.112-1.057-.23-2.06-.82-2.9c-1.065-1.52-3.012-2.627-5.063-2.804M16 15.75a.75.75 0 0 1 0 1.5H8a.75.75 0 0 1 0-1.5z"/></svg> </template>
CSS
.icon-cloud-fog-solid {
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%22M15.75%2020.5a.75.75%200%200%200-.75-.75H6a.75.75%200%200%200%200%201.5h9a.75.75%200%200%200%20.75-.75m.846-11.112c-.832-2.66-2.494-4.222-4.493-4.836c-2.087-.641-4.42-.215-6.354.832s-3.576%202.77-4.216%204.859c-.651%202.13-.228%204.533%201.773%206.796a6.14%206.14%200%200%200%204.72%202.211h8.846c1.218%200%202.778-.227%203.894-1.184c1.036-.888%201.6-1.91%201.713-2.974c.112-1.057-.23-2.06-.82-2.9c-1.065-1.52-3.012-2.627-5.063-2.804M16%2015.75a.75.75%200%200%201%200%201.5H8a.75.75%200%200%201%200-1.5z%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%22M15.75%2020.5a.75.75%200%200%200-.75-.75H6a.75.75%200%200%200%200%201.5h9a.75.75%200%200%200%20.75-.75m.846-11.112c-.832-2.66-2.494-4.222-4.493-4.836c-2.087-.641-4.42-.215-6.354.832s-3.576%202.77-4.216%204.859c-.651%202.13-.228%204.533%201.773%206.796a6.14%206.14%200%200%200%204.72%202.211h8.846c1.218%200%202.778-.227%203.894-1.184c1.036-.888%201.6-1.91%201.713-2.974c.112-1.057-.23-2.06-.82-2.9c-1.065-1.52-3.012-2.627-5.063-2.804M16%2015.75a.75.75%200%200%201%200%201.5H8a.75.75%200%200%201%200-1.5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mynaui/cloud-fog-solid.svg?color=%231a73e8&size=48