fog icon
fog from Reicon by REICON · Outline · Weather · MIT Free for personal and commercial use.
- Name
- fog
- Set
- Reicon
- Style
- Outline
- 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" fill-rule="evenodd" d="M12.476 2.75c-2.75 0-4.964 2.2-4.964 4.897c0 .462.065.909.185 1.331c.497.144.963.36 1.383.64a.75.75 0 1 1-.827 1.25a3.54 3.54 0 0 0-1.967-.589c-1.961 0-3.536 1.57-3.536 3.486c0 .532.12 1.035.336 1.485h17.203a4.83 4.83 0 0 0 .961-2.897c0-2.137-1.39-3.962-3.338-4.628a5 5 0 0 0-1.626-.27c-.583 0-1.14.1-1.658.28a.75.75 0 0 1-.494-1.416a6.5 6.5 0 0 1 3.024-.305a4.96 4.96 0 0 0-4.682-3.264m6.355 3.721c-.559-2.977-3.197-5.221-6.355-5.221c-3.562 0-6.464 2.856-6.464 6.397q0 .582.102 1.135c-2.694.09-4.864 2.278-4.864 4.983c0 .577.1 1.132.282 1.649A.749.749 0 0 0 2 16.75h20a.75.75 0 0 0 .05-1.498c.447-.87.7-1.856.7-2.9c0-2.643-1.619-4.904-3.919-5.88M4.25 19a.75.75 0 0 1 .75-.75h14a.75.75 0 0 1 0 1.5H5a.75.75 0 0 1-.75-.75m3 3a.75.75 0 0 1 .75-.75h8a.75.75 0 0 1 0 1.5H8a.75.75 0 0 1-.75-.75" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function ReiconFog(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" fillRule="evenodd" d="M12.476 2.75c-2.75 0-4.964 2.2-4.964 4.897c0 .462.065.909.185 1.331c.497.144.963.36 1.383.64a.75.75 0 1 1-.827 1.25a3.54 3.54 0 0 0-1.967-.589c-1.961 0-3.536 1.57-3.536 3.486c0 .532.12 1.035.336 1.485h17.203a4.83 4.83 0 0 0 .961-2.897c0-2.137-1.39-3.962-3.338-4.628a5 5 0 0 0-1.626-.27c-.583 0-1.14.1-1.658.28a.75.75 0 0 1-.494-1.416a6.5 6.5 0 0 1 3.024-.305a4.96 4.96 0 0 0-4.682-3.264m6.355 3.721c-.559-2.977-3.197-5.221-6.355-5.221c-3.562 0-6.464 2.856-6.464 6.397q0 .582.102 1.135c-2.694.09-4.864 2.278-4.864 4.983c0 .577.1 1.132.282 1.649A.749.749 0 0 0 2 16.75h20a.75.75 0 0 0 .05-1.498c.447-.87.7-1.856.7-2.9c0-2.643-1.619-4.904-3.919-5.88M4.25 19a.75.75 0 0 1 .75-.75h14a.75.75 0 0 1 0 1.5H5a.75.75 0 0 1-.75-.75m3 3a.75.75 0 0 1 .75-.75h8a.75.75 0 0 1 0 1.5H8a.75.75 0 0 1-.75-.75" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M12.476 2.75c-2.75 0-4.964 2.2-4.964 4.897c0 .462.065.909.185 1.331c.497.144.963.36 1.383.64a.75.75 0 1 1-.827 1.25a3.54 3.54 0 0 0-1.967-.589c-1.961 0-3.536 1.57-3.536 3.486c0 .532.12 1.035.336 1.485h17.203a4.83 4.83 0 0 0 .961-2.897c0-2.137-1.39-3.962-3.338-4.628a5 5 0 0 0-1.626-.27c-.583 0-1.14.1-1.658.28a.75.75 0 0 1-.494-1.416a6.5 6.5 0 0 1 3.024-.305a4.96 4.96 0 0 0-4.682-3.264m6.355 3.721c-.559-2.977-3.197-5.221-6.355-5.221c-3.562 0-6.464 2.856-6.464 6.397q0 .582.102 1.135c-2.694.09-4.864 2.278-4.864 4.983c0 .577.1 1.132.282 1.649A.749.749 0 0 0 2 16.75h20a.75.75 0 0 0 .05-1.498c.447-.87.7-1.856.7-2.9c0-2.643-1.619-4.904-3.919-5.88M4.25 19a.75.75 0 0 1 .75-.75h14a.75.75 0 0 1 0 1.5H5a.75.75 0 0 1-.75-.75m3 3a.75.75 0 0 1 .75-.75h8a.75.75 0 0 1 0 1.5H8a.75.75 0 0 1-.75-.75" clip-rule="evenodd"/></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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M12.476%202.75c-2.75%200-4.964%202.2-4.964%204.897c0%20.462.065.909.185%201.331c.497.144.963.36%201.383.64a.75.75%200%201%201-.827%201.25a3.54%203.54%200%200%200-1.967-.589c-1.961%200-3.536%201.57-3.536%203.486c0%20.532.12%201.035.336%201.485h17.203a4.83%204.83%200%200%200%20.961-2.897c0-2.137-1.39-3.962-3.338-4.628a5%205%200%200%200-1.626-.27c-.583%200-1.14.1-1.658.28a.75.75%200%200%201-.494-1.416a6.5%206.5%200%200%201%203.024-.305a4.96%204.96%200%200%200-4.682-3.264m6.355%203.721c-.559-2.977-3.197-5.221-6.355-5.221c-3.562%200-6.464%202.856-6.464%206.397q0%20.582.102%201.135c-2.694.09-4.864%202.278-4.864%204.983c0%20.577.1%201.132.282%201.649A.749.749%200%200%200%202%2016.75h20a.75.75%200%200%200%20.05-1.498c.447-.87.7-1.856.7-2.9c0-2.643-1.619-4.904-3.919-5.88M4.25%2019a.75.75%200%200%201%20.75-.75h14a.75.75%200%200%201%200%201.5H5a.75.75%200%200%201-.75-.75m3%203a.75.75%200%200%201%20.75-.75h8a.75.75%200%200%201%200%201.5H8a.75.75%200%200%201-.75-.75%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22M12.476%202.75c-2.75%200-4.964%202.2-4.964%204.897c0%20.462.065.909.185%201.331c.497.144.963.36%201.383.64a.75.75%200%201%201-.827%201.25a3.54%203.54%200%200%200-1.967-.589c-1.961%200-3.536%201.57-3.536%203.486c0%20.532.12%201.035.336%201.485h17.203a4.83%204.83%200%200%200%20.961-2.897c0-2.137-1.39-3.962-3.338-4.628a5%205%200%200%200-1.626-.27c-.583%200-1.14.1-1.658.28a.75.75%200%200%201-.494-1.416a6.5%206.5%200%200%201%203.024-.305a4.96%204.96%200%200%200-4.682-3.264m6.355%203.721c-.559-2.977-3.197-5.221-6.355-5.221c-3.562%200-6.464%202.856-6.464%206.397q0%20.582.102%201.135c-2.694.09-4.864%202.278-4.864%204.983c0%20.577.1%201.132.282%201.649A.749.749%200%200%200%202%2016.75h20a.75.75%200%200%200%20.05-1.498c.447-.87.7-1.856.7-2.9c0-2.643-1.619-4.904-3.919-5.88M4.25%2019a.75.75%200%200%201%20.75-.75h14a.75.75%200%200%201%200%201.5H5a.75.75%200%200%201-.75-.75m3%203a.75.75%200%200%201%20.75-.75h8a.75.75%200%200%201%200%201.5H8a.75.75%200%200%201-.75-.75%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/fog.svg?color=%231a73e8&size=48