The v-icon
component provides a large set of glyphs to provide context to various aspects of your application. For a list of all available icons, visit the official Material Design Icons page. To use any of these icons simply use the mdi-
prefix followed by the icon name.
Icons come in two themes (light and dark), and five different sizes (x-small, small, medium (default), large, and x-large).
Select your desired component from below and see the available props, slots, events and functions.
Below is a collection of simple to complex examples.
Material Design is also supported. For more information on how to install it please navigate here
Font Awesome is also supported. Simply use the fa-
prefixed icon name. Please note that you still need to include the Font Awesome icons in your project. For more information on how to install it, please navigate to the installation page
Using color helpers you can change the color of an icon from the standard dark and light themes.
Binding any click event to v-icon
will automatically change the cursor to a pointer.
You can manually import only the icons you use when using the @mdi/js package. If you want to use SVG icons with VIcon
component, read about using them here.