money insert icon
money-insert from Unicons by Iconscout · Line · Business · Apache-2.0 Free for personal and commercial use.
- Name
- money-insert
- Set
- Unicons
- Style
- Line
- Category
- Business
- Viewbox
- 24×24
- License
- Apache 2.0
More business icons from Unicons
Use the money insert icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m10.46 6l.54-.59V9a1 1 0 0 0 2 0V5.41l.54.55A1 1 0 0 0 15 6a1 1 0 0 0 0-1.42l-2.29-2.29a1 1 0 0 0-.33-.21a1 1 0 0 0-.76 0a1 1 0 0 0-.33.21L9 4.54A1 1 0 0 0 10.46 6M12 12a3 3 0 1 0 3 3a3 3 0 0 0-3-3m0 4a1 1 0 1 1 1-1a1 1 0 0 1-1 1m-7-1a1 1 0 1 0 1-1a1 1 0 0 0-1 1m14 0a1 1 0 1 0-1 1a1 1 0 0 0 1-1m1-7h-4a1 1 0 0 0 0 2h4a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1v-8a1 1 0 0 1 1-1h4a1 1 0 0 0 0-2H4a3 3 0 0 0-3 3v8a3 3 0 0 0 3 3h16a3 3 0 0 0 3-3v-8a3 3 0 0 0-3-3"/></svg>
React
import type { SVGProps } from "react";
export function UilMoneyInsert(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="m10.46 6l.54-.59V9a1 1 0 0 0 2 0V5.41l.54.55A1 1 0 0 0 15 6a1 1 0 0 0 0-1.42l-2.29-2.29a1 1 0 0 0-.33-.21a1 1 0 0 0-.76 0a1 1 0 0 0-.33.21L9 4.54A1 1 0 0 0 10.46 6M12 12a3 3 0 1 0 3 3a3 3 0 0 0-3-3m0 4a1 1 0 1 1 1-1a1 1 0 0 1-1 1m-7-1a1 1 0 1 0 1-1a1 1 0 0 0-1 1m14 0a1 1 0 1 0-1 1a1 1 0 0 0 1-1m1-7h-4a1 1 0 0 0 0 2h4a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1v-8a1 1 0 0 1 1-1h4a1 1 0 0 0 0-2H4a3 3 0 0 0-3 3v8a3 3 0 0 0 3 3h16a3 3 0 0 0 3-3v-8a3 3 0 0 0-3-3"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m10.46 6l.54-.59V9a1 1 0 0 0 2 0V5.41l.54.55A1 1 0 0 0 15 6a1 1 0 0 0 0-1.42l-2.29-2.29a1 1 0 0 0-.33-.21a1 1 0 0 0-.76 0a1 1 0 0 0-.33.21L9 4.54A1 1 0 0 0 10.46 6M12 12a3 3 0 1 0 3 3a3 3 0 0 0-3-3m0 4a1 1 0 1 1 1-1a1 1 0 0 1-1 1m-7-1a1 1 0 1 0 1-1a1 1 0 0 0-1 1m14 0a1 1 0 1 0-1 1a1 1 0 0 0 1-1m1-7h-4a1 1 0 0 0 0 2h4a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1v-8a1 1 0 0 1 1-1h4a1 1 0 0 0 0-2H4a3 3 0 0 0-3 3v8a3 3 0 0 0 3 3h16a3 3 0 0 0 3-3v-8a3 3 0 0 0-3-3"/></svg> </template>
CSS
.icon-money-insert {
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%22m10.46%206l.54-.59V9a1%201%200%200%200%202%200V5.41l.54.55A1%201%200%200%200%2015%206a1%201%200%200%200%200-1.42l-2.29-2.29a1%201%200%200%200-.33-.21a1%201%200%200%200-.76%200a1%201%200%200%200-.33.21L9%204.54A1%201%200%200%200%2010.46%206M12%2012a3%203%200%201%200%203%203a3%203%200%200%200-3-3m0%204a1%201%200%201%201%201-1a1%201%200%200%201-1%201m-7-1a1%201%200%201%200%201-1a1%201%200%200%200-1%201m14%200a1%201%200%201%200-1%201a1%201%200%200%200%201-1m1-7h-4a1%201%200%200%200%200%202h4a1%201%200%200%201%201%201v8a1%201%200%200%201-1%201H4a1%201%200%200%201-1-1v-8a1%201%200%200%201%201-1h4a1%201%200%200%200%200-2H4a3%203%200%200%200-3%203v8a3%203%200%200%200%203%203h16a3%203%200%200%200%203-3v-8a3%203%200%200%200-3-3%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%22m10.46%206l.54-.59V9a1%201%200%200%200%202%200V5.41l.54.55A1%201%200%200%200%2015%206a1%201%200%200%200%200-1.42l-2.29-2.29a1%201%200%200%200-.33-.21a1%201%200%200%200-.76%200a1%201%200%200%200-.33.21L9%204.54A1%201%200%200%200%2010.46%206M12%2012a3%203%200%201%200%203%203a3%203%200%200%200-3-3m0%204a1%201%200%201%201%201-1a1%201%200%200%201-1%201m-7-1a1%201%200%201%200%201-1a1%201%200%200%200-1%201m14%200a1%201%200%201%200-1%201a1%201%200%200%200%201-1m1-7h-4a1%201%200%200%200%200%202h4a1%201%200%200%201%201%201v8a1%201%200%200%201-1%201H4a1%201%200%200%201-1-1v-8a1%201%200%200%201%201-1h4a1%201%200%200%200%200-2H4a3%203%200%200%200-3%203v8a3%203%200%200%200%203%203h16a3%203%200%200%200%203-3v-8a3%203%200%200%200-3-3%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/uil/money-insert.svg?color=%231a73e8&size=48