mantelpiece clock emoji
mantelpiece-clock from Emoji One (Colored) by Emoji One · Default · Objects · CC-BY-4.0 Attribution required.
- Name
- mantelpiece-clock
- Set
- Emoji One (Colored)
- Style
- Default
- Category
- Objects
- Viewbox
- 64×64
- License
- CC BY 4.0
The same emoji in other sets
More objects icons from Emoji One (Colored)
Use the mantelpiece clock emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#594640" d="M60 40c-5 0-9-8-9-13c0-10-9-18-19-18s-19 8-19 18c0 5-4 13-9 13H0v13h64V40z"/><circle cx="32" cy="28" r="15" fill="#fed0ac"/><g fill="#333"><circle cx="32" cy="28" r="2"/><path d="M40.1 30c.7 0 2.9-2 2.9-2s-2.2-2-2.9-2c-.6 0-1.1.6-1.3 1.4H31v1.2h7.8c.2.8.7 1.4 1.3 1.4"/><path d="m32 13.7l-1 14h2z"/></g><path fill="#d3976e" d="M3 53h8v2H3zm50 0h8v2h-8z"/></svg>
React
import type { SVGProps } from "react";
export function EmojioneMantelpieceClock(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#594640" d="M60 40c-5 0-9-8-9-13c0-10-9-18-19-18s-19 8-19 18c0 5-4 13-9 13H0v13h64V40z"/><circle cx="32" cy="28" r="15" fill="#fed0ac"/><g fill="#333"><circle cx="32" cy="28" r="2"/><path d="M40.1 30c.7 0 2.9-2 2.9-2s-2.2-2-2.9-2c-.6 0-1.1.6-1.3 1.4H31v1.2h7.8c.2.8.7 1.4 1.3 1.4"/><path d="m32 13.7l-1 14h2z"/></g><path fill="#d3976e" d="M3 53h8v2H3zm50 0h8v2h-8z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#594640" d="M60 40c-5 0-9-8-9-13c0-10-9-18-19-18s-19 8-19 18c0 5-4 13-9 13H0v13h64V40z"/><circle cx="32" cy="28" r="15" fill="#fed0ac"/><g fill="#333"><circle cx="32" cy="28" r="2"/><path d="M40.1 30c.7 0 2.9-2 2.9-2s-2.2-2-2.9-2c-.6 0-1.1.6-1.3 1.4H31v1.2h7.8c.2.8.7 1.4 1.3 1.4"/><path d="m32 13.7l-1 14h2z"/></g><path fill="#d3976e" d="M3 53h8v2H3zm50 0h8v2h-8z"/></svg> </template>
CSS
.icon-mantelpiece-clock {
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%23594640%22%20d%3D%22M60%2040c-5%200-9-8-9-13c0-10-9-18-19-18s-19%208-19%2018c0%205-4%2013-9%2013H0v13h64V40z%22%2F%3E%3Ccircle%20cx%3D%2232%22%20cy%3D%2228%22%20r%3D%2215%22%20fill%3D%22%23fed0ac%22%2F%3E%3Cg%20fill%3D%22%23333%22%3E%3Ccircle%20cx%3D%2232%22%20cy%3D%2228%22%20r%3D%222%22%2F%3E%3Cpath%20d%3D%22M40.1%2030c.7%200%202.9-2%202.9-2s-2.2-2-2.9-2c-.6%200-1.1.6-1.3%201.4H31v1.2h7.8c.2.8.7%201.4%201.3%201.4%22%2F%3E%3Cpath%20d%3D%22m32%2013.7l-1%2014h2z%22%2F%3E%3C%2Fg%3E%3Cpath%20fill%3D%22%23d3976e%22%20d%3D%22M3%2053h8v2H3zm50%200h8v2h-8z%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%2064%2064%22%3E%3Cpath%20fill%3D%22%23594640%22%20d%3D%22M60%2040c-5%200-9-8-9-13c0-10-9-18-19-18s-19%208-19%2018c0%205-4%2013-9%2013H0v13h64V40z%22%2F%3E%3Ccircle%20cx%3D%2232%22%20cy%3D%2228%22%20r%3D%2215%22%20fill%3D%22%23fed0ac%22%2F%3E%3Cg%20fill%3D%22%23333%22%3E%3Ccircle%20cx%3D%2232%22%20cy%3D%2228%22%20r%3D%222%22%2F%3E%3Cpath%20d%3D%22M40.1%2030c.7%200%202.9-2%202.9-2s-2.2-2-2.9-2c-.6%200-1.1.6-1.3%201.4H31v1.2h7.8c.2.8.7%201.4%201.3%201.4%22%2F%3E%3Cpath%20d%3D%22m32%2013.7l-1%2014h2z%22%2F%3E%3C%2Fg%3E%3Cpath%20fill%3D%22%23d3976e%22%20d%3D%22M3%2053h8v2H3zm50%200h8v2h-8z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/emojione/mantelpiece-clock.svg?color=%231a73e8&size=48