cloud fog icon
cloud-fog-thin from Phosphor by Phosphor Icons · Thin · MIT Free for personal and commercial use.
- Name
- cloud-fog-thin
- Set
- Phosphor
- Style
- Thin
- 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="M120 204H72a4 4 0 0 1 0-8h48a4 4 0 0 1 0 8m64-8h-24a4 4 0 0 0 0 8h24a4 4 0 0 0 0-8m-24 32h-56a4 4 0 0 0 0 8h56a4 4 0 0 0 0-8m68-128a72.08 72.08 0 0 1-72 72H76a48 48 0 1 1 11.51-94.61A72.08 72.08 0 0 1 228 100m-8 0a64.06 64.06 0 0 0-128-3.77a4 4 0 0 1-8-.46a71.6 71.6 0 0 1 1.42-10.65A40 40 0 1 0 76 164h80a64.07 64.07 0 0 0 64-64"/></svg>
React
import type { SVGProps } from "react";
export function PhCloudFogThin(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="M120 204H72a4 4 0 0 1 0-8h48a4 4 0 0 1 0 8m64-8h-24a4 4 0 0 0 0 8h24a4 4 0 0 0 0-8m-24 32h-56a4 4 0 0 0 0 8h56a4 4 0 0 0 0-8m68-128a72.08 72.08 0 0 1-72 72H76a48 48 0 1 1 11.51-94.61A72.08 72.08 0 0 1 228 100m-8 0a64.06 64.06 0 0 0-128-3.77a4 4 0 0 1-8-.46a71.6 71.6 0 0 1 1.42-10.65A40 40 0 1 0 76 164h80a64.07 64.07 0 0 0 64-64"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M120 204H72a4 4 0 0 1 0-8h48a4 4 0 0 1 0 8m64-8h-24a4 4 0 0 0 0 8h24a4 4 0 0 0 0-8m-24 32h-56a4 4 0 0 0 0 8h56a4 4 0 0 0 0-8m68-128a72.08 72.08 0 0 1-72 72H76a48 48 0 1 1 11.51-94.61A72.08 72.08 0 0 1 228 100m-8 0a64.06 64.06 0 0 0-128-3.77a4 4 0 0 1-8-.46a71.6 71.6 0 0 1 1.42-10.65A40 40 0 1 0 76 164h80a64.07 64.07 0 0 0 64-64"/></svg> </template>
CSS
.icon-cloud-fog-thin {
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%22M120%20204H72a4%204%200%200%201%200-8h48a4%204%200%200%201%200%208m64-8h-24a4%204%200%200%200%200%208h24a4%204%200%200%200%200-8m-24%2032h-56a4%204%200%200%200%200%208h56a4%204%200%200%200%200-8m68-128a72.08%2072.08%200%200%201-72%2072H76a48%2048%200%201%201%2011.51-94.61A72.08%2072.08%200%200%201%20228%20100m-8%200a64.06%2064.06%200%200%200-128-3.77a4%204%200%200%201-8-.46a71.6%2071.6%200%200%201%201.42-10.65A40%2040%200%201%200%2076%20164h80a64.07%2064.07%200%200%200%2064-64%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%22M120%20204H72a4%204%200%200%201%200-8h48a4%204%200%200%201%200%208m64-8h-24a4%204%200%200%200%200%208h24a4%204%200%200%200%200-8m-24%2032h-56a4%204%200%200%200%200%208h56a4%204%200%200%200%200-8m68-128a72.08%2072.08%200%200%201-72%2072H76a48%2048%200%201%201%2011.51-94.61A72.08%2072.08%200%200%201%20228%20100m-8%200a64.06%2064.06%200%200%200-128-3.77a4%204%200%200%201-8-.46a71.6%2071.6%200%200%201%201.42-10.65A40%2040%200%201%200%2076%20164h80a64.07%2064.07%200%200%200%2064-64%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/cloud-fog-thin.svg?color=%231a73e8&size=48