<!-- The solid style is implicit --> <font-awesome-icon icon="user-secret" /> <!-- It's better to be explicit --> <!-- Don't forget to bind the property with ":" (we forget all the time!) --> <font-awesome-icon :icon="['fas', 'user-secret']" />