timer-filled from Reicon by REICON · Filled · Time · MIT Free for personal and commercial use.

Name
timer-filled
Set
Reicon
Style
Filled
Category
Time
Viewbox
24×24
License
MIT

1 other variant in Reicon

The same icon in other sets

All timer icons →

More time icons from Reicon

Use the timer icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M12 1.333a1 1 0 0 0-1 1v3.334a1 1 0 0 0 2 0V3.39c4.31.497 7.667 4.168 7.667 8.609c0 4.779-3.888 8.667-8.667 8.667S3.333 16.779 3.333 12c0-2.315.902-4.492 2.539-6.128a1 1 0 1 0-1.415-1.415A10.6 10.6 0 0 0 1.333 12c0 5.881 4.786 10.667 10.667 10.667S22.667 17.88 22.667 12S17.88 1.333 12 1.333"/><path fill-rule="evenodd" d="M7.293 7.293a1 1 0 0 1 1.414 0l4 4a1 1 0 0 1-1.414 1.414l-4-4a1 1 0 0 1 0-1.414" clip-rule="evenodd"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconTimerFilled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M12 1.333a1 1 0 0 0-1 1v3.334a1 1 0 0 0 2 0V3.39c4.31.497 7.667 4.168 7.667 8.609c0 4.779-3.888 8.667-8.667 8.667S3.333 16.779 3.333 12c0-2.315.902-4.492 2.539-6.128a1 1 0 1 0-1.415-1.415A10.6 10.6 0 0 0 1.333 12c0 5.881 4.786 10.667 10.667 10.667S22.667 17.88 22.667 12S17.88 1.333 12 1.333"/><path fillRule="evenodd" d="M7.293 7.293a1 1 0 0 1 1.414 0l4 4a1 1 0 0 1-1.414 1.414l-4-4a1 1 0 0 1 0-1.414" clipRule="evenodd"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M12 1.333a1 1 0 0 0-1 1v3.334a1 1 0 0 0 2 0V3.39c4.31.497 7.667 4.168 7.667 8.609c0 4.779-3.888 8.667-8.667 8.667S3.333 16.779 3.333 12c0-2.315.902-4.492 2.539-6.128a1 1 0 1 0-1.415-1.415A10.6 10.6 0 0 0 1.333 12c0 5.881 4.786 10.667 10.667 10.667S22.667 17.88 22.667 12S17.88 1.333 12 1.333"/><path fill-rule="evenodd" d="M7.293 7.293a1 1 0 0 1 1.414 0l4 4a1 1 0 0 1-1.414 1.414l-4-4a1 1 0 0 1 0-1.414" clip-rule="evenodd"/></g></svg>
</template>

CSS

.icon-timer-filled {
  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%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M12%201.333a1%201%200%200%200-1%201v3.334a1%201%200%200%200%202%200V3.39c4.31.497%207.667%204.168%207.667%208.609c0%204.779-3.888%208.667-8.667%208.667S3.333%2016.779%203.333%2012c0-2.315.902-4.492%202.539-6.128a1%201%200%201%200-1.415-1.415A10.6%2010.6%200%200%200%201.333%2012c0%205.881%204.786%2010.667%2010.667%2010.667S22.667%2017.88%2022.667%2012S17.88%201.333%2012%201.333%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M7.293%207.293a1%201%200%200%201%201.414%200l4%204a1%201%200%200%201-1.414%201.414l-4-4a1%201%200%200%201%200-1.414%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%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%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M12%201.333a1%201%200%200%200-1%201v3.334a1%201%200%200%200%202%200V3.39c4.31.497%207.667%204.168%207.667%208.609c0%204.779-3.888%208.667-8.667%208.667S3.333%2016.779%203.333%2012c0-2.315.902-4.492%202.539-6.128a1%201%200%201%200-1.415-1.415A10.6%2010.6%200%200%200%201.333%2012c0%205.881%204.786%2010.667%2010.667%2010.667S22.667%2017.88%2022.667%2012S17.88%201.333%2012%201.333%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M7.293%207.293a1%201%200%200%201%201.414%200l4%204a1%201%200%200%201-1.414%201.414l-4-4a1%201%200%200%201%200-1.414%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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