money-bag from Health Icons by Resolve to Save Lives · Filled · Objects · MIT Free for personal and commercial use.

Name
money-bag
Set
Health Icons
Style
Filled
Category
Objects
Viewbox
48×48
License
MIT

1 other variant in Health Icons

The same icon in other sets

More objects icons from Health Icons

Use the money bag icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" fill-rule="evenodd" d="M24.039 6c-4.517 0-8.632 1.492-11.067 2.711q-.33.165-.616.322c-.378.206-.7.398-.956.567l2.77 4.078l1.304.519c5.096 2.571 11.93 2.571 17.027 0l1.48-.768L36.6 9.6a16 16 0 0 0-1.689-.957C32.488 7.437 28.471 6 24.04 6m-6.442 4.616a25 25 0 0 1-2.901-.728C16.978 8.875 20.377 7.8 24.04 7.8c2.537 0 4.936.516 6.92 1.17c-2.325.327-4.806.882-7.17 1.565c-1.86.538-4.034.48-6.192.081m15.96 5.064l-.246.124c-5.606 2.828-13.042 2.828-18.648 0l-.233-.118C6.008 24.927-.422 41.997 24.039 41.997S41.913 24.61 33.557 15.68M23 24a2 2 0 1 0 0 4zm2-2v-1h-2v1a4 4 0 0 0 0 8v4c-.87 0-1.611-.555-1.887-1.333a1 1 0 1 0-1.885.666A4 4 0 0 0 23 36v1h2v-1a4 4 0 0 0 0-8v-4c.87 0 1.611.555 1.887 1.333a1 1 0 1 0 1.885-.666A4 4 0 0 0 25 22m0 8v4a2 2 0 1 0 0-4" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function HealthiconsMoneyBag(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" fillRule="evenodd" d="M24.039 6c-4.517 0-8.632 1.492-11.067 2.711q-.33.165-.616.322c-.378.206-.7.398-.956.567l2.77 4.078l1.304.519c5.096 2.571 11.93 2.571 17.027 0l1.48-.768L36.6 9.6a16 16 0 0 0-1.689-.957C32.488 7.437 28.471 6 24.04 6m-6.442 4.616a25 25 0 0 1-2.901-.728C16.978 8.875 20.377 7.8 24.04 7.8c2.537 0 4.936.516 6.92 1.17c-2.325.327-4.806.882-7.17 1.565c-1.86.538-4.034.48-6.192.081m15.96 5.064l-.246.124c-5.606 2.828-13.042 2.828-18.648 0l-.233-.118C6.008 24.927-.422 41.997 24.039 41.997S41.913 24.61 33.557 15.68M23 24a2 2 0 1 0 0 4zm2-2v-1h-2v1a4 4 0 0 0 0 8v4c-.87 0-1.611-.555-1.887-1.333a1 1 0 1 0-1.885.666A4 4 0 0 0 23 36v1h2v-1a4 4 0 0 0 0-8v-4c.87 0 1.611.555 1.887 1.333a1 1 0 1 0 1.885-.666A4 4 0 0 0 25 22m0 8v4a2 2 0 1 0 0-4" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" fill-rule="evenodd" d="M24.039 6c-4.517 0-8.632 1.492-11.067 2.711q-.33.165-.616.322c-.378.206-.7.398-.956.567l2.77 4.078l1.304.519c5.096 2.571 11.93 2.571 17.027 0l1.48-.768L36.6 9.6a16 16 0 0 0-1.689-.957C32.488 7.437 28.471 6 24.04 6m-6.442 4.616a25 25 0 0 1-2.901-.728C16.978 8.875 20.377 7.8 24.04 7.8c2.537 0 4.936.516 6.92 1.17c-2.325.327-4.806.882-7.17 1.565c-1.86.538-4.034.48-6.192.081m15.96 5.064l-.246.124c-5.606 2.828-13.042 2.828-18.648 0l-.233-.118C6.008 24.927-.422 41.997 24.039 41.997S41.913 24.61 33.557 15.68M23 24a2 2 0 1 0 0 4zm2-2v-1h-2v1a4 4 0 0 0 0 8v4c-.87 0-1.611-.555-1.887-1.333a1 1 0 1 0-1.885.666A4 4 0 0 0 23 36v1h2v-1a4 4 0 0 0 0-8v-4c.87 0 1.611.555 1.887 1.333a1 1 0 1 0 1.885-.666A4 4 0 0 0 25 22m0 8v4a2 2 0 1 0 0-4" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-money-bag {
  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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M24.039%206c-4.517%200-8.632%201.492-11.067%202.711q-.33.165-.616.322c-.378.206-.7.398-.956.567l2.77%204.078l1.304.519c5.096%202.571%2011.93%202.571%2017.027%200l1.48-.768L36.6%209.6a16%2016%200%200%200-1.689-.957C32.488%207.437%2028.471%206%2024.04%206m-6.442%204.616a25%2025%200%200%201-2.901-.728C16.978%208.875%2020.377%207.8%2024.04%207.8c2.537%200%204.936.516%206.92%201.17c-2.325.327-4.806.882-7.17%201.565c-1.86.538-4.034.48-6.192.081m15.96%205.064l-.246.124c-5.606%202.828-13.042%202.828-18.648%200l-.233-.118C6.008%2024.927-.422%2041.997%2024.039%2041.997S41.913%2024.61%2033.557%2015.68M23%2024a2%202%200%201%200%200%204zm2-2v-1h-2v1a4%204%200%200%200%200%208v4c-.87%200-1.611-.555-1.887-1.333a1%201%200%201%200-1.885.666A4%204%200%200%200%2023%2036v1h2v-1a4%204%200%200%200%200-8v-4c.87%200%201.611.555%201.887%201.333a1%201%200%201%200%201.885-.666A4%204%200%200%200%2025%2022m0%208v4a2%202%200%201%200%200-4%22%20clip-rule%3D%22evenodd%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M24.039%206c-4.517%200-8.632%201.492-11.067%202.711q-.33.165-.616.322c-.378.206-.7.398-.956.567l2.77%204.078l1.304.519c5.096%202.571%2011.93%202.571%2017.027%200l1.48-.768L36.6%209.6a16%2016%200%200%200-1.689-.957C32.488%207.437%2028.471%206%2024.04%206m-6.442%204.616a25%2025%200%200%201-2.901-.728C16.978%208.875%2020.377%207.8%2024.04%207.8c2.537%200%204.936.516%206.92%201.17c-2.325.327-4.806.882-7.17%201.565c-1.86.538-4.034.48-6.192.081m15.96%205.064l-.246.124c-5.606%202.828-13.042%202.828-18.648%200l-.233-.118C6.008%2024.927-.422%2041.997%2024.039%2041.997S41.913%2024.61%2033.557%2015.68M23%2024a2%202%200%201%200%200%204zm2-2v-1h-2v1a4%204%200%200%200%200%208v4c-.87%200-1.611-.555-1.887-1.333a1%201%200%201%200-1.885.666A4%204%200%200%200%2023%2036v1h2v-1a4%204%200%200%200%200-8v-4c.87%200%201.611.555%201.887%201.333a1%201%200%201%200%201.885-.666A4%204%200%200%200%2025%2022m0%208v4a2%202%200%201%200%200-4%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/healthicons/money-bag.svg?color=%231a73e8&size=48