stopwatch icon

stopwatch-bold-duotone from Solar by 480 Design · Bold Duotone · Time · CC-BY-4.0 Attribution required.

Name
stopwatch-bold-duotone
Set
Solar
Style
Bold Duotone
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"><g fill="currentColor"><path d="M12 23C16.9706 23 21 18.9706 21 14C21 9.02944 16.9706 5 12 5C7.02944 5 3 9.02944 3 14C3 18.9706 7.02944 23 12 23Z" opacity=".5"/><path d="M12 9.25C12.4142 9.25 12.75 9.58579 12.75 10V14C12.75 14.4142 12.4142 14.75 12 14.75C11.5858 14.75 11.25 14.4142 11.25 14V10C11.25 9.58579 11.5858 9.25 12 9.25Z"/><path fill-rule="evenodd" d="M9.25 2.75C9.25 2.33579 9.58579 2 10 2H14C14.4142 2 14.75 2.33579 14.75 2.75C14.75 3.16421 14.4142 3.5 14 3.5H10C9.58579 3.5 9.25 3.16421 9.25 2.75Z" clip-rule="evenodd"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarStopwatchBoldDuotone(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M12 23C16.9706 23 21 18.9706 21 14C21 9.02944 16.9706 5 12 5C7.02944 5 3 9.02944 3 14C3 18.9706 7.02944 23 12 23Z" opacity=".5"/><path d="M12 9.25C12.4142 9.25 12.75 9.58579 12.75 10V14C12.75 14.4142 12.4142 14.75 12 14.75C11.5858 14.75 11.25 14.4142 11.25 14V10C11.25 9.58579 11.5858 9.25 12 9.25Z"/><path fillRule="evenodd" d="M9.25 2.75C9.25 2.33579 9.58579 2 10 2H14C14.4142 2 14.75 2.33579 14.75 2.75C14.75 3.16421 14.4142 3.5 14 3.5H10C9.58579 3.5 9.25 3.16421 9.25 2.75Z" clipRule="evenodd"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M12 23C16.9706 23 21 18.9706 21 14C21 9.02944 16.9706 5 12 5C7.02944 5 3 9.02944 3 14C3 18.9706 7.02944 23 12 23Z" opacity=".5"/><path d="M12 9.25C12.4142 9.25 12.75 9.58579 12.75 10V14C12.75 14.4142 12.4142 14.75 12 14.75C11.5858 14.75 11.25 14.4142 11.25 14V10C11.25 9.58579 11.5858 9.25 12 9.25Z"/><path fill-rule="evenodd" d="M9.25 2.75C9.25 2.33579 9.58579 2 10 2H14C14.4142 2 14.75 2.33579 14.75 2.75C14.75 3.16421 14.4142 3.5 14 3.5H10C9.58579 3.5 9.25 3.16421 9.25 2.75Z" clip-rule="evenodd"/></g></svg>
</template>

CSS

.icon-stopwatch-bold-duotone {
  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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M12%2023C16.9706%2023%2021%2018.9706%2021%2014C21%209.02944%2016.9706%205%2012%205C7.02944%205%203%209.02944%203%2014C3%2018.9706%207.02944%2023%2012%2023Z%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M12%209.25C12.4142%209.25%2012.75%209.58579%2012.75%2010V14C12.75%2014.4142%2012.4142%2014.75%2012%2014.75C11.5858%2014.75%2011.25%2014.4142%2011.25%2014V10C11.25%209.58579%2011.5858%209.25%2012%209.25Z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M9.25%202.75C9.25%202.33579%209.58579%202%2010%202H14C14.4142%202%2014.75%202.33579%2014.75%202.75C14.75%203.16421%2014.4142%203.5%2014%203.5H10C9.58579%203.5%209.25%203.16421%209.25%202.75Z%22%20clip-rule%3D%22evenodd%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%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M12%2023C16.9706%2023%2021%2018.9706%2021%2014C21%209.02944%2016.9706%205%2012%205C7.02944%205%203%209.02944%203%2014C3%2018.9706%207.02944%2023%2012%2023Z%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M12%209.25C12.4142%209.25%2012.75%209.58579%2012.75%2010V14C12.75%2014.4142%2012.4142%2014.75%2012%2014.75C11.5858%2014.75%2011.25%2014.4142%2011.25%2014V10C11.25%209.58579%2011.5858%209.25%2012%209.25Z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M9.25%202.75C9.25%202.33579%209.58579%202%2010%202H14C14.4142%202%2014.75%202.33579%2014.75%202.75C14.75%203.16421%2014.4142%203.5%2014%203.5H10C9.58579%203.5%209.25%203.16421%209.25%202.75Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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