folder-eye-outline from Material Symbols by Google · Outline · Text · Apache-2.0 Free for personal and commercial use.

Name
folder-eye-outline
Set
Material Symbols
Style
Outline
Category
Text
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols

The same icon in other sets

More text icons from Material Symbols

Use the folder eye icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4 20q-.825 0-1.412-.587T2 18V6q0-.825.588-1.412T4 4h6l2 2h8q.825 0 1.413.588T22 8v6.05q-.45-.35-.95-.575T20 13V8h-8.825l-2-2H4v12h3v2zm12 3q-2.275 0-4.2-1.2T9 18.5q.875-2.1 2.8-3.3T16 14t4.2 1.2t2.8 3.3q-.875 2.1-2.8 3.3T16 23m2.688-2.65q1.262-.65 2.062-1.85q-.8-1.2-2.062-1.85T16 16t-2.687.65t-2.063 1.85q.8 1.2 2.063 1.85T16 21t2.688-.65m-3.75-.788q-.438-.437-.438-1.062t.438-1.062T16 17t1.063.438t.437 1.062t-.437 1.063T16 20t-1.062-.437M4 18V6v6.925V12z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsFolderEyeOutline(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 20q-.825 0-1.412-.587T2 18V6q0-.825.588-1.412T4 4h6l2 2h8q.825 0 1.413.588T22 8v6.05q-.45-.35-.95-.575T20 13V8h-8.825l-2-2H4v12h3v2zm12 3q-2.275 0-4.2-1.2T9 18.5q.875-2.1 2.8-3.3T16 14t4.2 1.2t2.8 3.3q-.875 2.1-2.8 3.3T16 23m2.688-2.65q1.262-.65 2.062-1.85q-.8-1.2-2.062-1.85T16 16t-2.687.65t-2.063 1.85q.8 1.2 2.063 1.85T16 21t2.688-.65m-3.75-.788q-.438-.437-.438-1.062t.438-1.062T16 17t1.063.438t.437 1.062t-.437 1.063T16 20t-1.062-.437M4 18V6v6.925V12z"/></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 20q-.825 0-1.412-.587T2 18V6q0-.825.588-1.412T4 4h6l2 2h8q.825 0 1.413.588T22 8v6.05q-.45-.35-.95-.575T20 13V8h-8.825l-2-2H4v12h3v2zm12 3q-2.275 0-4.2-1.2T9 18.5q.875-2.1 2.8-3.3T16 14t4.2 1.2t2.8 3.3q-.875 2.1-2.8 3.3T16 23m2.688-2.65q1.262-.65 2.062-1.85q-.8-1.2-2.062-1.85T16 16t-2.687.65t-2.063 1.85q.8 1.2 2.063 1.85T16 21t2.688-.65m-3.75-.788q-.438-.437-.438-1.062t.438-1.062T16 17t1.063.438t.437 1.062t-.437 1.063T16 20t-1.062-.437M4 18V6v6.925V12z"/></svg>
</template>

CSS

.icon-folder-eye-outline {
  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%2020q-.825%200-1.412-.587T2%2018V6q0-.825.588-1.412T4%204h6l2%202h8q.825%200%201.413.588T22%208v6.05q-.45-.35-.95-.575T20%2013V8h-8.825l-2-2H4v12h3v2zm12%203q-2.275%200-4.2-1.2T9%2018.5q.875-2.1%202.8-3.3T16%2014t4.2%201.2t2.8%203.3q-.875%202.1-2.8%203.3T16%2023m2.688-2.65q1.262-.65%202.062-1.85q-.8-1.2-2.062-1.85T16%2016t-2.687.65t-2.063%201.85q.8%201.2%202.063%201.85T16%2021t2.688-.65m-3.75-.788q-.438-.437-.438-1.062t.438-1.062T16%2017t1.063.438t.437%201.062t-.437%201.063T16%2020t-1.062-.437M4%2018V6v6.925V12z%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%2020q-.825%200-1.412-.587T2%2018V6q0-.825.588-1.412T4%204h6l2%202h8q.825%200%201.413.588T22%208v6.05q-.45-.35-.95-.575T20%2013V8h-8.825l-2-2H4v12h3v2zm12%203q-2.275%200-4.2-1.2T9%2018.5q.875-2.1%202.8-3.3T16%2014t4.2%201.2t2.8%203.3q-.875%202.1-2.8%203.3T16%2023m2.688-2.65q1.262-.65%202.062-1.85q-.8-1.2-2.062-1.85T16%2016t-2.687.65t-2.063%201.85q.8%201.2%202.063%201.85T16%2021t2.688-.65m-3.75-.788q-.438-.437-.438-1.062t.438-1.062T16%2017t1.063.438t.437%201.062t-.437%201.063T16%2020t-1.062-.437M4%2018V6v6.925V12z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/folder-eye-outline.svg?color=%231a73e8&size=48