mist icon
mist from Material Symbols by Google · Regular · Social · Apache-2.0 Free for personal and commercial use.
- Name
- mist
- Set
- Material Symbols
- Style
- Regular
- Category
- Social
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- mist-outline, mist-outline-rounded, mist-rounded
1 other variant in Material Symbols
The same icon in other sets
More social icons from Material Symbols
Use the mist icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4 19q-.425 0-.712-.288T3 18t.288-.712T4 17h10q.425 0 .713.288T15 18t-.288.713T14 19zm14 0q-.425 0-.712-.288T17 18t.288-.712T18 17h2q.425 0 .713.288T21 18t-.288.713T20 19zM4 15q-.425 0-.712-.288T3 14t.288-.712T4 13h2q.425 0 .713.288T7 14t-.288.713T6 15zm6 0q-.425 0-.712-.288T9 14t.288-.712T10 13h10q.425 0 .713.288T21 14t-.288.713T20 15zm-6-4q-.425 0-.712-.288T3 10t.288-.712T4 9h11q.425 0 .713.288T16 10t-.288.713T15 11zm15 0q-.425 0-.712-.288T18 10t.288-.712T19 9h1q.425 0 .713.288T21 10t-.288.713T20 11zM4 7q-.425 0-.712-.288T3 6t.288-.712T4 5h5q.425 0 .713.288T10 6t-.288.713T9 7zm9 0q-.425 0-.712-.288T12 6t.288-.712T13 5h7q.425 0 .713.288T21 6t-.288.713T20 7z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsMist(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="M4 19q-.425 0-.712-.288T3 18t.288-.712T4 17h10q.425 0 .713.288T15 18t-.288.713T14 19zm14 0q-.425 0-.712-.288T17 18t.288-.712T18 17h2q.425 0 .713.288T21 18t-.288.713T20 19zM4 15q-.425 0-.712-.288T3 14t.288-.712T4 13h2q.425 0 .713.288T7 14t-.288.713T6 15zm6 0q-.425 0-.712-.288T9 14t.288-.712T10 13h10q.425 0 .713.288T21 14t-.288.713T20 15zm-6-4q-.425 0-.712-.288T3 10t.288-.712T4 9h11q.425 0 .713.288T16 10t-.288.713T15 11zm15 0q-.425 0-.712-.288T18 10t.288-.712T19 9h1q.425 0 .713.288T21 10t-.288.713T20 11zM4 7q-.425 0-.712-.288T3 6t.288-.712T4 5h5q.425 0 .713.288T10 6t-.288.713T9 7zm9 0q-.425 0-.712-.288T12 6t.288-.712T13 5h7q.425 0 .713.288T21 6t-.288.713T20 7z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4 19q-.425 0-.712-.288T3 18t.288-.712T4 17h10q.425 0 .713.288T15 18t-.288.713T14 19zm14 0q-.425 0-.712-.288T17 18t.288-.712T18 17h2q.425 0 .713.288T21 18t-.288.713T20 19zM4 15q-.425 0-.712-.288T3 14t.288-.712T4 13h2q.425 0 .713.288T7 14t-.288.713T6 15zm6 0q-.425 0-.712-.288T9 14t.288-.712T10 13h10q.425 0 .713.288T21 14t-.288.713T20 15zm-6-4q-.425 0-.712-.288T3 10t.288-.712T4 9h11q.425 0 .713.288T16 10t-.288.713T15 11zm15 0q-.425 0-.712-.288T18 10t.288-.712T19 9h1q.425 0 .713.288T21 10t-.288.713T20 11zM4 7q-.425 0-.712-.288T3 6t.288-.712T4 5h5q.425 0 .713.288T10 6t-.288.713T9 7zm9 0q-.425 0-.712-.288T12 6t.288-.712T13 5h7q.425 0 .713.288T21 6t-.288.713T20 7z"/></svg> </template>
CSS
.icon-mist {
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%22M4%2019q-.425%200-.712-.288T3%2018t.288-.712T4%2017h10q.425%200%20.713.288T15%2018t-.288.713T14%2019zm14%200q-.425%200-.712-.288T17%2018t.288-.712T18%2017h2q.425%200%20.713.288T21%2018t-.288.713T20%2019zM4%2015q-.425%200-.712-.288T3%2014t.288-.712T4%2013h2q.425%200%20.713.288T7%2014t-.288.713T6%2015zm6%200q-.425%200-.712-.288T9%2014t.288-.712T10%2013h10q.425%200%20.713.288T21%2014t-.288.713T20%2015zm-6-4q-.425%200-.712-.288T3%2010t.288-.712T4%209h11q.425%200%20.713.288T16%2010t-.288.713T15%2011zm15%200q-.425%200-.712-.288T18%2010t.288-.712T19%209h1q.425%200%20.713.288T21%2010t-.288.713T20%2011zM4%207q-.425%200-.712-.288T3%206t.288-.712T4%205h5q.425%200%20.713.288T10%206t-.288.713T9%207zm9%200q-.425%200-.712-.288T12%206t.288-.712T13%205h7q.425%200%20.713.288T21%206t-.288.713T20%207z%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%22M4%2019q-.425%200-.712-.288T3%2018t.288-.712T4%2017h10q.425%200%20.713.288T15%2018t-.288.713T14%2019zm14%200q-.425%200-.712-.288T17%2018t.288-.712T18%2017h2q.425%200%20.713.288T21%2018t-.288.713T20%2019zM4%2015q-.425%200-.712-.288T3%2014t.288-.712T4%2013h2q.425%200%20.713.288T7%2014t-.288.713T6%2015zm6%200q-.425%200-.712-.288T9%2014t.288-.712T10%2013h10q.425%200%20.713.288T21%2014t-.288.713T20%2015zm-6-4q-.425%200-.712-.288T3%2010t.288-.712T4%209h11q.425%200%20.713.288T16%2010t-.288.713T15%2011zm15%200q-.425%200-.712-.288T18%2010t.288-.712T19%209h1q.425%200%20.713.288T21%2010t-.288.713T20%2011zM4%207q-.425%200-.712-.288T3%206t.288-.712T4%205h5q.425%200%20.713.288T10%206t-.288.713T9%207zm9%200q-.425%200-.712-.288T12%206t.288-.712T13%205h7q.425%200%20.713.288T21%206t-.288.713T20%207z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/mist.svg?color=%231a73e8&size=48