Top "Icons" questions

An icon is a small pictogram used in graphical user interfaces to supplement the presentation of textual information to the user.

How do I set the icon for my application in visual studio 2008?

How do I set the executable icon for my C++ application in visual studio 2008?

c++ visual-studio visual-studio-2008 icons
Actionbar notification count icon (badge) like Google has

Is there a android standard badge or method to show action bar notification icon with a count like on Google …

android notifications icons android-actionbar actionbarsherlock
Any easy way to use icons from resources?

I have an C# app. I need to add an icon to that app so i added an icon resource. …

c# forms resources icons
Unicode via CSS :before

I am using Font Awesome on my webpage and I want to display an icon inside the :before pseudo element. …

html css unicode encoding icons
How to set app icon for Electron / Atom Shell App

How do you set the app icon for your Electron app? I am trying BrowserWindow({icon:'path/to/image.png'}); …

icons electron
Add tooltip to font awesome icon

Has anyone here added tooltips to font-awesome icons? I have the following jsfiddle, but cannot seem to find a guide …

icons tooltip font-awesome
Pyinstaller setting icons don't change

When I use the command: pyinstaller.exe --icon=test.ico -F --noconsole test.py All icons do not change to …

python icons pyinstaller executable
How to use the new Material Design Icon themes: Outlined, Rounded, Two-Tone and Sharp?

Google has revamped its Material Design Icons with 4 new preset themes: Outlined, Rounded, Two-Tone and Sharp, in addition to the …

icons material-design google-material-icons
Change icons of checked and unchecked for Checkbox for Android

Instead of having a check mark for the icon, I want a custom star (I have checked and unchecked icons). …

java android checkbox icons
Adding icons to a Bootstrap dropdown

I want to add some icons to links in a Bootstrap dropdown, using code like this: <ul> <…

html css twitter-bootstrap drop-down-menu icons