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

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

More people icons from Firefox OS Emoji

Use the pouting emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="#FF473E" d="M256 35.3c-121.8 0-220.6 98.8-220.6 220.6c0 2.8.1 5.6.2 8.4c-12.9 1.7-22.9 12.5-22.9 25.9c0 14.5 11.7 26.2 26.2 26.2h4.9C70.1 408.9 155.1 476.6 256 476.6c121.9 0 220.6-98.8 220.6-220.6c0-121.9-98.8-220.7-220.6-220.7"/><path fill="#2B3B47" d="M171.3 245v37c0 13.4-10.8 24.2-24.2 24.2s-24.2-10.8-24.2-24.2v-46.8c0-13.4 48.4 9.8 48.4 9.8m220.2-9.8V282c0 13.4-10.8 24.2-24.2 24.2s-24.2-10.8-24.2-24.2v-36.4c-.1 0 48.4-23.8 48.4-10.4"/><path fill="#D32A2A" d="M166.9 251.1c-18.9 0-33.5-3.7-44.7-11.3c-3.7-2.5-4.7-7.6-2.2-11.4c2.5-3.7 7.6-4.7 11.4-2.2c8.5 5.8 20.3 8.3 36.1 8.5c4.5 0 8.2 3.6 8.2 8.1s-3.6 8.2-8.1 8.2c-.3.1-.5.1-.7.1m181.5 0h-.9c-4.5 0-8.1-3.7-8.1-8.2s3.7-8.1 8.2-8.1h.8c14 0 25.6-2.7 34.3-7.9c3.9-2.3 8.9-1.1 11.2 2.8s1.1 8.9-2.8 11.2c-11.3 6.8-25.6 10.2-42.7 10.2"/><path fill="#2B3B47" d="M220.7 374.6c-3.4 0-6.7-1.7-8.6-4.7c-3-4.7-1.6-11 3.2-14c26.4-16.6 61.8-16.6 88.2 0c4.7 3 6.2 9.2 3.2 14c-3 4.7-9.3 6.2-14 3.2c-19.6-12.3-47-12.3-66.6 0c-1.7 1-3.6 1.5-5.4 1.5"/><path fill="#D32A2A" d="M260.6 408.8c-17.5 0-29.8-8.8-30.3-9.2c-3.6-2.7-4.4-7.8-1.8-11.4c2.7-3.6 7.7-4.4 11.4-1.8c.1.1 8.7 6 20.7 6c11.3 0 17.1-5.2 17.4-5.4c3.3-3 8.5-2.8 11.5.4c3 3.3 3 8.3-.3 11.4c-1 1.1-10.7 10-28.6 10"/><path fill="#D32A2A" d="M476.4 265.8c.1-3.3.3-6.6.3-9.9c0-58.9-23.1-112.4-60.8-152c21.3 34.5 33.6 75.2 33.6 118.8c0 125.2-101.5 226.6-226.7 226.6c-43.6 0-84.2-12.3-118.8-33.6c39.6 37.7 93.1 60.9 152 60.9c100.3 0 185-67 211.7-158.7h5.1c14.5 0 26.2-11.7 26.2-26.2c0-13.3-9.9-24.1-22.6-25.9"/></svg>

React

import type { SVGProps } from "react";

export function FxemojiPouting(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="M256 35.3c-121.8 0-220.6 98.8-220.6 220.6c0 2.8.1 5.6.2 8.4c-12.9 1.7-22.9 12.5-22.9 25.9c0 14.5 11.7 26.2 26.2 26.2h4.9C70.1 408.9 155.1 476.6 256 476.6c121.9 0 220.6-98.8 220.6-220.6c0-121.9-98.8-220.7-220.6-220.7"/><path fill="#2B3B47" d="M171.3 245v37c0 13.4-10.8 24.2-24.2 24.2s-24.2-10.8-24.2-24.2v-46.8c0-13.4 48.4 9.8 48.4 9.8m220.2-9.8V282c0 13.4-10.8 24.2-24.2 24.2s-24.2-10.8-24.2-24.2v-36.4c-.1 0 48.4-23.8 48.4-10.4"/><path fill="#D32A2A" d="M166.9 251.1c-18.9 0-33.5-3.7-44.7-11.3c-3.7-2.5-4.7-7.6-2.2-11.4c2.5-3.7 7.6-4.7 11.4-2.2c8.5 5.8 20.3 8.3 36.1 8.5c4.5 0 8.2 3.6 8.2 8.1s-3.6 8.2-8.1 8.2c-.3.1-.5.1-.7.1m181.5 0h-.9c-4.5 0-8.1-3.7-8.1-8.2s3.7-8.1 8.2-8.1h.8c14 0 25.6-2.7 34.3-7.9c3.9-2.3 8.9-1.1 11.2 2.8s1.1 8.9-2.8 11.2c-11.3 6.8-25.6 10.2-42.7 10.2"/><path fill="#2B3B47" d="M220.7 374.6c-3.4 0-6.7-1.7-8.6-4.7c-3-4.7-1.6-11 3.2-14c26.4-16.6 61.8-16.6 88.2 0c4.7 3 6.2 9.2 3.2 14c-3 4.7-9.3 6.2-14 3.2c-19.6-12.3-47-12.3-66.6 0c-1.7 1-3.6 1.5-5.4 1.5"/><path fill="#D32A2A" d="M260.6 408.8c-17.5 0-29.8-8.8-30.3-9.2c-3.6-2.7-4.4-7.8-1.8-11.4c2.7-3.6 7.7-4.4 11.4-1.8c.1.1 8.7 6 20.7 6c11.3 0 17.1-5.2 17.4-5.4c3.3-3 8.5-2.8 11.5.4c3 3.3 3 8.3-.3 11.4c-1 1.1-10.7 10-28.6 10"/><path fill="#D32A2A" d="M476.4 265.8c.1-3.3.3-6.6.3-9.9c0-58.9-23.1-112.4-60.8-152c21.3 34.5 33.6 75.2 33.6 118.8c0 125.2-101.5 226.6-226.7 226.6c-43.6 0-84.2-12.3-118.8-33.6c39.6 37.7 93.1 60.9 152 60.9c100.3 0 185-67 211.7-158.7h5.1c14.5 0 26.2-11.7 26.2-26.2c0-13.3-9.9-24.1-22.6-25.9"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="#FF473E" d="M256 35.3c-121.8 0-220.6 98.8-220.6 220.6c0 2.8.1 5.6.2 8.4c-12.9 1.7-22.9 12.5-22.9 25.9c0 14.5 11.7 26.2 26.2 26.2h4.9C70.1 408.9 155.1 476.6 256 476.6c121.9 0 220.6-98.8 220.6-220.6c0-121.9-98.8-220.7-220.6-220.7"/><path fill="#2B3B47" d="M171.3 245v37c0 13.4-10.8 24.2-24.2 24.2s-24.2-10.8-24.2-24.2v-46.8c0-13.4 48.4 9.8 48.4 9.8m220.2-9.8V282c0 13.4-10.8 24.2-24.2 24.2s-24.2-10.8-24.2-24.2v-36.4c-.1 0 48.4-23.8 48.4-10.4"/><path fill="#D32A2A" d="M166.9 251.1c-18.9 0-33.5-3.7-44.7-11.3c-3.7-2.5-4.7-7.6-2.2-11.4c2.5-3.7 7.6-4.7 11.4-2.2c8.5 5.8 20.3 8.3 36.1 8.5c4.5 0 8.2 3.6 8.2 8.1s-3.6 8.2-8.1 8.2c-.3.1-.5.1-.7.1m181.5 0h-.9c-4.5 0-8.1-3.7-8.1-8.2s3.7-8.1 8.2-8.1h.8c14 0 25.6-2.7 34.3-7.9c3.9-2.3 8.9-1.1 11.2 2.8s1.1 8.9-2.8 11.2c-11.3 6.8-25.6 10.2-42.7 10.2"/><path fill="#2B3B47" d="M220.7 374.6c-3.4 0-6.7-1.7-8.6-4.7c-3-4.7-1.6-11 3.2-14c26.4-16.6 61.8-16.6 88.2 0c4.7 3 6.2 9.2 3.2 14c-3 4.7-9.3 6.2-14 3.2c-19.6-12.3-47-12.3-66.6 0c-1.7 1-3.6 1.5-5.4 1.5"/><path fill="#D32A2A" d="M260.6 408.8c-17.5 0-29.8-8.8-30.3-9.2c-3.6-2.7-4.4-7.8-1.8-11.4c2.7-3.6 7.7-4.4 11.4-1.8c.1.1 8.7 6 20.7 6c11.3 0 17.1-5.2 17.4-5.4c3.3-3 8.5-2.8 11.5.4c3 3.3 3 8.3-.3 11.4c-1 1.1-10.7 10-28.6 10"/><path fill="#D32A2A" d="M476.4 265.8c.1-3.3.3-6.6.3-9.9c0-58.9-23.1-112.4-60.8-152c21.3 34.5 33.6 75.2 33.6 118.8c0 125.2-101.5 226.6-226.7 226.6c-43.6 0-84.2-12.3-118.8-33.6c39.6 37.7 93.1 60.9 152 60.9c100.3 0 185-67 211.7-158.7h5.1c14.5 0 26.2-11.7 26.2-26.2c0-13.3-9.9-24.1-22.6-25.9"/></svg>
</template>

CSS

.icon-pouting {
  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%22M256%2035.3c-121.8%200-220.6%2098.8-220.6%20220.6c0%202.8.1%205.6.2%208.4c-12.9%201.7-22.9%2012.5-22.9%2025.9c0%2014.5%2011.7%2026.2%2026.2%2026.2h4.9C70.1%20408.9%20155.1%20476.6%20256%20476.6c121.9%200%20220.6-98.8%20220.6-220.6c0-121.9-98.8-220.7-220.6-220.7%22%2F%3E%3Cpath%20fill%3D%22%232B3B47%22%20d%3D%22M171.3%20245v37c0%2013.4-10.8%2024.2-24.2%2024.2s-24.2-10.8-24.2-24.2v-46.8c0-13.4%2048.4%209.8%2048.4%209.8m220.2-9.8V282c0%2013.4-10.8%2024.2-24.2%2024.2s-24.2-10.8-24.2-24.2v-36.4c-.1%200%2048.4-23.8%2048.4-10.4%22%2F%3E%3Cpath%20fill%3D%22%23D32A2A%22%20d%3D%22M166.9%20251.1c-18.9%200-33.5-3.7-44.7-11.3c-3.7-2.5-4.7-7.6-2.2-11.4c2.5-3.7%207.6-4.7%2011.4-2.2c8.5%205.8%2020.3%208.3%2036.1%208.5c4.5%200%208.2%203.6%208.2%208.1s-3.6%208.2-8.1%208.2c-.3.1-.5.1-.7.1m181.5%200h-.9c-4.5%200-8.1-3.7-8.1-8.2s3.7-8.1%208.2-8.1h.8c14%200%2025.6-2.7%2034.3-7.9c3.9-2.3%208.9-1.1%2011.2%202.8s1.1%208.9-2.8%2011.2c-11.3%206.8-25.6%2010.2-42.7%2010.2%22%2F%3E%3Cpath%20fill%3D%22%232B3B47%22%20d%3D%22M220.7%20374.6c-3.4%200-6.7-1.7-8.6-4.7c-3-4.7-1.6-11%203.2-14c26.4-16.6%2061.8-16.6%2088.2%200c4.7%203%206.2%209.2%203.2%2014c-3%204.7-9.3%206.2-14%203.2c-19.6-12.3-47-12.3-66.6%200c-1.7%201-3.6%201.5-5.4%201.5%22%2F%3E%3Cpath%20fill%3D%22%23D32A2A%22%20d%3D%22M260.6%20408.8c-17.5%200-29.8-8.8-30.3-9.2c-3.6-2.7-4.4-7.8-1.8-11.4c2.7-3.6%207.7-4.4%2011.4-1.8c.1.1%208.7%206%2020.7%206c11.3%200%2017.1-5.2%2017.4-5.4c3.3-3%208.5-2.8%2011.5.4c3%203.3%203%208.3-.3%2011.4c-1%201.1-10.7%2010-28.6%2010%22%2F%3E%3Cpath%20fill%3D%22%23D32A2A%22%20d%3D%22M476.4%20265.8c.1-3.3.3-6.6.3-9.9c0-58.9-23.1-112.4-60.8-152c21.3%2034.5%2033.6%2075.2%2033.6%20118.8c0%20125.2-101.5%20226.6-226.7%20226.6c-43.6%200-84.2-12.3-118.8-33.6c39.6%2037.7%2093.1%2060.9%20152%2060.9c100.3%200%20185-67%20211.7-158.7h5.1c14.5%200%2026.2-11.7%2026.2-26.2c0-13.3-9.9-24.1-22.6-25.9%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%22M256%2035.3c-121.8%200-220.6%2098.8-220.6%20220.6c0%202.8.1%205.6.2%208.4c-12.9%201.7-22.9%2012.5-22.9%2025.9c0%2014.5%2011.7%2026.2%2026.2%2026.2h4.9C70.1%20408.9%20155.1%20476.6%20256%20476.6c121.9%200%20220.6-98.8%20220.6-220.6c0-121.9-98.8-220.7-220.6-220.7%22%2F%3E%3Cpath%20fill%3D%22%232B3B47%22%20d%3D%22M171.3%20245v37c0%2013.4-10.8%2024.2-24.2%2024.2s-24.2-10.8-24.2-24.2v-46.8c0-13.4%2048.4%209.8%2048.4%209.8m220.2-9.8V282c0%2013.4-10.8%2024.2-24.2%2024.2s-24.2-10.8-24.2-24.2v-36.4c-.1%200%2048.4-23.8%2048.4-10.4%22%2F%3E%3Cpath%20fill%3D%22%23D32A2A%22%20d%3D%22M166.9%20251.1c-18.9%200-33.5-3.7-44.7-11.3c-3.7-2.5-4.7-7.6-2.2-11.4c2.5-3.7%207.6-4.7%2011.4-2.2c8.5%205.8%2020.3%208.3%2036.1%208.5c4.5%200%208.2%203.6%208.2%208.1s-3.6%208.2-8.1%208.2c-.3.1-.5.1-.7.1m181.5%200h-.9c-4.5%200-8.1-3.7-8.1-8.2s3.7-8.1%208.2-8.1h.8c14%200%2025.6-2.7%2034.3-7.9c3.9-2.3%208.9-1.1%2011.2%202.8s1.1%208.9-2.8%2011.2c-11.3%206.8-25.6%2010.2-42.7%2010.2%22%2F%3E%3Cpath%20fill%3D%22%232B3B47%22%20d%3D%22M220.7%20374.6c-3.4%200-6.7-1.7-8.6-4.7c-3-4.7-1.6-11%203.2-14c26.4-16.6%2061.8-16.6%2088.2%200c4.7%203%206.2%209.2%203.2%2014c-3%204.7-9.3%206.2-14%203.2c-19.6-12.3-47-12.3-66.6%200c-1.7%201-3.6%201.5-5.4%201.5%22%2F%3E%3Cpath%20fill%3D%22%23D32A2A%22%20d%3D%22M260.6%20408.8c-17.5%200-29.8-8.8-30.3-9.2c-3.6-2.7-4.4-7.8-1.8-11.4c2.7-3.6%207.7-4.4%2011.4-1.8c.1.1%208.7%206%2020.7%206c11.3%200%2017.1-5.2%2017.4-5.4c3.3-3%208.5-2.8%2011.5.4c3%203.3%203%208.3-.3%2011.4c-1%201.1-10.7%2010-28.6%2010%22%2F%3E%3Cpath%20fill%3D%22%23D32A2A%22%20d%3D%22M476.4%20265.8c.1-3.3.3-6.6.3-9.9c0-58.9-23.1-112.4-60.8-152c21.3%2034.5%2033.6%2075.2%2033.6%20118.8c0%20125.2-101.5%20226.6-226.7%20226.6c-43.6%200-84.2-12.3-118.8-33.6c39.6%2037.7%2093.1%2060.9%20152%2060.9c100.3%200%20185-67%20211.7-158.7h5.1c14.5%200%2026.2-11.7%2026.2-26.2c0-13.3-9.9-24.1-22.6-25.9%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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