fox emoji
fox from Emoji One (Colored) by Emoji One · Default · Nature · CC-BY-4.0 Attribution required.
- Name
- fox
- Set
- Emoji One (Colored)
- Style
- Default
- Category
- Nature
- Viewbox
- 64×64
- License
- CC BY 4.0
- Aliases
- fox-face
The same emoji in other sets
More nature icons from Emoji One (Colored)
Use the fox emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#3e4347" d="M55.9 32.1L33.2 17.2S46.1-.2 52.6 2.3c3.1 1.1 5.4 25.1 3.3 29.8"/><path fill="#fff" d="m54.9 33.9l-9-4.1s-5.3-14 6.1-24.1c2.4 2 5.1 25 2.9 28.2"/><path fill="#3e4347" d="m8.1 32.1l22.6-14.9S17.8-.2 11.3 2.3C8.3 3.4 6 27.4 8.1 32.1"/><path fill="#fff" d="m9.1 33.9l9-4.1s5.3-14-6.1-24.1c-2.4 2-5.1 25-2.9 28.2"/><path fill="#ff8736" d="M32 13C18.9 13 2 33.6 2 45.4C20.5 45.4 19.7 62 32 62s11.5-16.6 30-16.6C62 33.6 45.1 13 32 13"/><path fill="#fff" d="M32 56.2c0 5.1 9.6 4.2 9.5-2.9c6.7-9.4 19.9-8.7 19.9-8.7C39.6 32.4 32 56.2 32 56.2m0 0c0 5.1-9.6 4.2-9.5-2.9c-6.7-9.3-19.9-8.6-19.9-8.6C24.4 32.4 32 56.2 32 56.2"/><g fill="#ff8736"><path d="M53.4 18.5c-4 .7-4.9 6.3-4.9 6.3l6 5.3c-2.3-5.9-1.1-11.6-1.1-11.6"/><path d="M51.1 13.5c-4.4 3.9-5.1 8.7-5.1 8.7l6 5.3c-2.4-5.8-.9-14-.9-14m-40.5 5c4 .7 4.9 6.3 4.9 6.3l-6 5.3c2.3-5.9 1.1-11.6 1.1-11.6"/><path d="M12.9 13.5c4.4 3.9 5.1 8.7 5.1 8.7l-6 5.3c2.4-5.8.9-14 .9-14"/></g><path fill="#3e4347" d="M52.8 31.1c-5.7-1.8-10.9-3.4-13.8.9c-2.4 3.7.7 9.4.7 9.4c11.2 1.2 13.1-10.3 13.1-10.3"/><ellipse cx="43" cy="36.3" fill="#d5ff83" rx="4.2" ry="4.1"/><g fill="#3e4347"><circle cx="43" cy="36.3" r="2.7"/><path d="M11.2 31.1c5.7-1.8 10.9-3.4 13.7.9c2.4 3.7-.7 9.4-.7 9.4c-11.1 1.2-13-10.3-13-10.3"/></g><ellipse cx="21" cy="36.3" fill="#d5ff83" rx="4.2" ry="4.1"/><g fill="#3e4347"><circle cx="21" cy="36.3" r="2.7"/><path d="M41.2 47.9c-.7-2.3-1.8-4.4-3-6.5c1.1 2.1 2 4.3 2.5 6.6s.7 4.7 0 6.8c-.4 1-1 2-1.8 2.6s-1.8 1-2.7 1s-1.9-.3-2.5-1s-.9-1.6-.8-2.6l-.9.2h-.9c0 1-.2 1.9-.8 2.6s-1.5 1-2.5 1c-.9 0-1.9-.4-2.7-1S23.7 56 23.3 55c-.8-2.1-.6-4.6 0-6.8c.5-2.3 1.5-4.5 2.5-6.6c-1.2 2-2.3 4.1-3 6.5c-.7 2.3-1.1 4.8-.4 7.3c.3 1.2 1 2.4 1.9 3.3s2.1 1.4 3.4 1.5c1.2.1 2.6-.2 3.7-1.2c.3-.2.5-.5.7-.8c.2.3.4.6.7.8c1 1 2.4 1.3 3.7 1.2s2.4-.7 3.4-1.5c.9-.9 1.6-2 1.9-3.3c.5-2.6.1-5.2-.6-7.5"/><path d="M37.6 50.3c-1.1-1.1-4.5-1.2-5.6-1.2c-1 0-4.5.1-5.6 1.2c-.8.8-.2 2.8 1.9 4.5c1.3 1.1 2.6 1.4 3.6 1.4s2.3-.3 3.6-1.4c2.3-1.7 2.9-3.7 2.1-4.5"/></g></svg>
React
import type { SVGProps } from "react";
export function EmojioneFox(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#3e4347" d="M55.9 32.1L33.2 17.2S46.1-.2 52.6 2.3c3.1 1.1 5.4 25.1 3.3 29.8"/><path fill="#fff" d="m54.9 33.9l-9-4.1s-5.3-14 6.1-24.1c2.4 2 5.1 25 2.9 28.2"/><path fill="#3e4347" d="m8.1 32.1l22.6-14.9S17.8-.2 11.3 2.3C8.3 3.4 6 27.4 8.1 32.1"/><path fill="#fff" d="m9.1 33.9l9-4.1s5.3-14-6.1-24.1c-2.4 2-5.1 25-2.9 28.2"/><path fill="#ff8736" d="M32 13C18.9 13 2 33.6 2 45.4C20.5 45.4 19.7 62 32 62s11.5-16.6 30-16.6C62 33.6 45.1 13 32 13"/><path fill="#fff" d="M32 56.2c0 5.1 9.6 4.2 9.5-2.9c6.7-9.4 19.9-8.7 19.9-8.7C39.6 32.4 32 56.2 32 56.2m0 0c0 5.1-9.6 4.2-9.5-2.9c-6.7-9.3-19.9-8.6-19.9-8.6C24.4 32.4 32 56.2 32 56.2"/><g fill="#ff8736"><path d="M53.4 18.5c-4 .7-4.9 6.3-4.9 6.3l6 5.3c-2.3-5.9-1.1-11.6-1.1-11.6"/><path d="M51.1 13.5c-4.4 3.9-5.1 8.7-5.1 8.7l6 5.3c-2.4-5.8-.9-14-.9-14m-40.5 5c4 .7 4.9 6.3 4.9 6.3l-6 5.3c2.3-5.9 1.1-11.6 1.1-11.6"/><path d="M12.9 13.5c4.4 3.9 5.1 8.7 5.1 8.7l-6 5.3c2.4-5.8.9-14 .9-14"/></g><path fill="#3e4347" d="M52.8 31.1c-5.7-1.8-10.9-3.4-13.8.9c-2.4 3.7.7 9.4.7 9.4c11.2 1.2 13.1-10.3 13.1-10.3"/><ellipse cx="43" cy="36.3" fill="#d5ff83" rx="4.2" ry="4.1"/><g fill="#3e4347"><circle cx="43" cy="36.3" r="2.7"/><path d="M11.2 31.1c5.7-1.8 10.9-3.4 13.7.9c2.4 3.7-.7 9.4-.7 9.4c-11.1 1.2-13-10.3-13-10.3"/></g><ellipse cx="21" cy="36.3" fill="#d5ff83" rx="4.2" ry="4.1"/><g fill="#3e4347"><circle cx="21" cy="36.3" r="2.7"/><path d="M41.2 47.9c-.7-2.3-1.8-4.4-3-6.5c1.1 2.1 2 4.3 2.5 6.6s.7 4.7 0 6.8c-.4 1-1 2-1.8 2.6s-1.8 1-2.7 1s-1.9-.3-2.5-1s-.9-1.6-.8-2.6l-.9.2h-.9c0 1-.2 1.9-.8 2.6s-1.5 1-2.5 1c-.9 0-1.9-.4-2.7-1S23.7 56 23.3 55c-.8-2.1-.6-4.6 0-6.8c.5-2.3 1.5-4.5 2.5-6.6c-1.2 2-2.3 4.1-3 6.5c-.7 2.3-1.1 4.8-.4 7.3c.3 1.2 1 2.4 1.9 3.3s2.1 1.4 3.4 1.5c1.2.1 2.6-.2 3.7-1.2c.3-.2.5-.5.7-.8c.2.3.4.6.7.8c1 1 2.4 1.3 3.7 1.2s2.4-.7 3.4-1.5c.9-.9 1.6-2 1.9-3.3c.5-2.6.1-5.2-.6-7.5"/><path d="M37.6 50.3c-1.1-1.1-4.5-1.2-5.6-1.2c-1 0-4.5.1-5.6 1.2c-.8.8-.2 2.8 1.9 4.5c1.3 1.1 2.6 1.4 3.6 1.4s2.3-.3 3.6-1.4c2.3-1.7 2.9-3.7 2.1-4.5"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#3e4347" d="M55.9 32.1L33.2 17.2S46.1-.2 52.6 2.3c3.1 1.1 5.4 25.1 3.3 29.8"/><path fill="#fff" d="m54.9 33.9l-9-4.1s-5.3-14 6.1-24.1c2.4 2 5.1 25 2.9 28.2"/><path fill="#3e4347" d="m8.1 32.1l22.6-14.9S17.8-.2 11.3 2.3C8.3 3.4 6 27.4 8.1 32.1"/><path fill="#fff" d="m9.1 33.9l9-4.1s5.3-14-6.1-24.1c-2.4 2-5.1 25-2.9 28.2"/><path fill="#ff8736" d="M32 13C18.9 13 2 33.6 2 45.4C20.5 45.4 19.7 62 32 62s11.5-16.6 30-16.6C62 33.6 45.1 13 32 13"/><path fill="#fff" d="M32 56.2c0 5.1 9.6 4.2 9.5-2.9c6.7-9.4 19.9-8.7 19.9-8.7C39.6 32.4 32 56.2 32 56.2m0 0c0 5.1-9.6 4.2-9.5-2.9c-6.7-9.3-19.9-8.6-19.9-8.6C24.4 32.4 32 56.2 32 56.2"/><g fill="#ff8736"><path d="M53.4 18.5c-4 .7-4.9 6.3-4.9 6.3l6 5.3c-2.3-5.9-1.1-11.6-1.1-11.6"/><path d="M51.1 13.5c-4.4 3.9-5.1 8.7-5.1 8.7l6 5.3c-2.4-5.8-.9-14-.9-14m-40.5 5c4 .7 4.9 6.3 4.9 6.3l-6 5.3c2.3-5.9 1.1-11.6 1.1-11.6"/><path d="M12.9 13.5c4.4 3.9 5.1 8.7 5.1 8.7l-6 5.3c2.4-5.8.9-14 .9-14"/></g><path fill="#3e4347" d="M52.8 31.1c-5.7-1.8-10.9-3.4-13.8.9c-2.4 3.7.7 9.4.7 9.4c11.2 1.2 13.1-10.3 13.1-10.3"/><ellipse cx="43" cy="36.3" fill="#d5ff83" rx="4.2" ry="4.1"/><g fill="#3e4347"><circle cx="43" cy="36.3" r="2.7"/><path d="M11.2 31.1c5.7-1.8 10.9-3.4 13.7.9c2.4 3.7-.7 9.4-.7 9.4c-11.1 1.2-13-10.3-13-10.3"/></g><ellipse cx="21" cy="36.3" fill="#d5ff83" rx="4.2" ry="4.1"/><g fill="#3e4347"><circle cx="21" cy="36.3" r="2.7"/><path d="M41.2 47.9c-.7-2.3-1.8-4.4-3-6.5c1.1 2.1 2 4.3 2.5 6.6s.7 4.7 0 6.8c-.4 1-1 2-1.8 2.6s-1.8 1-2.7 1s-1.9-.3-2.5-1s-.9-1.6-.8-2.6l-.9.2h-.9c0 1-.2 1.9-.8 2.6s-1.5 1-2.5 1c-.9 0-1.9-.4-2.7-1S23.7 56 23.3 55c-.8-2.1-.6-4.6 0-6.8c.5-2.3 1.5-4.5 2.5-6.6c-1.2 2-2.3 4.1-3 6.5c-.7 2.3-1.1 4.8-.4 7.3c.3 1.2 1 2.4 1.9 3.3s2.1 1.4 3.4 1.5c1.2.1 2.6-.2 3.7-1.2c.3-.2.5-.5.7-.8c.2.3.4.6.7.8c1 1 2.4 1.3 3.7 1.2s2.4-.7 3.4-1.5c.9-.9 1.6-2 1.9-3.3c.5-2.6.1-5.2-.6-7.5"/><path d="M37.6 50.3c-1.1-1.1-4.5-1.2-5.6-1.2c-1 0-4.5.1-5.6 1.2c-.8.8-.2 2.8 1.9 4.5c1.3 1.1 2.6 1.4 3.6 1.4s2.3-.3 3.6-1.4c2.3-1.7 2.9-3.7 2.1-4.5"/></g></svg> </template>
CSS
.icon-fox {
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%2064%2064%22%3E%3Cpath%20fill%3D%22%233e4347%22%20d%3D%22M55.9%2032.1L33.2%2017.2S46.1-.2%2052.6%202.3c3.1%201.1%205.4%2025.1%203.3%2029.8%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22m54.9%2033.9l-9-4.1s-5.3-14%206.1-24.1c2.4%202%205.1%2025%202.9%2028.2%22%2F%3E%3Cpath%20fill%3D%22%233e4347%22%20d%3D%22m8.1%2032.1l22.6-14.9S17.8-.2%2011.3%202.3C8.3%203.4%206%2027.4%208.1%2032.1%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22m9.1%2033.9l9-4.1s5.3-14-6.1-24.1c-2.4%202-5.1%2025-2.9%2028.2%22%2F%3E%3Cpath%20fill%3D%22%23ff8736%22%20d%3D%22M32%2013C18.9%2013%202%2033.6%202%2045.4C20.5%2045.4%2019.7%2062%2032%2062s11.5-16.6%2030-16.6C62%2033.6%2045.1%2013%2032%2013%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M32%2056.2c0%205.1%209.6%204.2%209.5-2.9c6.7-9.4%2019.9-8.7%2019.9-8.7C39.6%2032.4%2032%2056.2%2032%2056.2m0%200c0%205.1-9.6%204.2-9.5-2.9c-6.7-9.3-19.9-8.6-19.9-8.6C24.4%2032.4%2032%2056.2%2032%2056.2%22%2F%3E%3Cg%20fill%3D%22%23ff8736%22%3E%3Cpath%20d%3D%22M53.4%2018.5c-4%20.7-4.9%206.3-4.9%206.3l6%205.3c-2.3-5.9-1.1-11.6-1.1-11.6%22%2F%3E%3Cpath%20d%3D%22M51.1%2013.5c-4.4%203.9-5.1%208.7-5.1%208.7l6%205.3c-2.4-5.8-.9-14-.9-14m-40.5%205c4%20.7%204.9%206.3%204.9%206.3l-6%205.3c2.3-5.9%201.1-11.6%201.1-11.6%22%2F%3E%3Cpath%20d%3D%22M12.9%2013.5c4.4%203.9%205.1%208.7%205.1%208.7l-6%205.3c2.4-5.8.9-14%20.9-14%22%2F%3E%3C%2Fg%3E%3Cpath%20fill%3D%22%233e4347%22%20d%3D%22M52.8%2031.1c-5.7-1.8-10.9-3.4-13.8.9c-2.4%203.7.7%209.4.7%209.4c11.2%201.2%2013.1-10.3%2013.1-10.3%22%2F%3E%3Cellipse%20cx%3D%2243%22%20cy%3D%2236.3%22%20fill%3D%22%23d5ff83%22%20rx%3D%224.2%22%20ry%3D%224.1%22%2F%3E%3Cg%20fill%3D%22%233e4347%22%3E%3Ccircle%20cx%3D%2243%22%20cy%3D%2236.3%22%20r%3D%222.7%22%2F%3E%3Cpath%20d%3D%22M11.2%2031.1c5.7-1.8%2010.9-3.4%2013.7.9c2.4%203.7-.7%209.4-.7%209.4c-11.1%201.2-13-10.3-13-10.3%22%2F%3E%3C%2Fg%3E%3Cellipse%20cx%3D%2221%22%20cy%3D%2236.3%22%20fill%3D%22%23d5ff83%22%20rx%3D%224.2%22%20ry%3D%224.1%22%2F%3E%3Cg%20fill%3D%22%233e4347%22%3E%3Ccircle%20cx%3D%2221%22%20cy%3D%2236.3%22%20r%3D%222.7%22%2F%3E%3Cpath%20d%3D%22M41.2%2047.9c-.7-2.3-1.8-4.4-3-6.5c1.1%202.1%202%204.3%202.5%206.6s.7%204.7%200%206.8c-.4%201-1%202-1.8%202.6s-1.8%201-2.7%201s-1.9-.3-2.5-1s-.9-1.6-.8-2.6l-.9.2h-.9c0%201-.2%201.9-.8%202.6s-1.5%201-2.5%201c-.9%200-1.9-.4-2.7-1S23.7%2056%2023.3%2055c-.8-2.1-.6-4.6%200-6.8c.5-2.3%201.5-4.5%202.5-6.6c-1.2%202-2.3%204.1-3%206.5c-.7%202.3-1.1%204.8-.4%207.3c.3%201.2%201%202.4%201.9%203.3s2.1%201.4%203.4%201.5c1.2.1%202.6-.2%203.7-1.2c.3-.2.5-.5.7-.8c.2.3.4.6.7.8c1%201%202.4%201.3%203.7%201.2s2.4-.7%203.4-1.5c.9-.9%201.6-2%201.9-3.3c.5-2.6.1-5.2-.6-7.5%22%2F%3E%3Cpath%20d%3D%22M37.6%2050.3c-1.1-1.1-4.5-1.2-5.6-1.2c-1%200-4.5.1-5.6%201.2c-.8.8-.2%202.8%201.9%204.5c1.3%201.1%202.6%201.4%203.6%201.4s2.3-.3%203.6-1.4c2.3-1.7%202.9-3.7%202.1-4.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%2064%2064%22%3E%3Cpath%20fill%3D%22%233e4347%22%20d%3D%22M55.9%2032.1L33.2%2017.2S46.1-.2%2052.6%202.3c3.1%201.1%205.4%2025.1%203.3%2029.8%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22m54.9%2033.9l-9-4.1s-5.3-14%206.1-24.1c2.4%202%205.1%2025%202.9%2028.2%22%2F%3E%3Cpath%20fill%3D%22%233e4347%22%20d%3D%22m8.1%2032.1l22.6-14.9S17.8-.2%2011.3%202.3C8.3%203.4%206%2027.4%208.1%2032.1%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22m9.1%2033.9l9-4.1s5.3-14-6.1-24.1c-2.4%202-5.1%2025-2.9%2028.2%22%2F%3E%3Cpath%20fill%3D%22%23ff8736%22%20d%3D%22M32%2013C18.9%2013%202%2033.6%202%2045.4C20.5%2045.4%2019.7%2062%2032%2062s11.5-16.6%2030-16.6C62%2033.6%2045.1%2013%2032%2013%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M32%2056.2c0%205.1%209.6%204.2%209.5-2.9c6.7-9.4%2019.9-8.7%2019.9-8.7C39.6%2032.4%2032%2056.2%2032%2056.2m0%200c0%205.1-9.6%204.2-9.5-2.9c-6.7-9.3-19.9-8.6-19.9-8.6C24.4%2032.4%2032%2056.2%2032%2056.2%22%2F%3E%3Cg%20fill%3D%22%23ff8736%22%3E%3Cpath%20d%3D%22M53.4%2018.5c-4%20.7-4.9%206.3-4.9%206.3l6%205.3c-2.3-5.9-1.1-11.6-1.1-11.6%22%2F%3E%3Cpath%20d%3D%22M51.1%2013.5c-4.4%203.9-5.1%208.7-5.1%208.7l6%205.3c-2.4-5.8-.9-14-.9-14m-40.5%205c4%20.7%204.9%206.3%204.9%206.3l-6%205.3c2.3-5.9%201.1-11.6%201.1-11.6%22%2F%3E%3Cpath%20d%3D%22M12.9%2013.5c4.4%203.9%205.1%208.7%205.1%208.7l-6%205.3c2.4-5.8.9-14%20.9-14%22%2F%3E%3C%2Fg%3E%3Cpath%20fill%3D%22%233e4347%22%20d%3D%22M52.8%2031.1c-5.7-1.8-10.9-3.4-13.8.9c-2.4%203.7.7%209.4.7%209.4c11.2%201.2%2013.1-10.3%2013.1-10.3%22%2F%3E%3Cellipse%20cx%3D%2243%22%20cy%3D%2236.3%22%20fill%3D%22%23d5ff83%22%20rx%3D%224.2%22%20ry%3D%224.1%22%2F%3E%3Cg%20fill%3D%22%233e4347%22%3E%3Ccircle%20cx%3D%2243%22%20cy%3D%2236.3%22%20r%3D%222.7%22%2F%3E%3Cpath%20d%3D%22M11.2%2031.1c5.7-1.8%2010.9-3.4%2013.7.9c2.4%203.7-.7%209.4-.7%209.4c-11.1%201.2-13-10.3-13-10.3%22%2F%3E%3C%2Fg%3E%3Cellipse%20cx%3D%2221%22%20cy%3D%2236.3%22%20fill%3D%22%23d5ff83%22%20rx%3D%224.2%22%20ry%3D%224.1%22%2F%3E%3Cg%20fill%3D%22%233e4347%22%3E%3Ccircle%20cx%3D%2221%22%20cy%3D%2236.3%22%20r%3D%222.7%22%2F%3E%3Cpath%20d%3D%22M41.2%2047.9c-.7-2.3-1.8-4.4-3-6.5c1.1%202.1%202%204.3%202.5%206.6s.7%204.7%200%206.8c-.4%201-1%202-1.8%202.6s-1.8%201-2.7%201s-1.9-.3-2.5-1s-.9-1.6-.8-2.6l-.9.2h-.9c0%201-.2%201.9-.8%202.6s-1.5%201-2.5%201c-.9%200-1.9-.4-2.7-1S23.7%2056%2023.3%2055c-.8-2.1-.6-4.6%200-6.8c.5-2.3%201.5-4.5%202.5-6.6c-1.2%202-2.3%204.1-3%206.5c-.7%202.3-1.1%204.8-.4%207.3c.3%201.2%201%202.4%201.9%203.3s2.1%201.4%203.4%201.5c1.2.1%202.6-.2%203.7-1.2c.3-.2.5-.5.7-.8c.2.3.4.6.7.8c1%201%202.4%201.3%203.7%201.2s2.4-.7%203.4-1.5c.9-.9%201.6-2%201.9-3.3c.5-2.6.1-5.2-.6-7.5%22%2F%3E%3Cpath%20d%3D%22M37.6%2050.3c-1.1-1.1-4.5-1.2-5.6-1.2c-1%200-4.5.1-5.6%201.2c-.8.8-.2%202.8%201.9%204.5c1.3%201.1%202.6%201.4%203.6%201.4s2.3-.3%203.6-1.4c2.3-1.7%202.9-3.7%202.1-4.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/emojione/fox.svg?color=%231a73e8&size=48