stopwatch icon

stopwatch-outline from Solar by 480 Design · Outline · Time · CC-BY-4.0 Attribution required.

Name
stopwatch-outline
Set
Solar
Style
Outline
Category
Time
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

The same icon in other sets

More time icons from Solar

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" fill-rule="evenodd" d="M9.25 2C9.25 1.58579 9.58579 1.25 10 1.25H14C14.4142 1.25 14.75 1.58579 14.75 2C14.75 2.41421 14.4142 2.75 14 2.75H10C9.58579 2.75 9.25 2.41421 9.25 2ZM12 4.75C7.44365 4.75 3.75 8.44365 3.75 13C3.75 17.5564 7.44365 21.25 12 21.25C16.5563 21.25 20.25 17.5564 20.25 13C20.25 8.44365 16.5563 4.75 12 4.75ZM2.25 13C2.25 7.61522 6.61522 3.25 12 3.25C17.3848 3.25 21.75 7.61522 21.75 13C21.75 18.3848 17.3848 22.75 12 22.75C6.61522 22.75 2.25 18.3848 2.25 13ZM12 8.25C12.4142 8.25 12.75 8.58579 12.75 9V13C12.75 13.4142 12.4142 13.75 12 13.75C11.5858 13.75 11.25 13.4142 11.25 13V9C11.25 8.58579 11.5858 8.25 12 8.25Z" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function SolarStopwatchOutline(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" fillRule="evenodd" d="M9.25 2C9.25 1.58579 9.58579 1.25 10 1.25H14C14.4142 1.25 14.75 1.58579 14.75 2C14.75 2.41421 14.4142 2.75 14 2.75H10C9.58579 2.75 9.25 2.41421 9.25 2ZM12 4.75C7.44365 4.75 3.75 8.44365 3.75 13C3.75 17.5564 7.44365 21.25 12 21.25C16.5563 21.25 20.25 17.5564 20.25 13C20.25 8.44365 16.5563 4.75 12 4.75ZM2.25 13C2.25 7.61522 6.61522 3.25 12 3.25C17.3848 3.25 21.75 7.61522 21.75 13C21.75 18.3848 17.3848 22.75 12 22.75C6.61522 22.75 2.25 18.3848 2.25 13ZM12 8.25C12.4142 8.25 12.75 8.58579 12.75 9V13C12.75 13.4142 12.4142 13.75 12 13.75C11.5858 13.75 11.25 13.4142 11.25 13V9C11.25 8.58579 11.5858 8.25 12 8.25Z" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M9.25 2C9.25 1.58579 9.58579 1.25 10 1.25H14C14.4142 1.25 14.75 1.58579 14.75 2C14.75 2.41421 14.4142 2.75 14 2.75H10C9.58579 2.75 9.25 2.41421 9.25 2ZM12 4.75C7.44365 4.75 3.75 8.44365 3.75 13C3.75 17.5564 7.44365 21.25 12 21.25C16.5563 21.25 20.25 17.5564 20.25 13C20.25 8.44365 16.5563 4.75 12 4.75ZM2.25 13C2.25 7.61522 6.61522 3.25 12 3.25C17.3848 3.25 21.75 7.61522 21.75 13C21.75 18.3848 17.3848 22.75 12 22.75C6.61522 22.75 2.25 18.3848 2.25 13ZM12 8.25C12.4142 8.25 12.75 8.58579 12.75 9V13C12.75 13.4142 12.4142 13.75 12 13.75C11.5858 13.75 11.25 13.4142 11.25 13V9C11.25 8.58579 11.5858 8.25 12 8.25Z" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-stopwatch-outline {
  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%20fill-rule%3D%22evenodd%22%20d%3D%22M9.25%202C9.25%201.58579%209.58579%201.25%2010%201.25H14C14.4142%201.25%2014.75%201.58579%2014.75%202C14.75%202.41421%2014.4142%202.75%2014%202.75H10C9.58579%202.75%209.25%202.41421%209.25%202ZM12%204.75C7.44365%204.75%203.75%208.44365%203.75%2013C3.75%2017.5564%207.44365%2021.25%2012%2021.25C16.5563%2021.25%2020.25%2017.5564%2020.25%2013C20.25%208.44365%2016.5563%204.75%2012%204.75ZM2.25%2013C2.25%207.61522%206.61522%203.25%2012%203.25C17.3848%203.25%2021.75%207.61522%2021.75%2013C21.75%2018.3848%2017.3848%2022.75%2012%2022.75C6.61522%2022.75%202.25%2018.3848%202.25%2013ZM12%208.25C12.4142%208.25%2012.75%208.58579%2012.75%209V13C12.75%2013.4142%2012.4142%2013.75%2012%2013.75C11.5858%2013.75%2011.25%2013.4142%2011.25%2013V9C11.25%208.58579%2011.5858%208.25%2012%208.25Z%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22M9.25%202C9.25%201.58579%209.58579%201.25%2010%201.25H14C14.4142%201.25%2014.75%201.58579%2014.75%202C14.75%202.41421%2014.4142%202.75%2014%202.75H10C9.58579%202.75%209.25%202.41421%209.25%202ZM12%204.75C7.44365%204.75%203.75%208.44365%203.75%2013C3.75%2017.5564%207.44365%2021.25%2012%2021.25C16.5563%2021.25%2020.25%2017.5564%2020.25%2013C20.25%208.44365%2016.5563%204.75%2012%204.75ZM2.25%2013C2.25%207.61522%206.61522%203.25%2012%203.25C17.3848%203.25%2021.75%207.61522%2021.75%2013C21.75%2018.3848%2017.3848%2022.75%2012%2022.75C6.61522%2022.75%202.25%2018.3848%202.25%2013ZM12%208.25C12.4142%208.25%2012.75%208.58579%2012.75%209V13C12.75%2013.4142%2012.4142%2013.75%2012%2013.75C11.5858%2013.75%2011.25%2013.4142%2011.25%2013V9C11.25%208.58579%2011.5858%208.25%2012%208.25Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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