Hi Ben,
Where are you looking to use this, broadly speaking you can make use of the SVG code within your code/content:
<svg version="1.1" class="svg-swift-slider-continue" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="48px" height="48px" viewBox="0 0 48 48" enable-background="new 0 0 48 48" xml:space="preserve">
<path fill="none" stroke="#222222" stroke-width="3" stroke-linecap="square" stroke-linejoin="round" stroke-miterlimit="10" d="
M23.998,33.999l-20-20L23.998,33.999z"></path>
<path fill="none" stroke="#222222" stroke-width="3" stroke-linecap="square" stroke-linejoin="round" stroke-miterlimit="10" d="
M23.998,33.999l20-20L23.998,33.999z"></path>
</svg>