<!-- Left Arrow Black -->
<svg width="48px" height="48px" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 24 24" style="enable-background:new 0 0 24 24;" xml:space="preserve">
    <title>Arrow Left</title>
    <style type="text/css">
        .arrow-left--black {
            fill-rule: evenodd;
            clip-rule: evenodd;
            fill: #000000;
        }
    </style>
    <g>
        <polygon class="arrow-left--black" points="16,16.6 11.4,12 16,7.4 14.6,6 8.6,12 14.6,18 	" />
    </g>
</svg>

<div style="background: #2774AE; display: inline-block;">
    <!-- Left Arrow White -->
    <svg width="48px" height="48px" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 24 24" style="enable-background:new 0 0 24 24;" xml:space="preserve">
        <title>Arrow Left</title>
        <style type="text/css">
            .arrow-left--white {
                fill-rule: evenodd;
                clip-rule: evenodd;
                fill: #FFFFFF;
            }
        </style>
        <g>
            <polygon class="arrow-left--white" points="16,16.6 11.4,12 16,7.4 14.6,6 8.6,12 14.6,18 	" />
        </g>
    </svg>
</div>

<!-- Left Arrow Blue -->
<svg width="48px" height="48px" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 24 24" style="enable-background:new 0 0 24 24;" xml:space="preserve">
    <title>Arrow Left</title>
    <style type="text/css">
        .arrow-left--blue {
            fill-rule: evenodd;
            clip-rule: evenodd;
            fill: #003B5C;
        }
    </style>
    <g>
        <polygon class="arrow-left--blue" points="16,16.6 11.4,12 16,7.4 14.6,6 8.6,12 14.6,18 	" />
    </g>
</svg>
  • Handle: @denotive-svg--left-arrow
  • Preview:
  • Filesystem Path: src/components/02-utilities/04-icons/01-denotive-icons/denotive-svg--left-arrow.hbs