money bag 01 icon
money-bag-01 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- money-bag-01
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Related icons in Huge Icons
money-01money-02money-03money-04money-add-01money-add-02money-bag-02money-exchange-01money-exchange-02money-exchange-03money-lockmoney-not-found-01money-not-found-02money-not-found-03money-not-found-04money-receive-01money-receive-02money-receive-circlemoney-receive-flow-01money-receive-flow-02money-receive-squaremoney-remove-01money-remove-02money-safe
Use the money bag 01 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 stroke-linecap="round" d="M20.943 16.835a15.76 15.76 0 0 0-4.476-8.616c-.517-.503-.775-.754-1.346-.986C14.55 7 14.059 7 13.078 7h-2.156c-.981 0-1.472 0-2.043.233c-.57.232-.83.483-1.346.986a15.76 15.76 0 0 0-4.476 8.616C2.57 19.773 5.28 22 8.308 22h7.384c3.029 0 5.74-2.227 5.25-5.165Z"/><path d="M7.257 4.443c-.207-.3-.506-.708.112-.8c.635-.096 1.294.338 1.94.33c.583-.009.88-.268 1.2-.638C10.845 2.946 11.365 2 12 2s1.155.946 1.491 1.335c.32.37.617.63 1.2.637c.646.01 1.305-.425 1.94-.33c.618.093.319.5.112.8l-.932 1.359c-.4.58-.599.87-1.017 1.035S13.837 7 12.758 7h-1.516c-1.08 0-1.619 0-2.036-.164S8.589 6.38 8.189 5.8z"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsMoneyBag01(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 strokeLinecap="round" d="M20.943 16.835a15.76 15.76 0 0 0-4.476-8.616c-.517-.503-.775-.754-1.346-.986C14.55 7 14.059 7 13.078 7h-2.156c-.981 0-1.472 0-2.043.233c-.57.232-.83.483-1.346.986a15.76 15.76 0 0 0-4.476 8.616C2.57 19.773 5.28 22 8.308 22h7.384c3.029 0 5.74-2.227 5.25-5.165Z"/><path d="M7.257 4.443c-.207-.3-.506-.708.112-.8c.635-.096 1.294.338 1.94.33c.583-.009.88-.268 1.2-.638C10.845 2.946 11.365 2 12 2s1.155.946 1.491 1.335c.32.37.617.63 1.2.637c.646.01 1.305-.425 1.94-.33c.618.093.319.5.112.8l-.932 1.359c-.4.58-.599.87-1.017 1.035S13.837 7 12.758 7h-1.516c-1.08 0-1.619 0-2.036-.164S8.589 6.38 8.189 5.8z"/></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 stroke-linecap="round" d="M20.943 16.835a15.76 15.76 0 0 0-4.476-8.616c-.517-.503-.775-.754-1.346-.986C14.55 7 14.059 7 13.078 7h-2.156c-.981 0-1.472 0-2.043.233c-.57.232-.83.483-1.346.986a15.76 15.76 0 0 0-4.476 8.616C2.57 19.773 5.28 22 8.308 22h7.384c3.029 0 5.74-2.227 5.25-5.165Z"/><path d="M7.257 4.443c-.207-.3-.506-.708.112-.8c.635-.096 1.294.338 1.94.33c.583-.009.88-.268 1.2-.638C10.845 2.946 11.365 2 12 2s1.155.946 1.491 1.335c.32.37.617.63 1.2.637c.646.01 1.305-.425 1.94-.33c.618.093.319.5.112.8l-.932 1.359c-.4.58-.599.87-1.017 1.035S13.837 7 12.758 7h-1.516c-1.08 0-1.619 0-2.036-.164S8.589 6.38 8.189 5.8z"/></g></svg> </template>
CSS
.icon-money-bag-01 {
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%20stroke-linecap%3D%22round%22%20d%3D%22M20.943%2016.835a15.76%2015.76%200%200%200-4.476-8.616c-.517-.503-.775-.754-1.346-.986C14.55%207%2014.059%207%2013.078%207h-2.156c-.981%200-1.472%200-2.043.233c-.57.232-.83.483-1.346.986a15.76%2015.76%200%200%200-4.476%208.616C2.57%2019.773%205.28%2022%208.308%2022h7.384c3.029%200%205.74-2.227%205.25-5.165Z%22%2F%3E%3Cpath%20d%3D%22M7.257%204.443c-.207-.3-.506-.708.112-.8c.635-.096%201.294.338%201.94.33c.583-.009.88-.268%201.2-.638C10.845%202.946%2011.365%202%2012%202s1.155.946%201.491%201.335c.32.37.617.63%201.2.637c.646.01%201.305-.425%201.94-.33c.618.093.319.5.112.8l-.932%201.359c-.4.58-.599.87-1.017%201.035S13.837%207%2012.758%207h-1.516c-1.08%200-1.619%200-2.036-.164S8.589%206.38%208.189%205.8z%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%20stroke-linecap%3D%22round%22%20d%3D%22M20.943%2016.835a15.76%2015.76%200%200%200-4.476-8.616c-.517-.503-.775-.754-1.346-.986C14.55%207%2014.059%207%2013.078%207h-2.156c-.981%200-1.472%200-2.043.233c-.57.232-.83.483-1.346.986a15.76%2015.76%200%200%200-4.476%208.616C2.57%2019.773%205.28%2022%208.308%2022h7.384c3.029%200%205.74-2.227%205.25-5.165Z%22%2F%3E%3Cpath%20d%3D%22M7.257%204.443c-.207-.3-.506-.708.112-.8c.635-.096%201.294.338%201.94.33c.583-.009.88-.268%201.2-.638C10.845%202.946%2011.365%202%2012%202s1.155.946%201.491%201.335c.32.37.617.63%201.2.637c.646.01%201.305-.425%201.94-.33c.618.093.319.5.112.8l-.932%201.359c-.4.58-.599.87-1.017%201.035S13.837%207%2012.758%207h-1.516c-1.08%200-1.619%200-2.036-.164S8.589%206.38%208.189%205.8z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/money-bag-01.svg?color=%231a73e8&size=48