cat with tears of joy emoji
cat-with-tears-of-joy from Fluent Emoji Flat by Microsoft Corporation · Default · Smileys & Emotion · MIT Free for personal and commercial use.
- Name
- cat-with-tears-of-joy
- Set
- Fluent Emoji Flat
- Style
- Default
- Category
- Smileys & Emotion
- Viewbox
- 32×32
- License
- MIT
The same emoji in other sets
More smileys & emotion icons from Fluent Emoji Flat
alienalien-monsteranger-symbolangry-faceangry-face-with-hornsanguished-faceanxious-face-with-sweatastonished-facebeaming-face-with-smiling-eyesbeating-heartblack-heartblue-heartbombbroken-heartbrown-heartcat-with-wry-smileclown-facecold-facecollisionconfounded-faceconfused-facecowboy-hat-facecrying-catcrying-face
Use the cat with tears of joy emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#ffb02e" d="M4 25.942C4 28.174 5.763 30 7.918 30h16.164C26.237 30 28 28.073 28 25.84V6.43c0-1.3-1.59-1.9-2.485-1L20.975 10h-9.812L6.5 5.43c-.9-.9-2.5-.3-2.5 1z"/><path fill="#ff822d" d="m9 10.927l-2.8 2.6c-.5.5-1.4.1-1.4-.6v-5.2c0-.6.9-1 1.4-.5l2.8 2.6c.3.3.3.8 0 1.1m14.05 0l2.8 2.6c.5.5 1.4.1 1.4-.6v-5.2c0-.6-.9-1-1.4-.5l-2.8 2.6c-.3.3-.3.8 0 1.1"/><path fill="#f70a8d" d="M17.043 16h-2.086a.5.5 0 0 0-.353.854l1.043 1.042a.5.5 0 0 0 .707 0l1.043-1.042a.5.5 0 0 0-.354-.854"/><path fill="#ff6723" d="M4.724 21.053a.5.5 0 1 0-.447.894l2 1a.5.5 0 1 0 .447-.894zm-2 5.894a.5.5 0 1 1-.448-.894l4-2a.5.5 0 1 1 .448.894zm25.223-5.671a.5.5 0 0 0-.67-.223l-2 1a.5.5 0 1 0 .447.894l2-1a.5.5 0 0 0 .223-.67m1.33 5.67a.5.5 0 1 0 .447-.894l-4-2a.5.5 0 1 0-.448.894z"/><path fill="#bb1d80" d="M16 19.106c-.537.539-1.457.894-2.5.894c-1.032 0-1.942-.347-2.482-.876c.12.724.928 4.376 4.982 4.376s4.861-3.652 4.982-4.376c-.54.529-1.45.876-2.482.876c-1.044 0-1.963-.355-2.5-.894"/><path fill="#402a32" d="M11.5 14c-.93 0-1.591.384-1.854.646a.5.5 0 0 0 .708.708c.07-.071.476-.354 1.146-.354s1.075.283 1.146.354a.5.5 0 0 0 .708-.708C13.09 14.384 12.43 14 11.5 14m9 0c-.93 0-1.591.384-1.854.646a.5.5 0 0 0 .708.708c.07-.071.476-.354 1.146-.354s1.075.283 1.146.354a.5.5 0 0 0 .708-.708C22.09 14.384 21.43 14 20.5 14"/><path fill="#3f5fff" d="m6.25 21.75l2.5-2.5a2.475 2.475 0 1 0-3.5-3.5l-2.5 2.5a2.475 2.475 0 1 0 3.5 3.5m19.5 0l-2.5-2.5a2.475 2.475 0 1 1 3.5-3.5l2.5 2.5a2.475 2.475 0 1 1-3.5 3.5"/></g></svg>
React
import type { SVGProps } from "react";
export function FluentEmojiFlatCatWithTearsOfJoy(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#ffb02e" d="M4 25.942C4 28.174 5.763 30 7.918 30h16.164C26.237 30 28 28.073 28 25.84V6.43c0-1.3-1.59-1.9-2.485-1L20.975 10h-9.812L6.5 5.43c-.9-.9-2.5-.3-2.5 1z"/><path fill="#ff822d" d="m9 10.927l-2.8 2.6c-.5.5-1.4.1-1.4-.6v-5.2c0-.6.9-1 1.4-.5l2.8 2.6c.3.3.3.8 0 1.1m14.05 0l2.8 2.6c.5.5 1.4.1 1.4-.6v-5.2c0-.6-.9-1-1.4-.5l-2.8 2.6c-.3.3-.3.8 0 1.1"/><path fill="#f70a8d" d="M17.043 16h-2.086a.5.5 0 0 0-.353.854l1.043 1.042a.5.5 0 0 0 .707 0l1.043-1.042a.5.5 0 0 0-.354-.854"/><path fill="#ff6723" d="M4.724 21.053a.5.5 0 1 0-.447.894l2 1a.5.5 0 1 0 .447-.894zm-2 5.894a.5.5 0 1 1-.448-.894l4-2a.5.5 0 1 1 .448.894zm25.223-5.671a.5.5 0 0 0-.67-.223l-2 1a.5.5 0 1 0 .447.894l2-1a.5.5 0 0 0 .223-.67m1.33 5.67a.5.5 0 1 0 .447-.894l-4-2a.5.5 0 1 0-.448.894z"/><path fill="#bb1d80" d="M16 19.106c-.537.539-1.457.894-2.5.894c-1.032 0-1.942-.347-2.482-.876c.12.724.928 4.376 4.982 4.376s4.861-3.652 4.982-4.376c-.54.529-1.45.876-2.482.876c-1.044 0-1.963-.355-2.5-.894"/><path fill="#402a32" d="M11.5 14c-.93 0-1.591.384-1.854.646a.5.5 0 0 0 .708.708c.07-.071.476-.354 1.146-.354s1.075.283 1.146.354a.5.5 0 0 0 .708-.708C13.09 14.384 12.43 14 11.5 14m9 0c-.93 0-1.591.384-1.854.646a.5.5 0 0 0 .708.708c.07-.071.476-.354 1.146-.354s1.075.283 1.146.354a.5.5 0 0 0 .708-.708C22.09 14.384 21.43 14 20.5 14"/><path fill="#3f5fff" d="m6.25 21.75l2.5-2.5a2.475 2.475 0 1 0-3.5-3.5l-2.5 2.5a2.475 2.475 0 1 0 3.5 3.5m19.5 0l-2.5-2.5a2.475 2.475 0 1 1 3.5-3.5l2.5 2.5a2.475 2.475 0 1 1-3.5 3.5"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#ffb02e" d="M4 25.942C4 28.174 5.763 30 7.918 30h16.164C26.237 30 28 28.073 28 25.84V6.43c0-1.3-1.59-1.9-2.485-1L20.975 10h-9.812L6.5 5.43c-.9-.9-2.5-.3-2.5 1z"/><path fill="#ff822d" d="m9 10.927l-2.8 2.6c-.5.5-1.4.1-1.4-.6v-5.2c0-.6.9-1 1.4-.5l2.8 2.6c.3.3.3.8 0 1.1m14.05 0l2.8 2.6c.5.5 1.4.1 1.4-.6v-5.2c0-.6-.9-1-1.4-.5l-2.8 2.6c-.3.3-.3.8 0 1.1"/><path fill="#f70a8d" d="M17.043 16h-2.086a.5.5 0 0 0-.353.854l1.043 1.042a.5.5 0 0 0 .707 0l1.043-1.042a.5.5 0 0 0-.354-.854"/><path fill="#ff6723" d="M4.724 21.053a.5.5 0 1 0-.447.894l2 1a.5.5 0 1 0 .447-.894zm-2 5.894a.5.5 0 1 1-.448-.894l4-2a.5.5 0 1 1 .448.894zm25.223-5.671a.5.5 0 0 0-.67-.223l-2 1a.5.5 0 1 0 .447.894l2-1a.5.5 0 0 0 .223-.67m1.33 5.67a.5.5 0 1 0 .447-.894l-4-2a.5.5 0 1 0-.448.894z"/><path fill="#bb1d80" d="M16 19.106c-.537.539-1.457.894-2.5.894c-1.032 0-1.942-.347-2.482-.876c.12.724.928 4.376 4.982 4.376s4.861-3.652 4.982-4.376c-.54.529-1.45.876-2.482.876c-1.044 0-1.963-.355-2.5-.894"/><path fill="#402a32" d="M11.5 14c-.93 0-1.591.384-1.854.646a.5.5 0 0 0 .708.708c.07-.071.476-.354 1.146-.354s1.075.283 1.146.354a.5.5 0 0 0 .708-.708C13.09 14.384 12.43 14 11.5 14m9 0c-.93 0-1.591.384-1.854.646a.5.5 0 0 0 .708.708c.07-.071.476-.354 1.146-.354s1.075.283 1.146.354a.5.5 0 0 0 .708-.708C22.09 14.384 21.43 14 20.5 14"/><path fill="#3f5fff" d="m6.25 21.75l2.5-2.5a2.475 2.475 0 1 0-3.5-3.5l-2.5 2.5a2.475 2.475 0 1 0 3.5 3.5m19.5 0l-2.5-2.5a2.475 2.475 0 1 1 3.5-3.5l2.5 2.5a2.475 2.475 0 1 1-3.5 3.5"/></g></svg> </template>
CSS
.icon-cat-with-tears-of-joy {
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%2032%2032%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23ffb02e%22%20d%3D%22M4%2025.942C4%2028.174%205.763%2030%207.918%2030h16.164C26.237%2030%2028%2028.073%2028%2025.84V6.43c0-1.3-1.59-1.9-2.485-1L20.975%2010h-9.812L6.5%205.43c-.9-.9-2.5-.3-2.5%201z%22%2F%3E%3Cpath%20fill%3D%22%23ff822d%22%20d%3D%22m9%2010.927l-2.8%202.6c-.5.5-1.4.1-1.4-.6v-5.2c0-.6.9-1%201.4-.5l2.8%202.6c.3.3.3.8%200%201.1m14.05%200l2.8%202.6c.5.5%201.4.1%201.4-.6v-5.2c0-.6-.9-1-1.4-.5l-2.8%202.6c-.3.3-.3.8%200%201.1%22%2F%3E%3Cpath%20fill%3D%22%23f70a8d%22%20d%3D%22M17.043%2016h-2.086a.5.5%200%200%200-.353.854l1.043%201.042a.5.5%200%200%200%20.707%200l1.043-1.042a.5.5%200%200%200-.354-.854%22%2F%3E%3Cpath%20fill%3D%22%23ff6723%22%20d%3D%22M4.724%2021.053a.5.5%200%201%200-.447.894l2%201a.5.5%200%201%200%20.447-.894zm-2%205.894a.5.5%200%201%201-.448-.894l4-2a.5.5%200%201%201%20.448.894zm25.223-5.671a.5.5%200%200%200-.67-.223l-2%201a.5.5%200%201%200%20.447.894l2-1a.5.5%200%200%200%20.223-.67m1.33%205.67a.5.5%200%201%200%20.447-.894l-4-2a.5.5%200%201%200-.448.894z%22%2F%3E%3Cpath%20fill%3D%22%23bb1d80%22%20d%3D%22M16%2019.106c-.537.539-1.457.894-2.5.894c-1.032%200-1.942-.347-2.482-.876c.12.724.928%204.376%204.982%204.376s4.861-3.652%204.982-4.376c-.54.529-1.45.876-2.482.876c-1.044%200-1.963-.355-2.5-.894%22%2F%3E%3Cpath%20fill%3D%22%23402a32%22%20d%3D%22M11.5%2014c-.93%200-1.591.384-1.854.646a.5.5%200%200%200%20.708.708c.07-.071.476-.354%201.146-.354s1.075.283%201.146.354a.5.5%200%200%200%20.708-.708C13.09%2014.384%2012.43%2014%2011.5%2014m9%200c-.93%200-1.591.384-1.854.646a.5.5%200%200%200%20.708.708c.07-.071.476-.354%201.146-.354s1.075.283%201.146.354a.5.5%200%200%200%20.708-.708C22.09%2014.384%2021.43%2014%2020.5%2014%22%2F%3E%3Cpath%20fill%3D%22%233f5fff%22%20d%3D%22m6.25%2021.75l2.5-2.5a2.475%202.475%200%201%200-3.5-3.5l-2.5%202.5a2.475%202.475%200%201%200%203.5%203.5m19.5%200l-2.5-2.5a2.475%202.475%200%201%201%203.5-3.5l2.5%202.5a2.475%202.475%200%201%201-3.5%203.5%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%2032%2032%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23ffb02e%22%20d%3D%22M4%2025.942C4%2028.174%205.763%2030%207.918%2030h16.164C26.237%2030%2028%2028.073%2028%2025.84V6.43c0-1.3-1.59-1.9-2.485-1L20.975%2010h-9.812L6.5%205.43c-.9-.9-2.5-.3-2.5%201z%22%2F%3E%3Cpath%20fill%3D%22%23ff822d%22%20d%3D%22m9%2010.927l-2.8%202.6c-.5.5-1.4.1-1.4-.6v-5.2c0-.6.9-1%201.4-.5l2.8%202.6c.3.3.3.8%200%201.1m14.05%200l2.8%202.6c.5.5%201.4.1%201.4-.6v-5.2c0-.6-.9-1-1.4-.5l-2.8%202.6c-.3.3-.3.8%200%201.1%22%2F%3E%3Cpath%20fill%3D%22%23f70a8d%22%20d%3D%22M17.043%2016h-2.086a.5.5%200%200%200-.353.854l1.043%201.042a.5.5%200%200%200%20.707%200l1.043-1.042a.5.5%200%200%200-.354-.854%22%2F%3E%3Cpath%20fill%3D%22%23ff6723%22%20d%3D%22M4.724%2021.053a.5.5%200%201%200-.447.894l2%201a.5.5%200%201%200%20.447-.894zm-2%205.894a.5.5%200%201%201-.448-.894l4-2a.5.5%200%201%201%20.448.894zm25.223-5.671a.5.5%200%200%200-.67-.223l-2%201a.5.5%200%201%200%20.447.894l2-1a.5.5%200%200%200%20.223-.67m1.33%205.67a.5.5%200%201%200%20.447-.894l-4-2a.5.5%200%201%200-.448.894z%22%2F%3E%3Cpath%20fill%3D%22%23bb1d80%22%20d%3D%22M16%2019.106c-.537.539-1.457.894-2.5.894c-1.032%200-1.942-.347-2.482-.876c.12.724.928%204.376%204.982%204.376s4.861-3.652%204.982-4.376c-.54.529-1.45.876-2.482.876c-1.044%200-1.963-.355-2.5-.894%22%2F%3E%3Cpath%20fill%3D%22%23402a32%22%20d%3D%22M11.5%2014c-.93%200-1.591.384-1.854.646a.5.5%200%200%200%20.708.708c.07-.071.476-.354%201.146-.354s1.075.283%201.146.354a.5.5%200%200%200%20.708-.708C13.09%2014.384%2012.43%2014%2011.5%2014m9%200c-.93%200-1.591.384-1.854.646a.5.5%200%200%200%20.708.708c.07-.071.476-.354%201.146-.354s1.075.283%201.146.354a.5.5%200%200%200%20.708-.708C22.09%2014.384%2021.43%2014%2020.5%2014%22%2F%3E%3Cpath%20fill%3D%22%233f5fff%22%20d%3D%22m6.25%2021.75l2.5-2.5a2.475%202.475%200%201%200-3.5-3.5l-2.5%202.5a2.475%202.475%200%201%200%203.5%203.5m19.5%200l-2.5-2.5a2.475%202.475%200%201%201%203.5-3.5l2.5%202.5a2.475%202.475%200%201%201-3.5%203.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent-emoji-flat/cat-with-tears-of-joy.svg?color=%231a73e8&size=48