cloud fog icon
cloud-fog-fill from Phosphor by Phosphor Icons · Fill · MIT Free for personal and commercial use.
- Name
- cloud-fog-fill
- Set
- Phosphor
- Style
- Fill
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
The same icon in other sets
Related icons in Phosphor
Use the cloud fog icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M168 232a8 8 0 0 1-8 8h-56a8 8 0 0 1 0-16h56a8 8 0 0 1 8 8m-40-32a8 8 0 0 0-8-8H72a8 8 0 0 0 0 16h48a8 8 0 0 0 8-8m56-8h-24a8 8 0 0 0 0 16h24a8 8 0 0 0 0-16m47.87-96.45a76 76 0 0 0-151.78.73A8.18 8.18 0 0 1 72 104h-.6a8.14 8.14 0 0 1-7.4-8.61a92.5 92.5 0 0 1 2.33-16.51a4 4 0 0 0-5-4.78A52.09 52.09 0 0 0 24 124.36C24.2 153.07 48.12 176 76.84 176H156a76.08 76.08 0 0 0 75.87-80.45"/></svg>
React
import type { SVGProps } from "react";
export function PhCloudFogFill(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M168 232a8 8 0 0 1-8 8h-56a8 8 0 0 1 0-16h56a8 8 0 0 1 8 8m-40-32a8 8 0 0 0-8-8H72a8 8 0 0 0 0 16h48a8 8 0 0 0 8-8m56-8h-24a8 8 0 0 0 0 16h24a8 8 0 0 0 0-16m47.87-96.45a76 76 0 0 0-151.78.73A8.18 8.18 0 0 1 72 104h-.6a8.14 8.14 0 0 1-7.4-8.61a92.5 92.5 0 0 1 2.33-16.51a4 4 0 0 0-5-4.78A52.09 52.09 0 0 0 24 124.36C24.2 153.07 48.12 176 76.84 176H156a76.08 76.08 0 0 0 75.87-80.45"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M168 232a8 8 0 0 1-8 8h-56a8 8 0 0 1 0-16h56a8 8 0 0 1 8 8m-40-32a8 8 0 0 0-8-8H72a8 8 0 0 0 0 16h48a8 8 0 0 0 8-8m56-8h-24a8 8 0 0 0 0 16h24a8 8 0 0 0 0-16m47.87-96.45a76 76 0 0 0-151.78.73A8.18 8.18 0 0 1 72 104h-.6a8.14 8.14 0 0 1-7.4-8.61a92.5 92.5 0 0 1 2.33-16.51a4 4 0 0 0-5-4.78A52.09 52.09 0 0 0 24 124.36C24.2 153.07 48.12 176 76.84 176H156a76.08 76.08 0 0 0 75.87-80.45"/></svg> </template>
CSS
.icon-cloud-fog-fill {
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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M168%20232a8%208%200%200%201-8%208h-56a8%208%200%200%201%200-16h56a8%208%200%200%201%208%208m-40-32a8%208%200%200%200-8-8H72a8%208%200%200%200%200%2016h48a8%208%200%200%200%208-8m56-8h-24a8%208%200%200%200%200%2016h24a8%208%200%200%200%200-16m47.87-96.45a76%2076%200%200%200-151.78.73A8.18%208.18%200%200%201%2072%20104h-.6a8.14%208.14%200%200%201-7.4-8.61a92.5%2092.5%200%200%201%202.33-16.51a4%204%200%200%200-5-4.78A52.09%2052.09%200%200%200%2024%20124.36C24.2%20153.07%2048.12%20176%2076.84%20176H156a76.08%2076.08%200%200%200%2075.87-80.45%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M168%20232a8%208%200%200%201-8%208h-56a8%208%200%200%201%200-16h56a8%208%200%200%201%208%208m-40-32a8%208%200%200%200-8-8H72a8%208%200%200%200%200%2016h48a8%208%200%200%200%208-8m56-8h-24a8%208%200%200%200%200%2016h24a8%208%200%200%200%200-16m47.87-96.45a76%2076%200%200%200-151.78.73A8.18%208.18%200%200%201%2072%20104h-.6a8.14%208.14%200%200%201-7.4-8.61a92.5%2092.5%200%200%201%202.33-16.51a4%204%200%200%200-5-4.78A52.09%2052.09%200%200%200%2024%20124.36C24.2%20153.07%2048.12%20176%2076.84%20176H156a76.08%2076.08%200%200%200%2075.87-80.45%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/cloud-fog-fill.svg?color=%231a73e8&size=48