haze night icon

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

Name
haze-night
Set
Carbon
Style
Outline
Category
Planning
Viewbox
32×32
License
Apache 2.0

More planning icons from Carbon

Use the haze night icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M29 22H13a1 1 0 0 0 0 2h9.677a11.1 11.1 0 0 1-7.556 2.998c-.138 0-.278.004-.418 0a11.095 11.095 0 0 1-3.2-21.584a15.15 15.15 0 0 0-.05 6.586H13.5a13.15 13.15 0 0 1 .39-7.62A1.015 1.015 0 0 0 12.98 3a1 1 0 0 0-.175.016a13.096 13.096 0 0 0 1.825 25.981c.164.006.328 0 .49 0A13.04 13.04 0 0 0 25.379 24H29a1 1 0 0 0 0-2"/><path fill="currentColor" d="M27 20H17a1 1 0 0 1 0-2h10a1 1 0 0 1 0 2m-2-4H13a1 1 0 0 1 0-2h12a1 1 0 0 1 0 2"/></svg>

React

import type { SVGProps } from "react";

export function CarbonHazeNight(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="M29 22H13a1 1 0 0 0 0 2h9.677a11.1 11.1 0 0 1-7.556 2.998c-.138 0-.278.004-.418 0a11.095 11.095 0 0 1-3.2-21.584a15.15 15.15 0 0 0-.05 6.586H13.5a13.15 13.15 0 0 1 .39-7.62A1.015 1.015 0 0 0 12.98 3a1 1 0 0 0-.175.016a13.096 13.096 0 0 0 1.825 25.981c.164.006.328 0 .49 0A13.04 13.04 0 0 0 25.379 24H29a1 1 0 0 0 0-2"/><path fill="currentColor" d="M27 20H17a1 1 0 0 1 0-2h10a1 1 0 0 1 0 2m-2-4H13a1 1 0 0 1 0-2h12a1 1 0 0 1 0 2"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M29 22H13a1 1 0 0 0 0 2h9.677a11.1 11.1 0 0 1-7.556 2.998c-.138 0-.278.004-.418 0a11.095 11.095 0 0 1-3.2-21.584a15.15 15.15 0 0 0-.05 6.586H13.5a13.15 13.15 0 0 1 .39-7.62A1.015 1.015 0 0 0 12.98 3a1 1 0 0 0-.175.016a13.096 13.096 0 0 0 1.825 25.981c.164.006.328 0 .49 0A13.04 13.04 0 0 0 25.379 24H29a1 1 0 0 0 0-2"/><path fill="currentColor" d="M27 20H17a1 1 0 0 1 0-2h10a1 1 0 0 1 0 2m-2-4H13a1 1 0 0 1 0-2h12a1 1 0 0 1 0 2"/></svg>
</template>

CSS

.icon-haze-night {
  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%22M29%2022H13a1%201%200%200%200%200%202h9.677a11.1%2011.1%200%200%201-7.556%202.998c-.138%200-.278.004-.418%200a11.095%2011.095%200%200%201-3.2-21.584a15.15%2015.15%200%200%200-.05%206.586H13.5a13.15%2013.15%200%200%201%20.39-7.62A1.015%201.015%200%200%200%2012.98%203a1%201%200%200%200-.175.016a13.096%2013.096%200%200%200%201.825%2025.981c.164.006.328%200%20.49%200A13.04%2013.04%200%200%200%2025.379%2024H29a1%201%200%200%200%200-2%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M27%2020H17a1%201%200%200%201%200-2h10a1%201%200%200%201%200%202m-2-4H13a1%201%200%200%201%200-2h12a1%201%200%200%201%200%202%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%22M29%2022H13a1%201%200%200%200%200%202h9.677a11.1%2011.1%200%200%201-7.556%202.998c-.138%200-.278.004-.418%200a11.095%2011.095%200%200%201-3.2-21.584a15.15%2015.15%200%200%200-.05%206.586H13.5a13.15%2013.15%200%200%201%20.39-7.62A1.015%201.015%200%200%200%2012.98%203a1%201%200%200%200-.175.016a13.096%2013.096%200%200%200%201.825%2025.981c.164.006.328%200%20.49%200A13.04%2013.04%200%200%200%2025.379%2024H29a1%201%200%200%200%200-2%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M27%2020H17a1%201%200%200%201%200-2h10a1%201%200%200%201%200%202m-2-4H13a1%201%200%200%201%200-2h12a1%201%200%200%201%200%202%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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