Categories > Coding > C# >

[help] how do i use svg icons in wpf

Posts: 215

Threads: 39

Joined: Feb, 2021

Reputation: 9

Posted

title sums this thread up, i kinda don't like segoe icons/fluent icons so i wanna use the svg's i have but since im a retard idk how so if anyone could help that would be pretty baller

  • 1

swiney2

swiney2#8267

vip

Posts: 237

Threads: 9

Joined: Jul, 2021

Reputation: 20

Replied

open the svg file in notepad, copy the data (letters n numbers n stuff) and then make a path (<Path> <Path\>) and make the data of that path (<Path Data = ""> <Path\>)

  • 0

Added

Also some other good icons that aren't svg are Material Design Icons

  • 0

Im not really active anymore, so alot of my information isnt updated. 

https://media.discordapp.net/attachments/836952000876511252/950508582892367912/pigeon_siggy.png

Posts: 1477

Threads: 95

Joined: Oct, 2019

Reputation: 103

Replied

Would Assume Something Along This Would Work Too If You Want Buttons With SVG's

<Button >
     <Path Data="Svg Path Data" />
</Button>
  • 0

Users viewing this thread:

( Members: 0, Guests: 1, Total: 1 )