currency

Preview Sizes

currency
16px
currency
24px
currency
32px
currency
48px

currency SVG Icon

High-quality currency SVG icon for web design and development projects. Free to download and use in your projects.

Keywords:
Format: SVG (Vector)
License: Free for commercial use

✏️ Want to customize this icon? Edit with svgia.com - our powerful online SVG editor!

SVG Code

<?xml version="1.0" encoding="utf-8"?>
<svg width="800px" height="800px" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
  <defs>
    <path id="currency-a" d="M9,8 C7.8954305,8 7,7.1045695 7,6 C7,4.8954305 7.8954305,4 9,4 C10.1045695,4 11,4.8954305 11,6 C11,7.1045695 10.1045695,8 9,8 Z M0,10 L18,10 L18,12 L0,12 L0,10 Z M0,0 L18,0 L18,2 L0,2 L0,0 Z"/>
    <path id="currency-c" d="M2,0 L20,0 C21.1045695,0 22,0.8954305 22,2 L22,14 C22,15.1045695 21.1045695,16 20,16 L2,16 C0.8954305,16 0,15.1045695 0,14 L0,2 C0,0.8954305 0.8954305,0 2,0 Z M2,2 L2,14 L20,14 L20,2 L2,2 Z M11,9 C11.5522847,9 12,8.55228475 12,8 C12,7.44771525 11.5522847,7 11,7 C10.4477153,7 10,7.44771525 10,8 C10,8.55228475 10.4477153,9 11,9 Z M11,11 C9.34314575,11 8,9.65685425 8,8 C8,6.34314575 9.34314575,5 11,5 C12.6568542,5 14,6.34314575 14,8 C14,9.65685425 12.6568542,11 11,11 Z M6,11 C6.55228475,11 7,11.4477153 7,12 C7,12.5522847 6.55228475,13 6,13 L4,13 C3.44771525,13 3,12.5522847 3,12 C3,11.4477153 3.44771525,11 4,11 L6,11 Z M18,3 C18.5522847,3 19,3.44771525 19,4 C19,4.55228475 18.5522847,5 18,5 L16,5 C15.4477153,5 15,4.55228475 15,4 C15,3.44771525 15.4477153,3 16,3 L18,3 Z"/>
  </defs>
  <g fill="none" fill-rule="evenodd" transform="translate(1 4)">
    <g transform="translate(2 2)">
      <mask id="currency-b" fill="#ffffff">
        <use xlink:href="#currency-a"/>
      </mask>
      <use fill="#D8D8D8" fill-rule="nonzero" xlink:href="#currency-a"/>
      <g fill="#FFA0A0" mask="url(#currency-b)">
        <rect width="24" height="24" transform="translate(-3 -6)"/>
      </g>
    </g>
    <mask id="currency-d" fill="#ffffff">
      <use xlink:href="#currency-c"/>
    </mask>
    <use fill="#000000" fill-rule="nonzero" xlink:href="#currency-c"/>
    <g fill="#7600FF" mask="url(#currency-d)">
      <rect width="24" height="24" transform="translate(-1 -4)"/>
    </g>
  </g>
</svg>