money-bag from Fluent Emoji High Contrast by Microsoft Corporation · Default · Objects · MIT Free for personal and commercial use.

Name
money-bag
Set
Fluent Emoji High Contrast
Style
Default
Category
Objects
Viewbox
32×32
License
MIT

The same emoji in other sets

More objects icons from Fluent Emoji High Contrast

Use the money bag emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="M15.84 19.345h.07c1.5.04 2.7 1.26 2.7 2.76c0 1.28-.87 2.35-2.05 2.67v1.12c0 .4-.32.72-.72.72s-.72-.32-.72-.72v-1.12a2.77 2.77 0 0 1-2.05-2.67c0-.4.32-.72.72-.72s.72.32.72.72c0 .74.59 1.33 1.32 1.33s1.33-.6 1.33-1.33s-.6-1.33-1.33-1.33h-.07a2.765 2.765 0 0 1-2.69-2.76c0-1.28.87-2.35 2.05-2.67v-1.12c0-.4.32-.72.72-.72s.72.32.72.72v1.12c1.18.32 2.05 1.39 2.05 2.67c0 .4-.32.72-.72.72s-.72-.32-.72-.72c0-.73-.6-1.33-1.33-1.33s-1.33.6-1.33 1.33s.6 1.33 1.33 1.33"/><path d="m10.532 5.1l2.786 3.26l-.301.336C7.283 9.982 3 15.103 3 21.225c0 5.382 4.368 9.75 9.75 9.75h6.17c5.382 0 9.75-4.367 9.75-9.749c.01-6.123-4.273-11.244-10.007-12.53a1.1 1.1 0 0 0-.11-.615l2.37-2.713l.153-.236a1.956 1.956 0 0 0-2.892-2.423l-.843-1a2.02 2.02 0 0 0-3.008-.005l-.883.986a1.96 1.96 0 0 0-2.918 2.41m3.799 1.385l-1.696-1.96a1.98 1.98 0 0 0 2.365-.5l.8-1.038l.888 1.052a1.97 1.97 0 0 0 2.3.513L17.3 6.485zM5 21.225c0-5.988 4.852-10.84 10.84-10.84s10.84 4.852 10.83 10.838v.002a7.753 7.753 0 0 1-7.75 7.75h-6.17A7.753 7.753 0 0 1 5 21.225"/></g></svg>

React

import type { SVGProps } from "react";

export function FluentEmojiHighContrastMoneyBag(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="M15.84 19.345h.07c1.5.04 2.7 1.26 2.7 2.76c0 1.28-.87 2.35-2.05 2.67v1.12c0 .4-.32.72-.72.72s-.72-.32-.72-.72v-1.12a2.77 2.77 0 0 1-2.05-2.67c0-.4.32-.72.72-.72s.72.32.72.72c0 .74.59 1.33 1.32 1.33s1.33-.6 1.33-1.33s-.6-1.33-1.33-1.33h-.07a2.765 2.765 0 0 1-2.69-2.76c0-1.28.87-2.35 2.05-2.67v-1.12c0-.4.32-.72.72-.72s.72.32.72.72v1.12c1.18.32 2.05 1.39 2.05 2.67c0 .4-.32.72-.72.72s-.72-.32-.72-.72c0-.73-.6-1.33-1.33-1.33s-1.33.6-1.33 1.33s.6 1.33 1.33 1.33"/><path d="m10.532 5.1l2.786 3.26l-.301.336C7.283 9.982 3 15.103 3 21.225c0 5.382 4.368 9.75 9.75 9.75h6.17c5.382 0 9.75-4.367 9.75-9.749c.01-6.123-4.273-11.244-10.007-12.53a1.1 1.1 0 0 0-.11-.615l2.37-2.713l.153-.236a1.956 1.956 0 0 0-2.892-2.423l-.843-1a2.02 2.02 0 0 0-3.008-.005l-.883.986a1.96 1.96 0 0 0-2.918 2.41m3.799 1.385l-1.696-1.96a1.98 1.98 0 0 0 2.365-.5l.8-1.038l.888 1.052a1.97 1.97 0 0 0 2.3.513L17.3 6.485zM5 21.225c0-5.988 4.852-10.84 10.84-10.84s10.84 4.852 10.83 10.838v.002a7.753 7.753 0 0 1-7.75 7.75h-6.17A7.753 7.753 0 0 1 5 21.225"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="M15.84 19.345h.07c1.5.04 2.7 1.26 2.7 2.76c0 1.28-.87 2.35-2.05 2.67v1.12c0 .4-.32.72-.72.72s-.72-.32-.72-.72v-1.12a2.77 2.77 0 0 1-2.05-2.67c0-.4.32-.72.72-.72s.72.32.72.72c0 .74.59 1.33 1.32 1.33s1.33-.6 1.33-1.33s-.6-1.33-1.33-1.33h-.07a2.765 2.765 0 0 1-2.69-2.76c0-1.28.87-2.35 2.05-2.67v-1.12c0-.4.32-.72.72-.72s.72.32.72.72v1.12c1.18.32 2.05 1.39 2.05 2.67c0 .4-.32.72-.72.72s-.72-.32-.72-.72c0-.73-.6-1.33-1.33-1.33s-1.33.6-1.33 1.33s.6 1.33 1.33 1.33"/><path d="m10.532 5.1l2.786 3.26l-.301.336C7.283 9.982 3 15.103 3 21.225c0 5.382 4.368 9.75 9.75 9.75h6.17c5.382 0 9.75-4.367 9.75-9.749c.01-6.123-4.273-11.244-10.007-12.53a1.1 1.1 0 0 0-.11-.615l2.37-2.713l.153-.236a1.956 1.956 0 0 0-2.892-2.423l-.843-1a2.02 2.02 0 0 0-3.008-.005l-.883.986a1.96 1.96 0 0 0-2.918 2.41m3.799 1.385l-1.696-1.96a1.98 1.98 0 0 0 2.365-.5l.8-1.038l.888 1.052a1.97 1.97 0 0 0 2.3.513L17.3 6.485zM5 21.225c0-5.988 4.852-10.84 10.84-10.84s10.84 4.852 10.83 10.838v.002a7.753 7.753 0 0 1-7.75 7.75h-6.17A7.753 7.753 0 0 1 5 21.225"/></g></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%2032%2032%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M15.84%2019.345h.07c1.5.04%202.7%201.26%202.7%202.76c0%201.28-.87%202.35-2.05%202.67v1.12c0%20.4-.32.72-.72.72s-.72-.32-.72-.72v-1.12a2.77%202.77%200%200%201-2.05-2.67c0-.4.32-.72.72-.72s.72.32.72.72c0%20.74.59%201.33%201.32%201.33s1.33-.6%201.33-1.33s-.6-1.33-1.33-1.33h-.07a2.765%202.765%200%200%201-2.69-2.76c0-1.28.87-2.35%202.05-2.67v-1.12c0-.4.32-.72.72-.72s.72.32.72.72v1.12c1.18.32%202.05%201.39%202.05%202.67c0%20.4-.32.72-.72.72s-.72-.32-.72-.72c0-.73-.6-1.33-1.33-1.33s-1.33.6-1.33%201.33s.6%201.33%201.33%201.33%22%2F%3E%3Cpath%20d%3D%22m10.532%205.1l2.786%203.26l-.301.336C7.283%209.982%203%2015.103%203%2021.225c0%205.382%204.368%209.75%209.75%209.75h6.17c5.382%200%209.75-4.367%209.75-9.749c.01-6.123-4.273-11.244-10.007-12.53a1.1%201.1%200%200%200-.11-.615l2.37-2.713l.153-.236a1.956%201.956%200%200%200-2.892-2.423l-.843-1a2.02%202.02%200%200%200-3.008-.005l-.883.986a1.96%201.96%200%200%200-2.918%202.41m3.799%201.385l-1.696-1.96a1.98%201.98%200%200%200%202.365-.5l.8-1.038l.888%201.052a1.97%201.97%200%200%200%202.3.513L17.3%206.485zM5%2021.225c0-5.988%204.852-10.84%2010.84-10.84s10.84%204.852%2010.83%2010.838v.002a7.753%207.753%200%200%201-7.75%207.75h-6.17A7.753%207.753%200%200%201%205%2021.225%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%2032%2032%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M15.84%2019.345h.07c1.5.04%202.7%201.26%202.7%202.76c0%201.28-.87%202.35-2.05%202.67v1.12c0%20.4-.32.72-.72.72s-.72-.32-.72-.72v-1.12a2.77%202.77%200%200%201-2.05-2.67c0-.4.32-.72.72-.72s.72.32.72.72c0%20.74.59%201.33%201.32%201.33s1.33-.6%201.33-1.33s-.6-1.33-1.33-1.33h-.07a2.765%202.765%200%200%201-2.69-2.76c0-1.28.87-2.35%202.05-2.67v-1.12c0-.4.32-.72.72-.72s.72.32.72.72v1.12c1.18.32%202.05%201.39%202.05%202.67c0%20.4-.32.72-.72.72s-.72-.32-.72-.72c0-.73-.6-1.33-1.33-1.33s-1.33.6-1.33%201.33s.6%201.33%201.33%201.33%22%2F%3E%3Cpath%20d%3D%22m10.532%205.1l2.786%203.26l-.301.336C7.283%209.982%203%2015.103%203%2021.225c0%205.382%204.368%209.75%209.75%209.75h6.17c5.382%200%209.75-4.367%209.75-9.749c.01-6.123-4.273-11.244-10.007-12.53a1.1%201.1%200%200%200-.11-.615l2.37-2.713l.153-.236a1.956%201.956%200%200%200-2.892-2.423l-.843-1a2.02%202.02%200%200%200-3.008-.005l-.883.986a1.96%201.96%200%200%200-2.918%202.41m3.799%201.385l-1.696-1.96a1.98%201.98%200%200%200%202.365-.5l.8-1.038l.888%201.052a1.97%201.97%200%200%200%202.3.513L17.3%206.485zM5%2021.225c0-5.988%204.852-10.84%2010.84-10.84s10.84%204.852%2010.83%2010.838v.002a7.753%207.753%200%200%201-7.75%207.75h-6.17A7.753%207.753%200%200%201%205%2021.225%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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