heroicons

Generate Rust code snippets for heroicons crate icons and hypertext integration.

Updated Jan 6, 2026
One-click install
npx skills add https://github.com/eboody/eran.codes --skill heroicons
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: heroicons
Source: https://github.com/eboody/eran.codes/tree/main/archive/skills/heroicons
Command: npx skills add https://github.com/eboody/eran.codes --skill heroicons

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps you find and use icons from the Rust heroicons crate, making it easy to integrate them into your projects.

Core Features & Use Cases

  • Icon Lookup: Find specific icons by name and variant (Outline, Solid, Mini, Micro).
  • Code Snippet Generation: Get ready-to-use Rust code for rendering icons as SVGs or within hypertext components.
  • API Verification: Check icon details against the locally mirrored docs.rs documentation for version 0.2.0.
  • Use Case: You need to add a "user profile" icon to your web application. Use this Skill to find the correct heroicons name (e.g., User) and generate the Rust code to display it.

Quick Start

Use the heroicons skill to find the Rust code for the 'chat bubble' icon.

Frequently Asked Questions about heroicons

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate Rust code for heroicons in my web application?

You can look up specific icons by name and variant (Outline, Solid, Mini, Micro) to get ready-to-use Rust code snippets for rendering SVGs or integrating with `hypertext` components in your web application.

What heroicons variants are available in the Rust crate?

The available heroicons variants in the Rust crate include Outline, Solid, Mini, and Micro, which can be selected from a catalog to generate the appropriate SVG rendering code.

Can I use heroicons with hypertext components in Rust?

Yes, you can use heroicons with hypertext components in Rust by generating specific code snippets that integrate the selected SVG icons directly into your hypertext UI components.

How do I find the correct icon name for a user profile in Rust heroicons?

You can find the correct icon name for a user profile, such as `User`, by searching the heroicons catalog and verifying the details against locally mirrored `docs.rs` documentation for version 0.2.0.

Does the Rust heroicons skill support version 0.2.0 API details?

Yes, the skill supports version 0.2.0 of the Rust heroicons crate by relying on locally mirrored `docs.rs` documentation to verify API details and icon names.

What is the best way to render SVG icons using the Rust heroicons crate?

The best way to render SVG icons using the Rust heroicons crate is to select an icon from the catalog and use the generated Rust code snippet for direct SVG rendering or hypertext component integration.