file-find-outline from Material Design Icons by Pictogrammers · Outline · Files / Folders · Apache-2.0 Free for personal and commercial use.

Name
file-find-outline
Set
Material Design Icons
Style
Outline
Category
Files / Folders
Viewbox
24×24
License
Apache 2.0

1 other variant in Material Design Icons

The same icon in other sets

More files / folders icons from Material Design Icons

Use the file find icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8zM6 4h7l5 5v8.58l-1.84-1.84a4.97 4.97 0 0 0-.66-6.28A4.92 4.92 0 0 0 12 8c-1.28 0-2.55.5-3.53 1.46c-1.97 1.95-1.97 5.11 0 7.04c.97 1 2.25 1.47 3.53 1.47c.96 0 1.92-.28 2.75-.83L17.6 20H6zm8.11 11.1c-.56.56-1.31.9-2.11.9s-1.55-.33-2.11-.9C9.33 14.54 9 13.79 9 13c0-.81.32-1.56.89-2.12c.56-.57 1.31-.88 2.11-.88s1.55.31 2.11.88c.56.56.89 1.31.89 2.12c0 .79-.32 1.54-.89 2.1"/></svg>

React

import type { SVGProps } from "react";

export function MdiFileFindOutline(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="M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8zM6 4h7l5 5v8.58l-1.84-1.84a4.97 4.97 0 0 0-.66-6.28A4.92 4.92 0 0 0 12 8c-1.28 0-2.55.5-3.53 1.46c-1.97 1.95-1.97 5.11 0 7.04c.97 1 2.25 1.47 3.53 1.47c.96 0 1.92-.28 2.75-.83L17.6 20H6zm8.11 11.1c-.56.56-1.31.9-2.11.9s-1.55-.33-2.11-.9C9.33 14.54 9 13.79 9 13c0-.81.32-1.56.89-2.12c.56-.57 1.31-.88 2.11-.88s1.55.31 2.11.88c.56.56.89 1.31.89 2.12c0 .79-.32 1.54-.89 2.1"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8zM6 4h7l5 5v8.58l-1.84-1.84a4.97 4.97 0 0 0-.66-6.28A4.92 4.92 0 0 0 12 8c-1.28 0-2.55.5-3.53 1.46c-1.97 1.95-1.97 5.11 0 7.04c.97 1 2.25 1.47 3.53 1.47c.96 0 1.92-.28 2.75-.83L17.6 20H6zm8.11 11.1c-.56.56-1.31.9-2.11.9s-1.55-.33-2.11-.9C9.33 14.54 9 13.79 9 13c0-.81.32-1.56.89-2.12c.56-.57 1.31-.88 2.11-.88s1.55.31 2.11.88c.56.56.89 1.31.89 2.12c0 .79-.32 1.54-.89 2.1"/></svg>
</template>

CSS

.icon-file-find-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%22M14%202H6a2%202%200%200%200-2%202v16a2%202%200%200%200%202%202h12a2%202%200%200%200%202-2V8zM6%204h7l5%205v8.58l-1.84-1.84a4.97%204.97%200%200%200-.66-6.28A4.92%204.92%200%200%200%2012%208c-1.28%200-2.55.5-3.53%201.46c-1.97%201.95-1.97%205.11%200%207.04c.97%201%202.25%201.47%203.53%201.47c.96%200%201.92-.28%202.75-.83L17.6%2020H6zm8.11%2011.1c-.56.56-1.31.9-2.11.9s-1.55-.33-2.11-.9C9.33%2014.54%209%2013.79%209%2013c0-.81.32-1.56.89-2.12c.56-.57%201.31-.88%202.11-.88s1.55.31%202.11.88c.56.56.89%201.31.89%202.12c0%20.79-.32%201.54-.89%202.1%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%22M14%202H6a2%202%200%200%200-2%202v16a2%202%200%200%200%202%202h12a2%202%200%200%200%202-2V8zM6%204h7l5%205v8.58l-1.84-1.84a4.97%204.97%200%200%200-.66-6.28A4.92%204.92%200%200%200%2012%208c-1.28%200-2.55.5-3.53%201.46c-1.97%201.95-1.97%205.11%200%207.04c.97%201%202.25%201.47%203.53%201.47c.96%200%201.92-.28%202.75-.83L17.6%2020H6zm8.11%2011.1c-.56.56-1.31.9-2.11.9s-1.55-.33-2.11-.9C9.33%2014.54%209%2013.79%209%2013c0-.81.32-1.56.89-2.12c.56-.57%201.31-.88%202.11-.88s1.55.31%202.11.88c.56.56.89%201.31.89%202.12c0%20.79-.32%201.54-.89%202.1%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/file-find-outline.svg?color=%231a73e8&size=48