foxsmiling emoji
foxsmiling from Firefox OS Emoji by Mozilla · Default · People · Apache-2.0 Free for personal and commercial use.
- Name
- foxsmiling
- Set
- Firefox OS Emoji
- Style
- Default
- Category
- People
- Viewbox
- 72×72
- License
- Apache 2.0
More people icons from Firefox OS Emoji
Use the foxsmiling emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#FFD8CA" d="M30.4 61C15.5 60 7.7 54.7.3 41.4c-.2-.3-.3-.7-.3-1h8.5v-3.8c0-4.9 3.9-8.8 8.8-8.8s8.8 3.9 8.8 8.8v16.3c0 3.3 1.7 6.3 4.3 8.1m33.1-20.6v-3.9c0-4.9-3.9-8.8-8.8-8.8c-4.8 0-8.7 3.8-8.8 8.5v16.7c0 3.4-1.7 6.3-4.3 8.1c14.9-1 22.7-6.2 30.1-19.5c.2-.3.3-.7.2-1.1z"/><path fill="#FF6F1F" d="M42.5 60.3c.1 0 .1-.1.2-.1l.6-.6l.2-.2c.2-.2.4-.5.6-.7l.1-.1c.2-.3.4-.6.6-1c.2-.3.3-.6.4-1c0-.1.1-.2.1-.3c.1-.2.2-.5.2-.7c0-.1.1-.2.1-.4c.1-.3.1-.5.1-.8c0-.1 0-.2.1-.3c0-.4.1-.8.1-1.1V36.1c.1-4.7 4-8.5 8.8-8.5c4.9 0 8.8 3.9 8.8 8.8v3.9H72c0-.4-.1-.8-.3-1.1c-2-3.7-4.1-7.2-6.3-10.4c1.6-1.2 2.9-2.8 4-4.6c3-5.2 2.8-11.3.1-16.2c-.2-.3-.5-.5-.9-.5c-5.5 0-10.4 3-13.4 8.2c-.4.6-.7 1.3-1 1.9c-5-2.9-10.8-4.6-18.2-4.6s-13.2 1.8-18.1 4.8c-.3-.7-.6-1.3-1-1.9c-3-5.2-7.9-8.2-13.4-8.2c-.4 0-.7.2-.9.5c-2.7 4.8-2.9 11 .1 16.2c1.1 1.8 2.4 3.3 4 4.6c-2.3 3-4.4 6.5-6.4 10.3c-.2.3-.3.7-.3 1.1h8.5v-3.8c0-4.9 3.9-8.8 8.8-8.8s8.8 3.9 8.8 8.8v16.3c0 .4 0 .8.1 1.1c0 .1 0 .2.1.3c0 .3.1.5.1.8c0 .1.1.2.1.4c.1.3.2.5.2.7c0 .1.1.2.1.3c.1.3.3.6.4 1c.2.3.4.7.6 1l.1.1c.2.3.4.5.6.7l.2.2l.6.6c.1 0 .1.1.2.1c.3.2.6.5.9.7c1.6 1.1 3.5 1.7 5.6 1.7s4-.6 5.6-1.7q.45-.15.9-.6"/><path fill="#2B3B47" d="M32.9 45.7h5.2c.6 0 1-.1 1-.1c1.2-.1 2.3.8 2.4 2.1c.1.6-.2 1.3-.6 1.7L39 51.5s-.4.4-1 .7c-.3.2-.6.3-1 .4c-.2.1-.4.1-.6.1h-1.2c-.2 0-.4-.1-.6-.1s-.4-.1-.5-.2c-.2 0-.3-.1-.5-.2c-.6-.3-1-.6-1-.6l-1.8-1.8c-.9-.9-.9-2.4 0-3.3c.8-.6 1.5-.9 2.1-.8"/><path fill="#2B3B47" stroke="#2B3B47" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="1.09" d="M30.6 55s2.1 1.3 5.4 1.3s5.4-1.3 5.4-1.3s-.3 4.9-5.4 4.9s-5.4-4.9-5.4-4.9"/><path fill="#2B3B47" d="M17.3 32.5c1.7 0 3 1.3 3 3v6.8c0 1.7-1.3 3-3 3s-3-1.3-3-3v-6.8c0-1.7 1.4-3 3-3m37.5 0c1.7 0 3 1.3 3 3v6.8c0 1.7-1.3 3-3 3s-3-1.3-3-3v-6.8c0-1.7 1.3-3 3-3m2.5-12.4c3.6-8 10-11.5 11.5-12.3v-.1h-1.5c-5.1.4-9.5 3.3-12.3 8.1c-.4.6-.7 1.3-1 1.9c1.2.8 2.3 1.5 3.3 2.4m-42.6 0c1.1-.9 2.3-1.8 3.6-2.5q-.3-1.05-.9-1.8c-3.1-5.2-8.6-8.1-14.2-8.1c-.1 0-.1.1 0 .2c1.5.6 7.9 4.2 11.5 12.2"/></svg>
React
import type { SVGProps } from "react";
export function FxemojiFoxsmiling(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#FFD8CA" d="M30.4 61C15.5 60 7.7 54.7.3 41.4c-.2-.3-.3-.7-.3-1h8.5v-3.8c0-4.9 3.9-8.8 8.8-8.8s8.8 3.9 8.8 8.8v16.3c0 3.3 1.7 6.3 4.3 8.1m33.1-20.6v-3.9c0-4.9-3.9-8.8-8.8-8.8c-4.8 0-8.7 3.8-8.8 8.5v16.7c0 3.4-1.7 6.3-4.3 8.1c14.9-1 22.7-6.2 30.1-19.5c.2-.3.3-.7.2-1.1z"/><path fill="#FF6F1F" d="M42.5 60.3c.1 0 .1-.1.2-.1l.6-.6l.2-.2c.2-.2.4-.5.6-.7l.1-.1c.2-.3.4-.6.6-1c.2-.3.3-.6.4-1c0-.1.1-.2.1-.3c.1-.2.2-.5.2-.7c0-.1.1-.2.1-.4c.1-.3.1-.5.1-.8c0-.1 0-.2.1-.3c0-.4.1-.8.1-1.1V36.1c.1-4.7 4-8.5 8.8-8.5c4.9 0 8.8 3.9 8.8 8.8v3.9H72c0-.4-.1-.8-.3-1.1c-2-3.7-4.1-7.2-6.3-10.4c1.6-1.2 2.9-2.8 4-4.6c3-5.2 2.8-11.3.1-16.2c-.2-.3-.5-.5-.9-.5c-5.5 0-10.4 3-13.4 8.2c-.4.6-.7 1.3-1 1.9c-5-2.9-10.8-4.6-18.2-4.6s-13.2 1.8-18.1 4.8c-.3-.7-.6-1.3-1-1.9c-3-5.2-7.9-8.2-13.4-8.2c-.4 0-.7.2-.9.5c-2.7 4.8-2.9 11 .1 16.2c1.1 1.8 2.4 3.3 4 4.6c-2.3 3-4.4 6.5-6.4 10.3c-.2.3-.3.7-.3 1.1h8.5v-3.8c0-4.9 3.9-8.8 8.8-8.8s8.8 3.9 8.8 8.8v16.3c0 .4 0 .8.1 1.1c0 .1 0 .2.1.3c0 .3.1.5.1.8c0 .1.1.2.1.4c.1.3.2.5.2.7c0 .1.1.2.1.3c.1.3.3.6.4 1c.2.3.4.7.6 1l.1.1c.2.3.4.5.6.7l.2.2l.6.6c.1 0 .1.1.2.1c.3.2.6.5.9.7c1.6 1.1 3.5 1.7 5.6 1.7s4-.6 5.6-1.7q.45-.15.9-.6"/><path fill="#2B3B47" d="M32.9 45.7h5.2c.6 0 1-.1 1-.1c1.2-.1 2.3.8 2.4 2.1c.1.6-.2 1.3-.6 1.7L39 51.5s-.4.4-1 .7c-.3.2-.6.3-1 .4c-.2.1-.4.1-.6.1h-1.2c-.2 0-.4-.1-.6-.1s-.4-.1-.5-.2c-.2 0-.3-.1-.5-.2c-.6-.3-1-.6-1-.6l-1.8-1.8c-.9-.9-.9-2.4 0-3.3c.8-.6 1.5-.9 2.1-.8"/><path fill="#2B3B47" stroke="#2B3B47" strokeLinecap="round" strokeLinejoin="round" strokeMiterlimit="10" strokeWidth="1.09" d="M30.6 55s2.1 1.3 5.4 1.3s5.4-1.3 5.4-1.3s-.3 4.9-5.4 4.9s-5.4-4.9-5.4-4.9"/><path fill="#2B3B47" d="M17.3 32.5c1.7 0 3 1.3 3 3v6.8c0 1.7-1.3 3-3 3s-3-1.3-3-3v-6.8c0-1.7 1.4-3 3-3m37.5 0c1.7 0 3 1.3 3 3v6.8c0 1.7-1.3 3-3 3s-3-1.3-3-3v-6.8c0-1.7 1.3-3 3-3m2.5-12.4c3.6-8 10-11.5 11.5-12.3v-.1h-1.5c-5.1.4-9.5 3.3-12.3 8.1c-.4.6-.7 1.3-1 1.9c1.2.8 2.3 1.5 3.3 2.4m-42.6 0c1.1-.9 2.3-1.8 3.6-2.5q-.3-1.05-.9-1.8c-3.1-5.2-8.6-8.1-14.2-8.1c-.1 0-.1.1 0 .2c1.5.6 7.9 4.2 11.5 12.2"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#FFD8CA" d="M30.4 61C15.5 60 7.7 54.7.3 41.4c-.2-.3-.3-.7-.3-1h8.5v-3.8c0-4.9 3.9-8.8 8.8-8.8s8.8 3.9 8.8 8.8v16.3c0 3.3 1.7 6.3 4.3 8.1m33.1-20.6v-3.9c0-4.9-3.9-8.8-8.8-8.8c-4.8 0-8.7 3.8-8.8 8.5v16.7c0 3.4-1.7 6.3-4.3 8.1c14.9-1 22.7-6.2 30.1-19.5c.2-.3.3-.7.2-1.1z"/><path fill="#FF6F1F" d="M42.5 60.3c.1 0 .1-.1.2-.1l.6-.6l.2-.2c.2-.2.4-.5.6-.7l.1-.1c.2-.3.4-.6.6-1c.2-.3.3-.6.4-1c0-.1.1-.2.1-.3c.1-.2.2-.5.2-.7c0-.1.1-.2.1-.4c.1-.3.1-.5.1-.8c0-.1 0-.2.1-.3c0-.4.1-.8.1-1.1V36.1c.1-4.7 4-8.5 8.8-8.5c4.9 0 8.8 3.9 8.8 8.8v3.9H72c0-.4-.1-.8-.3-1.1c-2-3.7-4.1-7.2-6.3-10.4c1.6-1.2 2.9-2.8 4-4.6c3-5.2 2.8-11.3.1-16.2c-.2-.3-.5-.5-.9-.5c-5.5 0-10.4 3-13.4 8.2c-.4.6-.7 1.3-1 1.9c-5-2.9-10.8-4.6-18.2-4.6s-13.2 1.8-18.1 4.8c-.3-.7-.6-1.3-1-1.9c-3-5.2-7.9-8.2-13.4-8.2c-.4 0-.7.2-.9.5c-2.7 4.8-2.9 11 .1 16.2c1.1 1.8 2.4 3.3 4 4.6c-2.3 3-4.4 6.5-6.4 10.3c-.2.3-.3.7-.3 1.1h8.5v-3.8c0-4.9 3.9-8.8 8.8-8.8s8.8 3.9 8.8 8.8v16.3c0 .4 0 .8.1 1.1c0 .1 0 .2.1.3c0 .3.1.5.1.8c0 .1.1.2.1.4c.1.3.2.5.2.7c0 .1.1.2.1.3c.1.3.3.6.4 1c.2.3.4.7.6 1l.1.1c.2.3.4.5.6.7l.2.2l.6.6c.1 0 .1.1.2.1c.3.2.6.5.9.7c1.6 1.1 3.5 1.7 5.6 1.7s4-.6 5.6-1.7q.45-.15.9-.6"/><path fill="#2B3B47" d="M32.9 45.7h5.2c.6 0 1-.1 1-.1c1.2-.1 2.3.8 2.4 2.1c.1.6-.2 1.3-.6 1.7L39 51.5s-.4.4-1 .7c-.3.2-.6.3-1 .4c-.2.1-.4.1-.6.1h-1.2c-.2 0-.4-.1-.6-.1s-.4-.1-.5-.2c-.2 0-.3-.1-.5-.2c-.6-.3-1-.6-1-.6l-1.8-1.8c-.9-.9-.9-2.4 0-3.3c.8-.6 1.5-.9 2.1-.8"/><path fill="#2B3B47" stroke="#2B3B47" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="1.09" d="M30.6 55s2.1 1.3 5.4 1.3s5.4-1.3 5.4-1.3s-.3 4.9-5.4 4.9s-5.4-4.9-5.4-4.9"/><path fill="#2B3B47" d="M17.3 32.5c1.7 0 3 1.3 3 3v6.8c0 1.7-1.3 3-3 3s-3-1.3-3-3v-6.8c0-1.7 1.4-3 3-3m37.5 0c1.7 0 3 1.3 3 3v6.8c0 1.7-1.3 3-3 3s-3-1.3-3-3v-6.8c0-1.7 1.3-3 3-3m2.5-12.4c3.6-8 10-11.5 11.5-12.3v-.1h-1.5c-5.1.4-9.5 3.3-12.3 8.1c-.4.6-.7 1.3-1 1.9c1.2.8 2.3 1.5 3.3 2.4m-42.6 0c1.1-.9 2.3-1.8 3.6-2.5q-.3-1.05-.9-1.8c-3.1-5.2-8.6-8.1-14.2-8.1c-.1 0-.1.1 0 .2c1.5.6 7.9 4.2 11.5 12.2"/></svg> </template>
CSS
.icon-foxsmiling {
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%23FFD8CA%22%20d%3D%22M30.4%2061C15.5%2060%207.7%2054.7.3%2041.4c-.2-.3-.3-.7-.3-1h8.5v-3.8c0-4.9%203.9-8.8%208.8-8.8s8.8%203.9%208.8%208.8v16.3c0%203.3%201.7%206.3%204.3%208.1m33.1-20.6v-3.9c0-4.9-3.9-8.8-8.8-8.8c-4.8%200-8.7%203.8-8.8%208.5v16.7c0%203.4-1.7%206.3-4.3%208.1c14.9-1%2022.7-6.2%2030.1-19.5c.2-.3.3-.7.2-1.1z%22%2F%3E%3Cpath%20fill%3D%22%23FF6F1F%22%20d%3D%22M42.5%2060.3c.1%200%20.1-.1.2-.1l.6-.6l.2-.2c.2-.2.4-.5.6-.7l.1-.1c.2-.3.4-.6.6-1c.2-.3.3-.6.4-1c0-.1.1-.2.1-.3c.1-.2.2-.5.2-.7c0-.1.1-.2.1-.4c.1-.3.1-.5.1-.8c0-.1%200-.2.1-.3c0-.4.1-.8.1-1.1V36.1c.1-4.7%204-8.5%208.8-8.5c4.9%200%208.8%203.9%208.8%208.8v3.9H72c0-.4-.1-.8-.3-1.1c-2-3.7-4.1-7.2-6.3-10.4c1.6-1.2%202.9-2.8%204-4.6c3-5.2%202.8-11.3.1-16.2c-.2-.3-.5-.5-.9-.5c-5.5%200-10.4%203-13.4%208.2c-.4.6-.7%201.3-1%201.9c-5-2.9-10.8-4.6-18.2-4.6s-13.2%201.8-18.1%204.8c-.3-.7-.6-1.3-1-1.9c-3-5.2-7.9-8.2-13.4-8.2c-.4%200-.7.2-.9.5c-2.7%204.8-2.9%2011%20.1%2016.2c1.1%201.8%202.4%203.3%204%204.6c-2.3%203-4.4%206.5-6.4%2010.3c-.2.3-.3.7-.3%201.1h8.5v-3.8c0-4.9%203.9-8.8%208.8-8.8s8.8%203.9%208.8%208.8v16.3c0%20.4%200%20.8.1%201.1c0%20.1%200%20.2.1.3c0%20.3.1.5.1.8c0%20.1.1.2.1.4c.1.3.2.5.2.7c0%20.1.1.2.1.3c.1.3.3.6.4%201c.2.3.4.7.6%201l.1.1c.2.3.4.5.6.7l.2.2l.6.6c.1%200%20.1.1.2.1c.3.2.6.5.9.7c1.6%201.1%203.5%201.7%205.6%201.7s4-.6%205.6-1.7q.45-.15.9-.6%22%2F%3E%3Cpath%20fill%3D%22%232B3B47%22%20d%3D%22M32.9%2045.7h5.2c.6%200%201-.1%201-.1c1.2-.1%202.3.8%202.4%202.1c.1.6-.2%201.3-.6%201.7L39%2051.5s-.4.4-1%20.7c-.3.2-.6.3-1%20.4c-.2.1-.4.1-.6.1h-1.2c-.2%200-.4-.1-.6-.1s-.4-.1-.5-.2c-.2%200-.3-.1-.5-.2c-.6-.3-1-.6-1-.6l-1.8-1.8c-.9-.9-.9-2.4%200-3.3c.8-.6%201.5-.9%202.1-.8%22%2F%3E%3Cpath%20fill%3D%22%232B3B47%22%20stroke%3D%22%232B3B47%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%221.09%22%20d%3D%22M30.6%2055s2.1%201.3%205.4%201.3s5.4-1.3%205.4-1.3s-.3%204.9-5.4%204.9s-5.4-4.9-5.4-4.9%22%2F%3E%3Cpath%20fill%3D%22%232B3B47%22%20d%3D%22M17.3%2032.5c1.7%200%203%201.3%203%203v6.8c0%201.7-1.3%203-3%203s-3-1.3-3-3v-6.8c0-1.7%201.4-3%203-3m37.5%200c1.7%200%203%201.3%203%203v6.8c0%201.7-1.3%203-3%203s-3-1.3-3-3v-6.8c0-1.7%201.3-3%203-3m2.5-12.4c3.6-8%2010-11.5%2011.5-12.3v-.1h-1.5c-5.1.4-9.5%203.3-12.3%208.1c-.4.6-.7%201.3-1%201.9c1.2.8%202.3%201.5%203.3%202.4m-42.6%200c1.1-.9%202.3-1.8%203.6-2.5q-.3-1.05-.9-1.8c-3.1-5.2-8.6-8.1-14.2-8.1c-.1%200-.1.1%200%20.2c1.5.6%207.9%204.2%2011.5%2012.2%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%23FFD8CA%22%20d%3D%22M30.4%2061C15.5%2060%207.7%2054.7.3%2041.4c-.2-.3-.3-.7-.3-1h8.5v-3.8c0-4.9%203.9-8.8%208.8-8.8s8.8%203.9%208.8%208.8v16.3c0%203.3%201.7%206.3%204.3%208.1m33.1-20.6v-3.9c0-4.9-3.9-8.8-8.8-8.8c-4.8%200-8.7%203.8-8.8%208.5v16.7c0%203.4-1.7%206.3-4.3%208.1c14.9-1%2022.7-6.2%2030.1-19.5c.2-.3.3-.7.2-1.1z%22%2F%3E%3Cpath%20fill%3D%22%23FF6F1F%22%20d%3D%22M42.5%2060.3c.1%200%20.1-.1.2-.1l.6-.6l.2-.2c.2-.2.4-.5.6-.7l.1-.1c.2-.3.4-.6.6-1c.2-.3.3-.6.4-1c0-.1.1-.2.1-.3c.1-.2.2-.5.2-.7c0-.1.1-.2.1-.4c.1-.3.1-.5.1-.8c0-.1%200-.2.1-.3c0-.4.1-.8.1-1.1V36.1c.1-4.7%204-8.5%208.8-8.5c4.9%200%208.8%203.9%208.8%208.8v3.9H72c0-.4-.1-.8-.3-1.1c-2-3.7-4.1-7.2-6.3-10.4c1.6-1.2%202.9-2.8%204-4.6c3-5.2%202.8-11.3.1-16.2c-.2-.3-.5-.5-.9-.5c-5.5%200-10.4%203-13.4%208.2c-.4.6-.7%201.3-1%201.9c-5-2.9-10.8-4.6-18.2-4.6s-13.2%201.8-18.1%204.8c-.3-.7-.6-1.3-1-1.9c-3-5.2-7.9-8.2-13.4-8.2c-.4%200-.7.2-.9.5c-2.7%204.8-2.9%2011%20.1%2016.2c1.1%201.8%202.4%203.3%204%204.6c-2.3%203-4.4%206.5-6.4%2010.3c-.2.3-.3.7-.3%201.1h8.5v-3.8c0-4.9%203.9-8.8%208.8-8.8s8.8%203.9%208.8%208.8v16.3c0%20.4%200%20.8.1%201.1c0%20.1%200%20.2.1.3c0%20.3.1.5.1.8c0%20.1.1.2.1.4c.1.3.2.5.2.7c0%20.1.1.2.1.3c.1.3.3.6.4%201c.2.3.4.7.6%201l.1.1c.2.3.4.5.6.7l.2.2l.6.6c.1%200%20.1.1.2.1c.3.2.6.5.9.7c1.6%201.1%203.5%201.7%205.6%201.7s4-.6%205.6-1.7q.45-.15.9-.6%22%2F%3E%3Cpath%20fill%3D%22%232B3B47%22%20d%3D%22M32.9%2045.7h5.2c.6%200%201-.1%201-.1c1.2-.1%202.3.8%202.4%202.1c.1.6-.2%201.3-.6%201.7L39%2051.5s-.4.4-1%20.7c-.3.2-.6.3-1%20.4c-.2.1-.4.1-.6.1h-1.2c-.2%200-.4-.1-.6-.1s-.4-.1-.5-.2c-.2%200-.3-.1-.5-.2c-.6-.3-1-.6-1-.6l-1.8-1.8c-.9-.9-.9-2.4%200-3.3c.8-.6%201.5-.9%202.1-.8%22%2F%3E%3Cpath%20fill%3D%22%232B3B47%22%20stroke%3D%22%232B3B47%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%221.09%22%20d%3D%22M30.6%2055s2.1%201.3%205.4%201.3s5.4-1.3%205.4-1.3s-.3%204.9-5.4%204.9s-5.4-4.9-5.4-4.9%22%2F%3E%3Cpath%20fill%3D%22%232B3B47%22%20d%3D%22M17.3%2032.5c1.7%200%203%201.3%203%203v6.8c0%201.7-1.3%203-3%203s-3-1.3-3-3v-6.8c0-1.7%201.4-3%203-3m37.5%200c1.7%200%203%201.3%203%203v6.8c0%201.7-1.3%203-3%203s-3-1.3-3-3v-6.8c0-1.7%201.3-3%203-3m2.5-12.4c3.6-8%2010-11.5%2011.5-12.3v-.1h-1.5c-5.1.4-9.5%203.3-12.3%208.1c-.4.6-.7%201.3-1%201.9c1.2.8%202.3%201.5%203.3%202.4m-42.6%200c1.1-.9%202.3-1.8%203.6-2.5q-.3-1.05-.9-1.8c-3.1-5.2-8.6-8.1-14.2-8.1c-.1%200-.1.1%200%20.2c1.5.6%207.9%204.2%2011.5%2012.2%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fxemoji/foxsmiling.svg?color=%231a73e8&size=48