timer clock emoji
timer-clock from Emoji One (Colored) by Emoji One · Default · Objects · CC-BY-4.0 Attribution required.
- Name
- timer-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 timer clock emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#13618d" d="M62 38.1C62 57.5 48.6 61 32 61S2 57.5 2 38.1S15.4 3 32 3s30 15.7 30 35.1"/><path fill="#055672" d="M59 46.1c0 4.6-5.2 13.5-27 13.5s-27-9-27-13.5c0-2.1 7.9 7.7 27 7.7s27-9.9 27-7.7"/><ellipse cx="32" cy="27.3" fill="#428bc1" rx="22.5" ry="22.8"/><g fill="#f5f5f5"><circle cx="22.4" cy="44" r="1.3" transform="rotate(-59.982 22.405 43.953)"/><circle cx="41.6" cy="10.7" r="1.3" transform="rotate(-59.987 41.597 10.715)"/><circle cx="15.4" cy="36.9" r="1.3" transform="rotate(-30 15.378 36.934)"/><circle cx="48.6" cy="17.7" r="1.3" transform="rotate(-30.021 48.624 17.743)"/><circle cx="12.8" cy="27.3" r="1.3"/><circle cx="51.2" cy="27.3" r="1.3"/><circle cx="15.4" cy="17.7" r="1.3" transform="rotate(-59.987 15.38 17.742)"/><circle cx="48.6" cy="36.9" r="1.3" transform="rotate(-59.979 48.62 36.933)"/><circle cx="22.4" cy="10.7" r="1.3" transform="rotate(-30.006 22.405 10.716)"/><path d="M42.7 43.3c.4.6.2 1.4-.5 1.8c-.6.4-1.4.1-1.8-.5s-.2-1.4.5-1.8c.7-.3 1.5-.1 1.8.5"/><circle cx="32" cy="8.1" r="1.3"/><circle cx="32" cy="46.5" r="1.3"/></g><circle cx="32" cy="27.3" r="16" fill="#b0bcc1"/><circle cx="32" cy="25.9" r="14.5" fill="#f5f5f5"/><path fill="#b0bcc1" d="M37.7 33.3c0 7.3-11.3 7.3-11.3 0C26.3 26 28.9 12 32 12s5.7 14 5.7 21.3"/><path fill="#e4e7ea" d="M36.9 31.8c0 7-9.9 7-9.9 0s2.2-20.5 4.9-20.5c2.8 0 5 13.5 5 20.5"/><path fill="#fff" d="M36.1 29.1c0 6.1-8.3 6.1-8.3 0s1.9-17.7 4.1-17.7c2.4 0 4.2 11.6 4.2 17.7"/></svg>
React
import type { SVGProps } from "react";
export function EmojioneTimerClock(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#13618d" d="M62 38.1C62 57.5 48.6 61 32 61S2 57.5 2 38.1S15.4 3 32 3s30 15.7 30 35.1"/><path fill="#055672" d="M59 46.1c0 4.6-5.2 13.5-27 13.5s-27-9-27-13.5c0-2.1 7.9 7.7 27 7.7s27-9.9 27-7.7"/><ellipse cx="32" cy="27.3" fill="#428bc1" rx="22.5" ry="22.8"/><g fill="#f5f5f5"><circle cx="22.4" cy="44" r="1.3" transform="rotate(-59.982 22.405 43.953)"/><circle cx="41.6" cy="10.7" r="1.3" transform="rotate(-59.987 41.597 10.715)"/><circle cx="15.4" cy="36.9" r="1.3" transform="rotate(-30 15.378 36.934)"/><circle cx="48.6" cy="17.7" r="1.3" transform="rotate(-30.021 48.624 17.743)"/><circle cx="12.8" cy="27.3" r="1.3"/><circle cx="51.2" cy="27.3" r="1.3"/><circle cx="15.4" cy="17.7" r="1.3" transform="rotate(-59.987 15.38 17.742)"/><circle cx="48.6" cy="36.9" r="1.3" transform="rotate(-59.979 48.62 36.933)"/><circle cx="22.4" cy="10.7" r="1.3" transform="rotate(-30.006 22.405 10.716)"/><path d="M42.7 43.3c.4.6.2 1.4-.5 1.8c-.6.4-1.4.1-1.8-.5s-.2-1.4.5-1.8c.7-.3 1.5-.1 1.8.5"/><circle cx="32" cy="8.1" r="1.3"/><circle cx="32" cy="46.5" r="1.3"/></g><circle cx="32" cy="27.3" r="16" fill="#b0bcc1"/><circle cx="32" cy="25.9" r="14.5" fill="#f5f5f5"/><path fill="#b0bcc1" d="M37.7 33.3c0 7.3-11.3 7.3-11.3 0C26.3 26 28.9 12 32 12s5.7 14 5.7 21.3"/><path fill="#e4e7ea" d="M36.9 31.8c0 7-9.9 7-9.9 0s2.2-20.5 4.9-20.5c2.8 0 5 13.5 5 20.5"/><path fill="#fff" d="M36.1 29.1c0 6.1-8.3 6.1-8.3 0s1.9-17.7 4.1-17.7c2.4 0 4.2 11.6 4.2 17.7"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#13618d" d="M62 38.1C62 57.5 48.6 61 32 61S2 57.5 2 38.1S15.4 3 32 3s30 15.7 30 35.1"/><path fill="#055672" d="M59 46.1c0 4.6-5.2 13.5-27 13.5s-27-9-27-13.5c0-2.1 7.9 7.7 27 7.7s27-9.9 27-7.7"/><ellipse cx="32" cy="27.3" fill="#428bc1" rx="22.5" ry="22.8"/><g fill="#f5f5f5"><circle cx="22.4" cy="44" r="1.3" transform="rotate(-59.982 22.405 43.953)"/><circle cx="41.6" cy="10.7" r="1.3" transform="rotate(-59.987 41.597 10.715)"/><circle cx="15.4" cy="36.9" r="1.3" transform="rotate(-30 15.378 36.934)"/><circle cx="48.6" cy="17.7" r="1.3" transform="rotate(-30.021 48.624 17.743)"/><circle cx="12.8" cy="27.3" r="1.3"/><circle cx="51.2" cy="27.3" r="1.3"/><circle cx="15.4" cy="17.7" r="1.3" transform="rotate(-59.987 15.38 17.742)"/><circle cx="48.6" cy="36.9" r="1.3" transform="rotate(-59.979 48.62 36.933)"/><circle cx="22.4" cy="10.7" r="1.3" transform="rotate(-30.006 22.405 10.716)"/><path d="M42.7 43.3c.4.6.2 1.4-.5 1.8c-.6.4-1.4.1-1.8-.5s-.2-1.4.5-1.8c.7-.3 1.5-.1 1.8.5"/><circle cx="32" cy="8.1" r="1.3"/><circle cx="32" cy="46.5" r="1.3"/></g><circle cx="32" cy="27.3" r="16" fill="#b0bcc1"/><circle cx="32" cy="25.9" r="14.5" fill="#f5f5f5"/><path fill="#b0bcc1" d="M37.7 33.3c0 7.3-11.3 7.3-11.3 0C26.3 26 28.9 12 32 12s5.7 14 5.7 21.3"/><path fill="#e4e7ea" d="M36.9 31.8c0 7-9.9 7-9.9 0s2.2-20.5 4.9-20.5c2.8 0 5 13.5 5 20.5"/><path fill="#fff" d="M36.1 29.1c0 6.1-8.3 6.1-8.3 0s1.9-17.7 4.1-17.7c2.4 0 4.2 11.6 4.2 17.7"/></svg> </template>
CSS
.icon-timer-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%2313618d%22%20d%3D%22M62%2038.1C62%2057.5%2048.6%2061%2032%2061S2%2057.5%202%2038.1S15.4%203%2032%203s30%2015.7%2030%2035.1%22%2F%3E%3Cpath%20fill%3D%22%23055672%22%20d%3D%22M59%2046.1c0%204.6-5.2%2013.5-27%2013.5s-27-9-27-13.5c0-2.1%207.9%207.7%2027%207.7s27-9.9%2027-7.7%22%2F%3E%3Cellipse%20cx%3D%2232%22%20cy%3D%2227.3%22%20fill%3D%22%23428bc1%22%20rx%3D%2222.5%22%20ry%3D%2222.8%22%2F%3E%3Cg%20fill%3D%22%23f5f5f5%22%3E%3Ccircle%20cx%3D%2222.4%22%20cy%3D%2244%22%20r%3D%221.3%22%20transform%3D%22rotate(-59.982%2022.405%2043.953)%22%2F%3E%3Ccircle%20cx%3D%2241.6%22%20cy%3D%2210.7%22%20r%3D%221.3%22%20transform%3D%22rotate(-59.987%2041.597%2010.715)%22%2F%3E%3Ccircle%20cx%3D%2215.4%22%20cy%3D%2236.9%22%20r%3D%221.3%22%20transform%3D%22rotate(-30%2015.378%2036.934)%22%2F%3E%3Ccircle%20cx%3D%2248.6%22%20cy%3D%2217.7%22%20r%3D%221.3%22%20transform%3D%22rotate(-30.021%2048.624%2017.743)%22%2F%3E%3Ccircle%20cx%3D%2212.8%22%20cy%3D%2227.3%22%20r%3D%221.3%22%2F%3E%3Ccircle%20cx%3D%2251.2%22%20cy%3D%2227.3%22%20r%3D%221.3%22%2F%3E%3Ccircle%20cx%3D%2215.4%22%20cy%3D%2217.7%22%20r%3D%221.3%22%20transform%3D%22rotate(-59.987%2015.38%2017.742)%22%2F%3E%3Ccircle%20cx%3D%2248.6%22%20cy%3D%2236.9%22%20r%3D%221.3%22%20transform%3D%22rotate(-59.979%2048.62%2036.933)%22%2F%3E%3Ccircle%20cx%3D%2222.4%22%20cy%3D%2210.7%22%20r%3D%221.3%22%20transform%3D%22rotate(-30.006%2022.405%2010.716)%22%2F%3E%3Cpath%20d%3D%22M42.7%2043.3c.4.6.2%201.4-.5%201.8c-.6.4-1.4.1-1.8-.5s-.2-1.4.5-1.8c.7-.3%201.5-.1%201.8.5%22%2F%3E%3Ccircle%20cx%3D%2232%22%20cy%3D%228.1%22%20r%3D%221.3%22%2F%3E%3Ccircle%20cx%3D%2232%22%20cy%3D%2246.5%22%20r%3D%221.3%22%2F%3E%3C%2Fg%3E%3Ccircle%20cx%3D%2232%22%20cy%3D%2227.3%22%20r%3D%2216%22%20fill%3D%22%23b0bcc1%22%2F%3E%3Ccircle%20cx%3D%2232%22%20cy%3D%2225.9%22%20r%3D%2214.5%22%20fill%3D%22%23f5f5f5%22%2F%3E%3Cpath%20fill%3D%22%23b0bcc1%22%20d%3D%22M37.7%2033.3c0%207.3-11.3%207.3-11.3%200C26.3%2026%2028.9%2012%2032%2012s5.7%2014%205.7%2021.3%22%2F%3E%3Cpath%20fill%3D%22%23e4e7ea%22%20d%3D%22M36.9%2031.8c0%207-9.9%207-9.9%200s2.2-20.5%204.9-20.5c2.8%200%205%2013.5%205%2020.5%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M36.1%2029.1c0%206.1-8.3%206.1-8.3%200s1.9-17.7%204.1-17.7c2.4%200%204.2%2011.6%204.2%2017.7%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%2313618d%22%20d%3D%22M62%2038.1C62%2057.5%2048.6%2061%2032%2061S2%2057.5%202%2038.1S15.4%203%2032%203s30%2015.7%2030%2035.1%22%2F%3E%3Cpath%20fill%3D%22%23055672%22%20d%3D%22M59%2046.1c0%204.6-5.2%2013.5-27%2013.5s-27-9-27-13.5c0-2.1%207.9%207.7%2027%207.7s27-9.9%2027-7.7%22%2F%3E%3Cellipse%20cx%3D%2232%22%20cy%3D%2227.3%22%20fill%3D%22%23428bc1%22%20rx%3D%2222.5%22%20ry%3D%2222.8%22%2F%3E%3Cg%20fill%3D%22%23f5f5f5%22%3E%3Ccircle%20cx%3D%2222.4%22%20cy%3D%2244%22%20r%3D%221.3%22%20transform%3D%22rotate(-59.982%2022.405%2043.953)%22%2F%3E%3Ccircle%20cx%3D%2241.6%22%20cy%3D%2210.7%22%20r%3D%221.3%22%20transform%3D%22rotate(-59.987%2041.597%2010.715)%22%2F%3E%3Ccircle%20cx%3D%2215.4%22%20cy%3D%2236.9%22%20r%3D%221.3%22%20transform%3D%22rotate(-30%2015.378%2036.934)%22%2F%3E%3Ccircle%20cx%3D%2248.6%22%20cy%3D%2217.7%22%20r%3D%221.3%22%20transform%3D%22rotate(-30.021%2048.624%2017.743)%22%2F%3E%3Ccircle%20cx%3D%2212.8%22%20cy%3D%2227.3%22%20r%3D%221.3%22%2F%3E%3Ccircle%20cx%3D%2251.2%22%20cy%3D%2227.3%22%20r%3D%221.3%22%2F%3E%3Ccircle%20cx%3D%2215.4%22%20cy%3D%2217.7%22%20r%3D%221.3%22%20transform%3D%22rotate(-59.987%2015.38%2017.742)%22%2F%3E%3Ccircle%20cx%3D%2248.6%22%20cy%3D%2236.9%22%20r%3D%221.3%22%20transform%3D%22rotate(-59.979%2048.62%2036.933)%22%2F%3E%3Ccircle%20cx%3D%2222.4%22%20cy%3D%2210.7%22%20r%3D%221.3%22%20transform%3D%22rotate(-30.006%2022.405%2010.716)%22%2F%3E%3Cpath%20d%3D%22M42.7%2043.3c.4.6.2%201.4-.5%201.8c-.6.4-1.4.1-1.8-.5s-.2-1.4.5-1.8c.7-.3%201.5-.1%201.8.5%22%2F%3E%3Ccircle%20cx%3D%2232%22%20cy%3D%228.1%22%20r%3D%221.3%22%2F%3E%3Ccircle%20cx%3D%2232%22%20cy%3D%2246.5%22%20r%3D%221.3%22%2F%3E%3C%2Fg%3E%3Ccircle%20cx%3D%2232%22%20cy%3D%2227.3%22%20r%3D%2216%22%20fill%3D%22%23b0bcc1%22%2F%3E%3Ccircle%20cx%3D%2232%22%20cy%3D%2225.9%22%20r%3D%2214.5%22%20fill%3D%22%23f5f5f5%22%2F%3E%3Cpath%20fill%3D%22%23b0bcc1%22%20d%3D%22M37.7%2033.3c0%207.3-11.3%207.3-11.3%200C26.3%2026%2028.9%2012%2032%2012s5.7%2014%205.7%2021.3%22%2F%3E%3Cpath%20fill%3D%22%23e4e7ea%22%20d%3D%22M36.9%2031.8c0%207-9.9%207-9.9%200s2.2-20.5%204.9-20.5c2.8%200%205%2013.5%205%2020.5%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M36.1%2029.1c0%206.1-8.3%206.1-8.3%200s1.9-17.7%204.1-17.7c2.4%200%204.2%2011.6%204.2%2017.7%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/emojione/timer-clock.svg?color=%231a73e8&size=48