fog from Carbon by IBM · Outline · Planning · Apache-2.0 Free for personal and commercial use.

Name
fog
Set
Carbon
Style
Outline
Category
Planning
Viewbox
32×32
License
Apache 2.0

The same icon in other sets

More planning icons from Carbon

Use the fog icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M24.8 11.138a8.994 8.994 0 0 0-17.6 0A6.53 6.53 0 0 0 2 17.5V19a1 1 0 0 0 1 1h12a1 1 0 0 0 0-2H4v-.497a4.52 4.52 0 0 1 4.144-4.482l.816-.064l.099-.812a6.994 6.994 0 0 1 13.883 0l.099.813l.815.063A4.496 4.496 0 0 1 23.5 22H7a1 1 0 0 0 0 2h16.5a6.496 6.496 0 0 0 1.3-12.862"/><rect width="18" height="2" x="2" y="26" fill="currentColor" rx="1"/></svg>

React

import type { SVGProps } from "react";

export function CarbonFog(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M24.8 11.138a8.994 8.994 0 0 0-17.6 0A6.53 6.53 0 0 0 2 17.5V19a1 1 0 0 0 1 1h12a1 1 0 0 0 0-2H4v-.497a4.52 4.52 0 0 1 4.144-4.482l.816-.064l.099-.812a6.994 6.994 0 0 1 13.883 0l.099.813l.815.063A4.496 4.496 0 0 1 23.5 22H7a1 1 0 0 0 0 2h16.5a6.496 6.496 0 0 0 1.3-12.862"/><rect width="18" height="2" x="2" y="26" fill="currentColor" rx="1"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M24.8 11.138a8.994 8.994 0 0 0-17.6 0A6.53 6.53 0 0 0 2 17.5V19a1 1 0 0 0 1 1h12a1 1 0 0 0 0-2H4v-.497a4.52 4.52 0 0 1 4.144-4.482l.816-.064l.099-.812a6.994 6.994 0 0 1 13.883 0l.099.813l.815.063A4.496 4.496 0 0 1 23.5 22H7a1 1 0 0 0 0 2h16.5a6.496 6.496 0 0 0 1.3-12.862"/><rect width="18" height="2" x="2" y="26" fill="currentColor" rx="1"/></svg>
</template>

CSS

.icon-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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M24.8%2011.138a8.994%208.994%200%200%200-17.6%200A6.53%206.53%200%200%200%202%2017.5V19a1%201%200%200%200%201%201h12a1%201%200%200%200%200-2H4v-.497a4.52%204.52%200%200%201%204.144-4.482l.816-.064l.099-.812a6.994%206.994%200%200%201%2013.883%200l.099.813l.815.063A4.496%204.496%200%200%201%2023.5%2022H7a1%201%200%200%200%200%202h16.5a6.496%206.496%200%200%200%201.3-12.862%22%2F%3E%3Crect%20width%3D%2218%22%20height%3D%222%22%20x%3D%222%22%20y%3D%2226%22%20fill%3D%22currentColor%22%20rx%3D%221%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M24.8%2011.138a8.994%208.994%200%200%200-17.6%200A6.53%206.53%200%200%200%202%2017.5V19a1%201%200%200%200%201%201h12a1%201%200%200%200%200-2H4v-.497a4.52%204.52%200%200%201%204.144-4.482l.816-.064l.099-.812a6.994%206.994%200%200%201%2013.883%200l.099.813l.815.063A4.496%204.496%200%200%201%2023.5%2022H7a1%201%200%200%200%200%202h16.5a6.496%206.496%200%200%200%201.3-12.862%22%2F%3E%3Crect%20width%3D%2218%22%20height%3D%222%22%20x%3D%222%22%20y%3D%2226%22%20fill%3D%22currentColor%22%20rx%3D%221%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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