timer alt icon

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

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

1 other variant in Reicon

More newicons icons from Reicon

Use the timer alt icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.39 15.67L13.35 12h-2.71L6.6 15.67a3.6 3.6 0 0 0-.95 4.01A3.63 3.63 0 0 0 9.05 22h5.89c1.52 0 2.85-.91 3.4-2.32c.55-1.42.18-2.99-.95-4.01m-3.57 2.47h-3.64a.68.68 0 0 1-.68-.68c0-.37.31-.68.68-.68h3.64c.38 0 .68.31.68.68s-.31.68-.68.68m4.53-13.82A3.63 3.63 0 0 0 14.95 2h-5.9a3.63 3.63 0 0 0-2.44 6.33L10.65 12h2.71l4.04-3.67a3.635 3.635 0 0 0 .95-4.01m-4.53 2.91h-3.64a.68.68 0 0 1-.68-.68c0-.37.31-.68.68-.68h3.64c.38 0 .68.31.68.68s-.31.68-.68.68"/></svg>

React

import type { SVGProps } from "react";

export function ReiconTimerAltFilled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.39 15.67L13.35 12h-2.71L6.6 15.67a3.6 3.6 0 0 0-.95 4.01A3.63 3.63 0 0 0 9.05 22h5.89c1.52 0 2.85-.91 3.4-2.32c.55-1.42.18-2.99-.95-4.01m-3.57 2.47h-3.64a.68.68 0 0 1-.68-.68c0-.37.31-.68.68-.68h3.64c.38 0 .68.31.68.68s-.31.68-.68.68m4.53-13.82A3.63 3.63 0 0 0 14.95 2h-5.9a3.63 3.63 0 0 0-2.44 6.33L10.65 12h2.71l4.04-3.67a3.635 3.635 0 0 0 .95-4.01m-4.53 2.91h-3.64a.68.68 0 0 1-.68-.68c0-.37.31-.68.68-.68h3.64c.38 0 .68.31.68.68s-.31.68-.68.68"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.39 15.67L13.35 12h-2.71L6.6 15.67a3.6 3.6 0 0 0-.95 4.01A3.63 3.63 0 0 0 9.05 22h5.89c1.52 0 2.85-.91 3.4-2.32c.55-1.42.18-2.99-.95-4.01m-3.57 2.47h-3.64a.68.68 0 0 1-.68-.68c0-.37.31-.68.68-.68h3.64c.38 0 .68.31.68.68s-.31.68-.68.68m4.53-13.82A3.63 3.63 0 0 0 14.95 2h-5.9a3.63 3.63 0 0 0-2.44 6.33L10.65 12h2.71l4.04-3.67a3.635 3.635 0 0 0 .95-4.01m-4.53 2.91h-3.64a.68.68 0 0 1-.68-.68c0-.37.31-.68.68-.68h3.64c.38 0 .68.31.68.68s-.31.68-.68.68"/></svg>
</template>

CSS

.icon-timer-alt-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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17.39%2015.67L13.35%2012h-2.71L6.6%2015.67a3.6%203.6%200%200%200-.95%204.01A3.63%203.63%200%200%200%209.05%2022h5.89c1.52%200%202.85-.91%203.4-2.32c.55-1.42.18-2.99-.95-4.01m-3.57%202.47h-3.64a.68.68%200%200%201-.68-.68c0-.37.31-.68.68-.68h3.64c.38%200%20.68.31.68.68s-.31.68-.68.68m4.53-13.82A3.63%203.63%200%200%200%2014.95%202h-5.9a3.63%203.63%200%200%200-2.44%206.33L10.65%2012h2.71l4.04-3.67a3.635%203.635%200%200%200%20.95-4.01m-4.53%202.91h-3.64a.68.68%200%200%201-.68-.68c0-.37.31-.68.68-.68h3.64c.38%200%20.68.31.68.68s-.31.68-.68.68%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17.39%2015.67L13.35%2012h-2.71L6.6%2015.67a3.6%203.6%200%200%200-.95%204.01A3.63%203.63%200%200%200%209.05%2022h5.89c1.52%200%202.85-.91%203.4-2.32c.55-1.42.18-2.99-.95-4.01m-3.57%202.47h-3.64a.68.68%200%200%201-.68-.68c0-.37.31-.68.68-.68h3.64c.38%200%20.68.31.68.68s-.31.68-.68.68m4.53-13.82A3.63%203.63%200%200%200%2014.95%202h-5.9a3.63%203.63%200%200%200-2.44%206.33L10.65%2012h2.71l4.04-3.67a3.635%203.635%200%200%200%20.95-4.01m-4.53%202.91h-3.64a.68.68%200%200%201-.68-.68c0-.37.31-.68.68-.68h3.64c.38%200%20.68.31.68.68s-.31.68-.68.68%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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