Codicons
Codicons offers 460 icons in . Created by Microsoft Corporation. They are available under the CC BY 4.0 license.
Codicons Icon Set
Overview
Codicons is a comprehensive icon set designed for Visual Studio Code. It provides a range of icons crucial for enhancing the user interface of VS Code extensions.
Features
- Wide Range of Icons: Includes icons for various functionalities and extensions.
- Standardized Class Names: Icons are mapped with consistent class names for ease of use.
- SVG Format: Icons are available in SVG format, ensuring high quality and scalability.
- Ease of Integration: Simple to integrate into projects with clear guidelines.
Usage
- Class-Based Usage: Icons can be referenced with CSS classes like
codicon codicon-add
. - SVG Sprite: Use
<svg><use xlink:href="codicon.svg#add" /></svg>
to incorporate icons into your projects.
Codicons provides a straightforward and efficient way to add icons to VS Code extensions, streamlining the development process.