money mouth face emoji

money-mouth-face from Twitter Emoji by Twitter · Default · Smileys & Emotion · CC-BY-4.0 Attribution required.

Name
money-mouth-face
Set
Twitter Emoji
Style
Default
Category
Smileys & Emotion
Viewbox
36×36
License
CC BY 4.0

The same emoji in other sets

More smileys & emotion icons from Twitter Emoji

Use the money mouth face emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#ffcc4d" d="M36 18c0 9.941-8.059 18-18 18c-9.94 0-18-8.059-18-18C0 8.06 8.06 0 18 0c9.941 0 18 8.06 18 18"/><path fill="#664500" d="M7 21.263c0 3.964 4.596 9 11 9s11-5 11-9c0 0-10.333 2.756-22 0"/><path fill="#5d9040" d="M12 23.003v6.961c0 3 2 6 6 6s6-3 6-6v-6.92c-6.291 1.292-12-.041-12-.041"/><path fill="#664500" d="M12.284 12.33c-.756-.292-1.471-.568-1.471-.968c0-.659.884-.693 1.061-.693c.625 0 .936.234 1.21.441c.21.159.428.323.731.323c.564 0 .821-.397.821-.766c0-.736-.902-1.256-1.858-1.474V8.8a.94.94 0 0 0-1.878 0v.426c-1.144.333-1.845 1.174-1.845 2.235c0 1.311 1.293 1.849 2.434 2.323c.817.34 1.589.661 1.589 1.162c0 .366-.46.762-1.203.762c-.75 0-1.18-.3-1.56-.564c-.262-.183-.51-.356-.806-.356c-.43 0-.766.362-.766.824c0 .679.931 1.356 2.157 1.594v.47a.939.939 0 0 0 1.878 0l-.005-.498c1.296-.315 2.062-1.222 2.062-2.459c.001-1.404-1.414-1.95-2.551-2.389m14.41 2.406c0-1.404-1.415-1.95-2.552-2.389c-.756-.292-1.47-.568-1.47-.968c0-.659.884-.693 1.061-.693c.625 0 .935.234 1.21.441c.211.159.428.323.73.323c.565 0 .822-.397.822-.766c0-.737-.902-1.256-1.858-1.474v-.392a.94.94 0 0 0-1.879 0v.426c-1.143.333-1.845 1.174-1.845 2.235c0 1.311 1.293 1.849 2.434 2.323c.817.34 1.589.661 1.589 1.162c0 .366-.459.762-1.202.762c-.75 0-1.18-.3-1.559-.564c-.263-.183-.511-.356-.806-.356c-.431 0-.767.362-.767.824c0 .679.931 1.356 2.156 1.594v.47a.939.939 0 0 0 1.879 0l-.003-.498c1.295-.317 2.06-1.223 2.06-2.46"/><path fill="#fff" d="M20.97 31.069c0-1.368-1.379-1.901-2.487-2.329c-.737-.284-1.434-.554-1.434-.943c0-.643.861-.675 1.034-.675c.609 0 .912.229 1.18.43c.205.155.418.315.713.315c.55 0 .801-.388.801-.747c0-.717-.879-1.224-1.812-1.437V25.3a.917.917 0 0 0-1.832 0v.415c-1.115.324-1.799 1.145-1.799 2.179c0 1.278 1.261 1.803 2.373 2.265c.797.331 1.549.644 1.549 1.132c0 .357-.448.743-1.173.743c-.731 0-1.15-.292-1.52-.551c-.255-.178-.497-.347-.785-.347c-.419 0-.748.354-.748.804c0 .663.907 1.322 2.102 1.554v.459a.916.916 0 0 0 1.832 0l-.003-.486c1.263-.309 2.009-1.193 2.009-2.398"/></svg>

React

import type { SVGProps } from "react";

export function TwemojiMoneyMouthFace(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#ffcc4d" d="M36 18c0 9.941-8.059 18-18 18c-9.94 0-18-8.059-18-18C0 8.06 8.06 0 18 0c9.941 0 18 8.06 18 18"/><path fill="#664500" d="M7 21.263c0 3.964 4.596 9 11 9s11-5 11-9c0 0-10.333 2.756-22 0"/><path fill="#5d9040" d="M12 23.003v6.961c0 3 2 6 6 6s6-3 6-6v-6.92c-6.291 1.292-12-.041-12-.041"/><path fill="#664500" d="M12.284 12.33c-.756-.292-1.471-.568-1.471-.968c0-.659.884-.693 1.061-.693c.625 0 .936.234 1.21.441c.21.159.428.323.731.323c.564 0 .821-.397.821-.766c0-.736-.902-1.256-1.858-1.474V8.8a.94.94 0 0 0-1.878 0v.426c-1.144.333-1.845 1.174-1.845 2.235c0 1.311 1.293 1.849 2.434 2.323c.817.34 1.589.661 1.589 1.162c0 .366-.46.762-1.203.762c-.75 0-1.18-.3-1.56-.564c-.262-.183-.51-.356-.806-.356c-.43 0-.766.362-.766.824c0 .679.931 1.356 2.157 1.594v.47a.939.939 0 0 0 1.878 0l-.005-.498c1.296-.315 2.062-1.222 2.062-2.459c.001-1.404-1.414-1.95-2.551-2.389m14.41 2.406c0-1.404-1.415-1.95-2.552-2.389c-.756-.292-1.47-.568-1.47-.968c0-.659.884-.693 1.061-.693c.625 0 .935.234 1.21.441c.211.159.428.323.73.323c.565 0 .822-.397.822-.766c0-.737-.902-1.256-1.858-1.474v-.392a.94.94 0 0 0-1.879 0v.426c-1.143.333-1.845 1.174-1.845 2.235c0 1.311 1.293 1.849 2.434 2.323c.817.34 1.589.661 1.589 1.162c0 .366-.459.762-1.202.762c-.75 0-1.18-.3-1.559-.564c-.263-.183-.511-.356-.806-.356c-.431 0-.767.362-.767.824c0 .679.931 1.356 2.156 1.594v.47a.939.939 0 0 0 1.879 0l-.003-.498c1.295-.317 2.06-1.223 2.06-2.46"/><path fill="#fff" d="M20.97 31.069c0-1.368-1.379-1.901-2.487-2.329c-.737-.284-1.434-.554-1.434-.943c0-.643.861-.675 1.034-.675c.609 0 .912.229 1.18.43c.205.155.418.315.713.315c.55 0 .801-.388.801-.747c0-.717-.879-1.224-1.812-1.437V25.3a.917.917 0 0 0-1.832 0v.415c-1.115.324-1.799 1.145-1.799 2.179c0 1.278 1.261 1.803 2.373 2.265c.797.331 1.549.644 1.549 1.132c0 .357-.448.743-1.173.743c-.731 0-1.15-.292-1.52-.551c-.255-.178-.497-.347-.785-.347c-.419 0-.748.354-.748.804c0 .663.907 1.322 2.102 1.554v.459a.916.916 0 0 0 1.832 0l-.003-.486c1.263-.309 2.009-1.193 2.009-2.398"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#ffcc4d" d="M36 18c0 9.941-8.059 18-18 18c-9.94 0-18-8.059-18-18C0 8.06 8.06 0 18 0c9.941 0 18 8.06 18 18"/><path fill="#664500" d="M7 21.263c0 3.964 4.596 9 11 9s11-5 11-9c0 0-10.333 2.756-22 0"/><path fill="#5d9040" d="M12 23.003v6.961c0 3 2 6 6 6s6-3 6-6v-6.92c-6.291 1.292-12-.041-12-.041"/><path fill="#664500" d="M12.284 12.33c-.756-.292-1.471-.568-1.471-.968c0-.659.884-.693 1.061-.693c.625 0 .936.234 1.21.441c.21.159.428.323.731.323c.564 0 .821-.397.821-.766c0-.736-.902-1.256-1.858-1.474V8.8a.94.94 0 0 0-1.878 0v.426c-1.144.333-1.845 1.174-1.845 2.235c0 1.311 1.293 1.849 2.434 2.323c.817.34 1.589.661 1.589 1.162c0 .366-.46.762-1.203.762c-.75 0-1.18-.3-1.56-.564c-.262-.183-.51-.356-.806-.356c-.43 0-.766.362-.766.824c0 .679.931 1.356 2.157 1.594v.47a.939.939 0 0 0 1.878 0l-.005-.498c1.296-.315 2.062-1.222 2.062-2.459c.001-1.404-1.414-1.95-2.551-2.389m14.41 2.406c0-1.404-1.415-1.95-2.552-2.389c-.756-.292-1.47-.568-1.47-.968c0-.659.884-.693 1.061-.693c.625 0 .935.234 1.21.441c.211.159.428.323.73.323c.565 0 .822-.397.822-.766c0-.737-.902-1.256-1.858-1.474v-.392a.94.94 0 0 0-1.879 0v.426c-1.143.333-1.845 1.174-1.845 2.235c0 1.311 1.293 1.849 2.434 2.323c.817.34 1.589.661 1.589 1.162c0 .366-.459.762-1.202.762c-.75 0-1.18-.3-1.559-.564c-.263-.183-.511-.356-.806-.356c-.431 0-.767.362-.767.824c0 .679.931 1.356 2.156 1.594v.47a.939.939 0 0 0 1.879 0l-.003-.498c1.295-.317 2.06-1.223 2.06-2.46"/><path fill="#fff" d="M20.97 31.069c0-1.368-1.379-1.901-2.487-2.329c-.737-.284-1.434-.554-1.434-.943c0-.643.861-.675 1.034-.675c.609 0 .912.229 1.18.43c.205.155.418.315.713.315c.55 0 .801-.388.801-.747c0-.717-.879-1.224-1.812-1.437V25.3a.917.917 0 0 0-1.832 0v.415c-1.115.324-1.799 1.145-1.799 2.179c0 1.278 1.261 1.803 2.373 2.265c.797.331 1.549.644 1.549 1.132c0 .357-.448.743-1.173.743c-.731 0-1.15-.292-1.52-.551c-.255-.178-.497-.347-.785-.347c-.419 0-.748.354-.748.804c0 .663.907 1.322 2.102 1.554v.459a.916.916 0 0 0 1.832 0l-.003-.486c1.263-.309 2.009-1.193 2.009-2.398"/></svg>
</template>

CSS

.icon-money-mouth-face {
  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%23ffcc4d%22%20d%3D%22M36%2018c0%209.941-8.059%2018-18%2018c-9.94%200-18-8.059-18-18C0%208.06%208.06%200%2018%200c9.941%200%2018%208.06%2018%2018%22%2F%3E%3Cpath%20fill%3D%22%23664500%22%20d%3D%22M7%2021.263c0%203.964%204.596%209%2011%209s11-5%2011-9c0%200-10.333%202.756-22%200%22%2F%3E%3Cpath%20fill%3D%22%235d9040%22%20d%3D%22M12%2023.003v6.961c0%203%202%206%206%206s6-3%206-6v-6.92c-6.291%201.292-12-.041-12-.041%22%2F%3E%3Cpath%20fill%3D%22%23664500%22%20d%3D%22M12.284%2012.33c-.756-.292-1.471-.568-1.471-.968c0-.659.884-.693%201.061-.693c.625%200%20.936.234%201.21.441c.21.159.428.323.731.323c.564%200%20.821-.397.821-.766c0-.736-.902-1.256-1.858-1.474V8.8a.94.94%200%200%200-1.878%200v.426c-1.144.333-1.845%201.174-1.845%202.235c0%201.311%201.293%201.849%202.434%202.323c.817.34%201.589.661%201.589%201.162c0%20.366-.46.762-1.203.762c-.75%200-1.18-.3-1.56-.564c-.262-.183-.51-.356-.806-.356c-.43%200-.766.362-.766.824c0%20.679.931%201.356%202.157%201.594v.47a.939.939%200%200%200%201.878%200l-.005-.498c1.296-.315%202.062-1.222%202.062-2.459c.001-1.404-1.414-1.95-2.551-2.389m14.41%202.406c0-1.404-1.415-1.95-2.552-2.389c-.756-.292-1.47-.568-1.47-.968c0-.659.884-.693%201.061-.693c.625%200%20.935.234%201.21.441c.211.159.428.323.73.323c.565%200%20.822-.397.822-.766c0-.737-.902-1.256-1.858-1.474v-.392a.94.94%200%200%200-1.879%200v.426c-1.143.333-1.845%201.174-1.845%202.235c0%201.311%201.293%201.849%202.434%202.323c.817.34%201.589.661%201.589%201.162c0%20.366-.459.762-1.202.762c-.75%200-1.18-.3-1.559-.564c-.263-.183-.511-.356-.806-.356c-.431%200-.767.362-.767.824c0%20.679.931%201.356%202.156%201.594v.47a.939.939%200%200%200%201.879%200l-.003-.498c1.295-.317%202.06-1.223%202.06-2.46%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M20.97%2031.069c0-1.368-1.379-1.901-2.487-2.329c-.737-.284-1.434-.554-1.434-.943c0-.643.861-.675%201.034-.675c.609%200%20.912.229%201.18.43c.205.155.418.315.713.315c.55%200%20.801-.388.801-.747c0-.717-.879-1.224-1.812-1.437V25.3a.917.917%200%200%200-1.832%200v.415c-1.115.324-1.799%201.145-1.799%202.179c0%201.278%201.261%201.803%202.373%202.265c.797.331%201.549.644%201.549%201.132c0%20.357-.448.743-1.173.743c-.731%200-1.15-.292-1.52-.551c-.255-.178-.497-.347-.785-.347c-.419%200-.748.354-.748.804c0%20.663.907%201.322%202.102%201.554v.459a.916.916%200%200%200%201.832%200l-.003-.486c1.263-.309%202.009-1.193%202.009-2.398%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%23ffcc4d%22%20d%3D%22M36%2018c0%209.941-8.059%2018-18%2018c-9.94%200-18-8.059-18-18C0%208.06%208.06%200%2018%200c9.941%200%2018%208.06%2018%2018%22%2F%3E%3Cpath%20fill%3D%22%23664500%22%20d%3D%22M7%2021.263c0%203.964%204.596%209%2011%209s11-5%2011-9c0%200-10.333%202.756-22%200%22%2F%3E%3Cpath%20fill%3D%22%235d9040%22%20d%3D%22M12%2023.003v6.961c0%203%202%206%206%206s6-3%206-6v-6.92c-6.291%201.292-12-.041-12-.041%22%2F%3E%3Cpath%20fill%3D%22%23664500%22%20d%3D%22M12.284%2012.33c-.756-.292-1.471-.568-1.471-.968c0-.659.884-.693%201.061-.693c.625%200%20.936.234%201.21.441c.21.159.428.323.731.323c.564%200%20.821-.397.821-.766c0-.736-.902-1.256-1.858-1.474V8.8a.94.94%200%200%200-1.878%200v.426c-1.144.333-1.845%201.174-1.845%202.235c0%201.311%201.293%201.849%202.434%202.323c.817.34%201.589.661%201.589%201.162c0%20.366-.46.762-1.203.762c-.75%200-1.18-.3-1.56-.564c-.262-.183-.51-.356-.806-.356c-.43%200-.766.362-.766.824c0%20.679.931%201.356%202.157%201.594v.47a.939.939%200%200%200%201.878%200l-.005-.498c1.296-.315%202.062-1.222%202.062-2.459c.001-1.404-1.414-1.95-2.551-2.389m14.41%202.406c0-1.404-1.415-1.95-2.552-2.389c-.756-.292-1.47-.568-1.47-.968c0-.659.884-.693%201.061-.693c.625%200%20.935.234%201.21.441c.211.159.428.323.73.323c.565%200%20.822-.397.822-.766c0-.737-.902-1.256-1.858-1.474v-.392a.94.94%200%200%200-1.879%200v.426c-1.143.333-1.845%201.174-1.845%202.235c0%201.311%201.293%201.849%202.434%202.323c.817.34%201.589.661%201.589%201.162c0%20.366-.459.762-1.202.762c-.75%200-1.18-.3-1.559-.564c-.263-.183-.511-.356-.806-.356c-.431%200-.767.362-.767.824c0%20.679.931%201.356%202.156%201.594v.47a.939.939%200%200%200%201.879%200l-.003-.498c1.295-.317%202.06-1.223%202.06-2.46%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M20.97%2031.069c0-1.368-1.379-1.901-2.487-2.329c-.737-.284-1.434-.554-1.434-.943c0-.643.861-.675%201.034-.675c.609%200%20.912.229%201.18.43c.205.155.418.315.713.315c.55%200%20.801-.388.801-.747c0-.717-.879-1.224-1.812-1.437V25.3a.917.917%200%200%200-1.832%200v.415c-1.115.324-1.799%201.145-1.799%202.179c0%201.278%201.261%201.803%202.373%202.265c.797.331%201.549.644%201.549%201.132c0%20.357-.448.743-1.173.743c-.731%200-1.15-.292-1.52-.551c-.255-.178-.497-.347-.785-.347c-.419%200-.748.354-.748.804c0%20.663.907%201.322%202.102%201.554v.459a.916.916%200%200%200%201.832%200l-.003-.486c1.263-.309%202.009-1.193%202.009-2.398%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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