timer icon
timer-outline from IonIcons by Ben Sperry · Outline · MIT Free for personal and commercial use.
- Name
- timer-outline
- Set
- IonIcons
- Style
- Outline
- Viewbox
- 512×512
- License
- MIT
2 other variants in IonIcons
The same icon in other sets
timerBoxIcons v2timerBoxIcons v2 SolidtimerCarbontimerElement PlustimerFramework7 Iconstimer-12-filledFluent UI System Iconstimercss.ggtimerIconParktimerIconPark OutlinetimerIconPark SolidtimerIconPark TwoTonetimerIconoirtimerLucidetimerMajesticonstimerMaterial SymbolstimerMaterial Symbols LighttimerMaterial Design IconstimerOpenMojitimerPhosphortimerRadix Iconstimer-fillRemix Icon
Use the timer icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32" d="M112.91 128A191.85 191.85 0 0 0 64 254c-1.18 106.35 85.65 193.8 192 194c106.2.2 192-85.83 192-192c0-104.54-83.55-189.61-187.5-192a4.36 4.36 0 0 0-4.5 4.37V152"/><path fill="currentColor" d="m233.38 278.63l-79-113a8.13 8.13 0 0 1 11.32-11.32l113 79a32.5 32.5 0 0 1-37.25 53.26a33.2 33.2 0 0 1-8.07-7.94"/></svg>
React
import type { SVGProps } from "react";
export function IonTimerOutline(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="32" d="M112.91 128A191.85 191.85 0 0 0 64 254c-1.18 106.35 85.65 193.8 192 194c106.2.2 192-85.83 192-192c0-104.54-83.55-189.61-187.5-192a4.36 4.36 0 0 0-4.5 4.37V152"/><path fill="currentColor" d="m233.38 278.63l-79-113a8.13 8.13 0 0 1 11.32-11.32l113 79a32.5 32.5 0 0 1-37.25 53.26a33.2 33.2 0 0 1-8.07-7.94"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32" d="M112.91 128A191.85 191.85 0 0 0 64 254c-1.18 106.35 85.65 193.8 192 194c106.2.2 192-85.83 192-192c0-104.54-83.55-189.61-187.5-192a4.36 4.36 0 0 0-4.5 4.37V152"/><path fill="currentColor" d="m233.38 278.63l-79-113a8.13 8.13 0 0 1 11.32-11.32l113 79a32.5 32.5 0 0 1-37.25 53.26a33.2 33.2 0 0 1-8.07-7.94"/></svg> </template>
CSS
.icon-timer-outline {
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%20512%20512%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%2232%22%20d%3D%22M112.91%20128A191.85%20191.85%200%200%200%2064%20254c-1.18%20106.35%2085.65%20193.8%20192%20194c106.2.2%20192-85.83%20192-192c0-104.54-83.55-189.61-187.5-192a4.36%204.36%200%200%200-4.5%204.37V152%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m233.38%20278.63l-79-113a8.13%208.13%200%200%201%2011.32-11.32l113%2079a32.5%2032.5%200%200%201-37.25%2053.26a33.2%2033.2%200%200%201-8.07-7.94%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%20512%20512%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%2232%22%20d%3D%22M112.91%20128A191.85%20191.85%200%200%200%2064%20254c-1.18%20106.35%2085.65%20193.8%20192%20194c106.2.2%20192-85.83%20192-192c0-104.54-83.55-189.61-187.5-192a4.36%204.36%200%200%200-4.5%204.37V152%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m233.38%20278.63l-79-113a8.13%208.13%200%200%201%2011.32-11.32l113%2079a32.5%2032.5%200%200%201-37.25%2053.26a33.2%2033.2%200%200%201-8.07-7.94%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ion/timer-outline.svg?color=%231a73e8&size=48