stopwatch icon
stopwatch from Radix Icons by WorkOS · Outline · MIT Free for personal and commercial use.
- Name
- stopwatch
- Set
- Radix Icons
- Style
- Outline
- Viewbox
- 15×15
- License
- MIT
The same icon in other sets
stopwatchBootstrap IconsstopwatchBoxIcons v2stopwatchBoxIcons v2 SolidstopwatchEmoji One (Colored)stopwatchElement PlusstopwatchFramework7 IconsstopwatchFont Awesome 6 SolidstopwatchFont Awesome SolidstopwatchFluent EmojistopwatchFluent Emoji FlatstopwatchFluent Emoji High Contraststopwatchcss.ggstopwatchIconParkstopwatchIconPark OutlinestopwatchIconPark SolidstopwatchIconPark TwoTonestopwatchIonIconsstopwatchLine Awesomestopwatch-fillMingCute IconstopwatchNoto Emojistopwatch-16OcticonsstopwatchOpenMojistopwatchPrime Iconsstopwatch-boldSolar
Use the stopwatch icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="currentColor" d="M9 0a.5.5 0 0 1 0 1H8v1.121a6.36 6.36 0 0 1 2.993 1.017a1 1 0 0 1 .065-.08l.469.47l.003.001l-.03-.029l-.442-.441l.8-.801a.626.626 0 0 1 .885.885l-.777.775A6.4 6.4 0 1 1 7 2.121V1H6a.5.5 0 1 1 0-1zM7.5 3.1a5.401 5.401 0 1 0 .002 10.802A5.401 5.401 0 0 0 7.5 3.1m0 .9a.5.5 0 0 1 .5.5v5a.5.5 0 0 1-1 0v-5a.5.5 0 0 1 .5-.5"/></svg>
React
import type { SVGProps } from "react";
export function RadixIconsStopwatch(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="currentColor" d="M9 0a.5.5 0 0 1 0 1H8v1.121a6.36 6.36 0 0 1 2.993 1.017a1 1 0 0 1 .065-.08l.469.47l.003.001l-.03-.029l-.442-.441l.8-.801a.626.626 0 0 1 .885.885l-.777.775A6.4 6.4 0 1 1 7 2.121V1H6a.5.5 0 1 1 0-1zM7.5 3.1a5.401 5.401 0 1 0 .002 10.802A5.401 5.401 0 0 0 7.5 3.1m0 .9a.5.5 0 0 1 .5.5v5a.5.5 0 0 1-1 0v-5a.5.5 0 0 1 .5-.5"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="currentColor" d="M9 0a.5.5 0 0 1 0 1H8v1.121a6.36 6.36 0 0 1 2.993 1.017a1 1 0 0 1 .065-.08l.469.47l.003.001l-.03-.029l-.442-.441l.8-.801a.626.626 0 0 1 .885.885l-.777.775A6.4 6.4 0 1 1 7 2.121V1H6a.5.5 0 1 1 0-1zM7.5 3.1a5.401 5.401 0 1 0 .002 10.802A5.401 5.401 0 0 0 7.5 3.1m0 .9a.5.5 0 0 1 .5.5v5a.5.5 0 0 1-1 0v-5a.5.5 0 0 1 .5-.5"/></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%2015%2015%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9%200a.5.5%200%200%201%200%201H8v1.121a6.36%206.36%200%200%201%202.993%201.017a1%201%200%200%201%20.065-.08l.469.47l.003.001l-.03-.029l-.442-.441l.8-.801a.626.626%200%200%201%20.885.885l-.777.775A6.4%206.4%200%201%201%207%202.121V1H6a.5.5%200%201%201%200-1zM7.5%203.1a5.401%205.401%200%201%200%20.002%2010.802A5.401%205.401%200%200%200%207.5%203.1m0%20.9a.5.5%200%200%201%20.5.5v5a.5.5%200%200%201-1%200v-5a.5.5%200%200%201%20.5-.5%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%2015%2015%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9%200a.5.5%200%200%201%200%201H8v1.121a6.36%206.36%200%200%201%202.993%201.017a1%201%200%200%201%20.065-.08l.469.47l.003.001l-.03-.029l-.442-.441l.8-.801a.626.626%200%200%201%20.885.885l-.777.775A6.4%206.4%200%201%201%207%202.121V1H6a.5.5%200%201%201%200-1zM7.5%203.1a5.401%205.401%200%201%200%20.002%2010.802A5.401%205.401%200%200%200%207.5%203.1m0%20.9a.5.5%200%200%201%20.5.5v5a.5.5%200%200%201-1%200v-5a.5.5%200%200%201%20.5-.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/radix-icons/stopwatch.svg?color=%231a73e8&size=48