money bag 02 icon

money-bag-02 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
money-bag-02
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

Related icons in Huge Icons

Use the money bag 02 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-linejoin="round" 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.165"/><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"/><path stroke-linecap="round" d="M13.627 12.919c-.216-.799-1.317-1.519-2.638-.98s-1.53 2.272.467 2.457c.904.083 1.492-.097 2.031.412c.54.508.64 1.923-.739 2.304c-1.377.381-2.742-.214-2.89-1.06m1.984-5.06v.761m0 5.476v.764"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsMoneyBag02(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" strokeLinejoin="round" 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.165"/><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"/><path strokeLinecap="round" d="M13.627 12.919c-.216-.799-1.317-1.519-2.638-.98s-1.53 2.272.467 2.457c.904.083 1.492-.097 2.031.412c.54.508.64 1.923-.739 2.304c-1.377.381-2.742-.214-2.89-1.06m1.984-5.06v.761m0 5.476v.764"/></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-linejoin="round" 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.165"/><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"/><path stroke-linecap="round" d="M13.627 12.919c-.216-.799-1.317-1.519-2.638-.98s-1.53 2.272.467 2.457c.904.083 1.492-.097 2.031.412c.54.508.64 1.923-.739 2.304c-1.377.381-2.742-.214-2.89-1.06m1.984-5.06v.761m0 5.476v.764"/></g></svg>
</template>

CSS

.icon-money-bag-02 {
  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-linejoin%3D%22round%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.165%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%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M13.627%2012.919c-.216-.799-1.317-1.519-2.638-.98s-1.53%202.272.467%202.457c.904.083%201.492-.097%202.031.412c.54.508.64%201.923-.739%202.304c-1.377.381-2.742-.214-2.89-1.06m1.984-5.06v.761m0%205.476v.764%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-linejoin%3D%22round%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.165%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%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M13.627%2012.919c-.216-.799-1.317-1.519-2.638-.98s-1.53%202.272.467%202.457c.904.083%201.492-.097%202.031.412c.54.508.64%201.923-.739%202.304c-1.377.381-2.742-.214-2.89-1.06m1.984-5.06v.761m0%205.476v.764%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-02.svg?color=%231a73e8&size=48