Iconoir Icons
Description
A plugin for creating customized icons in Obsidian.md
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
iconoir-icons
A plugin for creating & displaying customized SVG [Iconoir Icons](https://iconoir.com/) in [Obsidian](https://obsidian.md).
⚠️ NOTICE
Copyright (c) 2023 Luca Burgio - https://iconoir.com; License - https://github.com/lucaburgio/iconoir/blob/main/LICENSE (Code: MIT License)
features
icon search suggestions

custom `CSS` styles

installation
[Install from community.obsidian.md](https://community.obsidian.md/plugins/iconoir-icons)
From Obsidian's settings or preferences:
- Community Plugins > Browse
- Search for "Iconoir Icons"
Manually:
- download the latest release archive
- uncompress the downloaded archive
- move the
iconoir-iconsfolder to/path/to/vault/.obsidian/plugins/ - Settings > Community plugins > reload Installed plugins
- enable plugin
or:
- download
main.js,manifest.json&styles.cssfrom the latest release - create a new folder
/path/to/vault/.obsidian/plugins/iconoir-icons - move all 3 files to
/path/to/vault/.obsidian/plugins/iconoir-icons - Settings > Community plugins > reload Installed plugins
- enable plugin
syntax
To trigger the icon name suggestion interface, type the ampersand key twice(`&&`) and start typing a query.
The syntax for the icon component is:
`~![ICON|COLOR|W|H|STYLE]`
The delimiter is the pipe symbol `|`.
ICON = the name of the icon e.g. iconoir-peace-hand
COLOR = the CSS color of the icon e.g. purple
W = the CSS width of the icon e.g. 1em
H = the CSS height of the icon e.g. 1em
STYLE = the CSS rule(s) for the icon component e.g. float:right;
ONLY the ICON name is required. ALL others optional, but cannot be empty.
`~![iconoir-peace-hand|purple|1em|1em|float:right;]`
basi
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11