Icon

El componente v-icon provee de una gran colección de símbolos que dan contexto a varios aspectos de tu aplicación. Los íconos de vuetify utilizan la librería de fuentes Material Icons. Para ver la lista de todos los íconos disponibles, visita la página oficial de Material Icons.

Uso

Icons come in two themes (light and dark), and four different sizes (standard, medium, large, and x-large). If you want to use SVG icons with VIcon component, read about using SVG icons with VIcon here.

API

v-icon
Nombre
color
Default
undefined
Type
string

Aplica el color especificado al control.

Nombre
dark
Default
false
Type
boolean

Aplica la variante del tema dark

Nombre
disabled
Default
false
Type
boolean

El input está deshabilitado.

Nombre
large
Default
false
Type
boolean

Hace que el ícono sea grande (36px)

Nombre
left
Default
false
Type
boolean

Coloca el ícono a la izquierda, cuando se usa dentro de un botón

Nombre
light
Default
false
Type
boolean

Aplica la variante del tema light

Nombre
medium
Default
false
Type
boolean

Hace el ícono mediano (28px)

Nombre
right
Default
false
Type
boolean

Coloca el ícono a la derecha, cuando se usa dentro de un botón

Nombre
size
Default
undefined
Type
number | string

Configura la altura y el ancho del elemento

Nombre
small
Default
false
Type
boolean

Hace el ícono pequeño (16px)

Nombre
x-large
Default
false
Type
boolean

Hace el ícono extra grande (40px)

Ejemplos

Font Awesome

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.

Material Design Icons

Material Design Icons is also supported. Simply use the mdi- prefixed icon name. Please note that you still need to include the MDI icons in your project.

Color

Using color helpers you can change the color of an icon from the standard dark and light themes.

Buttons

Icons can be used inside of buttons to add emphasis to the action.

Clickable

Binding any click event to v-icon will automatically change the cursor to a pointer.

Edit this page | language on Github
Vuetify 3 is now available!The latest version of Vuetify is now available!
Learn about Vuetify 3's new features and functionality for modern Vue applications
Start exploringExplore