timer icon
timer from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.
- Name
- timer
- Set
- IonIcons
- Style
- Regular
- 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="currentColor" d="M256 48C141.12 48 48 141.12 48 256s93.12 208 208 208s208-93.12 208-208S370.88 48 256 48m-82.33 114.34l105 71a32.5 32.5 0 0 1-37.25 53.26a33.2 33.2 0 0 1-8-8l-71-105a8.13 8.13 0 0 1 11.32-11.32ZM256 432c-97 0-176-78.95-176-176a174.55 174.55 0 0 1 53.87-126.72a14.15 14.15 0 1 1 19.64 20.37A146.53 146.53 0 0 0 108.3 256c0 81.44 66.26 147.7 147.7 147.7S403.7 337.44 403.7 256c0-76.67-58.72-139.88-133.55-147v55a14.15 14.15 0 1 1-28.3 0V94.15A14.15 14.15 0 0 1 256 80c97.05 0 176 79 176 176s-78.95 176-176 176"/></svg>
React
import type { SVGProps } from "react";
export function IonTimer(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M256 48C141.12 48 48 141.12 48 256s93.12 208 208 208s208-93.12 208-208S370.88 48 256 48m-82.33 114.34l105 71a32.5 32.5 0 0 1-37.25 53.26a33.2 33.2 0 0 1-8-8l-71-105a8.13 8.13 0 0 1 11.32-11.32ZM256 432c-97 0-176-78.95-176-176a174.55 174.55 0 0 1 53.87-126.72a14.15 14.15 0 1 1 19.64 20.37A146.53 146.53 0 0 0 108.3 256c0 81.44 66.26 147.7 147.7 147.7S403.7 337.44 403.7 256c0-76.67-58.72-139.88-133.55-147v55a14.15 14.15 0 1 1-28.3 0V94.15A14.15 14.15 0 0 1 256 80c97.05 0 176 79 176 176s-78.95 176-176 176"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M256 48C141.12 48 48 141.12 48 256s93.12 208 208 208s208-93.12 208-208S370.88 48 256 48m-82.33 114.34l105 71a32.5 32.5 0 0 1-37.25 53.26a33.2 33.2 0 0 1-8-8l-71-105a8.13 8.13 0 0 1 11.32-11.32ZM256 432c-97 0-176-78.95-176-176a174.55 174.55 0 0 1 53.87-126.72a14.15 14.15 0 1 1 19.64 20.37A146.53 146.53 0 0 0 108.3 256c0 81.44 66.26 147.7 147.7 147.7S403.7 337.44 403.7 256c0-76.67-58.72-139.88-133.55-147v55a14.15 14.15 0 1 1-28.3 0V94.15A14.15 14.15 0 0 1 256 80c97.05 0 176 79 176 176s-78.95 176-176 176"/></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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M256%2048C141.12%2048%2048%20141.12%2048%20256s93.12%20208%20208%20208s208-93.12%20208-208S370.88%2048%20256%2048m-82.33%20114.34l105%2071a32.5%2032.5%200%200%201-37.25%2053.26a33.2%2033.2%200%200%201-8-8l-71-105a8.13%208.13%200%200%201%2011.32-11.32ZM256%20432c-97%200-176-78.95-176-176a174.55%20174.55%200%200%201%2053.87-126.72a14.15%2014.15%200%201%201%2019.64%2020.37A146.53%20146.53%200%200%200%20108.3%20256c0%2081.44%2066.26%20147.7%20147.7%20147.7S403.7%20337.44%20403.7%20256c0-76.67-58.72-139.88-133.55-147v55a14.15%2014.15%200%201%201-28.3%200V94.15A14.15%2014.15%200%200%201%20256%2080c97.05%200%20176%2079%20176%20176s-78.95%20176-176%20176%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%22currentColor%22%20d%3D%22M256%2048C141.12%2048%2048%20141.12%2048%20256s93.12%20208%20208%20208s208-93.12%20208-208S370.88%2048%20256%2048m-82.33%20114.34l105%2071a32.5%2032.5%200%200%201-37.25%2053.26a33.2%2033.2%200%200%201-8-8l-71-105a8.13%208.13%200%200%201%2011.32-11.32ZM256%20432c-97%200-176-78.95-176-176a174.55%20174.55%200%200%201%2053.87-126.72a14.15%2014.15%200%201%201%2019.64%2020.37A146.53%20146.53%200%200%200%20108.3%20256c0%2081.44%2066.26%20147.7%20147.7%20147.7S403.7%20337.44%20403.7%20256c0-76.67-58.72-139.88-133.55-147v55a14.15%2014.15%200%201%201-28.3%200V94.15A14.15%2014.15%200%200%201%20256%2080c97.05%200%20176%2079%20176%20176s-78.95%20176-176%20176%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ion/timer.svg?color=%231a73e8&size=48