Search...Search plugins and themes...
⌘K
Sign in
  • Get started
  • Download
  • Pricing
  • Enterprise
  • Account
  • Obsidian
  • Overview
  • Sync
  • Publish
  • Canvas
  • Mobile
  • Web Clipper
  • CLI
  • Learn
  • Help
  • Developers
  • Changelog
  • About
  • Roadmap
  • Blog
  • Resources
  • System status
  • License overview
  • Terms of service
  • Privacy policy
  • Security
  • Community
  • Plugins
  • Themes
  • Discord
  • Forum / 中文论坛
  • Merch store
  • Brand guidelines
Follow us
DiscordTwitterBlueskyThreadsMastodonYouTubeGitHub
© 2026 Obsidian

Material Icon Theme

GilbertzzzZZGilbertzzzZZ603 downloads

Material Design icons for the file explorer, matched by file name, extension and folder name.

Add to Obsidian
  • Overview
  • Scorecard
  • Updates9

logo

Material Icon Theme

Material Design icons for Obsidian

English | 简体中文


File explorer with Material icons

File icons

🏞️ Show all available file icons
file icons

Folder icons

🏞️ Show all available folder icons
folder icons

Table of Contents

  • Features
  • Getting Started
  • Customization
  • Icon matching
  • Development
  • Icon sources
  • Contributing
  • License

Features

  • Material Design file & folder icons for the Obsidian file explorer
  • 1126 icons covering 2135 file names, 1379 extensions and 269 folder names
  • Custom icon associations through a searchable picker
  • Independent toggles for file and folder icons
  • Settings UI in 10 languages
  • Easy to use, and it follows your light / dark theme live

Getting Started

Requires Obsidian 1.13.0 or newer.

  1. Install the plugin
    Download main.js, manifest.json and styles.css from Releases into .obsidian/plugins/material-icon-theme/.

  2. Enable the plugin
    Open Settings → Community plugins and turn on Material Icon Theme.

  3. Enjoy your new icons
    The file explorer picks them up immediately — no restart needed.

Release tags match manifest.json exactly (e.g. 1.0.0, not v1.0.0), as Obsidian requires.

Build from source

git clone https://github.com/GilbertzzzZZ/obsidian-material-icon-theme.git
cd obsidian-material-icon-theme
npm ci
npm run build
cp main.js manifest.json styles.css /path/to/vault/.obsidian/plugins/material-icon-theme/

Customization

Everything lives under Settings → Material Icon Theme.

Settings

File & folder icon toggles

File icons and folder icons switch on and off independently. Turning either off hands that half of the explorer back to your theme's own icons.

Custom icon associations

Map any file extension to any icon in the library. Custom rules take priority over every built-in match while enabled.

Add custom rule

Enter the extension without its leading dot (vue, rs, myext), then pick an icon. Compound extensions work as well — a rule for d.ts wins over one for ts.

Search the full library by name when choosing:

Icon picker

Interface language

The settings UI ships in English, 简体中文, 繁體中文, 日本語, 한국어, Deutsch, Français, Español, Русский and Português, switchable from the top of the settings tab.

Icon matching

Files resolve in this order, first match wins:

Priority Rule Example
1 Custom rules, when enabled myext → any icon you pick
2 Directory-scoped filename .config/prettierrc, .github/FUNDING.yml
3 Exact filename CLAUDE.md, Makefile, docker-compose.yml
4 Longest matching extension d.ts before ts
5 Default file icon anything unmatched

Folders resolve by name against the folder icon table and fall back to the generic folder icon. Open and closed states swap as you expand and collapse.

Matching is case-insensitive throughout, so CLAUDE.md and claude.md resolve alike.

Development

npm ci
npm test              # regression tests
npm run dev           # watch mode (does not regenerate icon data)
npm run build         # full production build
npm run build-icons   # regenerate src/icon-data.ts only
Path Purpose
src/main.ts Plugin logic
src/icon-data.ts Generated icon registry and lookup tables
scripts/build-icons.mjs Extract SVGs from material-icon-theme → src/icon-data.ts
styles.css Icon and settings styles

src/icon-data.ts is generated — do not edit it by hand. To add mappings upstream does not ship, edit the custom block near the end of scripts/build-icons.mjs and re-run npm run build-icons.

Both main.js and src/icon-data.ts are gitignored, so run npm run build after cloning.

Icon sources

Icon artwork comes from Material Icon Theme, consumed through the material-icon-theme npm package, which in turn draws on:

  • Material Design Icons
  • Material Symbols

Contributing

Issues and pull requests are welcome.

See CONTRIBUTING.md for development, tests, upstream updates and releases.

  • 🐛 Report a bug or request an icon
    Open an issue with your Obsidian version, plugin version, and steps to reproduce.

  • 💡 Submit a change
    Create a pull request.

Missing an icon for a file type? It is usually worth requesting it upstream too, so every editor benefits.

License

MIT. The bundled icon artwork carries its own upstream licence — see NOTICE.

HealthExcellent
ReviewPassed
About
Apply Material Design file and folder icons to the Obsidian file explorer with over 1,125 icons covering 2,131 file names, 1,380 extensions and 269 folder names. Map any extension or file name to any icon via a searchable picker, and toggle file and folder icons independently. Keep icons synced with light/dark themes and choose settings in multiple languages.
IconsFilesFolders
Details
Current version
1.3.3
Last updated
6 days ago
Created
Last month
Updates
9 releases
Downloads
603
Compatible with
Obsidian 1.13.0+
Platforms
Desktop, Mobile
License
MIT
Report bugRequest featureReport plugin
Author
GilbertzzzZZGilbertzzzZZgilbertzzzzz
GitHubgilbertzzzzz
  1. Community
  2. Plugins
  3. Icons
  4. Material Icon Theme

Related plugins

Custom File Explorer sorting

Manual or automatic config-driven reordering and sorting of files and folders in File Explorer.

Quick Explorer

Perform file explorer operations (and see your current file path) from the title bar, using the mouse or keyboard.

Flexplorer

Enhance the file explorer with custom sorting, pinning, and hiding.

Multi Properties

Add properties to multiple notes at once. Either right-click a folder or select multiple notes and right-click the selection.

GridExplorer

Browse and organize note files visually in a flexible grid layout.

File Explorer Note Count

See the number of notes in each folder within the file explorer.

File Tree Alternative

An alternative file tree view with separate folder and file panes.

Advanced Note Mover

Quickly and easily move notes to a predefined folder. Perfect for organizing your notes.

Create Note in Folder

Add commands to create a note in a specific folder.

File Cleaner Redux

Help you to clean empty files and unused attachments in the vault.