Skip to main content

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
0 votes
1 answer
30 views

python Tkinter executable has icon set but lost in at runtime

I need to generate an executable (onefile) from my tkinter application (one .pyw file). PyInstaller myApp.pyw --onefile --icon=myIcon.ico The build executable in \dist\ folder looks good - the .exe ...
Dr. Joe's user avatar
  • 41
0 votes
2 answers
64 views

CSS local svg icon color [duplicate]

I am trying to setup some custom svg icons like this <i class="my-svg-icon"></i> I have the svg displayed but cannot adjust the color .my-svg-icon { height: 25px; width: ...
user3074140's user avatar
0 votes
0 answers
15 views

Is it ok to replace image files in the system32 folder with other image files

I want to get custom system icons, to do this i expect you would replace files in the system32 folder. I want to replace the icons on the taskbar with "cooler" ones, so I found them in c:\...
Jamie's user avatar
  • 31
0 votes
0 answers
34 views

How to make the Android app icon “cover” rather than “contain”?

In flutter I use `flutter_launcher_iconsˋ to generate my app icons, from the picture I’ve made but the result is like it used “contain” rather the expected “cover” mode as follows: Is there a way to ...
Stéphane de Luca's user avatar
1 vote
0 answers
16 views

One Json file, 2 values to filter, followed by inclusion in the Leaflet Menu Control

I have been on Leaflet maps for a few weeks. We are switching from Google maps to Leaflet. I work with a non-profit organization providing support for citizen water quality samplers. I do not mind ...
Louis Lemire's user avatar
0 votes
0 answers
27 views

react-svg library and styles are not applied

I have used the "react-svg" library to display SVG icons because I wanted to enter the address of the icon directly, but the problem is that I cannot implement my styles on the icon, like I ...
Iman Jalali's user avatar
-3 votes
1 answer
43 views

c# application icon not used when running

I have two c# applications developed using Microsoft Visual Studio Professional 2022. Both applications have the same icon and the icon is set in the Application properties. When I compile the ...
SPlatten's user avatar
  • 5,578
0 votes
0 answers
10 views

Material design icons

I want to fill a DevExtreme DxSelectBox with icons. I was wondering if there is a way to use the entire material design icon list as my DxSelectBox datasource (without me copying every icon one by one ...
Alex's user avatar
  • 1
1 vote
0 answers
37 views

setWindowIcon() in Qt6 fails only when running from one specific folder

I have a Qt6 application called acquisition that fails to set the window icon, but only when it's run from its installation directory in %LocalAppData%\Programs\acquisition. If I copy the program ...
Gerwaric's user avatar
0 votes
1 answer
48 views

Extracting a 24x24 icon associated with file type

I'm trying to extract five formats (sizes) of icons that are associated with common file types (e.g. PDF files, DOCX, XLSX, etc.). I've scraped through countless posts on StackOverflow and elsewhere; ...
Faraz Azhar's user avatar
0 votes
0 answers
38 views

Adding custom icons to files on desktop crashes explorer.exe C#

I have a Windows service application to add custom icons to files and directories using .Net Framework 4.5.2 SharpShell library. When I try to create a Microsoft Excel file on desktop, file icon moves ...
khraLiezx's user avatar
0 votes
1 answer
31 views

Is it possible to count the occurrence number of a custom icon in Leaflet? If yes, how to do it?

Firstly, I'm a beginner, I've learned a lot from you. I have 5 custom icons defined: //Awesome icons var LeafIcon = L.Icon.extend({ options: { shadowUrl: "markers-shadow.png", ...
Weslley Morais's user avatar
0 votes
0 answers
24 views

missing run icon and execute icon in my vs code when i am using .sql file

I have a problem with my vs code when I am using a .SQL file it does not show the run icon in the vscode screen and I have to select some lines and run but other people have a lot of run icons in vs ...
Moeen Heydari's user avatar
0 votes
2 answers
38 views

Given this icon: `<span class="material-symbols-outlined"> check_circle </span>` ,on hover, how do i make only the inside of the icon green?

i'm trying to make the background color of the icon green without it going over the circular shape of the icon i've been trying to match the html element's border to the icon's shape, but the element'...
Giaggipc's user avatar
2 votes
1 answer
52 views

How to remove white background on kivy app icon?

Kivy app icon is not filling the entire space designed for It. I am not English fluent, but I will describe my problem as best as I can. I am using an icon with 480 x 320 of size and It works fine on ...
Leonardo Tiago's user avatar

15 30 50 per page
1
2 3 4 5
645