SVG inline example explained.

This commit is contained in:
Austin Andrews
2014-11-22 21:02:30 -06:00
parent 735117b2a0
commit 7ef6be3c78

View File

@@ -21,10 +21,12 @@ For those targetting the web your best option is to use the Web Font.
## Inline SVG
If you only need a few icons or lack the ability to include fonts, you can inline insert icons.
The web font is not the only way to use the icons. They can also be included inline with the `svg` tag. Right click any icon on the site and click the `View SVG` item in the context menu for example code.
```html SVG Inline Exmaple
Example here...
<svg style="width:24px;height:24px" viewBox="0 0 24 24">
<path fill="#000000" d="M ... Z" />
</svg>
```
## WPF / Windows / Windows Phone