folder match icon
folder-match from Material Symbols Light by Google · Regular · Text · Apache-2.0 Free for personal and commercial use.
- Name
- folder-match
- Set
- Material Symbols Light
- Style
- Regular
- 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
add-column-leftadd-column-rightadd-linkadd-notesadd-row-aboveadd-row-belowadd-to-drivealign-centeralign-endalign-flex-centeralign-flex-endalign-flex-startalign-horizontal-centeralign-horizontal-leftalign-horizontal-rightalign-items-stretchalign-justify-centeralign-justify-flex-endalign-justify-flex-startalign-justify-space-aroundalign-justify-space-betweenalign-justify-space-evenalign-justify-stretchalign-self-stretch
Use the folder match icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.116 18.38q-1.641-.741-2.713-2.165T5.075 13h1.006q.225 1.364 1.023 2.483t2.011 1.794zM12.712 21q-.505 0-.859-.353q-.353-.354-.353-.858v-5.193q0-.505.353-.858q.354-.353.858-.353h1.708q.29 0 .569.145t.443.414l.569.864h3.789q.504 0 .858.353q.353.354.353.858v3.77q0 .504-.353.858q-.354.353-.858.353zm-8.5-10.385q-.505 0-.859-.353Q3 9.909 3 9.404V4.212q0-.505.353-.859Q3.707 3 4.211 3H5.92q.29 0 .569.145t.443.415l.569.863h3.789q.504 0 .858.354q.353.353.353.857v3.77q0 .505-.353.858q-.354.354-.858.354zM18 12q0-1.664-.829-3.07q-.829-1.407-2.286-2.188V5.658q1.91.81 3.012 2.543T19 12z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightFolderMatch(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="M9.116 18.38q-1.641-.741-2.713-2.165T5.075 13h1.006q.225 1.364 1.023 2.483t2.011 1.794zM12.712 21q-.505 0-.859-.353q-.353-.354-.353-.858v-5.193q0-.505.353-.858q.354-.353.858-.353h1.708q.29 0 .569.145t.443.414l.569.864h3.789q.504 0 .858.353q.353.354.353.858v3.77q0 .504-.353.858q-.354.353-.858.353zm-8.5-10.385q-.505 0-.859-.353Q3 9.909 3 9.404V4.212q0-.505.353-.859Q3.707 3 4.211 3H5.92q.29 0 .569.145t.443.415l.569.863h3.789q.504 0 .858.354q.353.353.353.857v3.77q0 .505-.353.858q-.354.354-.858.354zM18 12q0-1.664-.829-3.07q-.829-1.407-2.286-2.188V5.658q1.91.81 3.012 2.543T19 12z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.116 18.38q-1.641-.741-2.713-2.165T5.075 13h1.006q.225 1.364 1.023 2.483t2.011 1.794zM12.712 21q-.505 0-.859-.353q-.353-.354-.353-.858v-5.193q0-.505.353-.858q.354-.353.858-.353h1.708q.29 0 .569.145t.443.414l.569.864h3.789q.504 0 .858.353q.353.354.353.858v3.77q0 .504-.353.858q-.354.353-.858.353zm-8.5-10.385q-.505 0-.859-.353Q3 9.909 3 9.404V4.212q0-.505.353-.859Q3.707 3 4.211 3H5.92q.29 0 .569.145t.443.415l.569.863h3.789q.504 0 .858.354q.353.353.353.857v3.77q0 .505-.353.858q-.354.354-.858.354zM18 12q0-1.664-.829-3.07q-.829-1.407-2.286-2.188V5.658q1.91.81 3.012 2.543T19 12z"/></svg> </template>
CSS
.icon-folder-match {
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%22M9.116%2018.38q-1.641-.741-2.713-2.165T5.075%2013h1.006q.225%201.364%201.023%202.483t2.011%201.794zM12.712%2021q-.505%200-.859-.353q-.353-.354-.353-.858v-5.193q0-.505.353-.858q.354-.353.858-.353h1.708q.29%200%20.569.145t.443.414l.569.864h3.789q.504%200%20.858.353q.353.354.353.858v3.77q0%20.504-.353.858q-.354.353-.858.353zm-8.5-10.385q-.505%200-.859-.353Q3%209.909%203%209.404V4.212q0-.505.353-.859Q3.707%203%204.211%203H5.92q.29%200%20.569.145t.443.415l.569.863h3.789q.504%200%20.858.354q.353.353.353.857v3.77q0%20.505-.353.858q-.354.354-.858.354zM18%2012q0-1.664-.829-3.07q-.829-1.407-2.286-2.188V5.658q1.91.81%203.012%202.543T19%2012z%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%22M9.116%2018.38q-1.641-.741-2.713-2.165T5.075%2013h1.006q.225%201.364%201.023%202.483t2.011%201.794zM12.712%2021q-.505%200-.859-.353q-.353-.354-.353-.858v-5.193q0-.505.353-.858q.354-.353.858-.353h1.708q.29%200%20.569.145t.443.414l.569.864h3.789q.504%200%20.858.353q.353.354.353.858v3.77q0%20.504-.353.858q-.354.353-.858.353zm-8.5-10.385q-.505%200-.859-.353Q3%209.909%203%209.404V4.212q0-.505.353-.859Q3.707%203%204.211%203H5.92q.29%200%20.569.145t.443.415l.569.863h3.789q.504%200%20.858.354q.353.353.353.857v3.77q0%20.505-.353.858q-.354.354-.858.354zM18%2012q0-1.664-.829-3.07q-.829-1.407-2.286-2.188V5.658q1.91.81%203.012%202.543T19%2012z%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-match.svg?color=%231a73e8&size=48