html,body,svg { height:100% }

right left arrows small

by greatCar

HTML

<svg style="padding-left: 25px; display:inline;" viewBox="0 0 200 100" xmlns="http://www.w3.org/2000/svg">
  <!-- Example of a polygon with the default fill -->  
    <polygon style="margin-top:10px;" points="1,15  5,12 5,14 20,14 20,12 24,15 20,18 20,16 5,16 5,18"    fill="none" stroke="black" />
</svg>

CSS

html,body,svg { height:100% }