money bag emoji
money-bag from Twitter Emoji by Twitter · Default · Objects · CC-BY-4.0 Attribution required.
- Name
- money-bag
- Set
- Twitter Emoji
- Style
- Default
- Category
- Objects
- Viewbox
- 36×36
- License
- CC BY 4.0
The same emoji in other sets
More objects icons from Twitter Emoji
Use the money bag emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#fdd888" d="M31.898 23.938C31.3 17.32 28 14 28 14l-6-8h-8l-6 8s-1.419 1.433-2.567 4.275C3.444 18.935 2 20.789 2 23a4.97 4.97 0 0 0 1.609 3.655A4.94 4.94 0 0 0 3 29c0 1.958 1.136 3.636 2.775 4.456C7.058 35.378 8.772 36 10 36h16c1.379 0 3.373-.779 4.678-3.31C32.609 31.999 34 30.17 34 28a4.99 4.99 0 0 0-2.102-4.062M18 6c.55 0 1.058-.158 1.5-.416c.443.258.951.416 1.5.416c1.657 0 4-2.344 4-4c0 0 0-2-2-2c-.788 0-1 1-2 1s-1-1-3-1s-2 1-3 1s-1.211-1-2-1c-2 0-2 2-2 2c0 1.656 2.344 4 4 4c.549 0 1.057-.158 1.5-.416c.443.258.951.416 1.5.416"/><path fill="#bf6952" d="M24 6a1 1 0 0 1-1 1H13a1 1 0 0 1 0-2h10a1 1 0 0 1 1 1"/><path fill="#67757f" d="M23.901 24.542c0-4.477-8.581-4.185-8.581-6.886c0-1.308 1.301-1.947 2.811-1.947c2.538 0 2.99 1.569 4.139 1.569c.813 0 1.205-.493 1.205-1.046c0-1.284-2.024-2.256-3.965-2.592V12.4c0-.773-.65-1.4-1.454-1.4c-.805 0-1.456.627-1.456 1.4v1.283c-2.116.463-3.937 1.875-3.937 4.176c0 4.299 8.579 4.125 8.579 7.145c0 1.047-1.178 2.093-3.111 2.093c-2.901 0-3.867-1.889-5.045-1.889c-.574 0-1.087.464-1.087 1.164c0 1.113 1.938 2.451 4.603 2.824l-.001.01v1.398c0 .772.652 1.4 1.456 1.4s1.455-.628 1.455-1.4v-1.398c0-.017-.008-.03-.009-.045c2.398-.43 4.398-1.932 4.398-4.619"/></svg>
React
import type { SVGProps } from "react";
export function TwemojiMoneyBag(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#fdd888" d="M31.898 23.938C31.3 17.32 28 14 28 14l-6-8h-8l-6 8s-1.419 1.433-2.567 4.275C3.444 18.935 2 20.789 2 23a4.97 4.97 0 0 0 1.609 3.655A4.94 4.94 0 0 0 3 29c0 1.958 1.136 3.636 2.775 4.456C7.058 35.378 8.772 36 10 36h16c1.379 0 3.373-.779 4.678-3.31C32.609 31.999 34 30.17 34 28a4.99 4.99 0 0 0-2.102-4.062M18 6c.55 0 1.058-.158 1.5-.416c.443.258.951.416 1.5.416c1.657 0 4-2.344 4-4c0 0 0-2-2-2c-.788 0-1 1-2 1s-1-1-3-1s-2 1-3 1s-1.211-1-2-1c-2 0-2 2-2 2c0 1.656 2.344 4 4 4c.549 0 1.057-.158 1.5-.416c.443.258.951.416 1.5.416"/><path fill="#bf6952" d="M24 6a1 1 0 0 1-1 1H13a1 1 0 0 1 0-2h10a1 1 0 0 1 1 1"/><path fill="#67757f" d="M23.901 24.542c0-4.477-8.581-4.185-8.581-6.886c0-1.308 1.301-1.947 2.811-1.947c2.538 0 2.99 1.569 4.139 1.569c.813 0 1.205-.493 1.205-1.046c0-1.284-2.024-2.256-3.965-2.592V12.4c0-.773-.65-1.4-1.454-1.4c-.805 0-1.456.627-1.456 1.4v1.283c-2.116.463-3.937 1.875-3.937 4.176c0 4.299 8.579 4.125 8.579 7.145c0 1.047-1.178 2.093-3.111 2.093c-2.901 0-3.867-1.889-5.045-1.889c-.574 0-1.087.464-1.087 1.164c0 1.113 1.938 2.451 4.603 2.824l-.001.01v1.398c0 .772.652 1.4 1.456 1.4s1.455-.628 1.455-1.4v-1.398c0-.017-.008-.03-.009-.045c2.398-.43 4.398-1.932 4.398-4.619"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#fdd888" d="M31.898 23.938C31.3 17.32 28 14 28 14l-6-8h-8l-6 8s-1.419 1.433-2.567 4.275C3.444 18.935 2 20.789 2 23a4.97 4.97 0 0 0 1.609 3.655A4.94 4.94 0 0 0 3 29c0 1.958 1.136 3.636 2.775 4.456C7.058 35.378 8.772 36 10 36h16c1.379 0 3.373-.779 4.678-3.31C32.609 31.999 34 30.17 34 28a4.99 4.99 0 0 0-2.102-4.062M18 6c.55 0 1.058-.158 1.5-.416c.443.258.951.416 1.5.416c1.657 0 4-2.344 4-4c0 0 0-2-2-2c-.788 0-1 1-2 1s-1-1-3-1s-2 1-3 1s-1.211-1-2-1c-2 0-2 2-2 2c0 1.656 2.344 4 4 4c.549 0 1.057-.158 1.5-.416c.443.258.951.416 1.5.416"/><path fill="#bf6952" d="M24 6a1 1 0 0 1-1 1H13a1 1 0 0 1 0-2h10a1 1 0 0 1 1 1"/><path fill="#67757f" d="M23.901 24.542c0-4.477-8.581-4.185-8.581-6.886c0-1.308 1.301-1.947 2.811-1.947c2.538 0 2.99 1.569 4.139 1.569c.813 0 1.205-.493 1.205-1.046c0-1.284-2.024-2.256-3.965-2.592V12.4c0-.773-.65-1.4-1.454-1.4c-.805 0-1.456.627-1.456 1.4v1.283c-2.116.463-3.937 1.875-3.937 4.176c0 4.299 8.579 4.125 8.579 7.145c0 1.047-1.178 2.093-3.111 2.093c-2.901 0-3.867-1.889-5.045-1.889c-.574 0-1.087.464-1.087 1.164c0 1.113 1.938 2.451 4.603 2.824l-.001.01v1.398c0 .772.652 1.4 1.456 1.4s1.455-.628 1.455-1.4v-1.398c0-.017-.008-.03-.009-.045c2.398-.43 4.398-1.932 4.398-4.619"/></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%2036%2036%22%3E%3Cpath%20fill%3D%22%23fdd888%22%20d%3D%22M31.898%2023.938C31.3%2017.32%2028%2014%2028%2014l-6-8h-8l-6%208s-1.419%201.433-2.567%204.275C3.444%2018.935%202%2020.789%202%2023a4.97%204.97%200%200%200%201.609%203.655A4.94%204.94%200%200%200%203%2029c0%201.958%201.136%203.636%202.775%204.456C7.058%2035.378%208.772%2036%2010%2036h16c1.379%200%203.373-.779%204.678-3.31C32.609%2031.999%2034%2030.17%2034%2028a4.99%204.99%200%200%200-2.102-4.062M18%206c.55%200%201.058-.158%201.5-.416c.443.258.951.416%201.5.416c1.657%200%204-2.344%204-4c0%200%200-2-2-2c-.788%200-1%201-2%201s-1-1-3-1s-2%201-3%201s-1.211-1-2-1c-2%200-2%202-2%202c0%201.656%202.344%204%204%204c.549%200%201.057-.158%201.5-.416c.443.258.951.416%201.5.416%22%2F%3E%3Cpath%20fill%3D%22%23bf6952%22%20d%3D%22M24%206a1%201%200%200%201-1%201H13a1%201%200%200%201%200-2h10a1%201%200%200%201%201%201%22%2F%3E%3Cpath%20fill%3D%22%2367757f%22%20d%3D%22M23.901%2024.542c0-4.477-8.581-4.185-8.581-6.886c0-1.308%201.301-1.947%202.811-1.947c2.538%200%202.99%201.569%204.139%201.569c.813%200%201.205-.493%201.205-1.046c0-1.284-2.024-2.256-3.965-2.592V12.4c0-.773-.65-1.4-1.454-1.4c-.805%200-1.456.627-1.456%201.4v1.283c-2.116.463-3.937%201.875-3.937%204.176c0%204.299%208.579%204.125%208.579%207.145c0%201.047-1.178%202.093-3.111%202.093c-2.901%200-3.867-1.889-5.045-1.889c-.574%200-1.087.464-1.087%201.164c0%201.113%201.938%202.451%204.603%202.824l-.001.01v1.398c0%20.772.652%201.4%201.456%201.4s1.455-.628%201.455-1.4v-1.398c0-.017-.008-.03-.009-.045c2.398-.43%204.398-1.932%204.398-4.619%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%2036%2036%22%3E%3Cpath%20fill%3D%22%23fdd888%22%20d%3D%22M31.898%2023.938C31.3%2017.32%2028%2014%2028%2014l-6-8h-8l-6%208s-1.419%201.433-2.567%204.275C3.444%2018.935%202%2020.789%202%2023a4.97%204.97%200%200%200%201.609%203.655A4.94%204.94%200%200%200%203%2029c0%201.958%201.136%203.636%202.775%204.456C7.058%2035.378%208.772%2036%2010%2036h16c1.379%200%203.373-.779%204.678-3.31C32.609%2031.999%2034%2030.17%2034%2028a4.99%204.99%200%200%200-2.102-4.062M18%206c.55%200%201.058-.158%201.5-.416c.443.258.951.416%201.5.416c1.657%200%204-2.344%204-4c0%200%200-2-2-2c-.788%200-1%201-2%201s-1-1-3-1s-2%201-3%201s-1.211-1-2-1c-2%200-2%202-2%202c0%201.656%202.344%204%204%204c.549%200%201.057-.158%201.5-.416c.443.258.951.416%201.5.416%22%2F%3E%3Cpath%20fill%3D%22%23bf6952%22%20d%3D%22M24%206a1%201%200%200%201-1%201H13a1%201%200%200%201%200-2h10a1%201%200%200%201%201%201%22%2F%3E%3Cpath%20fill%3D%22%2367757f%22%20d%3D%22M23.901%2024.542c0-4.477-8.581-4.185-8.581-6.886c0-1.308%201.301-1.947%202.811-1.947c2.538%200%202.99%201.569%204.139%201.569c.813%200%201.205-.493%201.205-1.046c0-1.284-2.024-2.256-3.965-2.592V12.4c0-.773-.65-1.4-1.454-1.4c-.805%200-1.456.627-1.456%201.4v1.283c-2.116.463-3.937%201.875-3.937%204.176c0%204.299%208.579%204.125%208.579%207.145c0%201.047-1.178%202.093-3.111%202.093c-2.901%200-3.867-1.889-5.045-1.889c-.574%200-1.087.464-1.087%201.164c0%201.113%201.938%202.451%204.603%202.824l-.001.01v1.398c0%20.772.652%201.4%201.456%201.4s1.455-.628%201.455-1.4v-1.398c0-.017-.008-.03-.009-.045c2.398-.43%204.398-1.932%204.398-4.619%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/twemoji/money-bag.svg?color=%231a73e8&size=48