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

Name
mouth
Set
Firefox OS Emoji
Style
Default
Category
People
Viewbox
512×512
License
Apache 2.0

The same emoji in other sets

More people icons from Firefox OS Emoji

Use the mouth emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="#FF473E" d="M505 249.4c-4.9-4.9-14.1-6.8-19.5-9.1c-22.8-9.7-30-21.5-50.2-35.9c-21.8-15.6-40.2-35.5-64.4-47.7c-23.6-11.9-50-14-75.1-5.6c-12.2 4.1-23.7 10.2-34.4 17.2c-3.3 2.2-7.6 2.5-11.1.7c-10.3-5.3-30-16.7-33.8-17.9c-59-19.7-96 22.3-139.5 53.3c-20.2 14.4-27.5 26.2-50.2 35.9c-5.8 2.5-15 4.1-19.6 9c-3.6 3.8-3.5 7.2-3.5 11.1c0 26.4 68.9 142.4 252.1 142.4S508 286.4 508 260.9c0-1.6.4-8.1-3-11.5"/><path fill="#D32A2A" d="M16.3 265.9c5.3.3 10.6.5 16 0l16-.7c5.3-.1 10.6-.7 16-1.1l16.2-1.2c5.4-.4 10.6-1.1 15.9-1.6c5.3-.6 10.6-1 15.8-1.8c5.3-.7 10.5-1.2 15.8-2.2c5.2-.9 10.4-1.7 15.7-2.7l15.9-2.9c5.4-.9 11.1-1.8 16.9-2.3l4.4-.3l2.2-.1l1.1-.1h1.8l8.1.4c1.2 0 3.1.4 4.7.7c1.7.3 3.4.7 5.1 1.1c3.5.7 6 2 9 3c2.8 1.1 5.2 2.2 7.8 3.3l6.9 2.8l6.7 2c2.3.5 4.6.8 6.9 1.2c2.2.5 4.7.5 7.1.6l3.6.2l1.8.1h1.6c-1.3.2 3-.4-2.9.4l.2-.1l1.3-.3l1.6-.1c3.8-.2 11-.2 15-.9l6.4-1.1l6.7-2l6.9-2.7c2.6-1.1 5-2.2 7.8-3.3c5.6-2.2 11.9-4 18.3-4.7l9.4-.5h1.5l1 .1l2 .1l4 .3c5.2.4 11.9 1.4 17.1 2.3l16 2.8c5.3 1.1 10.5 1.8 15.7 2.7c5.2 1 10.5 1.4 15.8 2.2s10.6 1.2 15.9 1.8c10.6 1.3 21.3 2.1 32 2.8l8 .7l2 .2h1.8l4.1.2l16.2.7c5.5.5 10.7.2 16 0c5.4 0 5.8 2.3.5 3.4c-5.4 1.3-10.9 2.4-16.2 2.9l-16.1 1.8l-4 .4l-1 .1l-1.2.1l-2 .1l-8.1.5c-10.9.5-21.8.9-32.7.9c-5.5.1-10.9 0-16.4-.3s-11-.4-16.5-.9c-10.9-.8-22.1-2.1-32.5-3.5c-5.5-.6-9.6-1.1-15.1-1.3l-4-.1h-3.5l-6.8.7c-2.2.3-4.3 1.1-6.4 1.4c-2.1.5-4.3 1.6-6.5 2.3c-2.3.9-4.8 2.1-7.1 3.1l-8.1 3.4l-8.8 2.8c-3.1.7-6.3 1.2-9.5 1.8c-3.4.7-5.8.7-8.6.9l-4 .3l-2 .1l-1 .1h-1.2l-.5-.1l3-.4l-.2.1c-5.9.8-1.7.2-3 .4h-.8l-1.1-.1l-2.2-.1l-4.4-.3c-3-.2-5.9-.3-8.9-1c-3-.6-6-1-9-1.8l-8.8-2.8l-8.1-3.4c-2.4-1-4.9-2.2-7.1-3.1c-2.1-.7-4.5-1.9-6.3-2.2c-.9-.2-1.9-.4-2.8-.7c-1-.3-1.7-.6-3.2-.7l-8.1-.8l-6.7.1c-5 .1-10 .7-15.3 1.3c-10.4 1.4-21.5 2.7-32.4 3.5c-5.5.5-11 .6-16.4.9q-8.25.45-16.5.3c-11 .1-21.8-.3-32.6-.9c-5.3-.3-10.9-.5-16.3-1.2l-16.3-1.8c-5.4-.5-10.8-1.6-16.2-2.9c-5.6-1.1-5.3-3.4.2-3.3"/></svg>

React

import type { SVGProps } from "react";

export function FxemojiMouth(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="#FF473E" d="M505 249.4c-4.9-4.9-14.1-6.8-19.5-9.1c-22.8-9.7-30-21.5-50.2-35.9c-21.8-15.6-40.2-35.5-64.4-47.7c-23.6-11.9-50-14-75.1-5.6c-12.2 4.1-23.7 10.2-34.4 17.2c-3.3 2.2-7.6 2.5-11.1.7c-10.3-5.3-30-16.7-33.8-17.9c-59-19.7-96 22.3-139.5 53.3c-20.2 14.4-27.5 26.2-50.2 35.9c-5.8 2.5-15 4.1-19.6 9c-3.6 3.8-3.5 7.2-3.5 11.1c0 26.4 68.9 142.4 252.1 142.4S508 286.4 508 260.9c0-1.6.4-8.1-3-11.5"/><path fill="#D32A2A" d="M16.3 265.9c5.3.3 10.6.5 16 0l16-.7c5.3-.1 10.6-.7 16-1.1l16.2-1.2c5.4-.4 10.6-1.1 15.9-1.6c5.3-.6 10.6-1 15.8-1.8c5.3-.7 10.5-1.2 15.8-2.2c5.2-.9 10.4-1.7 15.7-2.7l15.9-2.9c5.4-.9 11.1-1.8 16.9-2.3l4.4-.3l2.2-.1l1.1-.1h1.8l8.1.4c1.2 0 3.1.4 4.7.7c1.7.3 3.4.7 5.1 1.1c3.5.7 6 2 9 3c2.8 1.1 5.2 2.2 7.8 3.3l6.9 2.8l6.7 2c2.3.5 4.6.8 6.9 1.2c2.2.5 4.7.5 7.1.6l3.6.2l1.8.1h1.6c-1.3.2 3-.4-2.9.4l.2-.1l1.3-.3l1.6-.1c3.8-.2 11-.2 15-.9l6.4-1.1l6.7-2l6.9-2.7c2.6-1.1 5-2.2 7.8-3.3c5.6-2.2 11.9-4 18.3-4.7l9.4-.5h1.5l1 .1l2 .1l4 .3c5.2.4 11.9 1.4 17.1 2.3l16 2.8c5.3 1.1 10.5 1.8 15.7 2.7c5.2 1 10.5 1.4 15.8 2.2s10.6 1.2 15.9 1.8c10.6 1.3 21.3 2.1 32 2.8l8 .7l2 .2h1.8l4.1.2l16.2.7c5.5.5 10.7.2 16 0c5.4 0 5.8 2.3.5 3.4c-5.4 1.3-10.9 2.4-16.2 2.9l-16.1 1.8l-4 .4l-1 .1l-1.2.1l-2 .1l-8.1.5c-10.9.5-21.8.9-32.7.9c-5.5.1-10.9 0-16.4-.3s-11-.4-16.5-.9c-10.9-.8-22.1-2.1-32.5-3.5c-5.5-.6-9.6-1.1-15.1-1.3l-4-.1h-3.5l-6.8.7c-2.2.3-4.3 1.1-6.4 1.4c-2.1.5-4.3 1.6-6.5 2.3c-2.3.9-4.8 2.1-7.1 3.1l-8.1 3.4l-8.8 2.8c-3.1.7-6.3 1.2-9.5 1.8c-3.4.7-5.8.7-8.6.9l-4 .3l-2 .1l-1 .1h-1.2l-.5-.1l3-.4l-.2.1c-5.9.8-1.7.2-3 .4h-.8l-1.1-.1l-2.2-.1l-4.4-.3c-3-.2-5.9-.3-8.9-1c-3-.6-6-1-9-1.8l-8.8-2.8l-8.1-3.4c-2.4-1-4.9-2.2-7.1-3.1c-2.1-.7-4.5-1.9-6.3-2.2c-.9-.2-1.9-.4-2.8-.7c-1-.3-1.7-.6-3.2-.7l-8.1-.8l-6.7.1c-5 .1-10 .7-15.3 1.3c-10.4 1.4-21.5 2.7-32.4 3.5c-5.5.5-11 .6-16.4.9q-8.25.45-16.5.3c-11 .1-21.8-.3-32.6-.9c-5.3-.3-10.9-.5-16.3-1.2l-16.3-1.8c-5.4-.5-10.8-1.6-16.2-2.9c-5.6-1.1-5.3-3.4.2-3.3"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="#FF473E" d="M505 249.4c-4.9-4.9-14.1-6.8-19.5-9.1c-22.8-9.7-30-21.5-50.2-35.9c-21.8-15.6-40.2-35.5-64.4-47.7c-23.6-11.9-50-14-75.1-5.6c-12.2 4.1-23.7 10.2-34.4 17.2c-3.3 2.2-7.6 2.5-11.1.7c-10.3-5.3-30-16.7-33.8-17.9c-59-19.7-96 22.3-139.5 53.3c-20.2 14.4-27.5 26.2-50.2 35.9c-5.8 2.5-15 4.1-19.6 9c-3.6 3.8-3.5 7.2-3.5 11.1c0 26.4 68.9 142.4 252.1 142.4S508 286.4 508 260.9c0-1.6.4-8.1-3-11.5"/><path fill="#D32A2A" d="M16.3 265.9c5.3.3 10.6.5 16 0l16-.7c5.3-.1 10.6-.7 16-1.1l16.2-1.2c5.4-.4 10.6-1.1 15.9-1.6c5.3-.6 10.6-1 15.8-1.8c5.3-.7 10.5-1.2 15.8-2.2c5.2-.9 10.4-1.7 15.7-2.7l15.9-2.9c5.4-.9 11.1-1.8 16.9-2.3l4.4-.3l2.2-.1l1.1-.1h1.8l8.1.4c1.2 0 3.1.4 4.7.7c1.7.3 3.4.7 5.1 1.1c3.5.7 6 2 9 3c2.8 1.1 5.2 2.2 7.8 3.3l6.9 2.8l6.7 2c2.3.5 4.6.8 6.9 1.2c2.2.5 4.7.5 7.1.6l3.6.2l1.8.1h1.6c-1.3.2 3-.4-2.9.4l.2-.1l1.3-.3l1.6-.1c3.8-.2 11-.2 15-.9l6.4-1.1l6.7-2l6.9-2.7c2.6-1.1 5-2.2 7.8-3.3c5.6-2.2 11.9-4 18.3-4.7l9.4-.5h1.5l1 .1l2 .1l4 .3c5.2.4 11.9 1.4 17.1 2.3l16 2.8c5.3 1.1 10.5 1.8 15.7 2.7c5.2 1 10.5 1.4 15.8 2.2s10.6 1.2 15.9 1.8c10.6 1.3 21.3 2.1 32 2.8l8 .7l2 .2h1.8l4.1.2l16.2.7c5.5.5 10.7.2 16 0c5.4 0 5.8 2.3.5 3.4c-5.4 1.3-10.9 2.4-16.2 2.9l-16.1 1.8l-4 .4l-1 .1l-1.2.1l-2 .1l-8.1.5c-10.9.5-21.8.9-32.7.9c-5.5.1-10.9 0-16.4-.3s-11-.4-16.5-.9c-10.9-.8-22.1-2.1-32.5-3.5c-5.5-.6-9.6-1.1-15.1-1.3l-4-.1h-3.5l-6.8.7c-2.2.3-4.3 1.1-6.4 1.4c-2.1.5-4.3 1.6-6.5 2.3c-2.3.9-4.8 2.1-7.1 3.1l-8.1 3.4l-8.8 2.8c-3.1.7-6.3 1.2-9.5 1.8c-3.4.7-5.8.7-8.6.9l-4 .3l-2 .1l-1 .1h-1.2l-.5-.1l3-.4l-.2.1c-5.9.8-1.7.2-3 .4h-.8l-1.1-.1l-2.2-.1l-4.4-.3c-3-.2-5.9-.3-8.9-1c-3-.6-6-1-9-1.8l-8.8-2.8l-8.1-3.4c-2.4-1-4.9-2.2-7.1-3.1c-2.1-.7-4.5-1.9-6.3-2.2c-.9-.2-1.9-.4-2.8-.7c-1-.3-1.7-.6-3.2-.7l-8.1-.8l-6.7.1c-5 .1-10 .7-15.3 1.3c-10.4 1.4-21.5 2.7-32.4 3.5c-5.5.5-11 .6-16.4.9q-8.25.45-16.5.3c-11 .1-21.8-.3-32.6-.9c-5.3-.3-10.9-.5-16.3-1.2l-16.3-1.8c-5.4-.5-10.8-1.6-16.2-2.9c-5.6-1.1-5.3-3.4.2-3.3"/></svg>
</template>

CSS

.icon-mouth {
  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%23FF473E%22%20d%3D%22M505%20249.4c-4.9-4.9-14.1-6.8-19.5-9.1c-22.8-9.7-30-21.5-50.2-35.9c-21.8-15.6-40.2-35.5-64.4-47.7c-23.6-11.9-50-14-75.1-5.6c-12.2%204.1-23.7%2010.2-34.4%2017.2c-3.3%202.2-7.6%202.5-11.1.7c-10.3-5.3-30-16.7-33.8-17.9c-59-19.7-96%2022.3-139.5%2053.3c-20.2%2014.4-27.5%2026.2-50.2%2035.9c-5.8%202.5-15%204.1-19.6%209c-3.6%203.8-3.5%207.2-3.5%2011.1c0%2026.4%2068.9%20142.4%20252.1%20142.4S508%20286.4%20508%20260.9c0-1.6.4-8.1-3-11.5%22%2F%3E%3Cpath%20fill%3D%22%23D32A2A%22%20d%3D%22M16.3%20265.9c5.3.3%2010.6.5%2016%200l16-.7c5.3-.1%2010.6-.7%2016-1.1l16.2-1.2c5.4-.4%2010.6-1.1%2015.9-1.6c5.3-.6%2010.6-1%2015.8-1.8c5.3-.7%2010.5-1.2%2015.8-2.2c5.2-.9%2010.4-1.7%2015.7-2.7l15.9-2.9c5.4-.9%2011.1-1.8%2016.9-2.3l4.4-.3l2.2-.1l1.1-.1h1.8l8.1.4c1.2%200%203.1.4%204.7.7c1.7.3%203.4.7%205.1%201.1c3.5.7%206%202%209%203c2.8%201.1%205.2%202.2%207.8%203.3l6.9%202.8l6.7%202c2.3.5%204.6.8%206.9%201.2c2.2.5%204.7.5%207.1.6l3.6.2l1.8.1h1.6c-1.3.2%203-.4-2.9.4l.2-.1l1.3-.3l1.6-.1c3.8-.2%2011-.2%2015-.9l6.4-1.1l6.7-2l6.9-2.7c2.6-1.1%205-2.2%207.8-3.3c5.6-2.2%2011.9-4%2018.3-4.7l9.4-.5h1.5l1%20.1l2%20.1l4%20.3c5.2.4%2011.9%201.4%2017.1%202.3l16%202.8c5.3%201.1%2010.5%201.8%2015.7%202.7c5.2%201%2010.5%201.4%2015.8%202.2s10.6%201.2%2015.9%201.8c10.6%201.3%2021.3%202.1%2032%202.8l8%20.7l2%20.2h1.8l4.1.2l16.2.7c5.5.5%2010.7.2%2016%200c5.4%200%205.8%202.3.5%203.4c-5.4%201.3-10.9%202.4-16.2%202.9l-16.1%201.8l-4%20.4l-1%20.1l-1.2.1l-2%20.1l-8.1.5c-10.9.5-21.8.9-32.7.9c-5.5.1-10.9%200-16.4-.3s-11-.4-16.5-.9c-10.9-.8-22.1-2.1-32.5-3.5c-5.5-.6-9.6-1.1-15.1-1.3l-4-.1h-3.5l-6.8.7c-2.2.3-4.3%201.1-6.4%201.4c-2.1.5-4.3%201.6-6.5%202.3c-2.3.9-4.8%202.1-7.1%203.1l-8.1%203.4l-8.8%202.8c-3.1.7-6.3%201.2-9.5%201.8c-3.4.7-5.8.7-8.6.9l-4%20.3l-2%20.1l-1%20.1h-1.2l-.5-.1l3-.4l-.2.1c-5.9.8-1.7.2-3%20.4h-.8l-1.1-.1l-2.2-.1l-4.4-.3c-3-.2-5.9-.3-8.9-1c-3-.6-6-1-9-1.8l-8.8-2.8l-8.1-3.4c-2.4-1-4.9-2.2-7.1-3.1c-2.1-.7-4.5-1.9-6.3-2.2c-.9-.2-1.9-.4-2.8-.7c-1-.3-1.7-.6-3.2-.7l-8.1-.8l-6.7.1c-5%20.1-10%20.7-15.3%201.3c-10.4%201.4-21.5%202.7-32.4%203.5c-5.5.5-11%20.6-16.4.9q-8.25.45-16.5.3c-11%20.1-21.8-.3-32.6-.9c-5.3-.3-10.9-.5-16.3-1.2l-16.3-1.8c-5.4-.5-10.8-1.6-16.2-2.9c-5.6-1.1-5.3-3.4.2-3.3%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%23FF473E%22%20d%3D%22M505%20249.4c-4.9-4.9-14.1-6.8-19.5-9.1c-22.8-9.7-30-21.5-50.2-35.9c-21.8-15.6-40.2-35.5-64.4-47.7c-23.6-11.9-50-14-75.1-5.6c-12.2%204.1-23.7%2010.2-34.4%2017.2c-3.3%202.2-7.6%202.5-11.1.7c-10.3-5.3-30-16.7-33.8-17.9c-59-19.7-96%2022.3-139.5%2053.3c-20.2%2014.4-27.5%2026.2-50.2%2035.9c-5.8%202.5-15%204.1-19.6%209c-3.6%203.8-3.5%207.2-3.5%2011.1c0%2026.4%2068.9%20142.4%20252.1%20142.4S508%20286.4%20508%20260.9c0-1.6.4-8.1-3-11.5%22%2F%3E%3Cpath%20fill%3D%22%23D32A2A%22%20d%3D%22M16.3%20265.9c5.3.3%2010.6.5%2016%200l16-.7c5.3-.1%2010.6-.7%2016-1.1l16.2-1.2c5.4-.4%2010.6-1.1%2015.9-1.6c5.3-.6%2010.6-1%2015.8-1.8c5.3-.7%2010.5-1.2%2015.8-2.2c5.2-.9%2010.4-1.7%2015.7-2.7l15.9-2.9c5.4-.9%2011.1-1.8%2016.9-2.3l4.4-.3l2.2-.1l1.1-.1h1.8l8.1.4c1.2%200%203.1.4%204.7.7c1.7.3%203.4.7%205.1%201.1c3.5.7%206%202%209%203c2.8%201.1%205.2%202.2%207.8%203.3l6.9%202.8l6.7%202c2.3.5%204.6.8%206.9%201.2c2.2.5%204.7.5%207.1.6l3.6.2l1.8.1h1.6c-1.3.2%203-.4-2.9.4l.2-.1l1.3-.3l1.6-.1c3.8-.2%2011-.2%2015-.9l6.4-1.1l6.7-2l6.9-2.7c2.6-1.1%205-2.2%207.8-3.3c5.6-2.2%2011.9-4%2018.3-4.7l9.4-.5h1.5l1%20.1l2%20.1l4%20.3c5.2.4%2011.9%201.4%2017.1%202.3l16%202.8c5.3%201.1%2010.5%201.8%2015.7%202.7c5.2%201%2010.5%201.4%2015.8%202.2s10.6%201.2%2015.9%201.8c10.6%201.3%2021.3%202.1%2032%202.8l8%20.7l2%20.2h1.8l4.1.2l16.2.7c5.5.5%2010.7.2%2016%200c5.4%200%205.8%202.3.5%203.4c-5.4%201.3-10.9%202.4-16.2%202.9l-16.1%201.8l-4%20.4l-1%20.1l-1.2.1l-2%20.1l-8.1.5c-10.9.5-21.8.9-32.7.9c-5.5.1-10.9%200-16.4-.3s-11-.4-16.5-.9c-10.9-.8-22.1-2.1-32.5-3.5c-5.5-.6-9.6-1.1-15.1-1.3l-4-.1h-3.5l-6.8.7c-2.2.3-4.3%201.1-6.4%201.4c-2.1.5-4.3%201.6-6.5%202.3c-2.3.9-4.8%202.1-7.1%203.1l-8.1%203.4l-8.8%202.8c-3.1.7-6.3%201.2-9.5%201.8c-3.4.7-5.8.7-8.6.9l-4%20.3l-2%20.1l-1%20.1h-1.2l-.5-.1l3-.4l-.2.1c-5.9.8-1.7.2-3%20.4h-.8l-1.1-.1l-2.2-.1l-4.4-.3c-3-.2-5.9-.3-8.9-1c-3-.6-6-1-9-1.8l-8.8-2.8l-8.1-3.4c-2.4-1-4.9-2.2-7.1-3.1c-2.1-.7-4.5-1.9-6.3-2.2c-.9-.2-1.9-.4-2.8-.7c-1-.3-1.7-.6-3.2-.7l-8.1-.8l-6.7.1c-5%20.1-10%20.7-15.3%201.3c-10.4%201.4-21.5%202.7-32.4%203.5c-5.5.5-11%20.6-16.4.9q-8.25.45-16.5.3c-11%20.1-21.8-.3-32.6-.9c-5.3-.3-10.9-.5-16.3-1.2l-16.3-1.8c-5.4-.5-10.8-1.6-16.2-2.9c-5.6-1.1-5.3-3.4.2-3.3%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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