folder match icon
folder-match-rounded from Material Symbols Light by Google · Rounded · Text · Apache-2.0 Free for personal and commercial use.
- Name
- folder-match-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- 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="M6.442 16.27q-.442-.581-.76-1.24q-.319-.659-.486-1.39q-.067-.188.052-.356t.333-.205q.194-.037.368.082t.242.308q.125.554.36 1.051q.236.497.563.963t.727.839t.859.688q.171.12.23.319q.059.198-.045.375t-.302.241t-.37-.05q-.515-.34-.964-.747t-.807-.879M12.712 21q-.51 0-.861-.351t-.351-.86v-5.193q0-.51.351-.86t.86-.351h1.7q.299 0 .579.146t.44.413l.57.864h3.789q.509 0 .86.35q.351.352.351.861v3.77q0 .509-.351.86t-.86.351zm-8.5-10.385q-.51 0-.861-.35T3 9.403V4.212q0-.51.351-.861T4.211 3h1.7q.299 0 .579.146t.44.414l.57.863h3.789q.509 0 .86.351t.351.86v3.77q0 .51-.351.86t-.86.352zm12.95-1.692q-.352-.59-.818-1.077t-1.063-.856q-.171-.12-.21-.31q-.04-.188.045-.365t.282-.241t.37.051q.64.38 1.176.913t.95 1.16q.468.736.747 1.576q.28.84.348 1.732q.011.207-.132.35T18.5 12t-.357-.14t-.16-.354q-.062-.685-.275-1.339t-.546-1.244"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightFolderMatchRounded(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="M6.442 16.27q-.442-.581-.76-1.24q-.319-.659-.486-1.39q-.067-.188.052-.356t.333-.205q.194-.037.368.082t.242.308q.125.554.36 1.051q.236.497.563.963t.727.839t.859.688q.171.12.23.319q.059.198-.045.375t-.302.241t-.37-.05q-.515-.34-.964-.747t-.807-.879M12.712 21q-.51 0-.861-.351t-.351-.86v-5.193q0-.51.351-.86t.86-.351h1.7q.299 0 .579.146t.44.413l.57.864h3.789q.509 0 .86.35q.351.352.351.861v3.77q0 .509-.351.86t-.86.351zm-8.5-10.385q-.51 0-.861-.35T3 9.403V4.212q0-.51.351-.861T4.211 3h1.7q.299 0 .579.146t.44.414l.57.863h3.789q.509 0 .86.351t.351.86v3.77q0 .51-.351.86t-.86.352zm12.95-1.692q-.352-.59-.818-1.077t-1.063-.856q-.171-.12-.21-.31q-.04-.188.045-.365t.282-.241t.37.051q.64.38 1.176.913t.95 1.16q.468.736.747 1.576q.28.84.348 1.732q.011.207-.132.35T18.5 12t-.357-.14t-.16-.354q-.062-.685-.275-1.339t-.546-1.244"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.442 16.27q-.442-.581-.76-1.24q-.319-.659-.486-1.39q-.067-.188.052-.356t.333-.205q.194-.037.368.082t.242.308q.125.554.36 1.051q.236.497.563.963t.727.839t.859.688q.171.12.23.319q.059.198-.045.375t-.302.241t-.37-.05q-.515-.34-.964-.747t-.807-.879M12.712 21q-.51 0-.861-.351t-.351-.86v-5.193q0-.51.351-.86t.86-.351h1.7q.299 0 .579.146t.44.413l.57.864h3.789q.509 0 .86.35q.351.352.351.861v3.77q0 .509-.351.86t-.86.351zm-8.5-10.385q-.51 0-.861-.35T3 9.403V4.212q0-.51.351-.861T4.211 3h1.7q.299 0 .579.146t.44.414l.57.863h3.789q.509 0 .86.351t.351.86v3.77q0 .51-.351.86t-.86.352zm12.95-1.692q-.352-.59-.818-1.077t-1.063-.856q-.171-.12-.21-.31q-.04-.188.045-.365t.282-.241t.37.051q.64.38 1.176.913t.95 1.16q.468.736.747 1.576q.28.84.348 1.732q.011.207-.132.35T18.5 12t-.357-.14t-.16-.354q-.062-.685-.275-1.339t-.546-1.244"/></svg> </template>
CSS
.icon-folder-match-rounded {
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%22M6.442%2016.27q-.442-.581-.76-1.24q-.319-.659-.486-1.39q-.067-.188.052-.356t.333-.205q.194-.037.368.082t.242.308q.125.554.36%201.051q.236.497.563.963t.727.839t.859.688q.171.12.23.319q.059.198-.045.375t-.302.241t-.37-.05q-.515-.34-.964-.747t-.807-.879M12.712%2021q-.51%200-.861-.351t-.351-.86v-5.193q0-.51.351-.86t.86-.351h1.7q.299%200%20.579.146t.44.413l.57.864h3.789q.509%200%20.86.35q.351.352.351.861v3.77q0%20.509-.351.86t-.86.351zm-8.5-10.385q-.51%200-.861-.35T3%209.403V4.212q0-.51.351-.861T4.211%203h1.7q.299%200%20.579.146t.44.414l.57.863h3.789q.509%200%20.86.351t.351.86v3.77q0%20.51-.351.86t-.86.352zm12.95-1.692q-.352-.59-.818-1.077t-1.063-.856q-.171-.12-.21-.31q-.04-.188.045-.365t.282-.241t.37.051q.64.38%201.176.913t.95%201.16q.468.736.747%201.576q.28.84.348%201.732q.011.207-.132.35T18.5%2012t-.357-.14t-.16-.354q-.062-.685-.275-1.339t-.546-1.244%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%22M6.442%2016.27q-.442-.581-.76-1.24q-.319-.659-.486-1.39q-.067-.188.052-.356t.333-.205q.194-.037.368.082t.242.308q.125.554.36%201.051q.236.497.563.963t.727.839t.859.688q.171.12.23.319q.059.198-.045.375t-.302.241t-.37-.05q-.515-.34-.964-.747t-.807-.879M12.712%2021q-.51%200-.861-.351t-.351-.86v-5.193q0-.51.351-.86t.86-.351h1.7q.299%200%20.579.146t.44.413l.57.864h3.789q.509%200%20.86.35q.351.352.351.861v3.77q0%20.509-.351.86t-.86.351zm-8.5-10.385q-.51%200-.861-.35T3%209.403V4.212q0-.51.351-.861T4.211%203h1.7q.299%200%20.579.146t.44.414l.57.863h3.789q.509%200%20.86.351t.351.86v3.77q0%20.51-.351.86t-.86.352zm12.95-1.692q-.352-.59-.818-1.077t-1.063-.856q-.171-.12-.21-.31q-.04-.188.045-.365t.282-.241t.37.051q.64.38%201.176.913t.95%201.16q.468.736.747%201.576q.28.84.348%201.732q.011.207-.132.35T18.5%2012t-.357-.14t-.16-.354q-.062-.685-.275-1.339t-.546-1.244%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-rounded.svg?color=%231a73e8&size=48