money bill slash icon
money-bill-slash from Unicons by Iconscout · Line · User Interface · Apache-2.0 Free for personal and commercial use.
- Name
- money-bill-slash
- Set
- Unicons
- Style
- Line
- Category
- User Interface
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- mobey-bill-slash
More user interface icons from Unicons
Use the money bill slash icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6 11a1 1 0 1 0 1 1a1 1 0 0 0-1-1m5.86-1.55L4.71 2.29a1 1 0 0 0-1.42 1.42L4.59 5H4a3 3 0 0 0-3 3v8a3 3 0 0 0 3 3h14.59l2.7 2.71a1 1 0 0 0 1.42 0a1 1 0 0 0 0-1.42Zm-.74 2.09l1.34 1.34A1 1 0 0 1 12 13a1 1 0 0 1-1-1a1 1 0 0 1 .12-.46M4 17a1 1 0 0 1-1-1V8a1 1 0 0 1 1-1h2.59l3.1 3.1A3 3 0 0 0 9 12a3 3 0 0 0 3 3a3 3 0 0 0 1.9-.69L16.59 17ZM20 5h-7.34a1 1 0 0 0 0 2H20a1 1 0 0 1 1 1v7.34a1 1 0 1 0 2 0V8a3 3 0 0 0-3-3m-1 7a1 1 0 1 0-1 1a1 1 0 0 0 1-1"/></svg>
React
import type { SVGProps } from "react";
export function UilMoneyBillSlash(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="M6 11a1 1 0 1 0 1 1a1 1 0 0 0-1-1m5.86-1.55L4.71 2.29a1 1 0 0 0-1.42 1.42L4.59 5H4a3 3 0 0 0-3 3v8a3 3 0 0 0 3 3h14.59l2.7 2.71a1 1 0 0 0 1.42 0a1 1 0 0 0 0-1.42Zm-.74 2.09l1.34 1.34A1 1 0 0 1 12 13a1 1 0 0 1-1-1a1 1 0 0 1 .12-.46M4 17a1 1 0 0 1-1-1V8a1 1 0 0 1 1-1h2.59l3.1 3.1A3 3 0 0 0 9 12a3 3 0 0 0 3 3a3 3 0 0 0 1.9-.69L16.59 17ZM20 5h-7.34a1 1 0 0 0 0 2H20a1 1 0 0 1 1 1v7.34a1 1 0 1 0 2 0V8a3 3 0 0 0-3-3m-1 7a1 1 0 1 0-1 1a1 1 0 0 0 1-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="M6 11a1 1 0 1 0 1 1a1 1 0 0 0-1-1m5.86-1.55L4.71 2.29a1 1 0 0 0-1.42 1.42L4.59 5H4a3 3 0 0 0-3 3v8a3 3 0 0 0 3 3h14.59l2.7 2.71a1 1 0 0 0 1.42 0a1 1 0 0 0 0-1.42Zm-.74 2.09l1.34 1.34A1 1 0 0 1 12 13a1 1 0 0 1-1-1a1 1 0 0 1 .12-.46M4 17a1 1 0 0 1-1-1V8a1 1 0 0 1 1-1h2.59l3.1 3.1A3 3 0 0 0 9 12a3 3 0 0 0 3 3a3 3 0 0 0 1.9-.69L16.59 17ZM20 5h-7.34a1 1 0 0 0 0 2H20a1 1 0 0 1 1 1v7.34a1 1 0 1 0 2 0V8a3 3 0 0 0-3-3m-1 7a1 1 0 1 0-1 1a1 1 0 0 0 1-1"/></svg> </template>
CSS
.icon-money-bill-slash {
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%22M6%2011a1%201%200%201%200%201%201a1%201%200%200%200-1-1m5.86-1.55L4.71%202.29a1%201%200%200%200-1.42%201.42L4.59%205H4a3%203%200%200%200-3%203v8a3%203%200%200%200%203%203h14.59l2.7%202.71a1%201%200%200%200%201.42%200a1%201%200%200%200%200-1.42Zm-.74%202.09l1.34%201.34A1%201%200%200%201%2012%2013a1%201%200%200%201-1-1a1%201%200%200%201%20.12-.46M4%2017a1%201%200%200%201-1-1V8a1%201%200%200%201%201-1h2.59l3.1%203.1A3%203%200%200%200%209%2012a3%203%200%200%200%203%203a3%203%200%200%200%201.9-.69L16.59%2017ZM20%205h-7.34a1%201%200%200%200%200%202H20a1%201%200%200%201%201%201v7.34a1%201%200%201%200%202%200V8a3%203%200%200%200-3-3m-1%207a1%201%200%201%200-1%201a1%201%200%200%200%201-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%22M6%2011a1%201%200%201%200%201%201a1%201%200%200%200-1-1m5.86-1.55L4.71%202.29a1%201%200%200%200-1.42%201.42L4.59%205H4a3%203%200%200%200-3%203v8a3%203%200%200%200%203%203h14.59l2.7%202.71a1%201%200%200%200%201.42%200a1%201%200%200%200%200-1.42Zm-.74%202.09l1.34%201.34A1%201%200%200%201%2012%2013a1%201%200%200%201-1-1a1%201%200%200%201%20.12-.46M4%2017a1%201%200%200%201-1-1V8a1%201%200%200%201%201-1h2.59l3.1%203.1A3%203%200%200%200%209%2012a3%203%200%200%200%203%203a3%203%200%200%200%201.9-.69L16.59%2017ZM20%205h-7.34a1%201%200%200%200%200%202H20a1%201%200%200%201%201%201v7.34a1%201%200%201%200%202%200V8a3%203%200%200%200-3-3m-1%207a1%201%200%201%200-1%201a1%201%200%200%200%201-1%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/uil/money-bill-slash.svg?color=%231a73e8&size=48