folder-eye-sharp from Material Symbols Light by Google · Sharp · Text · Apache-2.0 Free for personal and commercial use.

Name
folder-eye-sharp
Set
Material Symbols Light
Style
Sharp
Category
Text
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols Light

The same icon in other sets

More text icons from Material Symbols Light

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="M3 19V5h6.596l2 2H21v7.379q-1.083-.762-2.314-1.224q-1.23-.463-2.552-.463q-2.92 0-5.245 1.946Q8.566 16.586 7.262 19zm13.134 3q-1.832 0-3.382-.94t-2.483-2.521q.933-1.581 2.483-2.522t3.383-.94t3.382.94T22 18.538q-.933 1.581-2.483 2.521q-1.55.941-3.383.941m1.257-2.205q.513-.513.513-1.256t-.513-1.256t-1.256-.514t-1.256.513t-.513 1.256t.512 1.256t1.256.514t1.257-.513m-1.963-.548q-.293-.29-.293-.706t.29-.71t.707-.292q.416 0 .71.29t.293.707t-.291.71t-.707.293t-.709-.291"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightFolderEyeSharp(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="M3 19V5h6.596l2 2H21v7.379q-1.083-.762-2.314-1.224q-1.23-.463-2.552-.463q-2.92 0-5.245 1.946Q8.566 16.586 7.262 19zm13.134 3q-1.832 0-3.382-.94t-2.483-2.521q.933-1.581 2.483-2.522t3.383-.94t3.382.94T22 18.538q-.933 1.581-2.483 2.521q-1.55.941-3.383.941m1.257-2.205q.513-.513.513-1.256t-.513-1.256t-1.256-.514t-1.256.513t-.513 1.256t.512 1.256t1.256.514t1.257-.513m-1.963-.548q-.293-.29-.293-.706t.29-.71t.707-.292q.416 0 .71.29t.293.707t-.291.71t-.707.293t-.709-.291"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3 19V5h6.596l2 2H21v7.379q-1.083-.762-2.314-1.224q-1.23-.463-2.552-.463q-2.92 0-5.245 1.946Q8.566 16.586 7.262 19zm13.134 3q-1.832 0-3.382-.94t-2.483-2.521q.933-1.581 2.483-2.522t3.383-.94t3.382.94T22 18.538q-.933 1.581-2.483 2.521q-1.55.941-3.383.941m1.257-2.205q.513-.513.513-1.256t-.513-1.256t-1.256-.514t-1.256.513t-.513 1.256t.512 1.256t1.256.514t1.257-.513m-1.963-.548q-.293-.29-.293-.706t.29-.71t.707-.292q.416 0 .71.29t.293.707t-.291.71t-.707.293t-.709-.291"/></svg>
</template>

CSS

.icon-folder-eye-sharp {
  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%22M3%2019V5h6.596l2%202H21v7.379q-1.083-.762-2.314-1.224q-1.23-.463-2.552-.463q-2.92%200-5.245%201.946Q8.566%2016.586%207.262%2019zm13.134%203q-1.832%200-3.382-.94t-2.483-2.521q.933-1.581%202.483-2.522t3.383-.94t3.382.94T22%2018.538q-.933%201.581-2.483%202.521q-1.55.941-3.383.941m1.257-2.205q.513-.513.513-1.256t-.513-1.256t-1.256-.514t-1.256.513t-.513%201.256t.512%201.256t1.256.514t1.257-.513m-1.963-.548q-.293-.29-.293-.706t.29-.71t.707-.292q.416%200%20.71.29t.293.707t-.291.71t-.707.293t-.709-.291%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%22M3%2019V5h6.596l2%202H21v7.379q-1.083-.762-2.314-1.224q-1.23-.463-2.552-.463q-2.92%200-5.245%201.946Q8.566%2016.586%207.262%2019zm13.134%203q-1.832%200-3.382-.94t-2.483-2.521q.933-1.581%202.483-2.522t3.383-.94t3.382.94T22%2018.538q-.933%201.581-2.483%202.521q-1.55.941-3.383.941m1.257-2.205q.513-.513.513-1.256t-.513-1.256t-1.256-.514t-1.256.513t-.513%201.256t.512%201.256t1.256.514t1.257-.513m-1.963-.548q-.293-.29-.293-.706t.29-.71t.707-.292q.416%200%20.71.29t.293.707t-.291.71t-.707.293t-.709-.291%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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