stopwatch from Bootstrap Icons by The Bootstrap Authors · Outline · MIT Free for personal and commercial use.

Name
stopwatch
Set
Bootstrap Icons
Style
Outline
Viewbox
16×16
License
MIT

1 other variant in Bootstrap Icons

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 16 16"><g fill="currentColor"><path d="M8.5 5.6a.5.5 0 1 0-1 0v2.9h-3a.5.5 0 0 0 0 1H8a.5.5 0 0 0 .5-.5z"/><path d="M6.5 1A.5.5 0 0 1 7 .5h2a.5.5 0 0 1 0 1v.57c1.36.196 2.594.78 3.584 1.64l.012-.013l.354-.354l-.354-.353a.5.5 0 0 1 .707-.708l1.414 1.415a.5.5 0 1 1-.707.707l-.353-.354l-.354.354l-.013.012A7 7 0 1 1 7 2.071V1.5a.5.5 0 0 1-.5-.5M8 3a6 6 0 1 0 .001 12A6 6 0 0 0 8 3"/></g></svg>

React

import type { SVGProps } from "react";

export function BiStopwatch(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor"><path d="M8.5 5.6a.5.5 0 1 0-1 0v2.9h-3a.5.5 0 0 0 0 1H8a.5.5 0 0 0 .5-.5z"/><path d="M6.5 1A.5.5 0 0 1 7 .5h2a.5.5 0 0 1 0 1v.57c1.36.196 2.594.78 3.584 1.64l.012-.013l.354-.354l-.354-.353a.5.5 0 0 1 .707-.708l1.414 1.415a.5.5 0 1 1-.707.707l-.353-.354l-.354.354l-.013.012A7 7 0 1 1 7 2.071V1.5a.5.5 0 0 1-.5-.5M8 3a6 6 0 1 0 .001 12A6 6 0 0 0 8 3"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor"><path d="M8.5 5.6a.5.5 0 1 0-1 0v2.9h-3a.5.5 0 0 0 0 1H8a.5.5 0 0 0 .5-.5z"/><path d="M6.5 1A.5.5 0 0 1 7 .5h2a.5.5 0 0 1 0 1v.57c1.36.196 2.594.78 3.584 1.64l.012-.013l.354-.354l-.354-.353a.5.5 0 0 1 .707-.708l1.414 1.415a.5.5 0 1 1-.707.707l-.353-.354l-.354.354l-.013.012A7 7 0 1 1 7 2.071V1.5a.5.5 0 0 1-.5-.5M8 3a6 6 0 1 0 .001 12A6 6 0 0 0 8 3"/></g></svg>
</template>

CSS

.icon-stopwatch {
  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%2016%2016%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M8.5%205.6a.5.5%200%201%200-1%200v2.9h-3a.5.5%200%200%200%200%201H8a.5.5%200%200%200%20.5-.5z%22%2F%3E%3Cpath%20d%3D%22M6.5%201A.5.5%200%200%201%207%20.5h2a.5.5%200%200%201%200%201v.57c1.36.196%202.594.78%203.584%201.64l.012-.013l.354-.354l-.354-.353a.5.5%200%200%201%20.707-.708l1.414%201.415a.5.5%200%201%201-.707.707l-.353-.354l-.354.354l-.013.012A7%207%200%201%201%207%202.071V1.5a.5.5%200%200%201-.5-.5M8%203a6%206%200%201%200%20.001%2012A6%206%200%200%200%208%203%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%2016%2016%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M8.5%205.6a.5.5%200%201%200-1%200v2.9h-3a.5.5%200%200%200%200%201H8a.5.5%200%200%200%20.5-.5z%22%2F%3E%3Cpath%20d%3D%22M6.5%201A.5.5%200%200%201%207%20.5h2a.5.5%200%200%201%200%201v.57c1.36.196%202.594.78%203.584%201.64l.012-.013l.354-.354l-.354-.353a.5.5%200%200%201%20.707-.708l1.414%201.415a.5.5%200%201%201-.707.707l-.353-.354l-.354.354l-.013.012A7%207%200%201%201%207%202.071V1.5a.5.5%200%200%201-.5-.5M8%203a6%206%200%201%200%20.001%2012A6%206%200%200%200%208%203%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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