cloud fog icon
cloud-fog from Phosphor by Phosphor Icons · Regular · MIT Free for personal and commercial use.
- Name
- cloud-fog
- Set
- Phosphor
- Style
- Regular
- 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 208H72a8 8 0 0 1 0-16h48a8 8 0 0 1 0 16m64-16h-24a8 8 0 0 0 0 16h24a8 8 0 0 0 0-16m-24 32h-56a8 8 0 0 0 0 16h56a8 8 0 0 0 0-16m72-124a76.08 76.08 0 0 1-76 76H76a52 52 0 0 1 0-104a53 53 0 0 1 8.92.76A76.08 76.08 0 0 1 232 100m-16 0a60.06 60.06 0 0 0-120-3.54a8 8 0 0 1-16-.92q.21-3.66.77-7.23A38 38 0 0 0 76 88a36 36 0 0 0 0 72h80a60.07 60.07 0 0 0 60-60"/></svg>
React
import type { SVGProps } from "react";
export function PhCloudFog(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 208H72a8 8 0 0 1 0-16h48a8 8 0 0 1 0 16m64-16h-24a8 8 0 0 0 0 16h24a8 8 0 0 0 0-16m-24 32h-56a8 8 0 0 0 0 16h56a8 8 0 0 0 0-16m72-124a76.08 76.08 0 0 1-76 76H76a52 52 0 0 1 0-104a53 53 0 0 1 8.92.76A76.08 76.08 0 0 1 232 100m-16 0a60.06 60.06 0 0 0-120-3.54a8 8 0 0 1-16-.92q.21-3.66.77-7.23A38 38 0 0 0 76 88a36 36 0 0 0 0 72h80a60.07 60.07 0 0 0 60-60"/></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 208H72a8 8 0 0 1 0-16h48a8 8 0 0 1 0 16m64-16h-24a8 8 0 0 0 0 16h24a8 8 0 0 0 0-16m-24 32h-56a8 8 0 0 0 0 16h56a8 8 0 0 0 0-16m72-124a76.08 76.08 0 0 1-76 76H76a52 52 0 0 1 0-104a53 53 0 0 1 8.92.76A76.08 76.08 0 0 1 232 100m-16 0a60.06 60.06 0 0 0-120-3.54a8 8 0 0 1-16-.92q.21-3.66.77-7.23A38 38 0 0 0 76 88a36 36 0 0 0 0 72h80a60.07 60.07 0 0 0 60-60"/></svg> </template>
CSS
.icon-cloud-fog {
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%20208H72a8%208%200%200%201%200-16h48a8%208%200%200%201%200%2016m64-16h-24a8%208%200%200%200%200%2016h24a8%208%200%200%200%200-16m-24%2032h-56a8%208%200%200%200%200%2016h56a8%208%200%200%200%200-16m72-124a76.08%2076.08%200%200%201-76%2076H76a52%2052%200%200%201%200-104a53%2053%200%200%201%208.92.76A76.08%2076.08%200%200%201%20232%20100m-16%200a60.06%2060.06%200%200%200-120-3.54a8%208%200%200%201-16-.92q.21-3.66.77-7.23A38%2038%200%200%200%2076%2088a36%2036%200%200%200%200%2072h80a60.07%2060.07%200%200%200%2060-60%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%20208H72a8%208%200%200%201%200-16h48a8%208%200%200%201%200%2016m64-16h-24a8%208%200%200%200%200%2016h24a8%208%200%200%200%200-16m-24%2032h-56a8%208%200%200%200%200%2016h56a8%208%200%200%200%200-16m72-124a76.08%2076.08%200%200%201-76%2076H76a52%2052%200%200%201%200-104a53%2053%200%200%201%208.92.76A76.08%2076.08%200%200%201%20232%20100m-16%200a60.06%2060.06%200%200%200-120-3.54a8%208%200%200%201-16-.92q.21-3.66.77-7.23A38%2038%200%200%200%2076%2088a36%2036%200%200%200%200%2072h80a60.07%2060.07%200%200%200%2060-60%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/cloud-fog.svg?color=%231a73e8&size=48