haze 2 icon
haze-2-line from Remix Icon by Remix Design · Line · Weather · Apache-2.0 Free for personal and commercial use.
- Name
- haze-2-line
- Set
- Remix Icon
- Style
- Line
- Category
- Weather
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in Remix Icon
More weather icons from Remix Icon
Use the haze 2 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 19a1.5 1.5 0 1 1 0 3a1.5 1.5 0 0 1 0-3m7.5 0a1.5 1.5 0 1 1 0 3a1.5 1.5 0 0 1 0-3m-15 0a1.5 1.5 0 1 1 0 3a1.5 1.5 0 0 1 0-3M17 7a5 5 0 0 1 0 10q-2.765 0-5-3.121Q9.765 16.999 7 17A5 5 0 0 1 7 7q2.765 0 5 3.121Q14.235 7.001 17 7M7 9a3 3 0 1 0 0 6c1.254 0 2.51-.875 3.759-2.854l.089-.147l-.09-.145c-1.197-1.896-2.4-2.78-3.601-2.85zm10 0c-1.254 0-2.51.875-3.759 2.854l-.09.146l.09.146c1.198 1.896 2.4 2.78 3.602 2.85L17 15a3 3 0 1 0 0-6m-5-7a1.5 1.5 0 1 1 0 3a1.5 1.5 0 0 1 0-3M4.5 2a1.5 1.5 0 1 1 0 3a1.5 1.5 0 0 1 0-3m15 0a1.5 1.5 0 1 1 0 3a1.5 1.5 0 0 1 0-3"/></svg>
React
import type { SVGProps } from "react";
export function RiHaze2Line(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="M12 19a1.5 1.5 0 1 1 0 3a1.5 1.5 0 0 1 0-3m7.5 0a1.5 1.5 0 1 1 0 3a1.5 1.5 0 0 1 0-3m-15 0a1.5 1.5 0 1 1 0 3a1.5 1.5 0 0 1 0-3M17 7a5 5 0 0 1 0 10q-2.765 0-5-3.121Q9.765 16.999 7 17A5 5 0 0 1 7 7q2.765 0 5 3.121Q14.235 7.001 17 7M7 9a3 3 0 1 0 0 6c1.254 0 2.51-.875 3.759-2.854l.089-.147l-.09-.145c-1.197-1.896-2.4-2.78-3.601-2.85zm10 0c-1.254 0-2.51.875-3.759 2.854l-.09.146l.09.146c1.198 1.896 2.4 2.78 3.602 2.85L17 15a3 3 0 1 0 0-6m-5-7a1.5 1.5 0 1 1 0 3a1.5 1.5 0 0 1 0-3M4.5 2a1.5 1.5 0 1 1 0 3a1.5 1.5 0 0 1 0-3m15 0a1.5 1.5 0 1 1 0 3a1.5 1.5 0 0 1 0-3"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 19a1.5 1.5 0 1 1 0 3a1.5 1.5 0 0 1 0-3m7.5 0a1.5 1.5 0 1 1 0 3a1.5 1.5 0 0 1 0-3m-15 0a1.5 1.5 0 1 1 0 3a1.5 1.5 0 0 1 0-3M17 7a5 5 0 0 1 0 10q-2.765 0-5-3.121Q9.765 16.999 7 17A5 5 0 0 1 7 7q2.765 0 5 3.121Q14.235 7.001 17 7M7 9a3 3 0 1 0 0 6c1.254 0 2.51-.875 3.759-2.854l.089-.147l-.09-.145c-1.197-1.896-2.4-2.78-3.601-2.85zm10 0c-1.254 0-2.51.875-3.759 2.854l-.09.146l.09.146c1.198 1.896 2.4 2.78 3.602 2.85L17 15a3 3 0 1 0 0-6m-5-7a1.5 1.5 0 1 1 0 3a1.5 1.5 0 0 1 0-3M4.5 2a1.5 1.5 0 1 1 0 3a1.5 1.5 0 0 1 0-3m15 0a1.5 1.5 0 1 1 0 3a1.5 1.5 0 0 1 0-3"/></svg> </template>
CSS
.icon-haze-2-line {
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%22M12%2019a1.5%201.5%200%201%201%200%203a1.5%201.5%200%200%201%200-3m7.5%200a1.5%201.5%200%201%201%200%203a1.5%201.5%200%200%201%200-3m-15%200a1.5%201.5%200%201%201%200%203a1.5%201.5%200%200%201%200-3M17%207a5%205%200%200%201%200%2010q-2.765%200-5-3.121Q9.765%2016.999%207%2017A5%205%200%200%201%207%207q2.765%200%205%203.121Q14.235%207.001%2017%207M7%209a3%203%200%201%200%200%206c1.254%200%202.51-.875%203.759-2.854l.089-.147l-.09-.145c-1.197-1.896-2.4-2.78-3.601-2.85zm10%200c-1.254%200-2.51.875-3.759%202.854l-.09.146l.09.146c1.198%201.896%202.4%202.78%203.602%202.85L17%2015a3%203%200%201%200%200-6m-5-7a1.5%201.5%200%201%201%200%203a1.5%201.5%200%200%201%200-3M4.5%202a1.5%201.5%200%201%201%200%203a1.5%201.5%200%200%201%200-3m15%200a1.5%201.5%200%201%201%200%203a1.5%201.5%200%200%201%200-3%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%22M12%2019a1.5%201.5%200%201%201%200%203a1.5%201.5%200%200%201%200-3m7.5%200a1.5%201.5%200%201%201%200%203a1.5%201.5%200%200%201%200-3m-15%200a1.5%201.5%200%201%201%200%203a1.5%201.5%200%200%201%200-3M17%207a5%205%200%200%201%200%2010q-2.765%200-5-3.121Q9.765%2016.999%207%2017A5%205%200%200%201%207%207q2.765%200%205%203.121Q14.235%207.001%2017%207M7%209a3%203%200%201%200%200%206c1.254%200%202.51-.875%203.759-2.854l.089-.147l-.09-.145c-1.197-1.896-2.4-2.78-3.601-2.85zm10%200c-1.254%200-2.51.875-3.759%202.854l-.09.146l.09.146c1.198%201.896%202.4%202.78%203.602%202.85L17%2015a3%203%200%201%200%200-6m-5-7a1.5%201.5%200%201%201%200%203a1.5%201.5%200%200%201%200-3M4.5%202a1.5%201.5%200%201%201%200%203a1.5%201.5%200%200%201%200-3m15%200a1.5%201.5%200%201%201%200%203a1.5%201.5%200%200%201%200-3%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ri/haze-2-line.svg?color=%231a73e8&size=48