money bag emoji

money-bag from Noto Emoji by Google Inc · Default · Objects · Apache-2.0 Free for personal and commercial use.

Name
money-bag
Set
Noto Emoji
Style
Default
Category
Objects
Viewbox
128×128
License
Apache 2.0

The same emoji in other sets

More objects icons from Noto Emoji

Use the money bag emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#ffca28" d="M93.46 39.45c6.71-1.49 15.45-8.15 16.78-11.43c.78-1.92-3.11-4.92-4.15-6.13c-2.38-2.76-1.42-4.12-.5-7.41c1.05-3.74-1.44-7.87-4.97-9.49s-7.75-1.11-11.3.47s-6.58 4.12-9.55 6.62c-2.17-1.37-5.63-7.42-11.23-3.49c-3.87 2.71-4.22 8.61-3.72 13.32c1.17 10.87 3.85 16.51 8.9 18.03c6.38 1.92 13.44.91 19.74-.49"/><path fill="#e2a610" d="M104.36 8.18c-.85 14.65-15.14 24.37-21.92 28.65l4.4 3.78s2.79.06 6.61-1.16c6.55-2.08 16.12-7.96 16.78-11.43c.97-5.05-4.21-3.95-5.38-7.94c-.61-2.11 2.97-6.1-.49-11.9m-24.58 3.91s-2.55-2.61-4.44-3.8c-.94 1.77-1.61 3.69-1.94 5.67c-.59 3.48 0 8.42 1.39 12.1c.22.57 1.04.48 1.13-.12c1.2-7.91 3.86-13.85 3.86-13.85"/><path fill="#ffca28" d="M61.96 38.16S30.77 41.53 16.7 68.61s-2.11 43.5 10.55 49.48s44.56 8.09 65.31 3.17s25.94-15.12 24.97-24.97c-1.41-14.38-14.77-23.22-14.77-23.22s.53-17.76-13.25-29.29c-12.23-10.24-27.55-5.62-27.55-5.62"/><path fill="#6b4b46" d="M74.76 83.73c-6.69-8.44-14.59-9.57-17.12-12.6c-1.38-1.65-2.19-3.32-1.88-5.39c.33-2.2 2.88-3.72 4.86-4.09c2.31-.44 7.82-.21 12.45 4.2c1.1 1.04.7 2.66.67 4.11c-.08 3.11 4.37 6.13 7.97 3.53c3.61-2.61.84-8.42-1.49-11.24c-1.76-2.13-8.14-6.82-16.07-7.56c-2.23-.21-11.2-1.54-16.38 8.31c-1.49 2.83-2.04 9.67 5.76 15.45c1.63 1.21 10.09 5.51 12.44 8.3c4.07 4.83 1.28 9.08-1.9 9.64c-8.67 1.52-13.58-3.17-14.49-5.74c-.65-1.83.03-3.81-.81-5.53c-.86-1.77-2.62-2.47-4.48-1.88c-6.1 1.94-4.16 8.61-1.46 12.28c2.89 3.93 6.44 6.3 10.43 7.6c14.89 4.85 22.05-2.81 23.3-8.42c.92-4.11.82-7.67-1.8-10.97"/><path fill="none" stroke="#6b4b46" stroke-miterlimit="10" stroke-width="5" d="M71.16 48.99c-12.67 27.06-14.85 61.23-14.85 61.23"/><path fill="#6d4c41" d="M81.67 31.96c8.44 2.75 10.31 10.38 9.7 12.46c-.73 2.44-10.08-7.06-23.98-6.49c-4.86.2-3.45-2.78-1.2-4.5c2.97-2.27 7.96-3.91 15.48-1.47"/><path fill="#6b4b46" d="M81.67 31.96c8.44 2.75 10.31 10.38 9.7 12.46c-.73 2.44-10.08-7.06-23.98-6.49c-4.86.2-3.45-2.78-1.2-4.5c2.97-2.27 7.96-3.91 15.48-1.47"/><path fill="#e2a610" d="M96.49 58.86c1.06-.73 4.62.53 5.62 7.5c.49 3.41.64 6.71.64 6.71s-4.2-3.77-5.59-6.42c-1.75-3.35-2.43-6.59-.67-7.79"/></svg>

React

import type { SVGProps } from "react";

export function NotoMoneyBag(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#ffca28" d="M93.46 39.45c6.71-1.49 15.45-8.15 16.78-11.43c.78-1.92-3.11-4.92-4.15-6.13c-2.38-2.76-1.42-4.12-.5-7.41c1.05-3.74-1.44-7.87-4.97-9.49s-7.75-1.11-11.3.47s-6.58 4.12-9.55 6.62c-2.17-1.37-5.63-7.42-11.23-3.49c-3.87 2.71-4.22 8.61-3.72 13.32c1.17 10.87 3.85 16.51 8.9 18.03c6.38 1.92 13.44.91 19.74-.49"/><path fill="#e2a610" d="M104.36 8.18c-.85 14.65-15.14 24.37-21.92 28.65l4.4 3.78s2.79.06 6.61-1.16c6.55-2.08 16.12-7.96 16.78-11.43c.97-5.05-4.21-3.95-5.38-7.94c-.61-2.11 2.97-6.1-.49-11.9m-24.58 3.91s-2.55-2.61-4.44-3.8c-.94 1.77-1.61 3.69-1.94 5.67c-.59 3.48 0 8.42 1.39 12.1c.22.57 1.04.48 1.13-.12c1.2-7.91 3.86-13.85 3.86-13.85"/><path fill="#ffca28" d="M61.96 38.16S30.77 41.53 16.7 68.61s-2.11 43.5 10.55 49.48s44.56 8.09 65.31 3.17s25.94-15.12 24.97-24.97c-1.41-14.38-14.77-23.22-14.77-23.22s.53-17.76-13.25-29.29c-12.23-10.24-27.55-5.62-27.55-5.62"/><path fill="#6b4b46" d="M74.76 83.73c-6.69-8.44-14.59-9.57-17.12-12.6c-1.38-1.65-2.19-3.32-1.88-5.39c.33-2.2 2.88-3.72 4.86-4.09c2.31-.44 7.82-.21 12.45 4.2c1.1 1.04.7 2.66.67 4.11c-.08 3.11 4.37 6.13 7.97 3.53c3.61-2.61.84-8.42-1.49-11.24c-1.76-2.13-8.14-6.82-16.07-7.56c-2.23-.21-11.2-1.54-16.38 8.31c-1.49 2.83-2.04 9.67 5.76 15.45c1.63 1.21 10.09 5.51 12.44 8.3c4.07 4.83 1.28 9.08-1.9 9.64c-8.67 1.52-13.58-3.17-14.49-5.74c-.65-1.83.03-3.81-.81-5.53c-.86-1.77-2.62-2.47-4.48-1.88c-6.1 1.94-4.16 8.61-1.46 12.28c2.89 3.93 6.44 6.3 10.43 7.6c14.89 4.85 22.05-2.81 23.3-8.42c.92-4.11.82-7.67-1.8-10.97"/><path fill="none" stroke="#6b4b46" strokeMiterlimit="10" strokeWidth="5" d="M71.16 48.99c-12.67 27.06-14.85 61.23-14.85 61.23"/><path fill="#6d4c41" d="M81.67 31.96c8.44 2.75 10.31 10.38 9.7 12.46c-.73 2.44-10.08-7.06-23.98-6.49c-4.86.2-3.45-2.78-1.2-4.5c2.97-2.27 7.96-3.91 15.48-1.47"/><path fill="#6b4b46" d="M81.67 31.96c8.44 2.75 10.31 10.38 9.7 12.46c-.73 2.44-10.08-7.06-23.98-6.49c-4.86.2-3.45-2.78-1.2-4.5c2.97-2.27 7.96-3.91 15.48-1.47"/><path fill="#e2a610" d="M96.49 58.86c1.06-.73 4.62.53 5.62 7.5c.49 3.41.64 6.71.64 6.71s-4.2-3.77-5.59-6.42c-1.75-3.35-2.43-6.59-.67-7.79"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#ffca28" d="M93.46 39.45c6.71-1.49 15.45-8.15 16.78-11.43c.78-1.92-3.11-4.92-4.15-6.13c-2.38-2.76-1.42-4.12-.5-7.41c1.05-3.74-1.44-7.87-4.97-9.49s-7.75-1.11-11.3.47s-6.58 4.12-9.55 6.62c-2.17-1.37-5.63-7.42-11.23-3.49c-3.87 2.71-4.22 8.61-3.72 13.32c1.17 10.87 3.85 16.51 8.9 18.03c6.38 1.92 13.44.91 19.74-.49"/><path fill="#e2a610" d="M104.36 8.18c-.85 14.65-15.14 24.37-21.92 28.65l4.4 3.78s2.79.06 6.61-1.16c6.55-2.08 16.12-7.96 16.78-11.43c.97-5.05-4.21-3.95-5.38-7.94c-.61-2.11 2.97-6.1-.49-11.9m-24.58 3.91s-2.55-2.61-4.44-3.8c-.94 1.77-1.61 3.69-1.94 5.67c-.59 3.48 0 8.42 1.39 12.1c.22.57 1.04.48 1.13-.12c1.2-7.91 3.86-13.85 3.86-13.85"/><path fill="#ffca28" d="M61.96 38.16S30.77 41.53 16.7 68.61s-2.11 43.5 10.55 49.48s44.56 8.09 65.31 3.17s25.94-15.12 24.97-24.97c-1.41-14.38-14.77-23.22-14.77-23.22s.53-17.76-13.25-29.29c-12.23-10.24-27.55-5.62-27.55-5.62"/><path fill="#6b4b46" d="M74.76 83.73c-6.69-8.44-14.59-9.57-17.12-12.6c-1.38-1.65-2.19-3.32-1.88-5.39c.33-2.2 2.88-3.72 4.86-4.09c2.31-.44 7.82-.21 12.45 4.2c1.1 1.04.7 2.66.67 4.11c-.08 3.11 4.37 6.13 7.97 3.53c3.61-2.61.84-8.42-1.49-11.24c-1.76-2.13-8.14-6.82-16.07-7.56c-2.23-.21-11.2-1.54-16.38 8.31c-1.49 2.83-2.04 9.67 5.76 15.45c1.63 1.21 10.09 5.51 12.44 8.3c4.07 4.83 1.28 9.08-1.9 9.64c-8.67 1.52-13.58-3.17-14.49-5.74c-.65-1.83.03-3.81-.81-5.53c-.86-1.77-2.62-2.47-4.48-1.88c-6.1 1.94-4.16 8.61-1.46 12.28c2.89 3.93 6.44 6.3 10.43 7.6c14.89 4.85 22.05-2.81 23.3-8.42c.92-4.11.82-7.67-1.8-10.97"/><path fill="none" stroke="#6b4b46" stroke-miterlimit="10" stroke-width="5" d="M71.16 48.99c-12.67 27.06-14.85 61.23-14.85 61.23"/><path fill="#6d4c41" d="M81.67 31.96c8.44 2.75 10.31 10.38 9.7 12.46c-.73 2.44-10.08-7.06-23.98-6.49c-4.86.2-3.45-2.78-1.2-4.5c2.97-2.27 7.96-3.91 15.48-1.47"/><path fill="#6b4b46" d="M81.67 31.96c8.44 2.75 10.31 10.38 9.7 12.46c-.73 2.44-10.08-7.06-23.98-6.49c-4.86.2-3.45-2.78-1.2-4.5c2.97-2.27 7.96-3.91 15.48-1.47"/><path fill="#e2a610" d="M96.49 58.86c1.06-.73 4.62.53 5.62 7.5c.49 3.41.64 6.71.64 6.71s-4.2-3.77-5.59-6.42c-1.75-3.35-2.43-6.59-.67-7.79"/></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%20128%20128%22%3E%3Cpath%20fill%3D%22%23ffca28%22%20d%3D%22M93.46%2039.45c6.71-1.49%2015.45-8.15%2016.78-11.43c.78-1.92-3.11-4.92-4.15-6.13c-2.38-2.76-1.42-4.12-.5-7.41c1.05-3.74-1.44-7.87-4.97-9.49s-7.75-1.11-11.3.47s-6.58%204.12-9.55%206.62c-2.17-1.37-5.63-7.42-11.23-3.49c-3.87%202.71-4.22%208.61-3.72%2013.32c1.17%2010.87%203.85%2016.51%208.9%2018.03c6.38%201.92%2013.44.91%2019.74-.49%22%2F%3E%3Cpath%20fill%3D%22%23e2a610%22%20d%3D%22M104.36%208.18c-.85%2014.65-15.14%2024.37-21.92%2028.65l4.4%203.78s2.79.06%206.61-1.16c6.55-2.08%2016.12-7.96%2016.78-11.43c.97-5.05-4.21-3.95-5.38-7.94c-.61-2.11%202.97-6.1-.49-11.9m-24.58%203.91s-2.55-2.61-4.44-3.8c-.94%201.77-1.61%203.69-1.94%205.67c-.59%203.48%200%208.42%201.39%2012.1c.22.57%201.04.48%201.13-.12c1.2-7.91%203.86-13.85%203.86-13.85%22%2F%3E%3Cpath%20fill%3D%22%23ffca28%22%20d%3D%22M61.96%2038.16S30.77%2041.53%2016.7%2068.61s-2.11%2043.5%2010.55%2049.48s44.56%208.09%2065.31%203.17s25.94-15.12%2024.97-24.97c-1.41-14.38-14.77-23.22-14.77-23.22s.53-17.76-13.25-29.29c-12.23-10.24-27.55-5.62-27.55-5.62%22%2F%3E%3Cpath%20fill%3D%22%236b4b46%22%20d%3D%22M74.76%2083.73c-6.69-8.44-14.59-9.57-17.12-12.6c-1.38-1.65-2.19-3.32-1.88-5.39c.33-2.2%202.88-3.72%204.86-4.09c2.31-.44%207.82-.21%2012.45%204.2c1.1%201.04.7%202.66.67%204.11c-.08%203.11%204.37%206.13%207.97%203.53c3.61-2.61.84-8.42-1.49-11.24c-1.76-2.13-8.14-6.82-16.07-7.56c-2.23-.21-11.2-1.54-16.38%208.31c-1.49%202.83-2.04%209.67%205.76%2015.45c1.63%201.21%2010.09%205.51%2012.44%208.3c4.07%204.83%201.28%209.08-1.9%209.64c-8.67%201.52-13.58-3.17-14.49-5.74c-.65-1.83.03-3.81-.81-5.53c-.86-1.77-2.62-2.47-4.48-1.88c-6.1%201.94-4.16%208.61-1.46%2012.28c2.89%203.93%206.44%206.3%2010.43%207.6c14.89%204.85%2022.05-2.81%2023.3-8.42c.92-4.11.82-7.67-1.8-10.97%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%236b4b46%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%225%22%20d%3D%22M71.16%2048.99c-12.67%2027.06-14.85%2061.23-14.85%2061.23%22%2F%3E%3Cpath%20fill%3D%22%236d4c41%22%20d%3D%22M81.67%2031.96c8.44%202.75%2010.31%2010.38%209.7%2012.46c-.73%202.44-10.08-7.06-23.98-6.49c-4.86.2-3.45-2.78-1.2-4.5c2.97-2.27%207.96-3.91%2015.48-1.47%22%2F%3E%3Cpath%20fill%3D%22%236b4b46%22%20d%3D%22M81.67%2031.96c8.44%202.75%2010.31%2010.38%209.7%2012.46c-.73%202.44-10.08-7.06-23.98-6.49c-4.86.2-3.45-2.78-1.2-4.5c2.97-2.27%207.96-3.91%2015.48-1.47%22%2F%3E%3Cpath%20fill%3D%22%23e2a610%22%20d%3D%22M96.49%2058.86c1.06-.73%204.62.53%205.62%207.5c.49%203.41.64%206.71.64%206.71s-4.2-3.77-5.59-6.42c-1.75-3.35-2.43-6.59-.67-7.79%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%20128%20128%22%3E%3Cpath%20fill%3D%22%23ffca28%22%20d%3D%22M93.46%2039.45c6.71-1.49%2015.45-8.15%2016.78-11.43c.78-1.92-3.11-4.92-4.15-6.13c-2.38-2.76-1.42-4.12-.5-7.41c1.05-3.74-1.44-7.87-4.97-9.49s-7.75-1.11-11.3.47s-6.58%204.12-9.55%206.62c-2.17-1.37-5.63-7.42-11.23-3.49c-3.87%202.71-4.22%208.61-3.72%2013.32c1.17%2010.87%203.85%2016.51%208.9%2018.03c6.38%201.92%2013.44.91%2019.74-.49%22%2F%3E%3Cpath%20fill%3D%22%23e2a610%22%20d%3D%22M104.36%208.18c-.85%2014.65-15.14%2024.37-21.92%2028.65l4.4%203.78s2.79.06%206.61-1.16c6.55-2.08%2016.12-7.96%2016.78-11.43c.97-5.05-4.21-3.95-5.38-7.94c-.61-2.11%202.97-6.1-.49-11.9m-24.58%203.91s-2.55-2.61-4.44-3.8c-.94%201.77-1.61%203.69-1.94%205.67c-.59%203.48%200%208.42%201.39%2012.1c.22.57%201.04.48%201.13-.12c1.2-7.91%203.86-13.85%203.86-13.85%22%2F%3E%3Cpath%20fill%3D%22%23ffca28%22%20d%3D%22M61.96%2038.16S30.77%2041.53%2016.7%2068.61s-2.11%2043.5%2010.55%2049.48s44.56%208.09%2065.31%203.17s25.94-15.12%2024.97-24.97c-1.41-14.38-14.77-23.22-14.77-23.22s.53-17.76-13.25-29.29c-12.23-10.24-27.55-5.62-27.55-5.62%22%2F%3E%3Cpath%20fill%3D%22%236b4b46%22%20d%3D%22M74.76%2083.73c-6.69-8.44-14.59-9.57-17.12-12.6c-1.38-1.65-2.19-3.32-1.88-5.39c.33-2.2%202.88-3.72%204.86-4.09c2.31-.44%207.82-.21%2012.45%204.2c1.1%201.04.7%202.66.67%204.11c-.08%203.11%204.37%206.13%207.97%203.53c3.61-2.61.84-8.42-1.49-11.24c-1.76-2.13-8.14-6.82-16.07-7.56c-2.23-.21-11.2-1.54-16.38%208.31c-1.49%202.83-2.04%209.67%205.76%2015.45c1.63%201.21%2010.09%205.51%2012.44%208.3c4.07%204.83%201.28%209.08-1.9%209.64c-8.67%201.52-13.58-3.17-14.49-5.74c-.65-1.83.03-3.81-.81-5.53c-.86-1.77-2.62-2.47-4.48-1.88c-6.1%201.94-4.16%208.61-1.46%2012.28c2.89%203.93%206.44%206.3%2010.43%207.6c14.89%204.85%2022.05-2.81%2023.3-8.42c.92-4.11.82-7.67-1.8-10.97%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%236b4b46%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%225%22%20d%3D%22M71.16%2048.99c-12.67%2027.06-14.85%2061.23-14.85%2061.23%22%2F%3E%3Cpath%20fill%3D%22%236d4c41%22%20d%3D%22M81.67%2031.96c8.44%202.75%2010.31%2010.38%209.7%2012.46c-.73%202.44-10.08-7.06-23.98-6.49c-4.86.2-3.45-2.78-1.2-4.5c2.97-2.27%207.96-3.91%2015.48-1.47%22%2F%3E%3Cpath%20fill%3D%22%236b4b46%22%20d%3D%22M81.67%2031.96c8.44%202.75%2010.31%2010.38%209.7%2012.46c-.73%202.44-10.08-7.06-23.98-6.49c-4.86.2-3.45-2.78-1.2-4.5c2.97-2.27%207.96-3.91%2015.48-1.47%22%2F%3E%3Cpath%20fill%3D%22%23e2a610%22%20d%3D%22M96.49%2058.86c1.06-.73%204.62.53%205.62%207.5c.49%203.41.64%206.71.64%206.71s-4.2-3.77-5.59-6.42c-1.75-3.35-2.43-6.59-.67-7.79%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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