pouting cat emoji
pouting-cat from OpenMoji by OpenMoji · Default · Smileys Emotion · CC-BY-SA-4.0 Attribution required.
- Name
- pouting-cat
- Set
- OpenMoji
- Style
- Default
- Category
- Smileys Emotion
- Viewbox
- 72×72
- License
- CC BY-SA 4.0
The same emoji in other sets
More smileys emotion icons from OpenMoji
alienalien-monsteranger-symbolangry-faceangry-face-with-hornsanguished-faceanxious-face-with-sweatastonished-facebeaming-face-with-smiling-eyesbeating-heartblack-heartblue-heartbroken-heartbrown-heartcat-with-tears-of-joycat-with-wry-smileclown-facecold-facecollisionconfounded-faceconfused-facecowboy-hat-facecracking-facecrying-cat
Use the pouting cat emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#f4aa41" d="M58.666 48.974c-3.598 9.117-12.632 15.013-23.208 15.013c-9.117 0-19.256-5.706-22.853-14.823l-.126-.313c-1.142-2.86-.958-6.36-.958-9.632l3.667-32.372l10.228 10.08a24.2 24.2 0 0 1 9.51-1.939h1.064c3.373 0 6.588.692 9.51 1.94l11.228-11.08l3.723 33.875a24.9 24.9 0 0 1-1.77 9.257"/><path fill="#e27022" d="M35.458 63.987c10.61.342 20.354-5.863 23.952-14.98l.11-.23c1.142-2.86.959-6.897.959-10.17l-3.75-32.76"/><path fill="#fff" d="M55.106 33.769S41.2 39.647 41.854 40.394c13.306 12.103 14.35-4.94 13.252-6.625m-38.212 0s12.866 6.918 13.252 6.625c-12.845 12.738-14.549-3.86-13.252-6.625"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2" d="M40.16 52.08L36 46.88m-4.16 5.2l4.16-5.2m-4.16 0h8.32m14.946-13.158S41.2 39.6 41.854 40.347c13.306 12.103 14.35-4.94 13.252-6.625M62 54.16l-9.36-5.2m5.2 10.4l-9.36-5.2"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2" d="M13.292 48.032a23.9 23.9 0 0 1-1.732-8.952L15.2 6.32l10.98 10.715a23.9 23.9 0 0 1 9.3-1.875h1.04c3.299 0 6.441.668 9.301 1.875L56.8 6.32l3.64 32.76c0 3.165-.614 6.186-1.732 8.952m-35.883 11.35A23.8 23.8 0 0 0 35.48 63h1.04c4.646 0 8.984-1.324 12.655-3.618"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2" d="M16.894 33.722s12.866 6.918 13.252 6.625c-12.845 12.737-14.549-3.86-13.252-6.625M10 54.16l9.36-5.2m-5.2 10.4l9.36-5.2"/><circle cx="23.52" cy="38.56" r="2.08"/><circle cx="48.48" cy="38.56" r="2.08"/></svg>
React
import type { SVGProps } from "react";
export function OpenmojiPoutingCat(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#f4aa41" d="M58.666 48.974c-3.598 9.117-12.632 15.013-23.208 15.013c-9.117 0-19.256-5.706-22.853-14.823l-.126-.313c-1.142-2.86-.958-6.36-.958-9.632l3.667-32.372l10.228 10.08a24.2 24.2 0 0 1 9.51-1.939h1.064c3.373 0 6.588.692 9.51 1.94l11.228-11.08l3.723 33.875a24.9 24.9 0 0 1-1.77 9.257"/><path fill="#e27022" d="M35.458 63.987c10.61.342 20.354-5.863 23.952-14.98l.11-.23c1.142-2.86.959-6.897.959-10.17l-3.75-32.76"/><path fill="#fff" d="M55.106 33.769S41.2 39.647 41.854 40.394c13.306 12.103 14.35-4.94 13.252-6.625m-38.212 0s12.866 6.918 13.252 6.625c-12.845 12.738-14.549-3.86-13.252-6.625"/><path fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeMiterlimit="10" strokeWidth="2" d="M40.16 52.08L36 46.88m-4.16 5.2l4.16-5.2m-4.16 0h8.32m14.946-13.158S41.2 39.6 41.854 40.347c13.306 12.103 14.35-4.94 13.252-6.625M62 54.16l-9.36-5.2m5.2 10.4l-9.36-5.2"/><path fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeMiterlimit="10" strokeWidth="2" d="M13.292 48.032a23.9 23.9 0 0 1-1.732-8.952L15.2 6.32l10.98 10.715a23.9 23.9 0 0 1 9.3-1.875h1.04c3.299 0 6.441.668 9.301 1.875L56.8 6.32l3.64 32.76c0 3.165-.614 6.186-1.732 8.952m-35.883 11.35A23.8 23.8 0 0 0 35.48 63h1.04c4.646 0 8.984-1.324 12.655-3.618"/><path fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeMiterlimit="10" strokeWidth="2" d="M16.894 33.722s12.866 6.918 13.252 6.625c-12.845 12.737-14.549-3.86-13.252-6.625M10 54.16l9.36-5.2m-5.2 10.4l9.36-5.2"/><circle cx="23.52" cy="38.56" r="2.08"/><circle cx="48.48" cy="38.56" r="2.08"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#f4aa41" d="M58.666 48.974c-3.598 9.117-12.632 15.013-23.208 15.013c-9.117 0-19.256-5.706-22.853-14.823l-.126-.313c-1.142-2.86-.958-6.36-.958-9.632l3.667-32.372l10.228 10.08a24.2 24.2 0 0 1 9.51-1.939h1.064c3.373 0 6.588.692 9.51 1.94l11.228-11.08l3.723 33.875a24.9 24.9 0 0 1-1.77 9.257"/><path fill="#e27022" d="M35.458 63.987c10.61.342 20.354-5.863 23.952-14.98l.11-.23c1.142-2.86.959-6.897.959-10.17l-3.75-32.76"/><path fill="#fff" d="M55.106 33.769S41.2 39.647 41.854 40.394c13.306 12.103 14.35-4.94 13.252-6.625m-38.212 0s12.866 6.918 13.252 6.625c-12.845 12.738-14.549-3.86-13.252-6.625"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2" d="M40.16 52.08L36 46.88m-4.16 5.2l4.16-5.2m-4.16 0h8.32m14.946-13.158S41.2 39.6 41.854 40.347c13.306 12.103 14.35-4.94 13.252-6.625M62 54.16l-9.36-5.2m5.2 10.4l-9.36-5.2"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2" d="M13.292 48.032a23.9 23.9 0 0 1-1.732-8.952L15.2 6.32l10.98 10.715a23.9 23.9 0 0 1 9.3-1.875h1.04c3.299 0 6.441.668 9.301 1.875L56.8 6.32l3.64 32.76c0 3.165-.614 6.186-1.732 8.952m-35.883 11.35A23.8 23.8 0 0 0 35.48 63h1.04c4.646 0 8.984-1.324 12.655-3.618"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2" d="M16.894 33.722s12.866 6.918 13.252 6.625c-12.845 12.737-14.549-3.86-13.252-6.625M10 54.16l9.36-5.2m-5.2 10.4l9.36-5.2"/><circle cx="23.52" cy="38.56" r="2.08"/><circle cx="48.48" cy="38.56" r="2.08"/></svg> </template>
CSS
.icon-pouting-cat {
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%2072%2072%22%3E%3Cpath%20fill%3D%22%23f4aa41%22%20d%3D%22M58.666%2048.974c-3.598%209.117-12.632%2015.013-23.208%2015.013c-9.117%200-19.256-5.706-22.853-14.823l-.126-.313c-1.142-2.86-.958-6.36-.958-9.632l3.667-32.372l10.228%2010.08a24.2%2024.2%200%200%201%209.51-1.939h1.064c3.373%200%206.588.692%209.51%201.94l11.228-11.08l3.723%2033.875a24.9%2024.9%200%200%201-1.77%209.257%22%2F%3E%3Cpath%20fill%3D%22%23e27022%22%20d%3D%22M35.458%2063.987c10.61.342%2020.354-5.863%2023.952-14.98l.11-.23c1.142-2.86.959-6.897.959-10.17l-3.75-32.76%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M55.106%2033.769S41.2%2039.647%2041.854%2040.394c13.306%2012.103%2014.35-4.94%2013.252-6.625m-38.212%200s12.866%206.918%2013.252%206.625c-12.845%2012.738-14.549-3.86-13.252-6.625%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20d%3D%22M40.16%2052.08L36%2046.88m-4.16%205.2l4.16-5.2m-4.16%200h8.32m14.946-13.158S41.2%2039.6%2041.854%2040.347c13.306%2012.103%2014.35-4.94%2013.252-6.625M62%2054.16l-9.36-5.2m5.2%2010.4l-9.36-5.2%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20d%3D%22M13.292%2048.032a23.9%2023.9%200%200%201-1.732-8.952L15.2%206.32l10.98%2010.715a23.9%2023.9%200%200%201%209.3-1.875h1.04c3.299%200%206.441.668%209.301%201.875L56.8%206.32l3.64%2032.76c0%203.165-.614%206.186-1.732%208.952m-35.883%2011.35A23.8%2023.8%200%200%200%2035.48%2063h1.04c4.646%200%208.984-1.324%2012.655-3.618%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20d%3D%22M16.894%2033.722s12.866%206.918%2013.252%206.625c-12.845%2012.737-14.549-3.86-13.252-6.625M10%2054.16l9.36-5.2m-5.2%2010.4l9.36-5.2%22%2F%3E%3Ccircle%20cx%3D%2223.52%22%20cy%3D%2238.56%22%20r%3D%222.08%22%2F%3E%3Ccircle%20cx%3D%2248.48%22%20cy%3D%2238.56%22%20r%3D%222.08%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%2072%2072%22%3E%3Cpath%20fill%3D%22%23f4aa41%22%20d%3D%22M58.666%2048.974c-3.598%209.117-12.632%2015.013-23.208%2015.013c-9.117%200-19.256-5.706-22.853-14.823l-.126-.313c-1.142-2.86-.958-6.36-.958-9.632l3.667-32.372l10.228%2010.08a24.2%2024.2%200%200%201%209.51-1.939h1.064c3.373%200%206.588.692%209.51%201.94l11.228-11.08l3.723%2033.875a24.9%2024.9%200%200%201-1.77%209.257%22%2F%3E%3Cpath%20fill%3D%22%23e27022%22%20d%3D%22M35.458%2063.987c10.61.342%2020.354-5.863%2023.952-14.98l.11-.23c1.142-2.86.959-6.897.959-10.17l-3.75-32.76%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M55.106%2033.769S41.2%2039.647%2041.854%2040.394c13.306%2012.103%2014.35-4.94%2013.252-6.625m-38.212%200s12.866%206.918%2013.252%206.625c-12.845%2012.738-14.549-3.86-13.252-6.625%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20d%3D%22M40.16%2052.08L36%2046.88m-4.16%205.2l4.16-5.2m-4.16%200h8.32m14.946-13.158S41.2%2039.6%2041.854%2040.347c13.306%2012.103%2014.35-4.94%2013.252-6.625M62%2054.16l-9.36-5.2m5.2%2010.4l-9.36-5.2%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20d%3D%22M13.292%2048.032a23.9%2023.9%200%200%201-1.732-8.952L15.2%206.32l10.98%2010.715a23.9%2023.9%200%200%201%209.3-1.875h1.04c3.299%200%206.441.668%209.301%201.875L56.8%206.32l3.64%2032.76c0%203.165-.614%206.186-1.732%208.952m-35.883%2011.35A23.8%2023.8%200%200%200%2035.48%2063h1.04c4.646%200%208.984-1.324%2012.655-3.618%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20d%3D%22M16.894%2033.722s12.866%206.918%2013.252%206.625c-12.845%2012.737-14.549-3.86-13.252-6.625M10%2054.16l9.36-5.2m-5.2%2010.4l9.36-5.2%22%2F%3E%3Ccircle%20cx%3D%2223.52%22%20cy%3D%2238.56%22%20r%3D%222.08%22%2F%3E%3Ccircle%20cx%3D%2248.48%22%20cy%3D%2238.56%22%20r%3D%222.08%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/openmoji/pouting-cat.svg?color=%231a73e8&size=48