mirror of
https://github.com/Templarian/MaterialDesign.git
synced 2026-03-03 07:04:06 +01:00
SVG inline example explained.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user