banknote icon

banknote-bold-duotone from Solar by 480 Design · Bold Duotone · Money · CC-BY-4.0 Attribution required.

Name
banknote-bold-duotone
Set
Solar
Style
Bold Duotone
Category
Money
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

The same icon in other sets

More money icons from Solar

Use the banknote icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M3.77772 18.3259C4.78661 19 6.19108 19 9 19L15 19C17.8089 19 19.2134 19 20.2223 18.3259C20.659 18.034 21.034 17.659 21.3259 17.2223C22 16.2134 22 14.8089 22 12C22 9.19107 22 7.78661 21.3259 6.77772C21.034 6.34096 20.659 5.96595 20.2223 5.67412C19.2134 5 17.8089 5 15 5H9C6.19108 5 4.78661 5 3.77772 5.67412C3.34096 5.96596 2.96596 6.34096 2.67412 6.77772C2 7.78661 2 9.19108 2 12C2 14.8089 2 16.2134 2.67412 17.2223C2.96596 17.659 3.34096 18.034 3.77772 18.3259Z" opacity=".5"/><path d="M5.5 15.75C5.08579 15.75 4.75 15.4142 4.75 15L4.75 9C4.75 8.58579 5.08579 8.25 5.5 8.25C5.91421 8.25 6.25 8.58579 6.25 9L6.25 15C6.25 15.4142 5.91421 15.75 5.5 15.75Z"/><path d="M17.75 15C17.75 15.4142 18.0858 15.75 18.5 15.75C18.9142 15.75 19.25 15.4142 19.25 15V9C19.25 8.58579 18.9142 8.25 18.5 8.25C18.0858 8.25 17.75 8.58579 17.75 9V15Z"/><path fill-rule="evenodd" d="M8.25 12C8.25 14.0711 9.92893 15.75 12 15.75C14.0711 15.75 15.75 14.0711 15.75 12C15.75 9.92893 14.0711 8.25 12 8.25C9.92893 8.25 8.25 9.92893 8.25 12ZM9.75 12C9.75 13.2426 10.7574 14.25 12 14.25C13.2426 14.25 14.25 13.2426 14.25 12C14.25 10.7574 13.2426 9.75 12 9.75C10.7574 9.75 9.75 10.7574 9.75 12Z" clip-rule="evenodd"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarBanknoteBoldDuotone(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M3.77772 18.3259C4.78661 19 6.19108 19 9 19L15 19C17.8089 19 19.2134 19 20.2223 18.3259C20.659 18.034 21.034 17.659 21.3259 17.2223C22 16.2134 22 14.8089 22 12C22 9.19107 22 7.78661 21.3259 6.77772C21.034 6.34096 20.659 5.96595 20.2223 5.67412C19.2134 5 17.8089 5 15 5H9C6.19108 5 4.78661 5 3.77772 5.67412C3.34096 5.96596 2.96596 6.34096 2.67412 6.77772C2 7.78661 2 9.19108 2 12C2 14.8089 2 16.2134 2.67412 17.2223C2.96596 17.659 3.34096 18.034 3.77772 18.3259Z" opacity=".5"/><path d="M5.5 15.75C5.08579 15.75 4.75 15.4142 4.75 15L4.75 9C4.75 8.58579 5.08579 8.25 5.5 8.25C5.91421 8.25 6.25 8.58579 6.25 9L6.25 15C6.25 15.4142 5.91421 15.75 5.5 15.75Z"/><path d="M17.75 15C17.75 15.4142 18.0858 15.75 18.5 15.75C18.9142 15.75 19.25 15.4142 19.25 15V9C19.25 8.58579 18.9142 8.25 18.5 8.25C18.0858 8.25 17.75 8.58579 17.75 9V15Z"/><path fillRule="evenodd" d="M8.25 12C8.25 14.0711 9.92893 15.75 12 15.75C14.0711 15.75 15.75 14.0711 15.75 12C15.75 9.92893 14.0711 8.25 12 8.25C9.92893 8.25 8.25 9.92893 8.25 12ZM9.75 12C9.75 13.2426 10.7574 14.25 12 14.25C13.2426 14.25 14.25 13.2426 14.25 12C14.25 10.7574 13.2426 9.75 12 9.75C10.7574 9.75 9.75 10.7574 9.75 12Z" clipRule="evenodd"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M3.77772 18.3259C4.78661 19 6.19108 19 9 19L15 19C17.8089 19 19.2134 19 20.2223 18.3259C20.659 18.034 21.034 17.659 21.3259 17.2223C22 16.2134 22 14.8089 22 12C22 9.19107 22 7.78661 21.3259 6.77772C21.034 6.34096 20.659 5.96595 20.2223 5.67412C19.2134 5 17.8089 5 15 5H9C6.19108 5 4.78661 5 3.77772 5.67412C3.34096 5.96596 2.96596 6.34096 2.67412 6.77772C2 7.78661 2 9.19108 2 12C2 14.8089 2 16.2134 2.67412 17.2223C2.96596 17.659 3.34096 18.034 3.77772 18.3259Z" opacity=".5"/><path d="M5.5 15.75C5.08579 15.75 4.75 15.4142 4.75 15L4.75 9C4.75 8.58579 5.08579 8.25 5.5 8.25C5.91421 8.25 6.25 8.58579 6.25 9L6.25 15C6.25 15.4142 5.91421 15.75 5.5 15.75Z"/><path d="M17.75 15C17.75 15.4142 18.0858 15.75 18.5 15.75C18.9142 15.75 19.25 15.4142 19.25 15V9C19.25 8.58579 18.9142 8.25 18.5 8.25C18.0858 8.25 17.75 8.58579 17.75 9V15Z"/><path fill-rule="evenodd" d="M8.25 12C8.25 14.0711 9.92893 15.75 12 15.75C14.0711 15.75 15.75 14.0711 15.75 12C15.75 9.92893 14.0711 8.25 12 8.25C9.92893 8.25 8.25 9.92893 8.25 12ZM9.75 12C9.75 13.2426 10.7574 14.25 12 14.25C13.2426 14.25 14.25 13.2426 14.25 12C14.25 10.7574 13.2426 9.75 12 9.75C10.7574 9.75 9.75 10.7574 9.75 12Z" clip-rule="evenodd"/></g></svg>
</template>

CSS

.icon-banknote-bold-duotone {
  width: 24px;
  height: 24px;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M3.77772%2018.3259C4.78661%2019%206.19108%2019%209%2019L15%2019C17.8089%2019%2019.2134%2019%2020.2223%2018.3259C20.659%2018.034%2021.034%2017.659%2021.3259%2017.2223C22%2016.2134%2022%2014.8089%2022%2012C22%209.19107%2022%207.78661%2021.3259%206.77772C21.034%206.34096%2020.659%205.96595%2020.2223%205.67412C19.2134%205%2017.8089%205%2015%205H9C6.19108%205%204.78661%205%203.77772%205.67412C3.34096%205.96596%202.96596%206.34096%202.67412%206.77772C2%207.78661%202%209.19108%202%2012C2%2014.8089%202%2016.2134%202.67412%2017.2223C2.96596%2017.659%203.34096%2018.034%203.77772%2018.3259Z%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M5.5%2015.75C5.08579%2015.75%204.75%2015.4142%204.75%2015L4.75%209C4.75%208.58579%205.08579%208.25%205.5%208.25C5.91421%208.25%206.25%208.58579%206.25%209L6.25%2015C6.25%2015.4142%205.91421%2015.75%205.5%2015.75Z%22%2F%3E%3Cpath%20d%3D%22M17.75%2015C17.75%2015.4142%2018.0858%2015.75%2018.5%2015.75C18.9142%2015.75%2019.25%2015.4142%2019.25%2015V9C19.25%208.58579%2018.9142%208.25%2018.5%208.25C18.0858%208.25%2017.75%208.58579%2017.75%209V15Z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M8.25%2012C8.25%2014.0711%209.92893%2015.75%2012%2015.75C14.0711%2015.75%2015.75%2014.0711%2015.75%2012C15.75%209.92893%2014.0711%208.25%2012%208.25C9.92893%208.25%208.25%209.92893%208.25%2012ZM9.75%2012C9.75%2013.2426%2010.7574%2014.25%2012%2014.25C13.2426%2014.25%2014.25%2013.2426%2014.25%2012C14.25%2010.7574%2013.2426%209.75%2012%209.75C10.7574%209.75%209.75%2010.7574%209.75%2012Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
  mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M3.77772%2018.3259C4.78661%2019%206.19108%2019%209%2019L15%2019C17.8089%2019%2019.2134%2019%2020.2223%2018.3259C20.659%2018.034%2021.034%2017.659%2021.3259%2017.2223C22%2016.2134%2022%2014.8089%2022%2012C22%209.19107%2022%207.78661%2021.3259%206.77772C21.034%206.34096%2020.659%205.96595%2020.2223%205.67412C19.2134%205%2017.8089%205%2015%205H9C6.19108%205%204.78661%205%203.77772%205.67412C3.34096%205.96596%202.96596%206.34096%202.67412%206.77772C2%207.78661%202%209.19108%202%2012C2%2014.8089%202%2016.2134%202.67412%2017.2223C2.96596%2017.659%203.34096%2018.034%203.77772%2018.3259Z%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M5.5%2015.75C5.08579%2015.75%204.75%2015.4142%204.75%2015L4.75%209C4.75%208.58579%205.08579%208.25%205.5%208.25C5.91421%208.25%206.25%208.58579%206.25%209L6.25%2015C6.25%2015.4142%205.91421%2015.75%205.5%2015.75Z%22%2F%3E%3Cpath%20d%3D%22M17.75%2015C17.75%2015.4142%2018.0858%2015.75%2018.5%2015.75C18.9142%2015.75%2019.25%2015.4142%2019.25%2015V9C19.25%208.58579%2018.9142%208.25%2018.5%208.25C18.0858%208.25%2017.75%208.58579%2017.75%209V15Z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M8.25%2012C8.25%2014.0711%209.92893%2015.75%2012%2015.75C14.0711%2015.75%2015.75%2014.0711%2015.75%2012C15.75%209.92893%2014.0711%208.25%2012%208.25C9.92893%208.25%208.25%209.92893%208.25%2012ZM9.75%2012C9.75%2013.2426%2010.7574%2014.25%2012%2014.25C13.2426%2014.25%2014.25%2013.2426%2014.25%2012C14.25%2010.7574%2013.2426%209.75%2012%209.75C10.7574%209.75%209.75%2010.7574%209.75%2012Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/solar/banknote-bold-duotone.svg?color=%231a73e8&size=48