question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Icons show the text of the icons, not the icon itself.

See original GitHub issue

Steps to reproduce

  1. Install a webpack base project using vue-cli
  2. Install Vue, include the JS/CSS into the Vue App in main.js.
  3. At this point, the other components work.
  4. Attempting to use <v-icon>home</v-icon> shows a large “home” in text instead of the icon

Versions

Vue: 2.4.4
Vuetify: 0.16.3
OS: OSx Sierra 10.12.6
Chrome, Firefox (including nightly), Safari

What is expected ?

I expect to see icons.

What is actually happening ?

I see the text instead. “home” instead of an icon of a home

Reproduction Link

I can’t reproduce from the given fiddle.

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Reactions:8
  • Comments:27 (7 by maintainers)

github_iconTop GitHub Comments

191reactions
bakossandorcommented, Oct 8, 2018

with Vue CLI 3 we has no index.html in the src folder so alternatively you can npm install --save material-design-icons-iconfont and import it in the main.js file import 'material-design-icons-iconfont/dist/material-design-icons.css'

125reactions
Mbarsilacommented, May 7, 2018

Including link href=‘https://fonts.googleapis.com/css?family=Roboto:300,400,500,700|Material+Icons’ rel=“stylesheet” type=“text/css”

in my index file solved my problem

Read more comments on GitHub >

github_iconTop Results From Across the Web

vue.js - vuetify icon not showing - Stack Overflow
I just did a new Vue-cli project, following the Vuetify quick start and copied one of their templates and icons did not show...
Read more >
Desktop icons missing, Only text showing - Microsoft Community
I have Three user accounts in my PC and this issue affects two of them My Desktop icons have disappeared and i can...
Read more >
Icon Fonts: Showing Icons without their Associated Text
How to only show an icon when using icon fonts, pseudo-elements, and image replacement techniques.
Read more >
How to stop Windows 11 and 10 from using thumbnail preview ...
From now on, Windows should show the regular folder icons rather than contents ... Email or SMS text messaging are NOT secure for...
Read more >
Icon | Angular Material
This directive supports both icon fonts and SVG icons, but not ... show icons by using ligatures, for example by rendering the text...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found