I'm currently working on designing a slim right-facing arrow using CSS.
So far, I've successfully created the circular div, but I'm struggling with creating the arrow itself.
<div class="circleBase type2"></div>
I've set up a fiddle to demonstrate my progress and have also included a reference image for guidance.
http://jsfiddle.net/squidraj/c9eyrat6/
If anyone has any hints, suggestions, or helpful links, I would greatly appreciate it. Thank you in advance!