chronometer icon

chronometer-f from Jam Icons by Michael Amprimo · Filled · MIT Free for personal and commercial use.

Name
chronometer-f
Set
Jam Icons
Style
Filled
Viewbox
24×24
License
MIT

1 other variant in Jam Icons

Use the chronometer icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-5 -3 24 24"><path fill="currentColor" d="M8 11V8a1 1 0 1 0-2 0v4a1 1 0 0 0 1 1h3a1 1 0 0 0 0-2zm-1 7A6 6 0 1 1 7 6a6 6 0 0 1 0 12M9.928 4.553A8 8 0 0 0 7 4a8 8 0 0 0-2.928.553A2.5 2.5 0 0 1 5.5 0h3a2.5 2.5 0 0 1 1.428 4.553M5.5 2a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1zm5.554 3.101a1.5 1.5 0 1 1 2.077 1.76a8 8 0 0 0-2.077-1.76M.869 6.861a1.5 1.5 0 1 1 2.077-1.76A8 8 0 0 0 .87 6.861z"/></svg>

React

import type { SVGProps } from "react";

export function JamChronometerF(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-5 -3 24 24"><path fill="currentColor" d="M8 11V8a1 1 0 1 0-2 0v4a1 1 0 0 0 1 1h3a1 1 0 0 0 0-2zm-1 7A6 6 0 1 1 7 6a6 6 0 0 1 0 12M9.928 4.553A8 8 0 0 0 7 4a8 8 0 0 0-2.928.553A2.5 2.5 0 0 1 5.5 0h3a2.5 2.5 0 0 1 1.428 4.553M5.5 2a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1zm5.554 3.101a1.5 1.5 0 1 1 2.077 1.76a8 8 0 0 0-2.077-1.76M.869 6.861a1.5 1.5 0 1 1 2.077-1.76A8 8 0 0 0 .87 6.861z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-5 -3 24 24"><path fill="currentColor" d="M8 11V8a1 1 0 1 0-2 0v4a1 1 0 0 0 1 1h3a1 1 0 0 0 0-2zm-1 7A6 6 0 1 1 7 6a6 6 0 0 1 0 12M9.928 4.553A8 8 0 0 0 7 4a8 8 0 0 0-2.928.553A2.5 2.5 0 0 1 5.5 0h3a2.5 2.5 0 0 1 1.428 4.553M5.5 2a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1zm5.554 3.101a1.5 1.5 0 1 1 2.077 1.76a8 8 0 0 0-2.077-1.76M.869 6.861a1.5 1.5 0 1 1 2.077-1.76A8 8 0 0 0 .87 6.861z"/></svg>
</template>

CSS

.icon-chronometer-f {
  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%22-5%20-3%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8%2011V8a1%201%200%201%200-2%200v4a1%201%200%200%200%201%201h3a1%201%200%200%200%200-2zm-1%207A6%206%200%201%201%207%206a6%206%200%200%201%200%2012M9.928%204.553A8%208%200%200%200%207%204a8%208%200%200%200-2.928.553A2.5%202.5%200%200%201%205.5%200h3a2.5%202.5%200%200%201%201.428%204.553M5.5%202a.5.5%200%200%200%200%201h3a.5.5%200%200%200%200-1zm5.554%203.101a1.5%201.5%200%201%201%202.077%201.76a8%208%200%200%200-2.077-1.76M.869%206.861a1.5%201.5%200%201%201%202.077-1.76A8%208%200%200%200%20.87%206.861z%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%22-5%20-3%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8%2011V8a1%201%200%201%200-2%200v4a1%201%200%200%200%201%201h3a1%201%200%200%200%200-2zm-1%207A6%206%200%201%201%207%206a6%206%200%200%201%200%2012M9.928%204.553A8%208%200%200%200%207%204a8%208%200%200%200-2.928.553A2.5%202.5%200%200%201%205.5%200h3a2.5%202.5%200%200%201%201.428%204.553M5.5%202a.5.5%200%200%200%200%201h3a.5.5%200%200%200%200-1zm5.554%203.101a1.5%201.5%200%201%201%202.077%201.76a8%208%200%200%200-2.077-1.76M.869%206.861a1.5%201.5%200%201%201%202.077-1.76A8%208%200%200%200%20.87%206.861z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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