badge dollar icon
badge-dollar from BoxIcons v2 Solid by Boxicons · Solid · MIT Free for personal and commercial use.
- Name
- badge-dollar
- Set
- BoxIcons v2 Solid
- Style
- Solid
- Viewbox
- 24×24
- License
- MIT
Related icons in BoxIcons v2 Solid
Use the badge dollar icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2.047 14.668a1 1 0 0 0 .465.607l1.91 1.104v2.199a1 1 0 0 0 1 1h2.199l1.104 1.91a1.01 1.01 0 0 0 .866.5c.174 0 .347-.046.501-.135L12 20.75l1.91 1.104a1 1 0 0 0 1.366-.365l1.103-1.91h2.199a1 1 0 0 0 1-1V16.38l1.91-1.104a1 1 0 0 0 .365-1.367L20.75 12l1.104-1.908a1 1 0 0 0-.365-1.366l-1.91-1.104v-2.2a1 1 0 0 0-1-1H16.38l-1.103-1.909a1 1 0 0 0-.607-.466a1 1 0 0 0-.759.1L12 3.25l-1.909-1.104a1 1 0 0 0-1.366.365l-1.104 1.91H5.422a1 1 0 0 0-1 1V7.62l-1.91 1.104a1.003 1.003 0 0 0-.365 1.368L3.251 12l-1.104 1.908a1 1 0 0 0-.1.76M12 13c-3.48 0-4-1.879-4-3c0-1.287 1.029-2.583 3-2.915V6.012h2v1.109c1.734.41 2.4 1.853 2.4 2.879h-1l-1 .018C13.386 9.638 13.185 9 12 9c-1.299 0-2 .515-2 1c0 .374 0 1 2 1c3.48 0 4 1.879 4 3c0 1.287-1.029 2.583-3 2.915V18h-2v-1.08c-2.339-.367-3-2.003-3-2.92h2c.011.143.159 1 2 1c1.38 0 2-.585 2-1c0-.325 0-1-2-1"/></svg>
React
import type { SVGProps } from "react";
export function BxsBadgeDollar(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2.047 14.668a1 1 0 0 0 .465.607l1.91 1.104v2.199a1 1 0 0 0 1 1h2.199l1.104 1.91a1.01 1.01 0 0 0 .866.5c.174 0 .347-.046.501-.135L12 20.75l1.91 1.104a1 1 0 0 0 1.366-.365l1.103-1.91h2.199a1 1 0 0 0 1-1V16.38l1.91-1.104a1 1 0 0 0 .365-1.367L20.75 12l1.104-1.908a1 1 0 0 0-.365-1.366l-1.91-1.104v-2.2a1 1 0 0 0-1-1H16.38l-1.103-1.909a1 1 0 0 0-.607-.466a1 1 0 0 0-.759.1L12 3.25l-1.909-1.104a1 1 0 0 0-1.366.365l-1.104 1.91H5.422a1 1 0 0 0-1 1V7.62l-1.91 1.104a1.003 1.003 0 0 0-.365 1.368L3.251 12l-1.104 1.908a1 1 0 0 0-.1.76M12 13c-3.48 0-4-1.879-4-3c0-1.287 1.029-2.583 3-2.915V6.012h2v1.109c1.734.41 2.4 1.853 2.4 2.879h-1l-1 .018C13.386 9.638 13.185 9 12 9c-1.299 0-2 .515-2 1c0 .374 0 1 2 1c3.48 0 4 1.879 4 3c0 1.287-1.029 2.583-3 2.915V18h-2v-1.08c-2.339-.367-3-2.003-3-2.92h2c.011.143.159 1 2 1c1.38 0 2-.585 2-1c0-.325 0-1-2-1"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2.047 14.668a1 1 0 0 0 .465.607l1.91 1.104v2.199a1 1 0 0 0 1 1h2.199l1.104 1.91a1.01 1.01 0 0 0 .866.5c.174 0 .347-.046.501-.135L12 20.75l1.91 1.104a1 1 0 0 0 1.366-.365l1.103-1.91h2.199a1 1 0 0 0 1-1V16.38l1.91-1.104a1 1 0 0 0 .365-1.367L20.75 12l1.104-1.908a1 1 0 0 0-.365-1.366l-1.91-1.104v-2.2a1 1 0 0 0-1-1H16.38l-1.103-1.909a1 1 0 0 0-.607-.466a1 1 0 0 0-.759.1L12 3.25l-1.909-1.104a1 1 0 0 0-1.366.365l-1.104 1.91H5.422a1 1 0 0 0-1 1V7.62l-1.91 1.104a1.003 1.003 0 0 0-.365 1.368L3.251 12l-1.104 1.908a1 1 0 0 0-.1.76M12 13c-3.48 0-4-1.879-4-3c0-1.287 1.029-2.583 3-2.915V6.012h2v1.109c1.734.41 2.4 1.853 2.4 2.879h-1l-1 .018C13.386 9.638 13.185 9 12 9c-1.299 0-2 .515-2 1c0 .374 0 1 2 1c3.48 0 4 1.879 4 3c0 1.287-1.029 2.583-3 2.915V18h-2v-1.08c-2.339-.367-3-2.003-3-2.92h2c.011.143.159 1 2 1c1.38 0 2-.585 2-1c0-.325 0-1-2-1"/></svg> </template>
CSS
.icon-badge-dollar {
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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2.047%2014.668a1%201%200%200%200%20.465.607l1.91%201.104v2.199a1%201%200%200%200%201%201h2.199l1.104%201.91a1.01%201.01%200%200%200%20.866.5c.174%200%20.347-.046.501-.135L12%2020.75l1.91%201.104a1%201%200%200%200%201.366-.365l1.103-1.91h2.199a1%201%200%200%200%201-1V16.38l1.91-1.104a1%201%200%200%200%20.365-1.367L20.75%2012l1.104-1.908a1%201%200%200%200-.365-1.366l-1.91-1.104v-2.2a1%201%200%200%200-1-1H16.38l-1.103-1.909a1%201%200%200%200-.607-.466a1%201%200%200%200-.759.1L12%203.25l-1.909-1.104a1%201%200%200%200-1.366.365l-1.104%201.91H5.422a1%201%200%200%200-1%201V7.62l-1.91%201.104a1.003%201.003%200%200%200-.365%201.368L3.251%2012l-1.104%201.908a1%201%200%200%200-.1.76M12%2013c-3.48%200-4-1.879-4-3c0-1.287%201.029-2.583%203-2.915V6.012h2v1.109c1.734.41%202.4%201.853%202.4%202.879h-1l-1%20.018C13.386%209.638%2013.185%209%2012%209c-1.299%200-2%20.515-2%201c0%20.374%200%201%202%201c3.48%200%204%201.879%204%203c0%201.287-1.029%202.583-3%202.915V18h-2v-1.08c-2.339-.367-3-2.003-3-2.92h2c.011.143.159%201%202%201c1.38%200%202-.585%202-1c0-.325%200-1-2-1%22%2F%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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2.047%2014.668a1%201%200%200%200%20.465.607l1.91%201.104v2.199a1%201%200%200%200%201%201h2.199l1.104%201.91a1.01%201.01%200%200%200%20.866.5c.174%200%20.347-.046.501-.135L12%2020.75l1.91%201.104a1%201%200%200%200%201.366-.365l1.103-1.91h2.199a1%201%200%200%200%201-1V16.38l1.91-1.104a1%201%200%200%200%20.365-1.367L20.75%2012l1.104-1.908a1%201%200%200%200-.365-1.366l-1.91-1.104v-2.2a1%201%200%200%200-1-1H16.38l-1.103-1.909a1%201%200%200%200-.607-.466a1%201%200%200%200-.759.1L12%203.25l-1.909-1.104a1%201%200%200%200-1.366.365l-1.104%201.91H5.422a1%201%200%200%200-1%201V7.62l-1.91%201.104a1.003%201.003%200%200%200-.365%201.368L3.251%2012l-1.104%201.908a1%201%200%200%200-.1.76M12%2013c-3.48%200-4-1.879-4-3c0-1.287%201.029-2.583%203-2.915V6.012h2v1.109c1.734.41%202.4%201.853%202.4%202.879h-1l-1%20.018C13.386%209.638%2013.185%209%2012%209c-1.299%200-2%20.515-2%201c0%20.374%200%201%202%201c3.48%200%204%201.879%204%203c0%201.287-1.029%202.583-3%202.915V18h-2v-1.08c-2.339-.367-3-2.003-3-2.92h2c.011.143.159%201%202%201c1.38%200%202-.585%202-1c0-.325%200-1-2-1%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/bxs/badge-dollar.svg?color=%231a73e8&size=48