pleading face emoji

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

Name
pleading-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 pleading face emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><circle cx="18" cy="18" r="18" fill="#ffcc4d"/><path fill="#65471b" d="M20.996 28.477a1 1 0 0 1-.309-.049a8.65 8.65 0 0 0-5.375 0a1 1 0 1 1-.617-1.902a10.63 10.63 0 0 1 6.609 0c.525.172.813.736.643 1.26a1 1 0 0 1-.951.691m7.998-18.466A1.005 1.005 0 0 0 28.011 9c-.067-.001-1.653-.056-3.304-1.707a1 1 0 1 0-1.414 1.414C25.56 10.974 27.901 11 28 11a.995.995 0 0 0 .994-.989M12.707 8.707a.998.998 0 0 0-.324-1.63a1 1 0 0 0-1.09.216C9.652 8.934 8.075 8.998 7.99 9A1 1 0 0 0 8 11c.099 0 2.44-.026 4.707-2.293"/><path fill="#fff" d="M24.5 23a5.5 5.5 0 1 0 0-11a5.5 5.5 0 0 0 0 11"/><path fill="#292f33" d="M24.5 22a5 5 0 1 0 0-10a5 5 0 0 0 0 10"/><path fill="#fff" d="M24.337 16.836c1.044-1.046 1.23-2.552.417-3.364c-.813-.813-2.32-.625-3.363.42c-1.045 1.046-1.231 2.552-.418 3.364c.814.813 2.32.625 3.364-.42m3.288 2.845c.458-.459.54-1.12.183-1.477s-1.019-.274-1.478.185c-.458.459-.54 1.12-.183 1.477s1.019.275 1.478-.184ZM11.5 23a5.5 5.5 0 1 0 0-11a5.5 5.5 0 0 0 0 11"/><path fill="#292f33" d="M11.5 22a5 5 0 1 0 0-10a5 5 0 0 0 0 10"/><path fill="#fff" d="M11.337 16.836c1.044-1.046 1.23-2.552.417-3.364c-.813-.813-2.32-.625-3.363.42c-1.045 1.046-1.231 2.552-.418 3.364c.814.813 2.32.625 3.364-.42m3.287 2.845c.46-.459.541-1.12.184-1.477s-1.019-.274-1.478.185c-.458.459-.54 1.12-.183 1.477s1.019.275 1.477-.184Z"/></svg>

React

import type { SVGProps } from "react";

export function TwemojiPleadingFace(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><circle cx="18" cy="18" r="18" fill="#ffcc4d"/><path fill="#65471b" d="M20.996 28.477a1 1 0 0 1-.309-.049a8.65 8.65 0 0 0-5.375 0a1 1 0 1 1-.617-1.902a10.63 10.63 0 0 1 6.609 0c.525.172.813.736.643 1.26a1 1 0 0 1-.951.691m7.998-18.466A1.005 1.005 0 0 0 28.011 9c-.067-.001-1.653-.056-3.304-1.707a1 1 0 1 0-1.414 1.414C25.56 10.974 27.901 11 28 11a.995.995 0 0 0 .994-.989M12.707 8.707a.998.998 0 0 0-.324-1.63a1 1 0 0 0-1.09.216C9.652 8.934 8.075 8.998 7.99 9A1 1 0 0 0 8 11c.099 0 2.44-.026 4.707-2.293"/><path fill="#fff" d="M24.5 23a5.5 5.5 0 1 0 0-11a5.5 5.5 0 0 0 0 11"/><path fill="#292f33" d="M24.5 22a5 5 0 1 0 0-10a5 5 0 0 0 0 10"/><path fill="#fff" d="M24.337 16.836c1.044-1.046 1.23-2.552.417-3.364c-.813-.813-2.32-.625-3.363.42c-1.045 1.046-1.231 2.552-.418 3.364c.814.813 2.32.625 3.364-.42m3.288 2.845c.458-.459.54-1.12.183-1.477s-1.019-.274-1.478.185c-.458.459-.54 1.12-.183 1.477s1.019.275 1.478-.184ZM11.5 23a5.5 5.5 0 1 0 0-11a5.5 5.5 0 0 0 0 11"/><path fill="#292f33" d="M11.5 22a5 5 0 1 0 0-10a5 5 0 0 0 0 10"/><path fill="#fff" d="M11.337 16.836c1.044-1.046 1.23-2.552.417-3.364c-.813-.813-2.32-.625-3.363.42c-1.045 1.046-1.231 2.552-.418 3.364c.814.813 2.32.625 3.364-.42m3.287 2.845c.46-.459.541-1.12.184-1.477s-1.019-.274-1.478.185c-.458.459-.54 1.12-.183 1.477s1.019.275 1.477-.184Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><circle cx="18" cy="18" r="18" fill="#ffcc4d"/><path fill="#65471b" d="M20.996 28.477a1 1 0 0 1-.309-.049a8.65 8.65 0 0 0-5.375 0a1 1 0 1 1-.617-1.902a10.63 10.63 0 0 1 6.609 0c.525.172.813.736.643 1.26a1 1 0 0 1-.951.691m7.998-18.466A1.005 1.005 0 0 0 28.011 9c-.067-.001-1.653-.056-3.304-1.707a1 1 0 1 0-1.414 1.414C25.56 10.974 27.901 11 28 11a.995.995 0 0 0 .994-.989M12.707 8.707a.998.998 0 0 0-.324-1.63a1 1 0 0 0-1.09.216C9.652 8.934 8.075 8.998 7.99 9A1 1 0 0 0 8 11c.099 0 2.44-.026 4.707-2.293"/><path fill="#fff" d="M24.5 23a5.5 5.5 0 1 0 0-11a5.5 5.5 0 0 0 0 11"/><path fill="#292f33" d="M24.5 22a5 5 0 1 0 0-10a5 5 0 0 0 0 10"/><path fill="#fff" d="M24.337 16.836c1.044-1.046 1.23-2.552.417-3.364c-.813-.813-2.32-.625-3.363.42c-1.045 1.046-1.231 2.552-.418 3.364c.814.813 2.32.625 3.364-.42m3.288 2.845c.458-.459.54-1.12.183-1.477s-1.019-.274-1.478.185c-.458.459-.54 1.12-.183 1.477s1.019.275 1.478-.184ZM11.5 23a5.5 5.5 0 1 0 0-11a5.5 5.5 0 0 0 0 11"/><path fill="#292f33" d="M11.5 22a5 5 0 1 0 0-10a5 5 0 0 0 0 10"/><path fill="#fff" d="M11.337 16.836c1.044-1.046 1.23-2.552.417-3.364c-.813-.813-2.32-.625-3.363.42c-1.045 1.046-1.231 2.552-.418 3.364c.814.813 2.32.625 3.364-.42m3.287 2.845c.46-.459.541-1.12.184-1.477s-1.019-.274-1.478.185c-.458.459-.54 1.12-.183 1.477s1.019.275 1.477-.184Z"/></svg>
</template>

CSS

.icon-pleading-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%3Ccircle%20cx%3D%2218%22%20cy%3D%2218%22%20r%3D%2218%22%20fill%3D%22%23ffcc4d%22%2F%3E%3Cpath%20fill%3D%22%2365471b%22%20d%3D%22M20.996%2028.477a1%201%200%200%201-.309-.049a8.65%208.65%200%200%200-5.375%200a1%201%200%201%201-.617-1.902a10.63%2010.63%200%200%201%206.609%200c.525.172.813.736.643%201.26a1%201%200%200%201-.951.691m7.998-18.466A1.005%201.005%200%200%200%2028.011%209c-.067-.001-1.653-.056-3.304-1.707a1%201%200%201%200-1.414%201.414C25.56%2010.974%2027.901%2011%2028%2011a.995.995%200%200%200%20.994-.989M12.707%208.707a.998.998%200%200%200-.324-1.63a1%201%200%200%200-1.09.216C9.652%208.934%208.075%208.998%207.99%209A1%201%200%200%200%208%2011c.099%200%202.44-.026%204.707-2.293%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M24.5%2023a5.5%205.5%200%201%200%200-11a5.5%205.5%200%200%200%200%2011%22%2F%3E%3Cpath%20fill%3D%22%23292f33%22%20d%3D%22M24.5%2022a5%205%200%201%200%200-10a5%205%200%200%200%200%2010%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M24.337%2016.836c1.044-1.046%201.23-2.552.417-3.364c-.813-.813-2.32-.625-3.363.42c-1.045%201.046-1.231%202.552-.418%203.364c.814.813%202.32.625%203.364-.42m3.288%202.845c.458-.459.54-1.12.183-1.477s-1.019-.274-1.478.185c-.458.459-.54%201.12-.183%201.477s1.019.275%201.478-.184ZM11.5%2023a5.5%205.5%200%201%200%200-11a5.5%205.5%200%200%200%200%2011%22%2F%3E%3Cpath%20fill%3D%22%23292f33%22%20d%3D%22M11.5%2022a5%205%200%201%200%200-10a5%205%200%200%200%200%2010%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M11.337%2016.836c1.044-1.046%201.23-2.552.417-3.364c-.813-.813-2.32-.625-3.363.42c-1.045%201.046-1.231%202.552-.418%203.364c.814.813%202.32.625%203.364-.42m3.287%202.845c.46-.459.541-1.12.184-1.477s-1.019-.274-1.478.185c-.458.459-.54%201.12-.183%201.477s1.019.275%201.477-.184Z%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%3Ccircle%20cx%3D%2218%22%20cy%3D%2218%22%20r%3D%2218%22%20fill%3D%22%23ffcc4d%22%2F%3E%3Cpath%20fill%3D%22%2365471b%22%20d%3D%22M20.996%2028.477a1%201%200%200%201-.309-.049a8.65%208.65%200%200%200-5.375%200a1%201%200%201%201-.617-1.902a10.63%2010.63%200%200%201%206.609%200c.525.172.813.736.643%201.26a1%201%200%200%201-.951.691m7.998-18.466A1.005%201.005%200%200%200%2028.011%209c-.067-.001-1.653-.056-3.304-1.707a1%201%200%201%200-1.414%201.414C25.56%2010.974%2027.901%2011%2028%2011a.995.995%200%200%200%20.994-.989M12.707%208.707a.998.998%200%200%200-.324-1.63a1%201%200%200%200-1.09.216C9.652%208.934%208.075%208.998%207.99%209A1%201%200%200%200%208%2011c.099%200%202.44-.026%204.707-2.293%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M24.5%2023a5.5%205.5%200%201%200%200-11a5.5%205.5%200%200%200%200%2011%22%2F%3E%3Cpath%20fill%3D%22%23292f33%22%20d%3D%22M24.5%2022a5%205%200%201%200%200-10a5%205%200%200%200%200%2010%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M24.337%2016.836c1.044-1.046%201.23-2.552.417-3.364c-.813-.813-2.32-.625-3.363.42c-1.045%201.046-1.231%202.552-.418%203.364c.814.813%202.32.625%203.364-.42m3.288%202.845c.458-.459.54-1.12.183-1.477s-1.019-.274-1.478.185c-.458.459-.54%201.12-.183%201.477s1.019.275%201.478-.184ZM11.5%2023a5.5%205.5%200%201%200%200-11a5.5%205.5%200%200%200%200%2011%22%2F%3E%3Cpath%20fill%3D%22%23292f33%22%20d%3D%22M11.5%2022a5%205%200%201%200%200-10a5%205%200%200%200%200%2010%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M11.337%2016.836c1.044-1.046%201.23-2.552.417-3.364c-.813-.813-2.32-.625-3.363.42c-1.045%201.046-1.231%202.552-.418%203.364c.814.813%202.32.625%203.364-.42m3.287%202.845c.46-.459.541-1.12.184-1.477s-1.019-.274-1.478.185c-.458.459-.54%201.12-.183%201.477s1.019.275%201.477-.184Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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