timer-sync from Material Design Icons by Pictogrammers · Filled · Date / Time · Apache-2.0 Free for personal and commercial use.

Name
timer-sync
Set
Material Design Icons
Style
Filled
Category
Date / Time
Viewbox
24×24
License
Apache 2.0
Aliases
stopwatch-sync

1 other variant in Material Design Icons

More date / time icons from Material Design Icons

Use the timer sync icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15 3H9V1h6zm-2 14.5c0 1.58.56 3 1.5 4.15c-.8.22-1.63.35-2.5.35a9 9 0 0 1 0-18c2.12 0 4.07.74 5.62 2l1.42-1.44c.51.44.96.9 1.41 1.41l-1.42 1.42a9 9 0 0 1 1.77 3.74A6.5 6.5 0 0 0 13 17.5M13 7h-2v7h2zm6 6.5V12l-2.25 2.25L19 16.5V15a2.5 2.5 0 0 1 2.5 2.5c0 .4-.09.78-.26 1.12l1.09 1.09c.42-.63.67-1.39.67-2.21c0-2.21-1.79-4-4-4m0 6.5a2.5 2.5 0 0 1-2.5-2.5c0-.4.09-.78.26-1.12l-1.09-1.09c-.42.63-.67 1.39-.67 2.21c0 2.21 1.79 4 4 4V23l2.25-2.25L19 18.5z"/></svg>

React

import type { SVGProps } from "react";

export function MdiTimerSync(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="M15 3H9V1h6zm-2 14.5c0 1.58.56 3 1.5 4.15c-.8.22-1.63.35-2.5.35a9 9 0 0 1 0-18c2.12 0 4.07.74 5.62 2l1.42-1.44c.51.44.96.9 1.41 1.41l-1.42 1.42a9 9 0 0 1 1.77 3.74A6.5 6.5 0 0 0 13 17.5M13 7h-2v7h2zm6 6.5V12l-2.25 2.25L19 16.5V15a2.5 2.5 0 0 1 2.5 2.5c0 .4-.09.78-.26 1.12l1.09 1.09c.42-.63.67-1.39.67-2.21c0-2.21-1.79-4-4-4m0 6.5a2.5 2.5 0 0 1-2.5-2.5c0-.4.09-.78.26-1.12l-1.09-1.09c-.42.63-.67 1.39-.67 2.21c0 2.21 1.79 4 4 4V23l2.25-2.25L19 18.5z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15 3H9V1h6zm-2 14.5c0 1.58.56 3 1.5 4.15c-.8.22-1.63.35-2.5.35a9 9 0 0 1 0-18c2.12 0 4.07.74 5.62 2l1.42-1.44c.51.44.96.9 1.41 1.41l-1.42 1.42a9 9 0 0 1 1.77 3.74A6.5 6.5 0 0 0 13 17.5M13 7h-2v7h2zm6 6.5V12l-2.25 2.25L19 16.5V15a2.5 2.5 0 0 1 2.5 2.5c0 .4-.09.78-.26 1.12l1.09 1.09c.42-.63.67-1.39.67-2.21c0-2.21-1.79-4-4-4m0 6.5a2.5 2.5 0 0 1-2.5-2.5c0-.4.09-.78.26-1.12l-1.09-1.09c-.42.63-.67 1.39-.67 2.21c0 2.21 1.79 4 4 4V23l2.25-2.25L19 18.5z"/></svg>
</template>

CSS

.icon-timer-sync {
  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%22M15%203H9V1h6zm-2%2014.5c0%201.58.56%203%201.5%204.15c-.8.22-1.63.35-2.5.35a9%209%200%200%201%200-18c2.12%200%204.07.74%205.62%202l1.42-1.44c.51.44.96.9%201.41%201.41l-1.42%201.42a9%209%200%200%201%201.77%203.74A6.5%206.5%200%200%200%2013%2017.5M13%207h-2v7h2zm6%206.5V12l-2.25%202.25L19%2016.5V15a2.5%202.5%200%200%201%202.5%202.5c0%20.4-.09.78-.26%201.12l1.09%201.09c.42-.63.67-1.39.67-2.21c0-2.21-1.79-4-4-4m0%206.5a2.5%202.5%200%200%201-2.5-2.5c0-.4.09-.78.26-1.12l-1.09-1.09c-.42.63-.67%201.39-.67%202.21c0%202.21%201.79%204%204%204V23l2.25-2.25L19%2018.5z%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%22M15%203H9V1h6zm-2%2014.5c0%201.58.56%203%201.5%204.15c-.8.22-1.63.35-2.5.35a9%209%200%200%201%200-18c2.12%200%204.07.74%205.62%202l1.42-1.44c.51.44.96.9%201.41%201.41l-1.42%201.42a9%209%200%200%201%201.77%203.74A6.5%206.5%200%200%200%2013%2017.5M13%207h-2v7h2zm6%206.5V12l-2.25%202.25L19%2016.5V15a2.5%202.5%200%200%201%202.5%202.5c0%20.4-.09.78-.26%201.12l1.09%201.09c.42-.63.67-1.39.67-2.21c0-2.21-1.79-4-4-4m0%206.5a2.5%202.5%200%200%201-2.5-2.5c0-.4.09-.78.26-1.12l-1.09-1.09c-.42.63-.67%201.39-.67%202.21c0%202.21%201.79%204%204%204V23l2.25-2.25L19%2018.5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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