moneybag from Firefox OS Emoji by Mozilla · Default · Objects · Apache-2.0 Free for personal and commercial use.

Name
moneybag
Set
Firefox OS Emoji
Style
Default
Category
Objects
Viewbox
512×512
License
Apache 2.0

The same emoji in other sets

More objects icons from Firefox OS Emoji

Use the moneybag emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="#EDCE83" d="M446.93 303.162c-4.767-6.76-6.503-15.149-4.712-23.225a66.3 66.3 0 0 0 1.57-14.376c0-26.88-16.042-50.111-39.339-61.207c-5.232-2.492-9.655-6.421-12.498-11.47c-21.55-38.27-48.807-67.372-84.6-81.145c16.419-31.108 40.537-59.02 60.568-79.165C379.907 20.516 371.416 0 354.412 0H168.935c-16.949 0-25.422 20.37-13.582 32.498c18.479 18.928 39.89 45.296 54.169 76.837c-42.403 13.594-62.967 49.997-94.425 119.688c-3.236 7.169-9.285 12.663-16.707 15.268c-34.198 12.003-58.637 43.782-58.637 81.104c0 18.49 6.001 35.619 16.213 49.658c3.264 4.488 4.98 9.886 5.174 15.432c2.386 68.375 57.921 121.592 197.165 121.592c131.117 0 180.512-44.445 189.025-107.16c.51-3.755 1.66-7.402 3.571-10.673c7.321-12.532 11.504-27.017 11.504-42.451c-.001-18.042-5.712-34.788-15.475-48.631"/><path fill="#AA8F4D" d="M257.954 133.694c-14.867 0-28.824-1.189-39.3-3.348c-6.111-1.259-24.706-5.092-24.706-18.932a9.685 9.685 0 0 1 9.685-9.685c4.304 0 7.952 2.808 9.213 6.691c4.58 2.565 20.732 5.904 45.107 5.904c24.377 0 40.529-3.339 45.108-5.904c1.261-3.883 4.909-6.691 9.213-6.691a9.685 9.685 0 0 1 9.685 9.685c0 13.84-18.595 17.672-24.705 18.932c-10.475 2.158-24.432 3.348-39.3 3.348m23.953 98.917c12.506 2.426 22.662 7.557 31.331 15.02c1.97 1.696 2.165 4.688.481 6.668l-11.265 13.245c-1.635 1.922-4.469 2.204-6.498.702c-9.36-6.93-19.046-10.232-30.202-10.232c-12.56 0-20.468 5.35-20.468 14.886c0 9.768 5.815 13.723 29.772 21.166c29.307 9.304 46.054 21.631 46.054 50.008c0 22.674-14.447 40.037-39.482 46.404c-2.092.532-3.548 2.433-3.548 4.592v28.212a4.76 4.76 0 0 1-4.759 4.759h-17.23a4.76 4.76 0 0 1-4.759-4.759v-26.313c0-2.386-1.772-4.414-4.14-4.709c-18.275-2.272-32.347-9.238-42.761-18.163c-2.022-1.733-2.168-4.817-.375-6.787l12.572-13.814c1.688-1.855 4.514-2.059 6.483-.505c10.12 7.986 21.629 12.482 35.199 12.482c15.118 0 24.19-6.977 24.19-18.608c0-11.164-5.584-16.282-27.912-23.259c-34.889-10.7-47.217-25.12-47.217-47.915c0-22.555 16.187-38.383 40.168-43.286a4.745 4.745 0 0 0 3.793-4.648v-25.46a4.76 4.76 0 0 1 4.759-4.759h17.23a4.76 4.76 0 0 1 4.759 4.759v25.658a4.74 4.74 0 0 0 3.825 4.656"/></svg>

React

import type { SVGProps } from "react";

export function FxemojiMoneybag(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="#EDCE83" d="M446.93 303.162c-4.767-6.76-6.503-15.149-4.712-23.225a66.3 66.3 0 0 0 1.57-14.376c0-26.88-16.042-50.111-39.339-61.207c-5.232-2.492-9.655-6.421-12.498-11.47c-21.55-38.27-48.807-67.372-84.6-81.145c16.419-31.108 40.537-59.02 60.568-79.165C379.907 20.516 371.416 0 354.412 0H168.935c-16.949 0-25.422 20.37-13.582 32.498c18.479 18.928 39.89 45.296 54.169 76.837c-42.403 13.594-62.967 49.997-94.425 119.688c-3.236 7.169-9.285 12.663-16.707 15.268c-34.198 12.003-58.637 43.782-58.637 81.104c0 18.49 6.001 35.619 16.213 49.658c3.264 4.488 4.98 9.886 5.174 15.432c2.386 68.375 57.921 121.592 197.165 121.592c131.117 0 180.512-44.445 189.025-107.16c.51-3.755 1.66-7.402 3.571-10.673c7.321-12.532 11.504-27.017 11.504-42.451c-.001-18.042-5.712-34.788-15.475-48.631"/><path fill="#AA8F4D" d="M257.954 133.694c-14.867 0-28.824-1.189-39.3-3.348c-6.111-1.259-24.706-5.092-24.706-18.932a9.685 9.685 0 0 1 9.685-9.685c4.304 0 7.952 2.808 9.213 6.691c4.58 2.565 20.732 5.904 45.107 5.904c24.377 0 40.529-3.339 45.108-5.904c1.261-3.883 4.909-6.691 9.213-6.691a9.685 9.685 0 0 1 9.685 9.685c0 13.84-18.595 17.672-24.705 18.932c-10.475 2.158-24.432 3.348-39.3 3.348m23.953 98.917c12.506 2.426 22.662 7.557 31.331 15.02c1.97 1.696 2.165 4.688.481 6.668l-11.265 13.245c-1.635 1.922-4.469 2.204-6.498.702c-9.36-6.93-19.046-10.232-30.202-10.232c-12.56 0-20.468 5.35-20.468 14.886c0 9.768 5.815 13.723 29.772 21.166c29.307 9.304 46.054 21.631 46.054 50.008c0 22.674-14.447 40.037-39.482 46.404c-2.092.532-3.548 2.433-3.548 4.592v28.212a4.76 4.76 0 0 1-4.759 4.759h-17.23a4.76 4.76 0 0 1-4.759-4.759v-26.313c0-2.386-1.772-4.414-4.14-4.709c-18.275-2.272-32.347-9.238-42.761-18.163c-2.022-1.733-2.168-4.817-.375-6.787l12.572-13.814c1.688-1.855 4.514-2.059 6.483-.505c10.12 7.986 21.629 12.482 35.199 12.482c15.118 0 24.19-6.977 24.19-18.608c0-11.164-5.584-16.282-27.912-23.259c-34.889-10.7-47.217-25.12-47.217-47.915c0-22.555 16.187-38.383 40.168-43.286a4.745 4.745 0 0 0 3.793-4.648v-25.46a4.76 4.76 0 0 1 4.759-4.759h17.23a4.76 4.76 0 0 1 4.759 4.759v25.658a4.74 4.74 0 0 0 3.825 4.656"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="#EDCE83" d="M446.93 303.162c-4.767-6.76-6.503-15.149-4.712-23.225a66.3 66.3 0 0 0 1.57-14.376c0-26.88-16.042-50.111-39.339-61.207c-5.232-2.492-9.655-6.421-12.498-11.47c-21.55-38.27-48.807-67.372-84.6-81.145c16.419-31.108 40.537-59.02 60.568-79.165C379.907 20.516 371.416 0 354.412 0H168.935c-16.949 0-25.422 20.37-13.582 32.498c18.479 18.928 39.89 45.296 54.169 76.837c-42.403 13.594-62.967 49.997-94.425 119.688c-3.236 7.169-9.285 12.663-16.707 15.268c-34.198 12.003-58.637 43.782-58.637 81.104c0 18.49 6.001 35.619 16.213 49.658c3.264 4.488 4.98 9.886 5.174 15.432c2.386 68.375 57.921 121.592 197.165 121.592c131.117 0 180.512-44.445 189.025-107.16c.51-3.755 1.66-7.402 3.571-10.673c7.321-12.532 11.504-27.017 11.504-42.451c-.001-18.042-5.712-34.788-15.475-48.631"/><path fill="#AA8F4D" d="M257.954 133.694c-14.867 0-28.824-1.189-39.3-3.348c-6.111-1.259-24.706-5.092-24.706-18.932a9.685 9.685 0 0 1 9.685-9.685c4.304 0 7.952 2.808 9.213 6.691c4.58 2.565 20.732 5.904 45.107 5.904c24.377 0 40.529-3.339 45.108-5.904c1.261-3.883 4.909-6.691 9.213-6.691a9.685 9.685 0 0 1 9.685 9.685c0 13.84-18.595 17.672-24.705 18.932c-10.475 2.158-24.432 3.348-39.3 3.348m23.953 98.917c12.506 2.426 22.662 7.557 31.331 15.02c1.97 1.696 2.165 4.688.481 6.668l-11.265 13.245c-1.635 1.922-4.469 2.204-6.498.702c-9.36-6.93-19.046-10.232-30.202-10.232c-12.56 0-20.468 5.35-20.468 14.886c0 9.768 5.815 13.723 29.772 21.166c29.307 9.304 46.054 21.631 46.054 50.008c0 22.674-14.447 40.037-39.482 46.404c-2.092.532-3.548 2.433-3.548 4.592v28.212a4.76 4.76 0 0 1-4.759 4.759h-17.23a4.76 4.76 0 0 1-4.759-4.759v-26.313c0-2.386-1.772-4.414-4.14-4.709c-18.275-2.272-32.347-9.238-42.761-18.163c-2.022-1.733-2.168-4.817-.375-6.787l12.572-13.814c1.688-1.855 4.514-2.059 6.483-.505c10.12 7.986 21.629 12.482 35.199 12.482c15.118 0 24.19-6.977 24.19-18.608c0-11.164-5.584-16.282-27.912-23.259c-34.889-10.7-47.217-25.12-47.217-47.915c0-22.555 16.187-38.383 40.168-43.286a4.745 4.745 0 0 0 3.793-4.648v-25.46a4.76 4.76 0 0 1 4.759-4.759h17.23a4.76 4.76 0 0 1 4.759 4.759v25.658a4.74 4.74 0 0 0 3.825 4.656"/></svg>
</template>

CSS

.icon-moneybag {
  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%20512%20512%22%3E%3Cpath%20fill%3D%22%23EDCE83%22%20d%3D%22M446.93%20303.162c-4.767-6.76-6.503-15.149-4.712-23.225a66.3%2066.3%200%200%200%201.57-14.376c0-26.88-16.042-50.111-39.339-61.207c-5.232-2.492-9.655-6.421-12.498-11.47c-21.55-38.27-48.807-67.372-84.6-81.145c16.419-31.108%2040.537-59.02%2060.568-79.165C379.907%2020.516%20371.416%200%20354.412%200H168.935c-16.949%200-25.422%2020.37-13.582%2032.498c18.479%2018.928%2039.89%2045.296%2054.169%2076.837c-42.403%2013.594-62.967%2049.997-94.425%20119.688c-3.236%207.169-9.285%2012.663-16.707%2015.268c-34.198%2012.003-58.637%2043.782-58.637%2081.104c0%2018.49%206.001%2035.619%2016.213%2049.658c3.264%204.488%204.98%209.886%205.174%2015.432c2.386%2068.375%2057.921%20121.592%20197.165%20121.592c131.117%200%20180.512-44.445%20189.025-107.16c.51-3.755%201.66-7.402%203.571-10.673c7.321-12.532%2011.504-27.017%2011.504-42.451c-.001-18.042-5.712-34.788-15.475-48.631%22%2F%3E%3Cpath%20fill%3D%22%23AA8F4D%22%20d%3D%22M257.954%20133.694c-14.867%200-28.824-1.189-39.3-3.348c-6.111-1.259-24.706-5.092-24.706-18.932a9.685%209.685%200%200%201%209.685-9.685c4.304%200%207.952%202.808%209.213%206.691c4.58%202.565%2020.732%205.904%2045.107%205.904c24.377%200%2040.529-3.339%2045.108-5.904c1.261-3.883%204.909-6.691%209.213-6.691a9.685%209.685%200%200%201%209.685%209.685c0%2013.84-18.595%2017.672-24.705%2018.932c-10.475%202.158-24.432%203.348-39.3%203.348m23.953%2098.917c12.506%202.426%2022.662%207.557%2031.331%2015.02c1.97%201.696%202.165%204.688.481%206.668l-11.265%2013.245c-1.635%201.922-4.469%202.204-6.498.702c-9.36-6.93-19.046-10.232-30.202-10.232c-12.56%200-20.468%205.35-20.468%2014.886c0%209.768%205.815%2013.723%2029.772%2021.166c29.307%209.304%2046.054%2021.631%2046.054%2050.008c0%2022.674-14.447%2040.037-39.482%2046.404c-2.092.532-3.548%202.433-3.548%204.592v28.212a4.76%204.76%200%200%201-4.759%204.759h-17.23a4.76%204.76%200%200%201-4.759-4.759v-26.313c0-2.386-1.772-4.414-4.14-4.709c-18.275-2.272-32.347-9.238-42.761-18.163c-2.022-1.733-2.168-4.817-.375-6.787l12.572-13.814c1.688-1.855%204.514-2.059%206.483-.505c10.12%207.986%2021.629%2012.482%2035.199%2012.482c15.118%200%2024.19-6.977%2024.19-18.608c0-11.164-5.584-16.282-27.912-23.259c-34.889-10.7-47.217-25.12-47.217-47.915c0-22.555%2016.187-38.383%2040.168-43.286a4.745%204.745%200%200%200%203.793-4.648v-25.46a4.76%204.76%200%200%201%204.759-4.759h17.23a4.76%204.76%200%200%201%204.759%204.759v25.658a4.74%204.74%200%200%200%203.825%204.656%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%20512%20512%22%3E%3Cpath%20fill%3D%22%23EDCE83%22%20d%3D%22M446.93%20303.162c-4.767-6.76-6.503-15.149-4.712-23.225a66.3%2066.3%200%200%200%201.57-14.376c0-26.88-16.042-50.111-39.339-61.207c-5.232-2.492-9.655-6.421-12.498-11.47c-21.55-38.27-48.807-67.372-84.6-81.145c16.419-31.108%2040.537-59.02%2060.568-79.165C379.907%2020.516%20371.416%200%20354.412%200H168.935c-16.949%200-25.422%2020.37-13.582%2032.498c18.479%2018.928%2039.89%2045.296%2054.169%2076.837c-42.403%2013.594-62.967%2049.997-94.425%20119.688c-3.236%207.169-9.285%2012.663-16.707%2015.268c-34.198%2012.003-58.637%2043.782-58.637%2081.104c0%2018.49%206.001%2035.619%2016.213%2049.658c3.264%204.488%204.98%209.886%205.174%2015.432c2.386%2068.375%2057.921%20121.592%20197.165%20121.592c131.117%200%20180.512-44.445%20189.025-107.16c.51-3.755%201.66-7.402%203.571-10.673c7.321-12.532%2011.504-27.017%2011.504-42.451c-.001-18.042-5.712-34.788-15.475-48.631%22%2F%3E%3Cpath%20fill%3D%22%23AA8F4D%22%20d%3D%22M257.954%20133.694c-14.867%200-28.824-1.189-39.3-3.348c-6.111-1.259-24.706-5.092-24.706-18.932a9.685%209.685%200%200%201%209.685-9.685c4.304%200%207.952%202.808%209.213%206.691c4.58%202.565%2020.732%205.904%2045.107%205.904c24.377%200%2040.529-3.339%2045.108-5.904c1.261-3.883%204.909-6.691%209.213-6.691a9.685%209.685%200%200%201%209.685%209.685c0%2013.84-18.595%2017.672-24.705%2018.932c-10.475%202.158-24.432%203.348-39.3%203.348m23.953%2098.917c12.506%202.426%2022.662%207.557%2031.331%2015.02c1.97%201.696%202.165%204.688.481%206.668l-11.265%2013.245c-1.635%201.922-4.469%202.204-6.498.702c-9.36-6.93-19.046-10.232-30.202-10.232c-12.56%200-20.468%205.35-20.468%2014.886c0%209.768%205.815%2013.723%2029.772%2021.166c29.307%209.304%2046.054%2021.631%2046.054%2050.008c0%2022.674-14.447%2040.037-39.482%2046.404c-2.092.532-3.548%202.433-3.548%204.592v28.212a4.76%204.76%200%200%201-4.759%204.759h-17.23a4.76%204.76%200%200%201-4.759-4.759v-26.313c0-2.386-1.772-4.414-4.14-4.709c-18.275-2.272-32.347-9.238-42.761-18.163c-2.022-1.733-2.168-4.817-.375-6.787l12.572-13.814c1.688-1.855%204.514-2.059%206.483-.505c10.12%207.986%2021.629%2012.482%2035.199%2012.482c15.118%200%2024.19-6.977%2024.19-18.608c0-11.164-5.584-16.282-27.912-23.259c-34.889-10.7-47.217-25.12-47.217-47.915c0-22.555%2016.187-38.383%2040.168-43.286a4.745%204.745%200%200%200%203.793-4.648v-25.46a4.76%204.76%200%200%201%204.759-4.759h17.23a4.76%204.76%200%200%201%204.759%204.759v25.658a4.74%204.74%200%200%200%203.825%204.656%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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