timer-sharp from IonIcons by Ben Sperry · Sharp · MIT Free for personal and commercial use.

Name
timer-sharp
Set
IonIcons
Style
Sharp
Viewbox
512×512
License
MIT

2 other variants in IonIcons

The same icon in other sets

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 48m0 384c-97 0-176-78.95-176-176a174.55 174.55 0 0 1 53.87-126.72L279 233l-19 30l-125-91c-13 23-26.7 46-26.7 84c0 81.44 66.26 147.7 147.7 147.7S403.7 337.44 403.7 256c0-76.67-58.72-139.88-133.55-147v55h-28.3V79.89c4.24.07 8.94.11 14.15.11c97.05 0 176 79 176 176s-78.95 176-176 176"/></svg>

React

import type { SVGProps } from "react";

export function IonTimerSharp(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 48m0 384c-97 0-176-78.95-176-176a174.55 174.55 0 0 1 53.87-126.72L279 233l-19 30l-125-91c-13 23-26.7 46-26.7 84c0 81.44 66.26 147.7 147.7 147.7S403.7 337.44 403.7 256c0-76.67-58.72-139.88-133.55-147v55h-28.3V79.89c4.24.07 8.94.11 14.15.11c97.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 48m0 384c-97 0-176-78.95-176-176a174.55 174.55 0 0 1 53.87-126.72L279 233l-19 30l-125-91c-13 23-26.7 46-26.7 84c0 81.44 66.26 147.7 147.7 147.7S403.7 337.44 403.7 256c0-76.67-58.72-139.88-133.55-147v55h-28.3V79.89c4.24.07 8.94.11 14.15.11c97.05 0 176 79 176 176s-78.95 176-176 176"/></svg>
</template>

CSS

.icon-timer-sharp {
  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%2048m0%20384c-97%200-176-78.95-176-176a174.55%20174.55%200%200%201%2053.87-126.72L279%20233l-19%2030l-125-91c-13%2023-26.7%2046-26.7%2084c0%2081.44%2066.26%20147.7%20147.7%20147.7S403.7%20337.44%20403.7%20256c0-76.67-58.72-139.88-133.55-147v55h-28.3V79.89c4.24.07%208.94.11%2014.15.11c97.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%2048m0%20384c-97%200-176-78.95-176-176a174.55%20174.55%200%200%201%2053.87-126.72L279%20233l-19%2030l-125-91c-13%2023-26.7%2046-26.7%2084c0%2081.44%2066.26%20147.7%20147.7%20147.7S403.7%20337.44%20403.7%20256c0-76.67-58.72-139.88-133.55-147v55h-28.3V79.89c4.24.07%208.94.11%2014.15.11c97.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-sharp.svg?color=%231a73e8&size=48