banknote2 icon
banknote2-duotone from Reicon by REICON · Duotone · Money · MIT Free for personal and commercial use.
- Name
- banknote2-duotone
- Set
- Reicon
- Style
- Duotone
- Category
- Money
- Viewbox
- 24×24
- License
- MIT
2 other variants in Reicon
More money icons from Reicon
Use the banknote2 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M8.506 10.714c0-.92.755-1.666 1.686-1.666c.932 0 1.687.746 1.687 1.666s-.755 1.667-1.687 1.667a1.677 1.677 0 0 1-1.686-1.667"/><path fill-rule="evenodd" d="M2 10.714c0-2.693 0-4.04.847-4.877S5.057 5 7.783 5h4.82c2.725 0 4.088 0 4.935.837s.847 2.184.847 4.877c0 2.694 0 4.041-.847 4.878s-2.21.837-4.936.837H7.783c-2.726 0-4.09 0-4.936-.837S2 13.408 2 10.714m5.06 0c0-1.71 1.402-3.095 3.132-3.095s3.133 1.386 3.133 3.095s-1.402 3.096-3.133 3.096c-1.73 0-3.132-1.386-3.132-3.096M4.168 12.62a.72.72 0 0 0 .723.715c.4 0 .723-.32.723-.715V8.81a.72.72 0 0 0-.723-.714a.72.72 0 0 0-.723.715zm11.326.715c-.4 0-.723-.32-.723-.715V8.81c0-.394.323-.714.723-.714s.722.32.722.715v3.81a.72.72 0 0 1-.722.714" clip-rule="evenodd"/><path d="M4.065 16.225q.02.225.048.434c.117.857.366 1.579.946 2.152q.124.123.257.226c.566.514 1.266.742 2.09.851c.836.111 1.898.111 3.216.111h4.925c1.318 0 2.38 0 3.217-.111c.867-.115 1.598-.362 2.178-.935s.83-1.295.946-2.152c.112-.826.112-1.876.112-3.178v-.105c0-1.302 0-2.352-.112-3.178c-.117-.857-.366-1.579-.946-2.152a3 3 0 0 0-.257-.226c-.566-.514-1.266-.742-2.09-.851a9 9 0 0 0-.41-.045c.2.834.2 1.984.2 3.648c0 2.694 0 4.04-.847 4.878c-.846.836-2.21.836-4.936.836H7.783c-1.702 0-2.872 0-3.718-.203" opacity=".5"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconBanknote2Duotone(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="M8.506 10.714c0-.92.755-1.666 1.686-1.666c.932 0 1.687.746 1.687 1.666s-.755 1.667-1.687 1.667a1.677 1.677 0 0 1-1.686-1.667"/><path fillRule="evenodd" d="M2 10.714c0-2.693 0-4.04.847-4.877S5.057 5 7.783 5h4.82c2.725 0 4.088 0 4.935.837s.847 2.184.847 4.877c0 2.694 0 4.041-.847 4.878s-2.21.837-4.936.837H7.783c-2.726 0-4.09 0-4.936-.837S2 13.408 2 10.714m5.06 0c0-1.71 1.402-3.095 3.132-3.095s3.133 1.386 3.133 3.095s-1.402 3.096-3.133 3.096c-1.73 0-3.132-1.386-3.132-3.096M4.168 12.62a.72.72 0 0 0 .723.715c.4 0 .723-.32.723-.715V8.81a.72.72 0 0 0-.723-.714a.72.72 0 0 0-.723.715zm11.326.715c-.4 0-.723-.32-.723-.715V8.81c0-.394.323-.714.723-.714s.722.32.722.715v3.81a.72.72 0 0 1-.722.714" clipRule="evenodd"/><path d="M4.065 16.225q.02.225.048.434c.117.857.366 1.579.946 2.152q.124.123.257.226c.566.514 1.266.742 2.09.851c.836.111 1.898.111 3.216.111h4.925c1.318 0 2.38 0 3.217-.111c.867-.115 1.598-.362 2.178-.935s.83-1.295.946-2.152c.112-.826.112-1.876.112-3.178v-.105c0-1.302 0-2.352-.112-3.178c-.117-.857-.366-1.579-.946-2.152a3 3 0 0 0-.257-.226c-.566-.514-1.266-.742-2.09-.851a9 9 0 0 0-.41-.045c.2.834.2 1.984.2 3.648c0 2.694 0 4.04-.847 4.878c-.846.836-2.21.836-4.936.836H7.783c-1.702 0-2.872 0-3.718-.203" opacity=".5"/></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="M8.506 10.714c0-.92.755-1.666 1.686-1.666c.932 0 1.687.746 1.687 1.666s-.755 1.667-1.687 1.667a1.677 1.677 0 0 1-1.686-1.667"/><path fill-rule="evenodd" d="M2 10.714c0-2.693 0-4.04.847-4.877S5.057 5 7.783 5h4.82c2.725 0 4.088 0 4.935.837s.847 2.184.847 4.877c0 2.694 0 4.041-.847 4.878s-2.21.837-4.936.837H7.783c-2.726 0-4.09 0-4.936-.837S2 13.408 2 10.714m5.06 0c0-1.71 1.402-3.095 3.132-3.095s3.133 1.386 3.133 3.095s-1.402 3.096-3.133 3.096c-1.73 0-3.132-1.386-3.132-3.096M4.168 12.62a.72.72 0 0 0 .723.715c.4 0 .723-.32.723-.715V8.81a.72.72 0 0 0-.723-.714a.72.72 0 0 0-.723.715zm11.326.715c-.4 0-.723-.32-.723-.715V8.81c0-.394.323-.714.723-.714s.722.32.722.715v3.81a.72.72 0 0 1-.722.714" clip-rule="evenodd"/><path d="M4.065 16.225q.02.225.048.434c.117.857.366 1.579.946 2.152q.124.123.257.226c.566.514 1.266.742 2.09.851c.836.111 1.898.111 3.216.111h4.925c1.318 0 2.38 0 3.217-.111c.867-.115 1.598-.362 2.178-.935s.83-1.295.946-2.152c.112-.826.112-1.876.112-3.178v-.105c0-1.302 0-2.352-.112-3.178c-.117-.857-.366-1.579-.946-2.152a3 3 0 0 0-.257-.226c-.566-.514-1.266-.742-2.09-.851a9 9 0 0 0-.41-.045c.2.834.2 1.984.2 3.648c0 2.694 0 4.04-.847 4.878c-.846.836-2.21.836-4.936.836H7.783c-1.702 0-2.872 0-3.718-.203" opacity=".5"/></g></svg> </template>
CSS
.icon-banknote2-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%22M8.506%2010.714c0-.92.755-1.666%201.686-1.666c.932%200%201.687.746%201.687%201.666s-.755%201.667-1.687%201.667a1.677%201.677%200%200%201-1.686-1.667%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M2%2010.714c0-2.693%200-4.04.847-4.877S5.057%205%207.783%205h4.82c2.725%200%204.088%200%204.935.837s.847%202.184.847%204.877c0%202.694%200%204.041-.847%204.878s-2.21.837-4.936.837H7.783c-2.726%200-4.09%200-4.936-.837S2%2013.408%202%2010.714m5.06%200c0-1.71%201.402-3.095%203.132-3.095s3.133%201.386%203.133%203.095s-1.402%203.096-3.133%203.096c-1.73%200-3.132-1.386-3.132-3.096M4.168%2012.62a.72.72%200%200%200%20.723.715c.4%200%20.723-.32.723-.715V8.81a.72.72%200%200%200-.723-.714a.72.72%200%200%200-.723.715zm11.326.715c-.4%200-.723-.32-.723-.715V8.81c0-.394.323-.714.723-.714s.722.32.722.715v3.81a.72.72%200%200%201-.722.714%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M4.065%2016.225q.02.225.048.434c.117.857.366%201.579.946%202.152q.124.123.257.226c.566.514%201.266.742%202.09.851c.836.111%201.898.111%203.216.111h4.925c1.318%200%202.38%200%203.217-.111c.867-.115%201.598-.362%202.178-.935s.83-1.295.946-2.152c.112-.826.112-1.876.112-3.178v-.105c0-1.302%200-2.352-.112-3.178c-.117-.857-.366-1.579-.946-2.152a3%203%200%200%200-.257-.226c-.566-.514-1.266-.742-2.09-.851a9%209%200%200%200-.41-.045c.2.834.2%201.984.2%203.648c0%202.694%200%204.04-.847%204.878c-.846.836-2.21.836-4.936.836H7.783c-1.702%200-2.872%200-3.718-.203%22%20opacity%3D%22.5%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%22M8.506%2010.714c0-.92.755-1.666%201.686-1.666c.932%200%201.687.746%201.687%201.666s-.755%201.667-1.687%201.667a1.677%201.677%200%200%201-1.686-1.667%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M2%2010.714c0-2.693%200-4.04.847-4.877S5.057%205%207.783%205h4.82c2.725%200%204.088%200%204.935.837s.847%202.184.847%204.877c0%202.694%200%204.041-.847%204.878s-2.21.837-4.936.837H7.783c-2.726%200-4.09%200-4.936-.837S2%2013.408%202%2010.714m5.06%200c0-1.71%201.402-3.095%203.132-3.095s3.133%201.386%203.133%203.095s-1.402%203.096-3.133%203.096c-1.73%200-3.132-1.386-3.132-3.096M4.168%2012.62a.72.72%200%200%200%20.723.715c.4%200%20.723-.32.723-.715V8.81a.72.72%200%200%200-.723-.714a.72.72%200%200%200-.723.715zm11.326.715c-.4%200-.723-.32-.723-.715V8.81c0-.394.323-.714.723-.714s.722.32.722.715v3.81a.72.72%200%200%201-.722.714%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M4.065%2016.225q.02.225.048.434c.117.857.366%201.579.946%202.152q.124.123.257.226c.566.514%201.266.742%202.09.851c.836.111%201.898.111%203.216.111h4.925c1.318%200%202.38%200%203.217-.111c.867-.115%201.598-.362%202.178-.935s.83-1.295.946-2.152c.112-.826.112-1.876.112-3.178v-.105c0-1.302%200-2.352-.112-3.178c-.117-.857-.366-1.579-.946-2.152a3%203%200%200%200-.257-.226c-.566-.514-1.266-.742-2.09-.851a9%209%200%200%200-.41-.045c.2.834.2%201.984.2%203.648c0%202.694%200%204.04-.847%204.878c-.846.836-2.21.836-4.936.836H7.783c-1.702%200-2.872%200-3.718-.203%22%20opacity%3D%22.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/banknote2-duotone.svg?color=%231a73e8&size=48