How do i add an icon like in the screenshot below inside of a button? I cannot seem to find how to do it.
WPF (and Silverlight) is offering a control called Image. As the name implies it's a container which can hold an image inside. Use such a control to represent the icon you want and then place it inside your Button through its Content property
Image
Button
Content
like here: