icons Questions

21

Solved

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...

2

We have an Angular 16 Universal project and we want to find the best way to use SVG icons. Performance is crucial for our web app. We cannot use fonts such as Icomoon because the icons are multicol...
Accusatory asked 2/11, 2023 at 16:32

6

Solved

I am having trouble importing an icon into my application. I have a main form and I am trying to import to it a new icon via the Icon field in Properties. The image is already in .ico format: thi...
Drubbing asked 26/4, 2012 at 12:19

4

Solved

I have started using <mat-icon> from Angular Material, and I'm wondering if there is any official list of the names of all the included icons. A few months ago I found a page where a bunch of...
Benavides asked 1/6, 2018 at 6:51

13

Solved

I've just spent numerous hours constructing an icon for an Android app I'm working on, but can't get it to show up for the app in the emulator. I've put it in res/drawable-hdpi, res/drawable-mdpi,...
Burger asked 23/1, 2011 at 22:16

3

Solved

How to tint menu icons is already covered a few times, like here: Toolbar icon tinting on Android Additionally to this solution there is still the problem of the navigation icon. Applying a Theme...
Corbel asked 28/8, 2017 at 14:7

7

Solved

I got this html code from https://icons.getbootstrap.com/icons/person-workspace/ How to adjust the size(to enlarge the size) of this icon from the html file itself? I tried using display-1 class, b...
Spank asked 24/3, 2022 at 7:27

7

Solved

Is there an easy way to import all the icons of the Material Design icons repository into an android project with out the hazard of doing it manually?
Betide asked 23/2, 2015 at 22:29

6

Solved

I've created a WinForm application with .NET 4.6.1 and C#. I'm using Visual Studio 2017, with latest fixes updated (up to 29-Sept-2018). The application uses a custom icon, and it's correctly shown...
Your asked 29/9, 2018 at 10:42

3

Solved

I've got an icon for one of my applications, which I've embedded in a resource file and is used as the main icon for the application. So far so good. However, I want to use the same icon for the i...
Lucialucian asked 15/7, 2010 at 14:3

8

Solved

I tried everything I found on the web, Stackoverflow and Github, and I still can't make it. I want to make a custom marker with a custom icon, but with my code below I always got an error : 'TypeE...
Yalonda asked 8/12, 2017 at 23:55

2

What Unicode character can I use do display this character? I currently need it to write a .doc document, but I would like to know if a Unicode character is available, in order to print it out i...
Fabled asked 28/2, 2018 at 16:18

5

Solved

I have an Icon (Back Icon to be Specific) in My Flutter App. It Looks Lighter. I Want to Make It Bold/Increase weight for Some Reason. Container( child: Icon( Icons.arrow_back, color: Color(0xf...
Knitwear asked 28/7, 2019 at 17:47

2

Solved

I'm writing an application in C to parse Windows Icon files (ICO). When I read in the BITMAPINFOHEADER struct for an existing icon entry, all of the variables within the struct contain values that...
Enameling asked 28/4, 2011 at 2:17

2

While analyzing the html of the product on my Shopify website for errors, I found this peculiar error repeated 6 times: "Each dictionary in the list "icons" should contain a non-empt...
Danaedanaher asked 12/2, 2021 at 11:32

6

I'm using vuetify 1.1.8 and vue 3.0.0-rc.3. I am trying to use some of the custom SVG icons in my project, which I have designed, instead of default icons from Material Icons or FontAwesome Icons w...
Obeded asked 31/7, 2018 at 13:27

8

Solved

Normally I'd use material-ui icons by importing them directly per the material-ui instructions. But I have a text tag, which is the actual icon name (like calendar_view_day) and need to get and re...
Pomatum asked 29/5, 2019 at 22:43

5

Solved

how can i change cluster icon? i wolud like to have same icon, with some other color than blue.

2

Solved

I tried to send a notification (in Ubuntu 16.04) with an icon. -i, --icon=ICON[,ICON...] Specifies an icon filename or stock icon to display. Is there any condition for the icon to be shown? I...
Assam asked 8/9, 2016 at 7:6

15

Solved

How do you set the app icon for your Electron app? I am trying BrowserWindow({icon:'path/to/image.png'}); but it does not work. Do I need to pack the app to see the effect?
Pennoncel asked 21/7, 2015 at 3:20

10

Solved

I downloaded some icons from material.io but they only offer the icons in black. I saw a youtube video where they use to allow you to choose the color. Anyway, I am trying to change the colors of t...
Tiffie asked 31/3, 2017 at 13:33

3

Solved

I already have the button: <Button android:layout_height="wrap_content" android:layout_width="fill_parent" android:drawableLeft="@drawable/empty" android:id="@+id/buttonMyText" android:text=...
Bosomed asked 22/11, 2010 at 22:37

13

Solved

I tried this way, but it didnt changed? ImageIcon icon = new ImageIcon("C:\\Documents and Settings\\Desktop\\favicon(1).ico"); frame.setIconImage(icon.getImage());
Kava asked 27/3, 2013 at 11:18

1

Solved

At this time, an application made with Flutter and Material 3 does not use the newest icons from https://fonts.google.com/icons New: Currently: There is also missing icons New: Currently: (Not impl...
Quiz asked 7/6, 2023 at 9:22

3

hello friends i want to use Bootstrap like icons with button but when i try using it in my asp.net project the image doesnt shows can you please tell me how to use bootstrap icon with buttons i hav...
Kenyatta asked 7/4, 2013 at 15:12

© 2022 - 2024 — McMap. All rights reserved.