fog-filled from TDesign Icons by TDesign · Filled · MIT Free for personal and commercial use.

Name
fog-filled
Set
TDesign Icons
Style
Filled
Viewbox
24×24
License
MIT

1 other variant in TDesign Icons

The same icon in other sets

Related icons in TDesign Icons

Use the fog icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2 13c0-1.657 1.124-3.185 2.701-3.68L4.7 9.2C4.7 5.74 7.601 3 11.1 3c.546 0 1.078.066 1.586.192c2.147.53 3.88 2.12 4.533 4.187a5.6 5.6 0 0 1 2.01.657C20.942 8.986 22 11.086 22 13zm0 2h6v2H2zm8 0h12v2H10zm7 4h5v2h-5zM2 21v-2h13v2z"/></svg>

React

import type { SVGProps } from "react";

export function TdesignFogFilled(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="M2 13c0-1.657 1.124-3.185 2.701-3.68L4.7 9.2C4.7 5.74 7.601 3 11.1 3c.546 0 1.078.066 1.586.192c2.147.53 3.88 2.12 4.533 4.187a5.6 5.6 0 0 1 2.01.657C20.942 8.986 22 11.086 22 13zm0 2h6v2H2zm8 0h12v2H10zm7 4h5v2h-5zM2 21v-2h13v2z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2 13c0-1.657 1.124-3.185 2.701-3.68L4.7 9.2C4.7 5.74 7.601 3 11.1 3c.546 0 1.078.066 1.586.192c2.147.53 3.88 2.12 4.533 4.187a5.6 5.6 0 0 1 2.01.657C20.942 8.986 22 11.086 22 13zm0 2h6v2H2zm8 0h12v2H10zm7 4h5v2h-5zM2 21v-2h13v2z"/></svg>
</template>

CSS

.icon-fog-filled {
  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%22M2%2013c0-1.657%201.124-3.185%202.701-3.68L4.7%209.2C4.7%205.74%207.601%203%2011.1%203c.546%200%201.078.066%201.586.192c2.147.53%203.88%202.12%204.533%204.187a5.6%205.6%200%200%201%202.01.657C20.942%208.986%2022%2011.086%2022%2013zm0%202h6v2H2zm8%200h12v2H10zm7%204h5v2h-5zM2%2021v-2h13v2z%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%22M2%2013c0-1.657%201.124-3.185%202.701-3.68L4.7%209.2C4.7%205.74%207.601%203%2011.1%203c.546%200%201.078.066%201.586.192c2.147.53%203.88%202.12%204.533%204.187a5.6%205.6%200%200%201%202.01.657C20.942%208.986%2022%2011.086%2022%2013zm0%202h6v2H2zm8%200h12v2H10zm7%204h5v2h-5zM2%2021v-2h13v2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/tdesign/fog-filled.svg?color=%231a73e8&size=48