<Grid>
<Button Background="Red" Height="32" Width="32">
<Viewbox>
<Path Data="M26,25C26,25 26,28 26,28 26,28 6,28 6,28 6,28 6,25 6,25 6,25 4,25 4,25 4,25 4,30 4,30 4,30 28,30 28,30 28,30 28,25 28,25 28,25 26,25 26,25z
M14,4C14,4 18,4 18,4 18,4 18,23 18,23 18,23 23,20 23,20 23,20 24,22 24,22 24,22 16,27 16,27 16,27 8,22 8,22 8,22 9,20 9,20 9,20 14,23 14,23 14,23 14,4 14,4z"
Fill="Black" Stroke="Black" StrokeThickness="0.1"/>
</Viewbox>
</Button>
</Grid>
|