cat face emoji

cat-face from Noto Emoji by Google Inc · Default · Animals & Nature · Apache-2.0 Free for personal and commercial use.

Name
cat-face
Set
Noto Emoji
Style
Default
Category
Animals & Nature
Viewbox
128×128
License
Apache 2.0

The same emoji in other sets

More animals & nature icons from Noto Emoji

Use the cat face emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#ffc022" d="M114.67 70.19C112.71 44.22 94.44 26.3 64 26.3S15.25 45.33 13.45 71.31c-1.05 15.14 4.58 28.63 15.91 36.32c7.46 5.07 17.88 7.88 34.77 7.88c17.18 0 27.03-3.71 34.49-8.73c12.43-8.35 17.18-21.67 16.05-36.59"/><path fill="#ffc022" d="M53.72 42.6C46.3 23.4 30.1 10.34 23.87 8.39c-2.35-.74-5.3-.81-6.63 1.35c-3.36 5.45-7.66 22.95 1.85 47.78z"/><path fill="#ffd1d1" d="M36.12 34.21c1.54-1.29 2.29-2.55.6-5.16c-2.62-4.05-7.33-8.78-9.16-10.23c-3-2.38-5.32-3.18-6.21.65c-1.65 7.08-1.52 16.69.25 21.99c.62 1.87 2.54 2.86 4.02 1.57z"/><path fill="#ff9b31" d="M54.12 45.02c1.13.96 3.42.82 4.75-.72c1.61-1.87 3.29-8.17 2.24-17.91c-4.67.17-9.09.84-13.21 1.97c3.33 5.46 4.13 14.88 6.22 16.66m19.76 0c-1.13.96-3.42.82-4.75-.72c-1.61-1.87-3.29-8.17-2.24-17.91c4.67.17 9.09.84 13.21 1.97c-3.33 5.46-4.13 14.88-6.22 16.66"/><path fill="#ffc022" d="M79.9 29.22c8.08-12.41 19.38-20.75 24.07-22.24c2.32-.74 5.02-.62 6.34 1.55c3.32 5.45 6.13 22.24-.42 45.75L85.96 42.74z"/><path fill="#ffd1d1" d="M97.55 38.23c2.43 2.43 4.41 4.06 5.84 5.61c.95 1.03 2.69.56 2.97-.82c2.45-11.8 1.67-21.86 0-24.5c-.8-1.26-2.29-1.59-3.65-1.13c-2.44.81-8.66 5.45-13.05 12.22c-.51.79-.32 1.85.46 2.38c1.58 1.07 4.34 3.14 7.43 6.24"/><path d="M55.67 77.75c-.05-3.08 4.37-4.55 8.54-4.62c4.18-.07 8.68 1.29 8.73 4.37s-5.22 7.13-8.54 7.13c-3.31 0-8.67-3.81-8.73-6.88"/><path fill="none" stroke="#9e9e9e" stroke-linecap="round" stroke-miterlimit="10" stroke-width="3" d="M6.7 71.03c.34.41 4.41.35 14.36 5.07M2.9 82.86s6.42-2.24 17.46-.28M8.81 92.29s2.74-1.38 12.67-2.25m99.39-22.53s-3.41.33-13.94 6.34m15.49 4.64s-5.09-.36-16.05 1.97m14.08 8.59s-4.83-1.71-14.78-2.25"/><path fill="#000200" d="M96.09 66.37c-.34 5.51-3.76 8.54-7.65 8.54s-7.04-3.88-7.04-8.66s3.28-8.71 7.65-8.47c5.07.29 7.32 4.09 7.04 8.59M46 65.81c.78 5.61-1.58 9.03-5.49 9.82s-7.26-1.84-8.23-6.64c-.98-4.81.9-9.32 5.34-9.97c5.15-.75 7.74 2.2 8.38 6.79"/><path d="M44.99 85.16c-2.57 1.67.47 5.54 2.25 6.85s4.98 2.92 9.67 2.44c5.54-.56 7.13-4.69 7.13-4.69s1.97 4.6 8.82 4.79c6.95.19 9.1-3.57 10.04-4.69c.94-1.13 1.88-4.04.28-5.16c-1.6-1.13-2.72.28-4.41 2.63s-5.16 3.66-8.54 2.06s-3.57-7.04-3.57-7.04l-4.79.28s-.75 4.69-2.91 6.19s-7.32 1.88-9.48-1.41c-.95-1.46-2.33-3.66-4.49-2.25"/></svg>

React

import type { SVGProps } from "react";

export function NotoCatFace(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#ffc022" d="M114.67 70.19C112.71 44.22 94.44 26.3 64 26.3S15.25 45.33 13.45 71.31c-1.05 15.14 4.58 28.63 15.91 36.32c7.46 5.07 17.88 7.88 34.77 7.88c17.18 0 27.03-3.71 34.49-8.73c12.43-8.35 17.18-21.67 16.05-36.59"/><path fill="#ffc022" d="M53.72 42.6C46.3 23.4 30.1 10.34 23.87 8.39c-2.35-.74-5.3-.81-6.63 1.35c-3.36 5.45-7.66 22.95 1.85 47.78z"/><path fill="#ffd1d1" d="M36.12 34.21c1.54-1.29 2.29-2.55.6-5.16c-2.62-4.05-7.33-8.78-9.16-10.23c-3-2.38-5.32-3.18-6.21.65c-1.65 7.08-1.52 16.69.25 21.99c.62 1.87 2.54 2.86 4.02 1.57z"/><path fill="#ff9b31" d="M54.12 45.02c1.13.96 3.42.82 4.75-.72c1.61-1.87 3.29-8.17 2.24-17.91c-4.67.17-9.09.84-13.21 1.97c3.33 5.46 4.13 14.88 6.22 16.66m19.76 0c-1.13.96-3.42.82-4.75-.72c-1.61-1.87-3.29-8.17-2.24-17.91c4.67.17 9.09.84 13.21 1.97c-3.33 5.46-4.13 14.88-6.22 16.66"/><path fill="#ffc022" d="M79.9 29.22c8.08-12.41 19.38-20.75 24.07-22.24c2.32-.74 5.02-.62 6.34 1.55c3.32 5.45 6.13 22.24-.42 45.75L85.96 42.74z"/><path fill="#ffd1d1" d="M97.55 38.23c2.43 2.43 4.41 4.06 5.84 5.61c.95 1.03 2.69.56 2.97-.82c2.45-11.8 1.67-21.86 0-24.5c-.8-1.26-2.29-1.59-3.65-1.13c-2.44.81-8.66 5.45-13.05 12.22c-.51.79-.32 1.85.46 2.38c1.58 1.07 4.34 3.14 7.43 6.24"/><path d="M55.67 77.75c-.05-3.08 4.37-4.55 8.54-4.62c4.18-.07 8.68 1.29 8.73 4.37s-5.22 7.13-8.54 7.13c-3.31 0-8.67-3.81-8.73-6.88"/><path fill="none" stroke="#9e9e9e" strokeLinecap="round" strokeMiterlimit="10" strokeWidth="3" d="M6.7 71.03c.34.41 4.41.35 14.36 5.07M2.9 82.86s6.42-2.24 17.46-.28M8.81 92.29s2.74-1.38 12.67-2.25m99.39-22.53s-3.41.33-13.94 6.34m15.49 4.64s-5.09-.36-16.05 1.97m14.08 8.59s-4.83-1.71-14.78-2.25"/><path fill="#000200" d="M96.09 66.37c-.34 5.51-3.76 8.54-7.65 8.54s-7.04-3.88-7.04-8.66s3.28-8.71 7.65-8.47c5.07.29 7.32 4.09 7.04 8.59M46 65.81c.78 5.61-1.58 9.03-5.49 9.82s-7.26-1.84-8.23-6.64c-.98-4.81.9-9.32 5.34-9.97c5.15-.75 7.74 2.2 8.38 6.79"/><path d="M44.99 85.16c-2.57 1.67.47 5.54 2.25 6.85s4.98 2.92 9.67 2.44c5.54-.56 7.13-4.69 7.13-4.69s1.97 4.6 8.82 4.79c6.95.19 9.1-3.57 10.04-4.69c.94-1.13 1.88-4.04.28-5.16c-1.6-1.13-2.72.28-4.41 2.63s-5.16 3.66-8.54 2.06s-3.57-7.04-3.57-7.04l-4.79.28s-.75 4.69-2.91 6.19s-7.32 1.88-9.48-1.41c-.95-1.46-2.33-3.66-4.49-2.25"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#ffc022" d="M114.67 70.19C112.71 44.22 94.44 26.3 64 26.3S15.25 45.33 13.45 71.31c-1.05 15.14 4.58 28.63 15.91 36.32c7.46 5.07 17.88 7.88 34.77 7.88c17.18 0 27.03-3.71 34.49-8.73c12.43-8.35 17.18-21.67 16.05-36.59"/><path fill="#ffc022" d="M53.72 42.6C46.3 23.4 30.1 10.34 23.87 8.39c-2.35-.74-5.3-.81-6.63 1.35c-3.36 5.45-7.66 22.95 1.85 47.78z"/><path fill="#ffd1d1" d="M36.12 34.21c1.54-1.29 2.29-2.55.6-5.16c-2.62-4.05-7.33-8.78-9.16-10.23c-3-2.38-5.32-3.18-6.21.65c-1.65 7.08-1.52 16.69.25 21.99c.62 1.87 2.54 2.86 4.02 1.57z"/><path fill="#ff9b31" d="M54.12 45.02c1.13.96 3.42.82 4.75-.72c1.61-1.87 3.29-8.17 2.24-17.91c-4.67.17-9.09.84-13.21 1.97c3.33 5.46 4.13 14.88 6.22 16.66m19.76 0c-1.13.96-3.42.82-4.75-.72c-1.61-1.87-3.29-8.17-2.24-17.91c4.67.17 9.09.84 13.21 1.97c-3.33 5.46-4.13 14.88-6.22 16.66"/><path fill="#ffc022" d="M79.9 29.22c8.08-12.41 19.38-20.75 24.07-22.24c2.32-.74 5.02-.62 6.34 1.55c3.32 5.45 6.13 22.24-.42 45.75L85.96 42.74z"/><path fill="#ffd1d1" d="M97.55 38.23c2.43 2.43 4.41 4.06 5.84 5.61c.95 1.03 2.69.56 2.97-.82c2.45-11.8 1.67-21.86 0-24.5c-.8-1.26-2.29-1.59-3.65-1.13c-2.44.81-8.66 5.45-13.05 12.22c-.51.79-.32 1.85.46 2.38c1.58 1.07 4.34 3.14 7.43 6.24"/><path d="M55.67 77.75c-.05-3.08 4.37-4.55 8.54-4.62c4.18-.07 8.68 1.29 8.73 4.37s-5.22 7.13-8.54 7.13c-3.31 0-8.67-3.81-8.73-6.88"/><path fill="none" stroke="#9e9e9e" stroke-linecap="round" stroke-miterlimit="10" stroke-width="3" d="M6.7 71.03c.34.41 4.41.35 14.36 5.07M2.9 82.86s6.42-2.24 17.46-.28M8.81 92.29s2.74-1.38 12.67-2.25m99.39-22.53s-3.41.33-13.94 6.34m15.49 4.64s-5.09-.36-16.05 1.97m14.08 8.59s-4.83-1.71-14.78-2.25"/><path fill="#000200" d="M96.09 66.37c-.34 5.51-3.76 8.54-7.65 8.54s-7.04-3.88-7.04-8.66s3.28-8.71 7.65-8.47c5.07.29 7.32 4.09 7.04 8.59M46 65.81c.78 5.61-1.58 9.03-5.49 9.82s-7.26-1.84-8.23-6.64c-.98-4.81.9-9.32 5.34-9.97c5.15-.75 7.74 2.2 8.38 6.79"/><path d="M44.99 85.16c-2.57 1.67.47 5.54 2.25 6.85s4.98 2.92 9.67 2.44c5.54-.56 7.13-4.69 7.13-4.69s1.97 4.6 8.82 4.79c6.95.19 9.1-3.57 10.04-4.69c.94-1.13 1.88-4.04.28-5.16c-1.6-1.13-2.72.28-4.41 2.63s-5.16 3.66-8.54 2.06s-3.57-7.04-3.57-7.04l-4.79.28s-.75 4.69-2.91 6.19s-7.32 1.88-9.48-1.41c-.95-1.46-2.33-3.66-4.49-2.25"/></svg>
</template>

CSS

.icon-cat-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%20128%20128%22%3E%3Cpath%20fill%3D%22%23ffc022%22%20d%3D%22M114.67%2070.19C112.71%2044.22%2094.44%2026.3%2064%2026.3S15.25%2045.33%2013.45%2071.31c-1.05%2015.14%204.58%2028.63%2015.91%2036.32c7.46%205.07%2017.88%207.88%2034.77%207.88c17.18%200%2027.03-3.71%2034.49-8.73c12.43-8.35%2017.18-21.67%2016.05-36.59%22%2F%3E%3Cpath%20fill%3D%22%23ffc022%22%20d%3D%22M53.72%2042.6C46.3%2023.4%2030.1%2010.34%2023.87%208.39c-2.35-.74-5.3-.81-6.63%201.35c-3.36%205.45-7.66%2022.95%201.85%2047.78z%22%2F%3E%3Cpath%20fill%3D%22%23ffd1d1%22%20d%3D%22M36.12%2034.21c1.54-1.29%202.29-2.55.6-5.16c-2.62-4.05-7.33-8.78-9.16-10.23c-3-2.38-5.32-3.18-6.21.65c-1.65%207.08-1.52%2016.69.25%2021.99c.62%201.87%202.54%202.86%204.02%201.57z%22%2F%3E%3Cpath%20fill%3D%22%23ff9b31%22%20d%3D%22M54.12%2045.02c1.13.96%203.42.82%204.75-.72c1.61-1.87%203.29-8.17%202.24-17.91c-4.67.17-9.09.84-13.21%201.97c3.33%205.46%204.13%2014.88%206.22%2016.66m19.76%200c-1.13.96-3.42.82-4.75-.72c-1.61-1.87-3.29-8.17-2.24-17.91c4.67.17%209.09.84%2013.21%201.97c-3.33%205.46-4.13%2014.88-6.22%2016.66%22%2F%3E%3Cpath%20fill%3D%22%23ffc022%22%20d%3D%22M79.9%2029.22c8.08-12.41%2019.38-20.75%2024.07-22.24c2.32-.74%205.02-.62%206.34%201.55c3.32%205.45%206.13%2022.24-.42%2045.75L85.96%2042.74z%22%2F%3E%3Cpath%20fill%3D%22%23ffd1d1%22%20d%3D%22M97.55%2038.23c2.43%202.43%204.41%204.06%205.84%205.61c.95%201.03%202.69.56%202.97-.82c2.45-11.8%201.67-21.86%200-24.5c-.8-1.26-2.29-1.59-3.65-1.13c-2.44.81-8.66%205.45-13.05%2012.22c-.51.79-.32%201.85.46%202.38c1.58%201.07%204.34%203.14%207.43%206.24%22%2F%3E%3Cpath%20d%3D%22M55.67%2077.75c-.05-3.08%204.37-4.55%208.54-4.62c4.18-.07%208.68%201.29%208.73%204.37s-5.22%207.13-8.54%207.13c-3.31%200-8.67-3.81-8.73-6.88%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%239e9e9e%22%20stroke-linecap%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%223%22%20d%3D%22M6.7%2071.03c.34.41%204.41.35%2014.36%205.07M2.9%2082.86s6.42-2.24%2017.46-.28M8.81%2092.29s2.74-1.38%2012.67-2.25m99.39-22.53s-3.41.33-13.94%206.34m15.49%204.64s-5.09-.36-16.05%201.97m14.08%208.59s-4.83-1.71-14.78-2.25%22%2F%3E%3Cpath%20fill%3D%22%23000200%22%20d%3D%22M96.09%2066.37c-.34%205.51-3.76%208.54-7.65%208.54s-7.04-3.88-7.04-8.66s3.28-8.71%207.65-8.47c5.07.29%207.32%204.09%207.04%208.59M46%2065.81c.78%205.61-1.58%209.03-5.49%209.82s-7.26-1.84-8.23-6.64c-.98-4.81.9-9.32%205.34-9.97c5.15-.75%207.74%202.2%208.38%206.79%22%2F%3E%3Cpath%20d%3D%22M44.99%2085.16c-2.57%201.67.47%205.54%202.25%206.85s4.98%202.92%209.67%202.44c5.54-.56%207.13-4.69%207.13-4.69s1.97%204.6%208.82%204.79c6.95.19%209.1-3.57%2010.04-4.69c.94-1.13%201.88-4.04.28-5.16c-1.6-1.13-2.72.28-4.41%202.63s-5.16%203.66-8.54%202.06s-3.57-7.04-3.57-7.04l-4.79.28s-.75%204.69-2.91%206.19s-7.32%201.88-9.48-1.41c-.95-1.46-2.33-3.66-4.49-2.25%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%20128%20128%22%3E%3Cpath%20fill%3D%22%23ffc022%22%20d%3D%22M114.67%2070.19C112.71%2044.22%2094.44%2026.3%2064%2026.3S15.25%2045.33%2013.45%2071.31c-1.05%2015.14%204.58%2028.63%2015.91%2036.32c7.46%205.07%2017.88%207.88%2034.77%207.88c17.18%200%2027.03-3.71%2034.49-8.73c12.43-8.35%2017.18-21.67%2016.05-36.59%22%2F%3E%3Cpath%20fill%3D%22%23ffc022%22%20d%3D%22M53.72%2042.6C46.3%2023.4%2030.1%2010.34%2023.87%208.39c-2.35-.74-5.3-.81-6.63%201.35c-3.36%205.45-7.66%2022.95%201.85%2047.78z%22%2F%3E%3Cpath%20fill%3D%22%23ffd1d1%22%20d%3D%22M36.12%2034.21c1.54-1.29%202.29-2.55.6-5.16c-2.62-4.05-7.33-8.78-9.16-10.23c-3-2.38-5.32-3.18-6.21.65c-1.65%207.08-1.52%2016.69.25%2021.99c.62%201.87%202.54%202.86%204.02%201.57z%22%2F%3E%3Cpath%20fill%3D%22%23ff9b31%22%20d%3D%22M54.12%2045.02c1.13.96%203.42.82%204.75-.72c1.61-1.87%203.29-8.17%202.24-17.91c-4.67.17-9.09.84-13.21%201.97c3.33%205.46%204.13%2014.88%206.22%2016.66m19.76%200c-1.13.96-3.42.82-4.75-.72c-1.61-1.87-3.29-8.17-2.24-17.91c4.67.17%209.09.84%2013.21%201.97c-3.33%205.46-4.13%2014.88-6.22%2016.66%22%2F%3E%3Cpath%20fill%3D%22%23ffc022%22%20d%3D%22M79.9%2029.22c8.08-12.41%2019.38-20.75%2024.07-22.24c2.32-.74%205.02-.62%206.34%201.55c3.32%205.45%206.13%2022.24-.42%2045.75L85.96%2042.74z%22%2F%3E%3Cpath%20fill%3D%22%23ffd1d1%22%20d%3D%22M97.55%2038.23c2.43%202.43%204.41%204.06%205.84%205.61c.95%201.03%202.69.56%202.97-.82c2.45-11.8%201.67-21.86%200-24.5c-.8-1.26-2.29-1.59-3.65-1.13c-2.44.81-8.66%205.45-13.05%2012.22c-.51.79-.32%201.85.46%202.38c1.58%201.07%204.34%203.14%207.43%206.24%22%2F%3E%3Cpath%20d%3D%22M55.67%2077.75c-.05-3.08%204.37-4.55%208.54-4.62c4.18-.07%208.68%201.29%208.73%204.37s-5.22%207.13-8.54%207.13c-3.31%200-8.67-3.81-8.73-6.88%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%239e9e9e%22%20stroke-linecap%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%223%22%20d%3D%22M6.7%2071.03c.34.41%204.41.35%2014.36%205.07M2.9%2082.86s6.42-2.24%2017.46-.28M8.81%2092.29s2.74-1.38%2012.67-2.25m99.39-22.53s-3.41.33-13.94%206.34m15.49%204.64s-5.09-.36-16.05%201.97m14.08%208.59s-4.83-1.71-14.78-2.25%22%2F%3E%3Cpath%20fill%3D%22%23000200%22%20d%3D%22M96.09%2066.37c-.34%205.51-3.76%208.54-7.65%208.54s-7.04-3.88-7.04-8.66s3.28-8.71%207.65-8.47c5.07.29%207.32%204.09%207.04%208.59M46%2065.81c.78%205.61-1.58%209.03-5.49%209.82s-7.26-1.84-8.23-6.64c-.98-4.81.9-9.32%205.34-9.97c5.15-.75%207.74%202.2%208.38%206.79%22%2F%3E%3Cpath%20d%3D%22M44.99%2085.16c-2.57%201.67.47%205.54%202.25%206.85s4.98%202.92%209.67%202.44c5.54-.56%207.13-4.69%207.13-4.69s1.97%204.6%208.82%204.79c6.95.19%209.1-3.57%2010.04-4.69c.94-1.13%201.88-4.04.28-5.16c-1.6-1.13-2.72.28-4.41%202.63s-5.16%203.66-8.54%202.06s-3.57-7.04-3.57-7.04l-4.79.28s-.75%204.69-2.91%206.19s-7.32%201.88-9.48-1.41c-.95-1.46-2.33-3.66-4.49-2.25%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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