<!-- Down 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 48 48" style="enable-background:new 0 0 48 48;" xml:space="preserve">
    <title>Arrow Down</title>
    <style type="text/css">
        .down-arrow--black {
            fill-rule: evenodd;
            clip-rule: evenodd;
            fill: #000;
        }
    </style>
    <path class="down-arrow--black" d="M14.8,17.2l9.2,9.2l9.2-9.2L36,20L24,32L12,20L14.8,17.2z" />
</svg>

<!-- Down Arrow White -->
<div style="background: #2774AE; display: inline-block;">
    <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 48 48" style="enable-background:new 0 0 48 48;" xml:space="preserve">
        <title>Arrow Down</title>
        <style type="text/css">
            .down-arrow--white {
                fill-rule: evenodd;
                clip-rule: evenodd;
                fill: #FFFFFF;
            }
        </style>
        <path class="down-arrow--white" d="M14.8,17.2l9.2,9.2l9.2-9.2L36,20L24,32L12,20L14.8,17.2z" />
    </svg>
</div>

<!-- Down 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 48 48" style="enable-background:new 0 0 48 48;" xml:space="preserve">
    <title>Arrow Down</title>
    <style type="text/css">
        .down-arrow--blue {
            fill-rule: evenodd;
            clip-rule: evenodd;
            fill: #00598C;
        }
    </style>
    <path class="down-arrow--blue" d="M14.8,17.2l9.2,9.2l9.2-9.2L36,20L24,32L12,20L14.8,17.2z" />
</svg>
  • Handle: @denotive-svg--down-arrow
  • Preview:
  • Filesystem Path: src/components/02-utilities/04-icons/01-denotive-icons/denotive-svg--down-arrow.hbs