banknote icon
banknote-linear from Solar by 480 Design · Linear · Money · CC-BY-4.0 Attribution required.
- Name
- banknote-linear
- Set
- Solar
- Style
- Linear
- 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
banknote-2-boldbill-boldbill-check-boldbill-cross-boldbill-list-boldcard-2-boldcard-boldcard-receive-boldcard-search-boldcard-send-boldcard-transfer-boldcardholder-boldcash-out-bolddollar-bolddollar-minimalistic-boldeuro-boldmoney-bag-boldmoney-roll-boldruble-boldsafe-2-boldsafe-circle-boldsafe-square-boldsale-boldsale-square-bold
Use the banknote icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path d="M9 19C6.19108 19 4.78661 19 3.77772 18.3259C3.34096 18.034 2.96596 17.659 2.67412 17.2223C2 16.2134 2 14.8089 2 12C2 9.19108 2 7.78661 2.67412 6.77772C2.96596 6.34096 3.34096 5.96596 3.77772 5.67412C4.78661 5 6.19108 5 9 5L15 5C17.8089 5 19.2134 5 20.2223 5.67412C20.659 5.96596 21.034 6.34096 21.3259 6.77772C22 7.78661 22 9.19108 22 12C22 14.8089 22 16.2134 21.3259 17.2223C21.034 17.659 20.659 18.034 20.2223 18.3259C19.2134 19 17.8089 19 15 19H9Z"/><path d="M12 9C13.6569 9 15 10.3431 15 12C15 13.6569 13.6569 15 12 15C10.3431 15 9 13.6569 9 12C9 10.3431 10.3431 9 12 9Z"/><path stroke-linecap="round" d="M5.5 15L5.5 9"/><path stroke-linecap="round" d="M18.5 15L18.5 9"/></g></svg>
React
import type { SVGProps } from "react";
export function SolarBanknoteLinear(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeWidth="1.5"><path d="M9 19C6.19108 19 4.78661 19 3.77772 18.3259C3.34096 18.034 2.96596 17.659 2.67412 17.2223C2 16.2134 2 14.8089 2 12C2 9.19108 2 7.78661 2.67412 6.77772C2.96596 6.34096 3.34096 5.96596 3.77772 5.67412C4.78661 5 6.19108 5 9 5L15 5C17.8089 5 19.2134 5 20.2223 5.67412C20.659 5.96596 21.034 6.34096 21.3259 6.77772C22 7.78661 22 9.19108 22 12C22 14.8089 22 16.2134 21.3259 17.2223C21.034 17.659 20.659 18.034 20.2223 18.3259C19.2134 19 17.8089 19 15 19H9Z"/><path d="M12 9C13.6569 9 15 10.3431 15 12C15 13.6569 13.6569 15 12 15C10.3431 15 9 13.6569 9 12C9 10.3431 10.3431 9 12 9Z"/><path strokeLinecap="round" d="M5.5 15L5.5 9"/><path strokeLinecap="round" d="M18.5 15L18.5 9"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path d="M9 19C6.19108 19 4.78661 19 3.77772 18.3259C3.34096 18.034 2.96596 17.659 2.67412 17.2223C2 16.2134 2 14.8089 2 12C2 9.19108 2 7.78661 2.67412 6.77772C2.96596 6.34096 3.34096 5.96596 3.77772 5.67412C4.78661 5 6.19108 5 9 5L15 5C17.8089 5 19.2134 5 20.2223 5.67412C20.659 5.96596 21.034 6.34096 21.3259 6.77772C22 7.78661 22 9.19108 22 12C22 14.8089 22 16.2134 21.3259 17.2223C21.034 17.659 20.659 18.034 20.2223 18.3259C19.2134 19 17.8089 19 15 19H9Z"/><path d="M12 9C13.6569 9 15 10.3431 15 12C15 13.6569 13.6569 15 12 15C10.3431 15 9 13.6569 9 12C9 10.3431 10.3431 9 12 9Z"/><path stroke-linecap="round" d="M5.5 15L5.5 9"/><path stroke-linecap="round" d="M18.5 15L18.5 9"/></g></svg> </template>
CSS
.icon-banknote-linear {
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%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M9%2019C6.19108%2019%204.78661%2019%203.77772%2018.3259C3.34096%2018.034%202.96596%2017.659%202.67412%2017.2223C2%2016.2134%202%2014.8089%202%2012C2%209.19108%202%207.78661%202.67412%206.77772C2.96596%206.34096%203.34096%205.96596%203.77772%205.67412C4.78661%205%206.19108%205%209%205L15%205C17.8089%205%2019.2134%205%2020.2223%205.67412C20.659%205.96596%2021.034%206.34096%2021.3259%206.77772C22%207.78661%2022%209.19108%2022%2012C22%2014.8089%2022%2016.2134%2021.3259%2017.2223C21.034%2017.659%2020.659%2018.034%2020.2223%2018.3259C19.2134%2019%2017.8089%2019%2015%2019H9Z%22%2F%3E%3Cpath%20d%3D%22M12%209C13.6569%209%2015%2010.3431%2015%2012C15%2013.6569%2013.6569%2015%2012%2015C10.3431%2015%209%2013.6569%209%2012C9%2010.3431%2010.3431%209%2012%209Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M5.5%2015L5.5%209%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M18.5%2015L18.5%209%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%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M9%2019C6.19108%2019%204.78661%2019%203.77772%2018.3259C3.34096%2018.034%202.96596%2017.659%202.67412%2017.2223C2%2016.2134%202%2014.8089%202%2012C2%209.19108%202%207.78661%202.67412%206.77772C2.96596%206.34096%203.34096%205.96596%203.77772%205.67412C4.78661%205%206.19108%205%209%205L15%205C17.8089%205%2019.2134%205%2020.2223%205.67412C20.659%205.96596%2021.034%206.34096%2021.3259%206.77772C22%207.78661%2022%209.19108%2022%2012C22%2014.8089%2022%2016.2134%2021.3259%2017.2223C21.034%2017.659%2020.659%2018.034%2020.2223%2018.3259C19.2134%2019%2017.8089%2019%2015%2019H9Z%22%2F%3E%3Cpath%20d%3D%22M12%209C13.6569%209%2015%2010.3431%2015%2012C15%2013.6569%2013.6569%2015%2012%2015C10.3431%2015%209%2013.6569%209%2012C9%2010.3431%2010.3431%209%2012%209Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M5.5%2015L5.5%209%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M18.5%2015L18.5%209%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-linear.svg?color=%231a73e8&size=48