pouting-face from Emoji One (Colored) by Emoji One · Default · People · CC-BY-4.0 Attribution required.

Name
pouting-face
Set
Emoji One (Colored)
Style
Default
Category
People
Viewbox
64×64
License
CC BY 4.0

The same emoji in other sets

More people icons from Emoji One (Colored)

Use the pouting face emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><circle cx="32" cy="32" r="30" fill="#ef5350"/><path fill="#302424" d="M41 49.7c-5.8-4.8-12.2-4.8-18 0c-.7.6-1.3-.4-.8-1.3c1.8-3.4 5.3-6.5 9.8-6.5s8.1 3.1 9.8 6.5c.5.8-.1 1.8-.8 1.3"/><path fill="#fff" d="M10.2 24.9c-1.5 4.7.6 10 5.3 12.1c4.6 2.2 10 .5 12.7-3.7l-6.9-7.7z"/><g fill="#302424"><path d="M14.2 25.8c-1.4 2.9-.1 6.4 2.8 7.7c2.9 1.4 6.4.1 7.7-2.8c1-1.9-9.6-6.8-10.5-4.9"/><path d="M10.2 24.9c1.6-1 3.5-1.5 5.4-1.5s3.8.5 5.6 1.3c1.7.8 3.3 2 4.6 3.4c1.2 1.5 2.2 3.2 2.4 5.1c-1.3-1.3-2.6-2.4-4-3.4S21.4 28 20 27.4c-1.5-.7-3-1.2-4.6-1.7c-1.8-.3-3.4-.6-5.2-.8"/></g><path fill="#fff" d="M53.8 24.9c1.5 4.7-.6 10-5.3 12.1c-4.6 2.2-10 .5-12.7-3.7l6.9-7.7z"/><g fill="#302424"><path d="M49.8 25.8c1.4 2.9.1 6.4-2.8 7.7c-2.9 1.4-6.4.1-7.7-2.8c-1-1.9 9.6-6.8 10.5-4.9"/><path d="M53.8 24.9c-1.6-1-3.5-1.5-5.4-1.5s-3.8.5-5.6 1.3c-1.7.8-3.3 2-4.6 3.4c-1.2 1.5-2.2 3.2-2.4 5.1c1.3-1.3 2.6-2.4 4-3.4s2.8-1.8 4.2-2.4c1.5-.7 3-1.2 4.6-1.7c1.8-.3 3.4-.6 5.2-.8"/></g></svg>

React

import type { SVGProps } from "react";

export function EmojionePoutingFace(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><circle cx="32" cy="32" r="30" fill="#ef5350"/><path fill="#302424" d="M41 49.7c-5.8-4.8-12.2-4.8-18 0c-.7.6-1.3-.4-.8-1.3c1.8-3.4 5.3-6.5 9.8-6.5s8.1 3.1 9.8 6.5c.5.8-.1 1.8-.8 1.3"/><path fill="#fff" d="M10.2 24.9c-1.5 4.7.6 10 5.3 12.1c4.6 2.2 10 .5 12.7-3.7l-6.9-7.7z"/><g fill="#302424"><path d="M14.2 25.8c-1.4 2.9-.1 6.4 2.8 7.7c2.9 1.4 6.4.1 7.7-2.8c1-1.9-9.6-6.8-10.5-4.9"/><path d="M10.2 24.9c1.6-1 3.5-1.5 5.4-1.5s3.8.5 5.6 1.3c1.7.8 3.3 2 4.6 3.4c1.2 1.5 2.2 3.2 2.4 5.1c-1.3-1.3-2.6-2.4-4-3.4S21.4 28 20 27.4c-1.5-.7-3-1.2-4.6-1.7c-1.8-.3-3.4-.6-5.2-.8"/></g><path fill="#fff" d="M53.8 24.9c1.5 4.7-.6 10-5.3 12.1c-4.6 2.2-10 .5-12.7-3.7l6.9-7.7z"/><g fill="#302424"><path d="M49.8 25.8c1.4 2.9.1 6.4-2.8 7.7c-2.9 1.4-6.4.1-7.7-2.8c-1-1.9 9.6-6.8 10.5-4.9"/><path d="M53.8 24.9c-1.6-1-3.5-1.5-5.4-1.5s-3.8.5-5.6 1.3c-1.7.8-3.3 2-4.6 3.4c-1.2 1.5-2.2 3.2-2.4 5.1c1.3-1.3 2.6-2.4 4-3.4s2.8-1.8 4.2-2.4c1.5-.7 3-1.2 4.6-1.7c1.8-.3 3.4-.6 5.2-.8"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><circle cx="32" cy="32" r="30" fill="#ef5350"/><path fill="#302424" d="M41 49.7c-5.8-4.8-12.2-4.8-18 0c-.7.6-1.3-.4-.8-1.3c1.8-3.4 5.3-6.5 9.8-6.5s8.1 3.1 9.8 6.5c.5.8-.1 1.8-.8 1.3"/><path fill="#fff" d="M10.2 24.9c-1.5 4.7.6 10 5.3 12.1c4.6 2.2 10 .5 12.7-3.7l-6.9-7.7z"/><g fill="#302424"><path d="M14.2 25.8c-1.4 2.9-.1 6.4 2.8 7.7c2.9 1.4 6.4.1 7.7-2.8c1-1.9-9.6-6.8-10.5-4.9"/><path d="M10.2 24.9c1.6-1 3.5-1.5 5.4-1.5s3.8.5 5.6 1.3c1.7.8 3.3 2 4.6 3.4c1.2 1.5 2.2 3.2 2.4 5.1c-1.3-1.3-2.6-2.4-4-3.4S21.4 28 20 27.4c-1.5-.7-3-1.2-4.6-1.7c-1.8-.3-3.4-.6-5.2-.8"/></g><path fill="#fff" d="M53.8 24.9c1.5 4.7-.6 10-5.3 12.1c-4.6 2.2-10 .5-12.7-3.7l6.9-7.7z"/><g fill="#302424"><path d="M49.8 25.8c1.4 2.9.1 6.4-2.8 7.7c-2.9 1.4-6.4.1-7.7-2.8c-1-1.9 9.6-6.8 10.5-4.9"/><path d="M53.8 24.9c-1.6-1-3.5-1.5-5.4-1.5s-3.8.5-5.6 1.3c-1.7.8-3.3 2-4.6 3.4c-1.2 1.5-2.2 3.2-2.4 5.1c1.3-1.3 2.6-2.4 4-3.4s2.8-1.8 4.2-2.4c1.5-.7 3-1.2 4.6-1.7c1.8-.3 3.4-.6 5.2-.8"/></g></svg>
</template>

CSS

.icon-pouting-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%2064%2064%22%3E%3Ccircle%20cx%3D%2232%22%20cy%3D%2232%22%20r%3D%2230%22%20fill%3D%22%23ef5350%22%2F%3E%3Cpath%20fill%3D%22%23302424%22%20d%3D%22M41%2049.7c-5.8-4.8-12.2-4.8-18%200c-.7.6-1.3-.4-.8-1.3c1.8-3.4%205.3-6.5%209.8-6.5s8.1%203.1%209.8%206.5c.5.8-.1%201.8-.8%201.3%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M10.2%2024.9c-1.5%204.7.6%2010%205.3%2012.1c4.6%202.2%2010%20.5%2012.7-3.7l-6.9-7.7z%22%2F%3E%3Cg%20fill%3D%22%23302424%22%3E%3Cpath%20d%3D%22M14.2%2025.8c-1.4%202.9-.1%206.4%202.8%207.7c2.9%201.4%206.4.1%207.7-2.8c1-1.9-9.6-6.8-10.5-4.9%22%2F%3E%3Cpath%20d%3D%22M10.2%2024.9c1.6-1%203.5-1.5%205.4-1.5s3.8.5%205.6%201.3c1.7.8%203.3%202%204.6%203.4c1.2%201.5%202.2%203.2%202.4%205.1c-1.3-1.3-2.6-2.4-4-3.4S21.4%2028%2020%2027.4c-1.5-.7-3-1.2-4.6-1.7c-1.8-.3-3.4-.6-5.2-.8%22%2F%3E%3C%2Fg%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M53.8%2024.9c1.5%204.7-.6%2010-5.3%2012.1c-4.6%202.2-10%20.5-12.7-3.7l6.9-7.7z%22%2F%3E%3Cg%20fill%3D%22%23302424%22%3E%3Cpath%20d%3D%22M49.8%2025.8c1.4%202.9.1%206.4-2.8%207.7c-2.9%201.4-6.4.1-7.7-2.8c-1-1.9%209.6-6.8%2010.5-4.9%22%2F%3E%3Cpath%20d%3D%22M53.8%2024.9c-1.6-1-3.5-1.5-5.4-1.5s-3.8.5-5.6%201.3c-1.7.8-3.3%202-4.6%203.4c-1.2%201.5-2.2%203.2-2.4%205.1c1.3-1.3%202.6-2.4%204-3.4s2.8-1.8%204.2-2.4c1.5-.7%203-1.2%204.6-1.7c1.8-.3%203.4-.6%205.2-.8%22%2F%3E%3C%2Fg%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%2064%2064%22%3E%3Ccircle%20cx%3D%2232%22%20cy%3D%2232%22%20r%3D%2230%22%20fill%3D%22%23ef5350%22%2F%3E%3Cpath%20fill%3D%22%23302424%22%20d%3D%22M41%2049.7c-5.8-4.8-12.2-4.8-18%200c-.7.6-1.3-.4-.8-1.3c1.8-3.4%205.3-6.5%209.8-6.5s8.1%203.1%209.8%206.5c.5.8-.1%201.8-.8%201.3%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M10.2%2024.9c-1.5%204.7.6%2010%205.3%2012.1c4.6%202.2%2010%20.5%2012.7-3.7l-6.9-7.7z%22%2F%3E%3Cg%20fill%3D%22%23302424%22%3E%3Cpath%20d%3D%22M14.2%2025.8c-1.4%202.9-.1%206.4%202.8%207.7c2.9%201.4%206.4.1%207.7-2.8c1-1.9-9.6-6.8-10.5-4.9%22%2F%3E%3Cpath%20d%3D%22M10.2%2024.9c1.6-1%203.5-1.5%205.4-1.5s3.8.5%205.6%201.3c1.7.8%203.3%202%204.6%203.4c1.2%201.5%202.2%203.2%202.4%205.1c-1.3-1.3-2.6-2.4-4-3.4S21.4%2028%2020%2027.4c-1.5-.7-3-1.2-4.6-1.7c-1.8-.3-3.4-.6-5.2-.8%22%2F%3E%3C%2Fg%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M53.8%2024.9c1.5%204.7-.6%2010-5.3%2012.1c-4.6%202.2-10%20.5-12.7-3.7l6.9-7.7z%22%2F%3E%3Cg%20fill%3D%22%23302424%22%3E%3Cpath%20d%3D%22M49.8%2025.8c1.4%202.9.1%206.4-2.8%207.7c-2.9%201.4-6.4.1-7.7-2.8c-1-1.9%209.6-6.8%2010.5-4.9%22%2F%3E%3Cpath%20d%3D%22M53.8%2024.9c-1.6-1-3.5-1.5-5.4-1.5s-3.8.5-5.6%201.3c-1.7.8-3.3%202-4.6%203.4c-1.2%201.5-2.2%203.2-2.4%205.1c1.3-1.3%202.6-2.4%204-3.4s2.8-1.8%204.2-2.4c1.5-.7%203-1.2%204.6-1.7c1.8-.3%203.4-.6%205.2-.8%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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