<!-- Up 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 Up</title>
    <style type="text/css">
        .arrow-up--black {
            fill-rule: evenodd;
            clip-rule: evenodd;
            fill: #000;
        }
    </style>
    <g>
        <polygon class="arrow-up--black" points="16.6,16 12,11.4 7.4,16 6,14.6 12,8.6 18,14.6 	" />
    </g>
</svg>

<div style="background: #2774AE; display: inline-block;">
    <!-- Up 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 Up</title>
        <style type="text/css">
            .arrow-up--white {
                fill-rule: evenodd;
                clip-rule: evenodd;
                fill: #FFFFFF;
            }
        </style>
        <g>
            <polygon class="arrow-up--white" points="16.6,16 12,11.4 7.4,16 6,14.6 12,8.6 18,14.6 	" />
        </g>
    </svg>
</div>

<!-- Up 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 Up</title>
    <style type="text/css">
        .arrow-up--blue {
            fill-rule: evenodd;
            clip-rule: evenodd;
            fill: #003B5C;
        }
    </style>
    <g>
        <polygon class="arrow-up--blue" points="16.6,16 12,11.4 7.4,16 6,14.6 12,8.6 18,14.6 	" />
    </g>
</svg>
  • Handle: @denotive-svg--up-arrow
  • Preview:
  • Filesystem Path: src/components/02-utilities/04-icons/01-denotive-icons/denotive-svg--up-arrow.hbs