All Projects → idleberg → vscode-svg-icons

idleberg / vscode-svg-icons

Licence: MIT license
Snippets for a variety of SVG icons

Programming Languages

javascript
184084 projects - #8 most used programming language
shell
77523 projects

vscode-svg-icons

The MIT License GitHub Visual Studio Marketplace CI

Snippets for popular SVG icons including Octicons, Evil Icons, Open Iconic, SmartIcons Glyphs, and Bytesize (see details).

This package is also available for Atom and Sublime Text

Screenshot

Screenshot nicked from the Sublime Text package, but you get the idea

Installation

Extension Marketplace

Launch Quick Open, paste the following command, and press Enter

ext install idleberg.svg-icons

CLI

With shell commands installed, you can use the following command to install the extension:

$ code --install-extension idleberg.svg-icons

Packaged Extension

Download the packaged extension from the the release page and install it from the command-line:

$ code --install-extension path/to/svg-icons-*.vsix

Alternatively, you can download the packaged extension from the Open VSX Registry or install it using the ovsx command-line tool:

$ ovsx get idleberg.svg-icons

Clone Repository

Change to your Visual Studio Code extensions directory:

# Windows
$ cd %USERPROFILE%\.vscode\extensions

# Linux & macOS
$ cd ~/.vscode/extensions/

Clone repository as svg-icons:

$ git clone https://github.com/idleberg/vscode-svg-icons svg-icons

Usage

Snippets are limited to the html, blade, jsx and vue scopes. Typing the class name of an icon using the designated prefix will complete to a SVG tag for the icon.

Prefixes

Prefix SVG Icons Version
bi Bytesize Icons 1.4
ei Evil Icons 1.8.0
feather Feather 4.24.0
octicon GitHub Octicons 6.0.1
oi Open Iconic 1.1.0
se Speakemoji 1.0
si SmartIcons Glyphs 1.1
tabler Tabler Icons 1.30.0
teenyicons Teenyicons 0.4.0

License

This work is licensed under The MIT License

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].