pandaface emoji
pandaface from Firefox OS Emoji by Mozilla · Default · Nature · Apache-2.0 Free for personal and commercial use.
- Name
- pandaface
- Set
- Firefox OS Emoji
- Style
- Default
- Category
- Nature
- Viewbox
- 512×512
- License
- Apache 2.0
More nature icons from Firefox OS Emoji
Use the pandaface emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="#626566" d="M472.968 103.97c0 48.326-39.176 87.502-87.502 87.502s-87.502-39.176-87.502-87.502s39.176-87.502 87.502-87.502s87.502 39.176 87.502 87.502M120.99 16.468c-48.326 0-87.502 39.176-87.502 87.502s39.176 87.502 87.502 87.502s87.502-39.176 87.502-87.502s-39.176-87.502-87.502-87.502"/><path fill="#BFBCAF" d="M430.727 103.97c0 24.996-20.263 45.26-45.26 45.26s-45.26-20.263-45.26-45.26s20.263-45.26 45.26-45.26s45.26 20.264 45.26 45.26M120.99 58.71c-24.996 0-45.26 20.263-45.26 45.26s20.263 45.26 45.26 45.26s45.26-20.263 45.26-45.26s-20.264-45.26-45.26-45.26"/><path fill="#E5E4DF" d="M492.466 330.299c0-83.849-64.402-99.046-64.402-118.633l-.713.433C418.592 125.194 345.221 57.348 256 57.348c-89.249 0-162.637 67.89-171.358 154.835l-.87-.517c0 17.7-61.643 34.395-63.098 115.702a138 138 0 0 0-1.139 17.691c0 74.554 59.755 135.143 133.982 136.507l-.006.032c.255 0 .535-.017.798-.022c.588.007 1.175.022 1.765.022c21.33 0 41.508-4.904 59.488-13.631c14.429-3.549 28.088-6.281 37.653-5.818c20.601.997 56.242 23.903 102.712 19.449c75.409 0 136.539-61.131 136.539-136.539c0-4.49-.223-8.928-.647-13.307c.409-.438.647-.917.647-1.453"/><path fill="#626566" d="M240.212 303.207c-17.568 53.328-64.03 85.945-103.775 72.852S78.713 309.12 96.282 255.791s64.03-85.945 103.775-72.852c39.745 13.094 57.723 66.939 40.155 120.268m31.574 0c17.568 53.328 64.03 85.945 103.775 72.852s57.724-66.939 40.156-120.267s-64.03-85.945-103.775-72.852s-57.724 66.938-40.156 120.267m-38.184 60.104s-12.845 3.286-20.162 8.214c-3.923 2.464-6.268 5.339-7.377 8.419c-1.273 3.08.454 6.366 2.408 9.652c4.1 6.571 7.038 13.142 11.395 18.071c3.672 4.928 7.576 8.214 7.576 8.214c16.197 13.658 40.354 14.107 57.113 0c0 0 3.904-3.286 7.576-8.214c4.357-4.928 7.295-11.5 11.395-18.071c1.954-3.286 3.681-6.571 2.408-9.652c-1.108-3.08-3.454-5.955-7.377-8.419c-7.317-4.928-20.162-8.214-20.162-8.214c-14.12-3.558-29.693-3.862-44.793 0"/><path fill="#132028" d="M169.247 253.848c15.806 0 28.619 12.813 28.619 28.619v35.18c0 15.806-12.813 28.619-28.619 28.619s-28.619-12.813-28.619-28.619v-35.18c-.001-15.805 12.813-28.619 28.619-28.619m173.505-.964c-15.806 0-28.619 12.813-28.619 28.619v35.18c0 15.806 12.813 28.619 28.619 28.619s28.619-12.813 28.619-28.619v-35.18c0-15.806-12.813-28.619-28.619-28.619"/></svg>
React
import type { SVGProps } from "react";
export function FxemojiPandaface(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="#626566" d="M472.968 103.97c0 48.326-39.176 87.502-87.502 87.502s-87.502-39.176-87.502-87.502s39.176-87.502 87.502-87.502s87.502 39.176 87.502 87.502M120.99 16.468c-48.326 0-87.502 39.176-87.502 87.502s39.176 87.502 87.502 87.502s87.502-39.176 87.502-87.502s-39.176-87.502-87.502-87.502"/><path fill="#BFBCAF" d="M430.727 103.97c0 24.996-20.263 45.26-45.26 45.26s-45.26-20.263-45.26-45.26s20.263-45.26 45.26-45.26s45.26 20.264 45.26 45.26M120.99 58.71c-24.996 0-45.26 20.263-45.26 45.26s20.263 45.26 45.26 45.26s45.26-20.263 45.26-45.26s-20.264-45.26-45.26-45.26"/><path fill="#E5E4DF" d="M492.466 330.299c0-83.849-64.402-99.046-64.402-118.633l-.713.433C418.592 125.194 345.221 57.348 256 57.348c-89.249 0-162.637 67.89-171.358 154.835l-.87-.517c0 17.7-61.643 34.395-63.098 115.702a138 138 0 0 0-1.139 17.691c0 74.554 59.755 135.143 133.982 136.507l-.006.032c.255 0 .535-.017.798-.022c.588.007 1.175.022 1.765.022c21.33 0 41.508-4.904 59.488-13.631c14.429-3.549 28.088-6.281 37.653-5.818c20.601.997 56.242 23.903 102.712 19.449c75.409 0 136.539-61.131 136.539-136.539c0-4.49-.223-8.928-.647-13.307c.409-.438.647-.917.647-1.453"/><path fill="#626566" d="M240.212 303.207c-17.568 53.328-64.03 85.945-103.775 72.852S78.713 309.12 96.282 255.791s64.03-85.945 103.775-72.852c39.745 13.094 57.723 66.939 40.155 120.268m31.574 0c17.568 53.328 64.03 85.945 103.775 72.852s57.724-66.939 40.156-120.267s-64.03-85.945-103.775-72.852s-57.724 66.938-40.156 120.267m-38.184 60.104s-12.845 3.286-20.162 8.214c-3.923 2.464-6.268 5.339-7.377 8.419c-1.273 3.08.454 6.366 2.408 9.652c4.1 6.571 7.038 13.142 11.395 18.071c3.672 4.928 7.576 8.214 7.576 8.214c16.197 13.658 40.354 14.107 57.113 0c0 0 3.904-3.286 7.576-8.214c4.357-4.928 7.295-11.5 11.395-18.071c1.954-3.286 3.681-6.571 2.408-9.652c-1.108-3.08-3.454-5.955-7.377-8.419c-7.317-4.928-20.162-8.214-20.162-8.214c-14.12-3.558-29.693-3.862-44.793 0"/><path fill="#132028" d="M169.247 253.848c15.806 0 28.619 12.813 28.619 28.619v35.18c0 15.806-12.813 28.619-28.619 28.619s-28.619-12.813-28.619-28.619v-35.18c-.001-15.805 12.813-28.619 28.619-28.619m173.505-.964c-15.806 0-28.619 12.813-28.619 28.619v35.18c0 15.806 12.813 28.619 28.619 28.619s28.619-12.813 28.619-28.619v-35.18c0-15.806-12.813-28.619-28.619-28.619"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="#626566" d="M472.968 103.97c0 48.326-39.176 87.502-87.502 87.502s-87.502-39.176-87.502-87.502s39.176-87.502 87.502-87.502s87.502 39.176 87.502 87.502M120.99 16.468c-48.326 0-87.502 39.176-87.502 87.502s39.176 87.502 87.502 87.502s87.502-39.176 87.502-87.502s-39.176-87.502-87.502-87.502"/><path fill="#BFBCAF" d="M430.727 103.97c0 24.996-20.263 45.26-45.26 45.26s-45.26-20.263-45.26-45.26s20.263-45.26 45.26-45.26s45.26 20.264 45.26 45.26M120.99 58.71c-24.996 0-45.26 20.263-45.26 45.26s20.263 45.26 45.26 45.26s45.26-20.263 45.26-45.26s-20.264-45.26-45.26-45.26"/><path fill="#E5E4DF" d="M492.466 330.299c0-83.849-64.402-99.046-64.402-118.633l-.713.433C418.592 125.194 345.221 57.348 256 57.348c-89.249 0-162.637 67.89-171.358 154.835l-.87-.517c0 17.7-61.643 34.395-63.098 115.702a138 138 0 0 0-1.139 17.691c0 74.554 59.755 135.143 133.982 136.507l-.006.032c.255 0 .535-.017.798-.022c.588.007 1.175.022 1.765.022c21.33 0 41.508-4.904 59.488-13.631c14.429-3.549 28.088-6.281 37.653-5.818c20.601.997 56.242 23.903 102.712 19.449c75.409 0 136.539-61.131 136.539-136.539c0-4.49-.223-8.928-.647-13.307c.409-.438.647-.917.647-1.453"/><path fill="#626566" d="M240.212 303.207c-17.568 53.328-64.03 85.945-103.775 72.852S78.713 309.12 96.282 255.791s64.03-85.945 103.775-72.852c39.745 13.094 57.723 66.939 40.155 120.268m31.574 0c17.568 53.328 64.03 85.945 103.775 72.852s57.724-66.939 40.156-120.267s-64.03-85.945-103.775-72.852s-57.724 66.938-40.156 120.267m-38.184 60.104s-12.845 3.286-20.162 8.214c-3.923 2.464-6.268 5.339-7.377 8.419c-1.273 3.08.454 6.366 2.408 9.652c4.1 6.571 7.038 13.142 11.395 18.071c3.672 4.928 7.576 8.214 7.576 8.214c16.197 13.658 40.354 14.107 57.113 0c0 0 3.904-3.286 7.576-8.214c4.357-4.928 7.295-11.5 11.395-18.071c1.954-3.286 3.681-6.571 2.408-9.652c-1.108-3.08-3.454-5.955-7.377-8.419c-7.317-4.928-20.162-8.214-20.162-8.214c-14.12-3.558-29.693-3.862-44.793 0"/><path fill="#132028" d="M169.247 253.848c15.806 0 28.619 12.813 28.619 28.619v35.18c0 15.806-12.813 28.619-28.619 28.619s-28.619-12.813-28.619-28.619v-35.18c-.001-15.805 12.813-28.619 28.619-28.619m173.505-.964c-15.806 0-28.619 12.813-28.619 28.619v35.18c0 15.806 12.813 28.619 28.619 28.619s28.619-12.813 28.619-28.619v-35.18c0-15.806-12.813-28.619-28.619-28.619"/></svg> </template>
CSS
.icon-pandaface {
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%20512%20512%22%3E%3Cpath%20fill%3D%22%23626566%22%20d%3D%22M472.968%20103.97c0%2048.326-39.176%2087.502-87.502%2087.502s-87.502-39.176-87.502-87.502s39.176-87.502%2087.502-87.502s87.502%2039.176%2087.502%2087.502M120.99%2016.468c-48.326%200-87.502%2039.176-87.502%2087.502s39.176%2087.502%2087.502%2087.502s87.502-39.176%2087.502-87.502s-39.176-87.502-87.502-87.502%22%2F%3E%3Cpath%20fill%3D%22%23BFBCAF%22%20d%3D%22M430.727%20103.97c0%2024.996-20.263%2045.26-45.26%2045.26s-45.26-20.263-45.26-45.26s20.263-45.26%2045.26-45.26s45.26%2020.264%2045.26%2045.26M120.99%2058.71c-24.996%200-45.26%2020.263-45.26%2045.26s20.263%2045.26%2045.26%2045.26s45.26-20.263%2045.26-45.26s-20.264-45.26-45.26-45.26%22%2F%3E%3Cpath%20fill%3D%22%23E5E4DF%22%20d%3D%22M492.466%20330.299c0-83.849-64.402-99.046-64.402-118.633l-.713.433C418.592%20125.194%20345.221%2057.348%20256%2057.348c-89.249%200-162.637%2067.89-171.358%20154.835l-.87-.517c0%2017.7-61.643%2034.395-63.098%20115.702a138%20138%200%200%200-1.139%2017.691c0%2074.554%2059.755%20135.143%20133.982%20136.507l-.006.032c.255%200%20.535-.017.798-.022c.588.007%201.175.022%201.765.022c21.33%200%2041.508-4.904%2059.488-13.631c14.429-3.549%2028.088-6.281%2037.653-5.818c20.601.997%2056.242%2023.903%20102.712%2019.449c75.409%200%20136.539-61.131%20136.539-136.539c0-4.49-.223-8.928-.647-13.307c.409-.438.647-.917.647-1.453%22%2F%3E%3Cpath%20fill%3D%22%23626566%22%20d%3D%22M240.212%20303.207c-17.568%2053.328-64.03%2085.945-103.775%2072.852S78.713%20309.12%2096.282%20255.791s64.03-85.945%20103.775-72.852c39.745%2013.094%2057.723%2066.939%2040.155%20120.268m31.574%200c17.568%2053.328%2064.03%2085.945%20103.775%2072.852s57.724-66.939%2040.156-120.267s-64.03-85.945-103.775-72.852s-57.724%2066.938-40.156%20120.267m-38.184%2060.104s-12.845%203.286-20.162%208.214c-3.923%202.464-6.268%205.339-7.377%208.419c-1.273%203.08.454%206.366%202.408%209.652c4.1%206.571%207.038%2013.142%2011.395%2018.071c3.672%204.928%207.576%208.214%207.576%208.214c16.197%2013.658%2040.354%2014.107%2057.113%200c0%200%203.904-3.286%207.576-8.214c4.357-4.928%207.295-11.5%2011.395-18.071c1.954-3.286%203.681-6.571%202.408-9.652c-1.108-3.08-3.454-5.955-7.377-8.419c-7.317-4.928-20.162-8.214-20.162-8.214c-14.12-3.558-29.693-3.862-44.793%200%22%2F%3E%3Cpath%20fill%3D%22%23132028%22%20d%3D%22M169.247%20253.848c15.806%200%2028.619%2012.813%2028.619%2028.619v35.18c0%2015.806-12.813%2028.619-28.619%2028.619s-28.619-12.813-28.619-28.619v-35.18c-.001-15.805%2012.813-28.619%2028.619-28.619m173.505-.964c-15.806%200-28.619%2012.813-28.619%2028.619v35.18c0%2015.806%2012.813%2028.619%2028.619%2028.619s28.619-12.813%2028.619-28.619v-35.18c0-15.806-12.813-28.619-28.619-28.619%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%20512%20512%22%3E%3Cpath%20fill%3D%22%23626566%22%20d%3D%22M472.968%20103.97c0%2048.326-39.176%2087.502-87.502%2087.502s-87.502-39.176-87.502-87.502s39.176-87.502%2087.502-87.502s87.502%2039.176%2087.502%2087.502M120.99%2016.468c-48.326%200-87.502%2039.176-87.502%2087.502s39.176%2087.502%2087.502%2087.502s87.502-39.176%2087.502-87.502s-39.176-87.502-87.502-87.502%22%2F%3E%3Cpath%20fill%3D%22%23BFBCAF%22%20d%3D%22M430.727%20103.97c0%2024.996-20.263%2045.26-45.26%2045.26s-45.26-20.263-45.26-45.26s20.263-45.26%2045.26-45.26s45.26%2020.264%2045.26%2045.26M120.99%2058.71c-24.996%200-45.26%2020.263-45.26%2045.26s20.263%2045.26%2045.26%2045.26s45.26-20.263%2045.26-45.26s-20.264-45.26-45.26-45.26%22%2F%3E%3Cpath%20fill%3D%22%23E5E4DF%22%20d%3D%22M492.466%20330.299c0-83.849-64.402-99.046-64.402-118.633l-.713.433C418.592%20125.194%20345.221%2057.348%20256%2057.348c-89.249%200-162.637%2067.89-171.358%20154.835l-.87-.517c0%2017.7-61.643%2034.395-63.098%20115.702a138%20138%200%200%200-1.139%2017.691c0%2074.554%2059.755%20135.143%20133.982%20136.507l-.006.032c.255%200%20.535-.017.798-.022c.588.007%201.175.022%201.765.022c21.33%200%2041.508-4.904%2059.488-13.631c14.429-3.549%2028.088-6.281%2037.653-5.818c20.601.997%2056.242%2023.903%20102.712%2019.449c75.409%200%20136.539-61.131%20136.539-136.539c0-4.49-.223-8.928-.647-13.307c.409-.438.647-.917.647-1.453%22%2F%3E%3Cpath%20fill%3D%22%23626566%22%20d%3D%22M240.212%20303.207c-17.568%2053.328-64.03%2085.945-103.775%2072.852S78.713%20309.12%2096.282%20255.791s64.03-85.945%20103.775-72.852c39.745%2013.094%2057.723%2066.939%2040.155%20120.268m31.574%200c17.568%2053.328%2064.03%2085.945%20103.775%2072.852s57.724-66.939%2040.156-120.267s-64.03-85.945-103.775-72.852s-57.724%2066.938-40.156%20120.267m-38.184%2060.104s-12.845%203.286-20.162%208.214c-3.923%202.464-6.268%205.339-7.377%208.419c-1.273%203.08.454%206.366%202.408%209.652c4.1%206.571%207.038%2013.142%2011.395%2018.071c3.672%204.928%207.576%208.214%207.576%208.214c16.197%2013.658%2040.354%2014.107%2057.113%200c0%200%203.904-3.286%207.576-8.214c4.357-4.928%207.295-11.5%2011.395-18.071c1.954-3.286%203.681-6.571%202.408-9.652c-1.108-3.08-3.454-5.955-7.377-8.419c-7.317-4.928-20.162-8.214-20.162-8.214c-14.12-3.558-29.693-3.862-44.793%200%22%2F%3E%3Cpath%20fill%3D%22%23132028%22%20d%3D%22M169.247%20253.848c15.806%200%2028.619%2012.813%2028.619%2028.619v35.18c0%2015.806-12.813%2028.619-28.619%2028.619s-28.619-12.813-28.619-28.619v-35.18c-.001-15.805%2012.813-28.619%2028.619-28.619m173.505-.964c-15.806%200-28.619%2012.813-28.619%2028.619v35.18c0%2015.806%2012.813%2028.619%2028.619%2028.619s28.619-12.813%2028.619-28.619v-35.18c0-15.806-12.813-28.619-28.619-28.619%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fxemoji/pandaface.svg?color=%231a73e8&size=48