Questions tagged [icons]

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

Icons may represent a file, folder, application or device on a computer operating system. In modern usage today, the icon can represent anything that the users want it to: any macro command or process, mood-signaling, or any other indicator.

9567 questions
1378
votes
20 answers

What characters can be used for up/down triangle (arrow without stem) for display in HTML?

I'm looking for a HTML or ASCII character which is a triangle pointing up or down so that I can use it as a toggle switch. I found ↑ (↑), and ↓ (↓) - but those have a narrow stem. I'm looking just for the HTML arrow "head".
Timj
  • 13,937
  • 3
  • 18
  • 9
765
votes
13 answers

How to add a browser tab icon (favicon) for a website?

I've been working on a website and I'd like to add a small icon to the browser tab. How can I do this in HTML and where in the code would I need to place it (e.g. header)? I have a .png logo file that I'd like to convert to an icon. Related: HTML…
knookie
  • 8,023
  • 4
  • 33
  • 29
658
votes
17 answers

Set icon for Android application

How can I set an icon for my Android application?
V I J E S H
  • 7,464
  • 10
  • 29
  • 37
472
votes
31 answers

TortoiseSVN icons not showing up under Windows 7

I can't seem to get the icons to display under Windows 7 and I really miss this from Windows XP. How can it be fixed?
Lodle
  • 31,277
  • 19
  • 64
  • 91
420
votes
24 answers

How to style icon color, size, and shadow of FontAwesome Icons

How could I style the color, size and shadow of icons from FontAwesome's Icons? For example, FontAwesome's site will show some icons in white and some in red but won't show the CSS for how to style them that way ...
Elias7
  • 12,285
  • 13
  • 35
  • 35
373
votes
22 answers

Put icon inside input element in a form

How do I put an icon inside a form's input element? Live version at: Tidal Force theme
akif
  • 12,034
  • 24
  • 73
  • 85
354
votes
17 answers

How to add icons to React Native app

I am making a React Native app. I would like to customize the app icon (meaning the icon that you click on to start the app). I have Googled this, but I keep finding different types of icons that refer to different things. How do I add these types…
Adam Katz
  • 6,999
  • 11
  • 42
  • 74
342
votes
17 answers

iPhone App Icons - Exact Radius?

I'm trying to create the icon for my iPhone app, but don't know how to get the exact radius that the iPhone's icons use. I've searched and searched for a tutorial or a template but can't find one. I'm sure that I'm just a moron, but how do you get…
Frank Barson
  • 3,449
  • 3
  • 16
  • 4
280
votes
31 answers

Save icon: Still a floppy disk?

I'm working on a project where the user is able to save their work (most likely to the HDD but also possibly any other media, including floppy disks). Sure, the popular File > Save option is there but what about a toolbar button? By far the most…
Travis
  • 12,001
  • 8
  • 39
  • 52
278
votes
16 answers

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 regular Filled/Baseline theme: But, unfortunately, it doesn't say anywhere how to use the new themes. I've been using…
Ashil John
  • 7,362
  • 4
  • 19
  • 34
272
votes
3 answers

What do the icons in Eclipse mean?

What do the icons in the Eclipse debugger mean? What do the icon decorators in Eclipse mean? What do the icons in Eclipse's Package Explorer mean? What do the little letters on top of Eclipse icons mean? What's the difference between the two error…
Pops
  • 30,199
  • 37
  • 136
  • 151
255
votes
21 answers

Android Push Notifications: Icon not displaying in notification, white square shown instead

My app generates a notification, but the icon I set for that notification is not being displayed. Instead, I get a white square. I have tried resizing the png of the icon (dimensions 720x720, 66x66, 44x44, 22x22). Curiously, when using smaller…
251
votes
9 answers

Which icon sizes should my Windows application's icon include?

I have a Windows application which will run in Windows XP and newer (i.e. Vista/7). According to the Vista UI Guidelines, the standard sizes are 16x16, 32x32, 48x48, 256x256 (XP standard sizes do not include the 256x256 icon). In addition to those…
Daniel Rose
  • 17,233
  • 9
  • 65
  • 88
248
votes
14 answers

iOS how to set app icon and launch images

How do I set the images so that I can archive and validate my app? The screen looks like this now: So the first one says 29pt, but then it also says 2x. So do I put a 29x29 image or a 58x58 image? And where do I put all of the other ones? (I know…
user3925803
  • 3,115
  • 2
  • 16
  • 25
1
2 3
99 100