haze-solid from Myna UI Icons by Praveen Juge · Solid · MIT Free for personal and commercial use.

Name
haze-solid
Set
Myna UI Icons
Style
Solid
Viewbox
24×24
License
MIT

1 other variant in Myna UI Icons

The same icon in other sets

Use the haze icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.75 20.5a.75.75 0 0 0-.75-.75H3a.75.75 0 0 0 0 1.5h18a.75.75 0 0 0 .75-.75m0-3.5a.75.75 0 0 0-.75-.75H3a.75.75 0 0 0 0 1.5h18a.75.75 0 0 0 .75-.75M4.877 12.154L4.8 12.15H3a.75.75 0 0 0 0 1.5h1.8l.077-.004a.75.75 0 0 0 0-1.492m16 0l-.077-.004H19a.75.75 0 0 0 0 1.5h1.8l.077-.004a.75.75 0 0 0 0-1.492M7.757 7.702l-.05-.056l-1.278-1.279A.751.751 0 0 0 5.367 7.43l1.279 1.277l.056.052a.75.75 0 0 0 1.056-1.056m-2.39-.273L6.43 6.367l-.53.531zm13.066-1.062a.75.75 0 0 0-1.06 0l-1.28 1.279a.75.75 0 1 0 1.061 1.06l1.279-1.277a.75.75 0 0 0 0-1.062M11.25 3.5v2a.75.75 0 0 0 1.5 0v-2a.75.75 0 0 0-1.5 0M12 8.75A4.25 4.25 0 0 1 16.25 13a.75.75 0 0 1-.75.75h-7a.75.75 0 0 1-.75-.75A4.25 4.25 0 0 1 12 8.75"/></svg>

React

import type { SVGProps } from "react";

export function MynauiHazeSolid(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="M21.75 20.5a.75.75 0 0 0-.75-.75H3a.75.75 0 0 0 0 1.5h18a.75.75 0 0 0 .75-.75m0-3.5a.75.75 0 0 0-.75-.75H3a.75.75 0 0 0 0 1.5h18a.75.75 0 0 0 .75-.75M4.877 12.154L4.8 12.15H3a.75.75 0 0 0 0 1.5h1.8l.077-.004a.75.75 0 0 0 0-1.492m16 0l-.077-.004H19a.75.75 0 0 0 0 1.5h1.8l.077-.004a.75.75 0 0 0 0-1.492M7.757 7.702l-.05-.056l-1.278-1.279A.751.751 0 0 0 5.367 7.43l1.279 1.277l.056.052a.75.75 0 0 0 1.056-1.056m-2.39-.273L6.43 6.367l-.53.531zm13.066-1.062a.75.75 0 0 0-1.06 0l-1.28 1.279a.75.75 0 1 0 1.061 1.06l1.279-1.277a.75.75 0 0 0 0-1.062M11.25 3.5v2a.75.75 0 0 0 1.5 0v-2a.75.75 0 0 0-1.5 0M12 8.75A4.25 4.25 0 0 1 16.25 13a.75.75 0 0 1-.75.75h-7a.75.75 0 0 1-.75-.75A4.25 4.25 0 0 1 12 8.75"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.75 20.5a.75.75 0 0 0-.75-.75H3a.75.75 0 0 0 0 1.5h18a.75.75 0 0 0 .75-.75m0-3.5a.75.75 0 0 0-.75-.75H3a.75.75 0 0 0 0 1.5h18a.75.75 0 0 0 .75-.75M4.877 12.154L4.8 12.15H3a.75.75 0 0 0 0 1.5h1.8l.077-.004a.75.75 0 0 0 0-1.492m16 0l-.077-.004H19a.75.75 0 0 0 0 1.5h1.8l.077-.004a.75.75 0 0 0 0-1.492M7.757 7.702l-.05-.056l-1.278-1.279A.751.751 0 0 0 5.367 7.43l1.279 1.277l.056.052a.75.75 0 0 0 1.056-1.056m-2.39-.273L6.43 6.367l-.53.531zm13.066-1.062a.75.75 0 0 0-1.06 0l-1.28 1.279a.75.75 0 1 0 1.061 1.06l1.279-1.277a.75.75 0 0 0 0-1.062M11.25 3.5v2a.75.75 0 0 0 1.5 0v-2a.75.75 0 0 0-1.5 0M12 8.75A4.25 4.25 0 0 1 16.25 13a.75.75 0 0 1-.75.75h-7a.75.75 0 0 1-.75-.75A4.25 4.25 0 0 1 12 8.75"/></svg>
</template>

CSS

.icon-haze-solid {
  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%22M21.75%2020.5a.75.75%200%200%200-.75-.75H3a.75.75%200%200%200%200%201.5h18a.75.75%200%200%200%20.75-.75m0-3.5a.75.75%200%200%200-.75-.75H3a.75.75%200%200%200%200%201.5h18a.75.75%200%200%200%20.75-.75M4.877%2012.154L4.8%2012.15H3a.75.75%200%200%200%200%201.5h1.8l.077-.004a.75.75%200%200%200%200-1.492m16%200l-.077-.004H19a.75.75%200%200%200%200%201.5h1.8l.077-.004a.75.75%200%200%200%200-1.492M7.757%207.702l-.05-.056l-1.278-1.279A.751.751%200%200%200%205.367%207.43l1.279%201.277l.056.052a.75.75%200%200%200%201.056-1.056m-2.39-.273L6.43%206.367l-.53.531zm13.066-1.062a.75.75%200%200%200-1.06%200l-1.28%201.279a.75.75%200%201%200%201.061%201.06l1.279-1.277a.75.75%200%200%200%200-1.062M11.25%203.5v2a.75.75%200%200%200%201.5%200v-2a.75.75%200%200%200-1.5%200M12%208.75A4.25%204.25%200%200%201%2016.25%2013a.75.75%200%200%201-.75.75h-7a.75.75%200%200%201-.75-.75A4.25%204.25%200%200%201%2012%208.75%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%22M21.75%2020.5a.75.75%200%200%200-.75-.75H3a.75.75%200%200%200%200%201.5h18a.75.75%200%200%200%20.75-.75m0-3.5a.75.75%200%200%200-.75-.75H3a.75.75%200%200%200%200%201.5h18a.75.75%200%200%200%20.75-.75M4.877%2012.154L4.8%2012.15H3a.75.75%200%200%200%200%201.5h1.8l.077-.004a.75.75%200%200%200%200-1.492m16%200l-.077-.004H19a.75.75%200%200%200%200%201.5h1.8l.077-.004a.75.75%200%200%200%200-1.492M7.757%207.702l-.05-.056l-1.278-1.279A.751.751%200%200%200%205.367%207.43l1.279%201.277l.056.052a.75.75%200%200%200%201.056-1.056m-2.39-.273L6.43%206.367l-.53.531zm13.066-1.062a.75.75%200%200%200-1.06%200l-1.28%201.279a.75.75%200%201%200%201.061%201.06l1.279-1.277a.75.75%200%200%200%200-1.062M11.25%203.5v2a.75.75%200%200%200%201.5%200v-2a.75.75%200%200%200-1.5%200M12%208.75A4.25%204.25%200%200%201%2016.25%2013a.75.75%200%200%201-.75.75h-7a.75.75%200%200%201-.75-.75A4.25%204.25%200%200%201%2012%208.75%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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