fog-duotone from Reicon by REICON · Duotone · Weather · MIT Free for personal and commercial use.

Name
fog-duotone
Set
Reicon
Style
Duotone
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"><g fill="currentColor"><path d="M8 21.25a.75.75 0 0 0 0 1.5h8a.75.75 0 0 0 0-1.5z"/><path d="M12.476 2C9.32 2 6.762 4.528 6.762 7.647c0 .69.125 1.35.354 1.962a4.4 4.4 0 0 0-.83-.08C3.919 9.53 2 11.426 2 13.765c0 .522.096 1.023.271 1.485h18.92A5.57 5.57 0 0 0 22 12.353c0-2.472-1.607-4.573-3.845-5.338C17.837 4.194 15.415 2 12.476 2" opacity=".5"/><path d="M2 15.249a.75.75 0 0 0 0 1.5h20a.75.75 0 0 0 0-1.5z"/><path d="M5 18.25a.75.75 0 0 0 0 1.5h14a.75.75 0 0 0 0-1.5z" opacity=".5"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconFogDuotone(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M8 21.25a.75.75 0 0 0 0 1.5h8a.75.75 0 0 0 0-1.5z"/><path d="M12.476 2C9.32 2 6.762 4.528 6.762 7.647c0 .69.125 1.35.354 1.962a4.4 4.4 0 0 0-.83-.08C3.919 9.53 2 11.426 2 13.765c0 .522.096 1.023.271 1.485h18.92A5.57 5.57 0 0 0 22 12.353c0-2.472-1.607-4.573-3.845-5.338C17.837 4.194 15.415 2 12.476 2" opacity=".5"/><path d="M2 15.249a.75.75 0 0 0 0 1.5h20a.75.75 0 0 0 0-1.5z"/><path d="M5 18.25a.75.75 0 0 0 0 1.5h14a.75.75 0 0 0 0-1.5z" opacity=".5"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M8 21.25a.75.75 0 0 0 0 1.5h8a.75.75 0 0 0 0-1.5z"/><path d="M12.476 2C9.32 2 6.762 4.528 6.762 7.647c0 .69.125 1.35.354 1.962a4.4 4.4 0 0 0-.83-.08C3.919 9.53 2 11.426 2 13.765c0 .522.096 1.023.271 1.485h18.92A5.57 5.57 0 0 0 22 12.353c0-2.472-1.607-4.573-3.845-5.338C17.837 4.194 15.415 2 12.476 2" opacity=".5"/><path d="M2 15.249a.75.75 0 0 0 0 1.5h20a.75.75 0 0 0 0-1.5z"/><path d="M5 18.25a.75.75 0 0 0 0 1.5h14a.75.75 0 0 0 0-1.5z" opacity=".5"/></g></svg>
</template>

CSS

.icon-fog-duotone {
  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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M8%2021.25a.75.75%200%200%200%200%201.5h8a.75.75%200%200%200%200-1.5z%22%2F%3E%3Cpath%20d%3D%22M12.476%202C9.32%202%206.762%204.528%206.762%207.647c0%20.69.125%201.35.354%201.962a4.4%204.4%200%200%200-.83-.08C3.919%209.53%202%2011.426%202%2013.765c0%20.522.096%201.023.271%201.485h18.92A5.57%205.57%200%200%200%2022%2012.353c0-2.472-1.607-4.573-3.845-5.338C17.837%204.194%2015.415%202%2012.476%202%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M2%2015.249a.75.75%200%200%200%200%201.5h20a.75.75%200%200%200%200-1.5z%22%2F%3E%3Cpath%20d%3D%22M5%2018.25a.75.75%200%200%200%200%201.5h14a.75.75%200%200%200%200-1.5z%22%20opacity%3D%22.5%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M8%2021.25a.75.75%200%200%200%200%201.5h8a.75.75%200%200%200%200-1.5z%22%2F%3E%3Cpath%20d%3D%22M12.476%202C9.32%202%206.762%204.528%206.762%207.647c0%20.69.125%201.35.354%201.962a4.4%204.4%200%200%200-.83-.08C3.919%209.53%202%2011.426%202%2013.765c0%20.522.096%201.023.271%201.485h18.92A5.57%205.57%200%200%200%2022%2012.353c0-2.472-1.607-4.573-3.845-5.338C17.837%204.194%2015.415%202%2012.476%202%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M2%2015.249a.75.75%200%200%200%200%201.5h20a.75.75%200%200%200%200-1.5z%22%2F%3E%3Cpath%20d%3D%22M5%2018.25a.75.75%200%200%200%200%201.5h14a.75.75%200%200%200%200-1.5z%22%20opacity%3D%22.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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

Fog duotone icon — Reicon · IconsDB