stopwatch icon

stopwatch from Unicons by Iconscout · Line · Time · Apache-2.0 Free for personal and commercial use.

Name
stopwatch
Set
Unicons
Style
Line
Category
Time
Viewbox
24×24
License
Apache 2.0

The same icon in other sets

More time icons from Unicons

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="m18.3 8.59l.91-.9a1 1 0 0 0-1.42-1.42l-.9.91a8 8 0 0 0-9.79 0l-.91-.92a1 1 0 0 0-1.42 1.43l.92.91A7.92 7.92 0 0 0 4 13.5a8 8 0 1 0 14.3-4.91M12 19.5a6 6 0 1 1 6-6a6 6 0 0 1-6 6m-2-15h4a1 1 0 0 0 0-2h-4a1 1 0 0 0 0 2m3 6a1 1 0 0 0-2 0v1.89a1.5 1.5 0 1 0 2 0Z"/></svg>

React

import type { SVGProps } from "react";

export function UilStopwatch(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="m18.3 8.59l.91-.9a1 1 0 0 0-1.42-1.42l-.9.91a8 8 0 0 0-9.79 0l-.91-.92a1 1 0 0 0-1.42 1.43l.92.91A7.92 7.92 0 0 0 4 13.5a8 8 0 1 0 14.3-4.91M12 19.5a6 6 0 1 1 6-6a6 6 0 0 1-6 6m-2-15h4a1 1 0 0 0 0-2h-4a1 1 0 0 0 0 2m3 6a1 1 0 0 0-2 0v1.89a1.5 1.5 0 1 0 2 0Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m18.3 8.59l.91-.9a1 1 0 0 0-1.42-1.42l-.9.91a8 8 0 0 0-9.79 0l-.91-.92a1 1 0 0 0-1.42 1.43l.92.91A7.92 7.92 0 0 0 4 13.5a8 8 0 1 0 14.3-4.91M12 19.5a6 6 0 1 1 6-6a6 6 0 0 1-6 6m-2-15h4a1 1 0 0 0 0-2h-4a1 1 0 0 0 0 2m3 6a1 1 0 0 0-2 0v1.89a1.5 1.5 0 1 0 2 0Z"/></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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m18.3%208.59l.91-.9a1%201%200%200%200-1.42-1.42l-.9.91a8%208%200%200%200-9.79%200l-.91-.92a1%201%200%200%200-1.42%201.43l.92.91A7.92%207.92%200%200%200%204%2013.5a8%208%200%201%200%2014.3-4.91M12%2019.5a6%206%200%201%201%206-6a6%206%200%200%201-6%206m-2-15h4a1%201%200%200%200%200-2h-4a1%201%200%200%200%200%202m3%206a1%201%200%200%200-2%200v1.89a1.5%201.5%200%201%200%202%200Z%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%22m18.3%208.59l.91-.9a1%201%200%200%200-1.42-1.42l-.9.91a8%208%200%200%200-9.79%200l-.91-.92a1%201%200%200%200-1.42%201.43l.92.91A7.92%207.92%200%200%200%204%2013.5a8%208%200%201%200%2014.3-4.91M12%2019.5a6%206%200%201%201%206-6a6%206%200%200%201-6%206m-2-15h4a1%201%200%200%200%200-2h-4a1%201%200%200%200%200%202m3%206a1%201%200%200%200-2%200v1.89a1.5%201.5%200%201%200%202%200Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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