timer from OpenMoji by OpenMoji · Default · Extras Openmoji · CC-BY-SA-4.0 Attribution required.

Name
timer
Set
OpenMoji
Style
Default
Category
Extras Openmoji
Viewbox
72×72
License
CC BY-SA 4.0

The same emoji in other sets

More extras openmoji icons from OpenMoji

Use the timer emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><circle cx="35.905" cy="36.014" r="27.035" fill="#fcea2b"/><circle cx="36.006" cy="36.037" r="21.871" fill="#fff"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M55.11 25.38a21.863 21.863 0 1 1-8.095-8.245"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M62.94 35.997a27.046 27.046 0 1 1-5.266-16.038"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m47.394 21.578l11.038-1.16l-1.16-11.038m-7.297 26.974H35.891V18.52m0 35.391v-3.845M21.143 36.354h-3.057h0"/><circle cx="35.891" cy="36.354" r="3.737"/><circle cx="48.694" cy="47.937" r="1.48"/><circle cx="23.087" cy="24.717" r="1.48"/><circle cx="23.087" cy="47.937" r="1.48"/></svg>

React

import type { SVGProps } from "react";

export function OpenmojiTimer(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><circle cx="35.905" cy="36.014" r="27.035" fill="#fcea2b"/><circle cx="36.006" cy="36.037" r="21.871" fill="#fff"/><path fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M55.11 25.38a21.863 21.863 0 1 1-8.095-8.245"/><path fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M62.94 35.997a27.046 27.046 0 1 1-5.266-16.038"/><path fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="m47.394 21.578l11.038-1.16l-1.16-11.038m-7.297 26.974H35.891V18.52m0 35.391v-3.845M21.143 36.354h-3.057h0"/><circle cx="35.891" cy="36.354" r="3.737"/><circle cx="48.694" cy="47.937" r="1.48"/><circle cx="23.087" cy="24.717" r="1.48"/><circle cx="23.087" cy="47.937" r="1.48"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><circle cx="35.905" cy="36.014" r="27.035" fill="#fcea2b"/><circle cx="36.006" cy="36.037" r="21.871" fill="#fff"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M55.11 25.38a21.863 21.863 0 1 1-8.095-8.245"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M62.94 35.997a27.046 27.046 0 1 1-5.266-16.038"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m47.394 21.578l11.038-1.16l-1.16-11.038m-7.297 26.974H35.891V18.52m0 35.391v-3.845M21.143 36.354h-3.057h0"/><circle cx="35.891" cy="36.354" r="3.737"/><circle cx="48.694" cy="47.937" r="1.48"/><circle cx="23.087" cy="24.717" r="1.48"/><circle cx="23.087" cy="47.937" r="1.48"/></svg>
</template>

CSS

.icon-timer {
  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%3Ccircle%20cx%3D%2235.905%22%20cy%3D%2236.014%22%20r%3D%2227.035%22%20fill%3D%22%23fcea2b%22%2F%3E%3Ccircle%20cx%3D%2236.006%22%20cy%3D%2236.037%22%20r%3D%2221.871%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M55.11%2025.38a21.863%2021.863%200%201%201-8.095-8.245%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M62.94%2035.997a27.046%2027.046%200%201%201-5.266-16.038%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22m47.394%2021.578l11.038-1.16l-1.16-11.038m-7.297%2026.974H35.891V18.52m0%2035.391v-3.845M21.143%2036.354h-3.057h0%22%2F%3E%3Ccircle%20cx%3D%2235.891%22%20cy%3D%2236.354%22%20r%3D%223.737%22%2F%3E%3Ccircle%20cx%3D%2248.694%22%20cy%3D%2247.937%22%20r%3D%221.48%22%2F%3E%3Ccircle%20cx%3D%2223.087%22%20cy%3D%2224.717%22%20r%3D%221.48%22%2F%3E%3Ccircle%20cx%3D%2223.087%22%20cy%3D%2247.937%22%20r%3D%221.48%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%3Ccircle%20cx%3D%2235.905%22%20cy%3D%2236.014%22%20r%3D%2227.035%22%20fill%3D%22%23fcea2b%22%2F%3E%3Ccircle%20cx%3D%2236.006%22%20cy%3D%2236.037%22%20r%3D%2221.871%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M55.11%2025.38a21.863%2021.863%200%201%201-8.095-8.245%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M62.94%2035.997a27.046%2027.046%200%201%201-5.266-16.038%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22m47.394%2021.578l11.038-1.16l-1.16-11.038m-7.297%2026.974H35.891V18.52m0%2035.391v-3.845M21.143%2036.354h-3.057h0%22%2F%3E%3Ccircle%20cx%3D%2235.891%22%20cy%3D%2236.354%22%20r%3D%223.737%22%2F%3E%3Ccircle%20cx%3D%2248.694%22%20cy%3D%2247.937%22%20r%3D%221.48%22%2F%3E%3Ccircle%20cx%3D%2223.087%22%20cy%3D%2224.717%22%20r%3D%221.48%22%2F%3E%3Ccircle%20cx%3D%2223.087%22%20cy%3D%2247.937%22%20r%3D%221.48%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/openmoji/timer.svg?color=%231a73e8&size=48