Folder Match icon

Folder Match is a Google Material Symbol from the Text category. It comes in outlined, rounded and sharp styles, filled or unfilled, at seven weights from 100 to 700. Download it as SVG or PNG, or copy code for HTML, React, Vue, Angular, Flutter and Android — it's free to use under the Apache License 2.0.

Outlined

SVG

Outlined, filled

SVG

Every style, fill and weight

Material Symbols are variable: each icon comes in three styles, with or without fill, at seven weights. Pick a combination to preview it, download it, or copy the code for your platform.

Outlined, unfilled, weight 400

folder_match_outlined_fill0_wght400.svg

Folder Match icon in HTML

Load the Material Symbols font from Google Fonts (this link loads just this icon), then use the icon's name as text.

<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,[email protected],100..700,0..1,-50..200&icon_names=folder_match" />

<span class="material-symbols-outlined">folder_match</span>

Folder Match icon in React

// With the font from the HTML tab:
export function FolderMatchIcon() {
  return (
    <span className="material-symbols-outlined">
      folder_match
    </span>
  );
}

// Or as an SVG component (Vite + vite-plugin-svgr) instead:
//   npm install @material-symbols/svg-400
//   import FolderMatchIcon from "@material-symbols/svg-400/outlined/folder_match.svg?react";

Folder Match icon in Vue

<!-- With the font from the HTML tab -->
<template>
  <span class="material-symbols-outlined">folder_match</span>
</template>

<!-- Or as an SVG component (Vite + vite-svg-loader):
     npm install @material-symbols/svg-400
     import FolderMatchIcon from "@material-symbols/svg-400/outlined/folder_match.svg?component"; -->

Folder Match icon in Angular

With Angular Material and the font from the HTML tab:

<mat-icon fontSet="material-symbols-outlined">folder_match</mat-icon>

Folder Match icon in Flutter

Uses the community material_symbols_icons package.

flutter pub add material_symbols_icons

import 'package:material_symbols_icons/symbols.dart';

Icon(Symbols.folder_match, fill: 0, weight: 400)

Folder Match icon in Android

A vector drawable of the selected style, fill and weight:

<!-- res/drawable/folder_match.xml -->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
    android:width="24dp"
    android:height="24dp"
    android:viewportWidth="24"
    android:viewportHeight="24"
    android:tint="?attr/colorControlNormal">
        <path android:fillColor="@android:color/white" android:pathData="M8.95 19.35q-2.025-.8-3.349-2.512Q4.277 15.125 4 12.95h1.5q.225 1.55 1.15 2.788t2.3 1.962v1.65ZM12.375 22q-.469 0-.797-.328Q11.25 21.344 11.25 20.875v-6.45q0-.469 .328-.797Q11.906 13.3 12.375 13.3h2.475q.285 0 .542 .13Q15.648 13.559 15.8 13.8l.675 1.05h4.4q.469 0 .797 .328Q22 15.506 22 15.975v4.9q0 .469-.328 .797Q21.344 22 20.875 22H12.375ZM3.125 10.7q-.469 0-.797-.328Q2 10.044 2 9.575v-6.45q0-.469 .328-.797Q2.656 2 3.125 2h2.475q.285 0 .542 .13Q6.398 2.259 6.55 2.5l.675 1.05h4.4q.469 0 .797 .328Q12.75 4.206 12.75 4.675v4.9q0 .469-.328 .797Q12.094 10.7 11.625 10.7H3.125Zm15.375 1.3q0-1.8-.95-3.312T15 6.35v-1.65q2.275 .913 3.638 2.898T20 12h-1.5ZM12.75 20.5h7.75v-4.15H15.675l-1.025-1.55h-1.9v5.7ZM3.5 9.2h7.75v-4.15H6.425l-1.025-1.55h-1.9v5.7Zm9.25 11.3v-5.7 5.7ZM3.5 9.2v-5.7 5.7Z" />
</vector>

Folder Match icon in SVG

npm install @material-symbols/svg-400

import icon from "@material-symbols/svg-400/outlined/folder_match.svg";

<!-- or load it from a CDN -->
<img src="https://cdn.jsdelivr.net/npm/@material-symbols/[email protected]/outlined/folder_match.svg" width="24" height="24" alt="Folder Match">

Folder Match icon in Power Apps

Paste into an Image control's Image property. The Copy button copies the full formula with this icon's SVG.

"data:image/svg+xml;utf8, " & EncodeUrl("<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'>…</svg>")

Details

NameFolder Match
Ligaturefolder_match
Code pointU+F3D4
CategoryText
StylesOutlined, Rounded, Sharp — each unfilled or filled
Weights100, 200, 300, 400, 500, 600, 700
Files@material-symbols/svg-400/outlined/folder_match.svg, folder_match-fill.svg
FlutterSymbols.folder_match
LicenseApache License 2.0 (© Google LLC)

Keywords

textfilecontentdocstructuresheetstoragelinkorganizeanalysischeckdrivefind

Related icons