stopwatch icon

stopwatch-24 from Octicons by GitHub · 24 · MIT Free for personal and commercial use.

Name
stopwatch-24
Set
Octicons
Style
24
Viewbox
24×24
License
MIT

1 other variant in Octicons

The same icon in other sets

Use the stopwatch icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.25 0h3.5a.75.75 0 0 1 0 1.5h-1v1.278a9.95 9.95 0 0 1 5.636 2.276L19.72 3.72a.75.75 0 0 1 1.042.018a.75.75 0 0 1 .018 1.042l-1.315 1.316A9.96 9.96 0 0 1 22 12.75c0 5.523-4.477 10-10 10s-10-4.477-10-10a9.96 9.96 0 0 1 2.535-6.654L3.22 4.78a.75.75 0 0 1 .018-1.042a.75.75 0 0 1 1.042-.018l1.335 1.334a9.96 9.96 0 0 1 5.635-2.276V1.5h-1a.75.75 0 0 1 0-1.5M12 21.25a8.5 8.5 0 1 0-.001-17.001A8.5 8.5 0 0 0 12 21.25m4.03-12.53a.75.75 0 0 1 0 1.06l-2.381 2.382a1.75 1.75 0 1 1-1.06-1.06l2.38-2.382a.75.75 0 0 1 1.061 0"/></svg>

React

import type { SVGProps } from "react";

export function OcticonStopwatch24(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="M10.25 0h3.5a.75.75 0 0 1 0 1.5h-1v1.278a9.95 9.95 0 0 1 5.636 2.276L19.72 3.72a.75.75 0 0 1 1.042.018a.75.75 0 0 1 .018 1.042l-1.315 1.316A9.96 9.96 0 0 1 22 12.75c0 5.523-4.477 10-10 10s-10-4.477-10-10a9.96 9.96 0 0 1 2.535-6.654L3.22 4.78a.75.75 0 0 1 .018-1.042a.75.75 0 0 1 1.042-.018l1.335 1.334a9.96 9.96 0 0 1 5.635-2.276V1.5h-1a.75.75 0 0 1 0-1.5M12 21.25a8.5 8.5 0 1 0-.001-17.001A8.5 8.5 0 0 0 12 21.25m4.03-12.53a.75.75 0 0 1 0 1.06l-2.381 2.382a1.75 1.75 0 1 1-1.06-1.06l2.38-2.382a.75.75 0 0 1 1.061 0"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.25 0h3.5a.75.75 0 0 1 0 1.5h-1v1.278a9.95 9.95 0 0 1 5.636 2.276L19.72 3.72a.75.75 0 0 1 1.042.018a.75.75 0 0 1 .018 1.042l-1.315 1.316A9.96 9.96 0 0 1 22 12.75c0 5.523-4.477 10-10 10s-10-4.477-10-10a9.96 9.96 0 0 1 2.535-6.654L3.22 4.78a.75.75 0 0 1 .018-1.042a.75.75 0 0 1 1.042-.018l1.335 1.334a9.96 9.96 0 0 1 5.635-2.276V1.5h-1a.75.75 0 0 1 0-1.5M12 21.25a8.5 8.5 0 1 0-.001-17.001A8.5 8.5 0 0 0 12 21.25m4.03-12.53a.75.75 0 0 1 0 1.06l-2.381 2.382a1.75 1.75 0 1 1-1.06-1.06l2.38-2.382a.75.75 0 0 1 1.061 0"/></svg>
</template>

CSS

.icon-stopwatch-24 {
  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%22M10.25%200h3.5a.75.75%200%200%201%200%201.5h-1v1.278a9.95%209.95%200%200%201%205.636%202.276L19.72%203.72a.75.75%200%200%201%201.042.018a.75.75%200%200%201%20.018%201.042l-1.315%201.316A9.96%209.96%200%200%201%2022%2012.75c0%205.523-4.477%2010-10%2010s-10-4.477-10-10a9.96%209.96%200%200%201%202.535-6.654L3.22%204.78a.75.75%200%200%201%20.018-1.042a.75.75%200%200%201%201.042-.018l1.335%201.334a9.96%209.96%200%200%201%205.635-2.276V1.5h-1a.75.75%200%200%201%200-1.5M12%2021.25a8.5%208.5%200%201%200-.001-17.001A8.5%208.5%200%200%200%2012%2021.25m4.03-12.53a.75.75%200%200%201%200%201.06l-2.381%202.382a1.75%201.75%200%201%201-1.06-1.06l2.38-2.382a.75.75%200%200%201%201.061%200%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%22M10.25%200h3.5a.75.75%200%200%201%200%201.5h-1v1.278a9.95%209.95%200%200%201%205.636%202.276L19.72%203.72a.75.75%200%200%201%201.042.018a.75.75%200%200%201%20.018%201.042l-1.315%201.316A9.96%209.96%200%200%201%2022%2012.75c0%205.523-4.477%2010-10%2010s-10-4.477-10-10a9.96%209.96%200%200%201%202.535-6.654L3.22%204.78a.75.75%200%200%201%20.018-1.042a.75.75%200%200%201%201.042-.018l1.335%201.334a9.96%209.96%200%200%201%205.635-2.276V1.5h-1a.75.75%200%200%201%200-1.5M12%2021.25a8.5%208.5%200%201%200-.001-17.001A8.5%208.5%200%200%200%2012%2021.25m4.03-12.53a.75.75%200%200%201%200%201.06l-2.381%202.382a1.75%201.75%200%201%201-1.06-1.06l2.38-2.382a.75.75%200%200%201%201.061%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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