file search alt icon

file-search-alt from Unicons by Iconscout · Line · File And Folder · Apache-2.0 Free for personal and commercial use.

Name
file-search-alt
Set
Unicons
Style
Line
Category
File And Folder
Viewbox
24×24
License
Apache 2.0

More file and folder icons from Unicons

Use the file search alt icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 20H5a1 1 0 0 1-1-1V5a1 1 0 0 1 1-1h5v3a3 3 0 0 0 3 3h3v1a1 1 0 0 0 2 0V8.94a1.3 1.3 0 0 0-.06-.27v-.09a1 1 0 0 0-.19-.28l-6-6a1 1 0 0 0-.28-.19a.3.3 0 0 0-.09 0a.9.9 0 0 0-.33-.11H5a3 3 0 0 0-3 3v14a3 3 0 0 0 3 3h7a1 1 0 0 0 0-2m0-14.59L14.59 8H13a1 1 0 0 1-1-1ZM7 8a1 1 0 0 0 0 2h1a1 1 0 0 0 0-2Zm14.71 12.29l-1.17-1.16A3.44 3.44 0 0 0 20 15a3.49 3.49 0 0 0-6 2.49a3.46 3.46 0 0 0 5.13 3.05l1.16 1.17a1 1 0 0 0 1.42 0a1 1 0 0 0 0-1.42m-3.17-1.75a1.54 1.54 0 0 1-2.11 0a1.5 1.5 0 0 1-.43-1.05a1.46 1.46 0 0 1 .44-1.06a1.48 1.48 0 0 1 1-.43A1.47 1.47 0 0 1 19 17.49a1.5 1.5 0 0 1-.46 1.05M13 12H7a1 1 0 0 0 0 2h6a1 1 0 0 0 0-2m-2 6a1 1 0 0 0 0-2H7a1 1 0 0 0 0 2Z"/></svg>

React

import type { SVGProps } from "react";

export function UilFileSearchAlt(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="M12 20H5a1 1 0 0 1-1-1V5a1 1 0 0 1 1-1h5v3a3 3 0 0 0 3 3h3v1a1 1 0 0 0 2 0V8.94a1.3 1.3 0 0 0-.06-.27v-.09a1 1 0 0 0-.19-.28l-6-6a1 1 0 0 0-.28-.19a.3.3 0 0 0-.09 0a.9.9 0 0 0-.33-.11H5a3 3 0 0 0-3 3v14a3 3 0 0 0 3 3h7a1 1 0 0 0 0-2m0-14.59L14.59 8H13a1 1 0 0 1-1-1ZM7 8a1 1 0 0 0 0 2h1a1 1 0 0 0 0-2Zm14.71 12.29l-1.17-1.16A3.44 3.44 0 0 0 20 15a3.49 3.49 0 0 0-6 2.49a3.46 3.46 0 0 0 5.13 3.05l1.16 1.17a1 1 0 0 0 1.42 0a1 1 0 0 0 0-1.42m-3.17-1.75a1.54 1.54 0 0 1-2.11 0a1.5 1.5 0 0 1-.43-1.05a1.46 1.46 0 0 1 .44-1.06a1.48 1.48 0 0 1 1-.43A1.47 1.47 0 0 1 19 17.49a1.5 1.5 0 0 1-.46 1.05M13 12H7a1 1 0 0 0 0 2h6a1 1 0 0 0 0-2m-2 6a1 1 0 0 0 0-2H7a1 1 0 0 0 0 2Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 20H5a1 1 0 0 1-1-1V5a1 1 0 0 1 1-1h5v3a3 3 0 0 0 3 3h3v1a1 1 0 0 0 2 0V8.94a1.3 1.3 0 0 0-.06-.27v-.09a1 1 0 0 0-.19-.28l-6-6a1 1 0 0 0-.28-.19a.3.3 0 0 0-.09 0a.9.9 0 0 0-.33-.11H5a3 3 0 0 0-3 3v14a3 3 0 0 0 3 3h7a1 1 0 0 0 0-2m0-14.59L14.59 8H13a1 1 0 0 1-1-1ZM7 8a1 1 0 0 0 0 2h1a1 1 0 0 0 0-2Zm14.71 12.29l-1.17-1.16A3.44 3.44 0 0 0 20 15a3.49 3.49 0 0 0-6 2.49a3.46 3.46 0 0 0 5.13 3.05l1.16 1.17a1 1 0 0 0 1.42 0a1 1 0 0 0 0-1.42m-3.17-1.75a1.54 1.54 0 0 1-2.11 0a1.5 1.5 0 0 1-.43-1.05a1.46 1.46 0 0 1 .44-1.06a1.48 1.48 0 0 1 1-.43A1.47 1.47 0 0 1 19 17.49a1.5 1.5 0 0 1-.46 1.05M13 12H7a1 1 0 0 0 0 2h6a1 1 0 0 0 0-2m-2 6a1 1 0 0 0 0-2H7a1 1 0 0 0 0 2Z"/></svg>
</template>

CSS

.icon-file-search-alt {
  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%22M12%2020H5a1%201%200%200%201-1-1V5a1%201%200%200%201%201-1h5v3a3%203%200%200%200%203%203h3v1a1%201%200%200%200%202%200V8.94a1.3%201.3%200%200%200-.06-.27v-.09a1%201%200%200%200-.19-.28l-6-6a1%201%200%200%200-.28-.19a.3.3%200%200%200-.09%200a.9.9%200%200%200-.33-.11H5a3%203%200%200%200-3%203v14a3%203%200%200%200%203%203h7a1%201%200%200%200%200-2m0-14.59L14.59%208H13a1%201%200%200%201-1-1ZM7%208a1%201%200%200%200%200%202h1a1%201%200%200%200%200-2Zm14.71%2012.29l-1.17-1.16A3.44%203.44%200%200%200%2020%2015a3.49%203.49%200%200%200-6%202.49a3.46%203.46%200%200%200%205.13%203.05l1.16%201.17a1%201%200%200%200%201.42%200a1%201%200%200%200%200-1.42m-3.17-1.75a1.54%201.54%200%200%201-2.11%200a1.5%201.5%200%200%201-.43-1.05a1.46%201.46%200%200%201%20.44-1.06a1.48%201.48%200%200%201%201-.43A1.47%201.47%200%200%201%2019%2017.49a1.5%201.5%200%200%201-.46%201.05M13%2012H7a1%201%200%200%200%200%202h6a1%201%200%200%200%200-2m-2%206a1%201%200%200%200%200-2H7a1%201%200%200%200%200%202Z%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%22M12%2020H5a1%201%200%200%201-1-1V5a1%201%200%200%201%201-1h5v3a3%203%200%200%200%203%203h3v1a1%201%200%200%200%202%200V8.94a1.3%201.3%200%200%200-.06-.27v-.09a1%201%200%200%200-.19-.28l-6-6a1%201%200%200%200-.28-.19a.3.3%200%200%200-.09%200a.9.9%200%200%200-.33-.11H5a3%203%200%200%200-3%203v14a3%203%200%200%200%203%203h7a1%201%200%200%200%200-2m0-14.59L14.59%208H13a1%201%200%200%201-1-1ZM7%208a1%201%200%200%200%200%202h1a1%201%200%200%200%200-2Zm14.71%2012.29l-1.17-1.16A3.44%203.44%200%200%200%2020%2015a3.49%203.49%200%200%200-6%202.49a3.46%203.46%200%200%200%205.13%203.05l1.16%201.17a1%201%200%200%200%201.42%200a1%201%200%200%200%200-1.42m-3.17-1.75a1.54%201.54%200%200%201-2.11%200a1.5%201.5%200%200%201-.43-1.05a1.46%201.46%200%200%201%20.44-1.06a1.48%201.48%200%200%201%201-.43A1.47%201.47%200%200%201%2019%2017.49a1.5%201.5%200%200%201-.46%201.05M13%2012H7a1%201%200%200%200%200%202h6a1%201%200%200%200%200-2m-2%206a1%201%200%200%200%200-2H7a1%201%200%200%200%200%202Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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