fog icon
fog-filled from Reicon by REICON · Filled · Weather · MIT Free for personal and commercial use.
- Name
- fog-filled
- Set
- Reicon
- Style
- Filled
- Category
- Weather
- Viewbox
- 24×24
- License
- MIT
2 other variants in Reicon
The same icon in other sets
All fog icons →More weather icons from Reicon
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="M6.762 7.647C6.762 4.528 9.32 2 12.476 2c2.94 0 5.361 2.194 5.68 5.015C20.392 7.78 22 9.881 22 12.353a5.57 5.57 0 0 1-.808 2.897H22a.75.75 0 0 1 0 1.5H2a.75.75 0 0 1 0-1.5h.271A4.2 4.2 0 0 1 2 13.765c0-2.34 1.919-4.236 4.286-4.236q.427.001.83.08a5.6 5.6 0 0 1-.354-1.962M5 18.25a.75.75 0 0 0 0 1.5h14a.75.75 0 0 0 0-1.5zm3 3a.75.75 0 0 0 0 1.5h8a.75.75 0 0 0 0-1.5z"/></svg>
React
import type { SVGProps } from "react";
export function ReiconFogFilled(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="M6.762 7.647C6.762 4.528 9.32 2 12.476 2c2.94 0 5.361 2.194 5.68 5.015C20.392 7.78 22 9.881 22 12.353a5.57 5.57 0 0 1-.808 2.897H22a.75.75 0 0 1 0 1.5H2a.75.75 0 0 1 0-1.5h.271A4.2 4.2 0 0 1 2 13.765c0-2.34 1.919-4.236 4.286-4.236q.427.001.83.08a5.6 5.6 0 0 1-.354-1.962M5 18.25a.75.75 0 0 0 0 1.5h14a.75.75 0 0 0 0-1.5zm3 3a.75.75 0 0 0 0 1.5h8a.75.75 0 0 0 0-1.5z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.762 7.647C6.762 4.528 9.32 2 12.476 2c2.94 0 5.361 2.194 5.68 5.015C20.392 7.78 22 9.881 22 12.353a5.57 5.57 0 0 1-.808 2.897H22a.75.75 0 0 1 0 1.5H2a.75.75 0 0 1 0-1.5h.271A4.2 4.2 0 0 1 2 13.765c0-2.34 1.919-4.236 4.286-4.236q.427.001.83.08a5.6 5.6 0 0 1-.354-1.962M5 18.25a.75.75 0 0 0 0 1.5h14a.75.75 0 0 0 0-1.5zm3 3a.75.75 0 0 0 0 1.5h8a.75.75 0 0 0 0-1.5z"/></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%22M6.762%207.647C6.762%204.528%209.32%202%2012.476%202c2.94%200%205.361%202.194%205.68%205.015C20.392%207.78%2022%209.881%2022%2012.353a5.57%205.57%200%200%201-.808%202.897H22a.75.75%200%200%201%200%201.5H2a.75.75%200%200%201%200-1.5h.271A4.2%204.2%200%200%201%202%2013.765c0-2.34%201.919-4.236%204.286-4.236q.427.001.83.08a5.6%205.6%200%200%201-.354-1.962M5%2018.25a.75.75%200%200%200%200%201.5h14a.75.75%200%200%200%200-1.5zm3%203a.75.75%200%200%200%200%201.5h8a.75.75%200%200%200%200-1.5z%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%22M6.762%207.647C6.762%204.528%209.32%202%2012.476%202c2.94%200%205.361%202.194%205.68%205.015C20.392%207.78%2022%209.881%2022%2012.353a5.57%205.57%200%200%201-.808%202.897H22a.75.75%200%200%201%200%201.5H2a.75.75%200%200%201%200-1.5h.271A4.2%204.2%200%200%201%202%2013.765c0-2.34%201.919-4.236%204.286-4.236q.427.001.83.08a5.6%205.6%200%200%201-.354-1.962M5%2018.25a.75.75%200%200%200%200%201.5h14a.75.75%200%200%200%200-1.5zm3%203a.75.75%200%200%200%200%201.5h8a.75.75%200%200%200%200-1.5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/fog-filled.svg?color=%231a73e8&size=48