stopwatch icon
stopwatch from Prime Icons by PrimeTek · Regular · MIT Free for personal and commercial use.
- Name
- stopwatch
- Set
- Prime Icons
- Style
- Regular
- Viewbox
- 24×24
- 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-16OcticonsstopwatchOpenMojistopwatchRadix Iconsstopwatch-boldSolar
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="M11.75 6c-3.86 0-7 3.14-7 7s3.14 7 7 7s7-3.14 7-7s-3.14-7-7-7m0 12.5c-3.03 0-5.5-2.47-5.5-5.5s2.47-5.5 5.5-5.5s5.5 2.47 5.5 5.5s-2.47 5.5-5.5 5.5M8.5 4.75c0-.41.34-.75.75-.75h5c.41 0 .75.34.75.75s-.34.75-.75.75h-5c-.41 0-.75-.34-.75-.75m4 5.25v3c0 .41-.34.75-.75.75S11 13.41 11 13v-3c0-.41.34-.75.75-.75s.75.34.75.75m6.54-1.73c-.15.15-.34.22-.53.22s-.38-.07-.53-.22l-1.5-1.5c-.29-.29-.29-.77 0-1.06s.77-.29 1.06 0l1.5 1.5c.29.29.29.77 0 1.06"/></svg>
React
import type { SVGProps } from "react";
export function PrimeStopwatch(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="M11.75 6c-3.86 0-7 3.14-7 7s3.14 7 7 7s7-3.14 7-7s-3.14-7-7-7m0 12.5c-3.03 0-5.5-2.47-5.5-5.5s2.47-5.5 5.5-5.5s5.5 2.47 5.5 5.5s-2.47 5.5-5.5 5.5M8.5 4.75c0-.41.34-.75.75-.75h5c.41 0 .75.34.75.75s-.34.75-.75.75h-5c-.41 0-.75-.34-.75-.75m4 5.25v3c0 .41-.34.75-.75.75S11 13.41 11 13v-3c0-.41.34-.75.75-.75s.75.34.75.75m6.54-1.73c-.15.15-.34.22-.53.22s-.38-.07-.53-.22l-1.5-1.5c-.29-.29-.29-.77 0-1.06s.77-.29 1.06 0l1.5 1.5c.29.29.29.77 0 1.06"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.75 6c-3.86 0-7 3.14-7 7s3.14 7 7 7s7-3.14 7-7s-3.14-7-7-7m0 12.5c-3.03 0-5.5-2.47-5.5-5.5s2.47-5.5 5.5-5.5s5.5 2.47 5.5 5.5s-2.47 5.5-5.5 5.5M8.5 4.75c0-.41.34-.75.75-.75h5c.41 0 .75.34.75.75s-.34.75-.75.75h-5c-.41 0-.75-.34-.75-.75m4 5.25v3c0 .41-.34.75-.75.75S11 13.41 11 13v-3c0-.41.34-.75.75-.75s.75.34.75.75m6.54-1.73c-.15.15-.34.22-.53.22s-.38-.07-.53-.22l-1.5-1.5c-.29-.29-.29-.77 0-1.06s.77-.29 1.06 0l1.5 1.5c.29.29.29.77 0 1.06"/></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%22M11.75%206c-3.86%200-7%203.14-7%207s3.14%207%207%207s7-3.14%207-7s-3.14-7-7-7m0%2012.5c-3.03%200-5.5-2.47-5.5-5.5s2.47-5.5%205.5-5.5s5.5%202.47%205.5%205.5s-2.47%205.5-5.5%205.5M8.5%204.75c0-.41.34-.75.75-.75h5c.41%200%20.75.34.75.75s-.34.75-.75.75h-5c-.41%200-.75-.34-.75-.75m4%205.25v3c0%20.41-.34.75-.75.75S11%2013.41%2011%2013v-3c0-.41.34-.75.75-.75s.75.34.75.75m6.54-1.73c-.15.15-.34.22-.53.22s-.38-.07-.53-.22l-1.5-1.5c-.29-.29-.29-.77%200-1.06s.77-.29%201.06%200l1.5%201.5c.29.29.29.77%200%201.06%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%22M11.75%206c-3.86%200-7%203.14-7%207s3.14%207%207%207s7-3.14%207-7s-3.14-7-7-7m0%2012.5c-3.03%200-5.5-2.47-5.5-5.5s2.47-5.5%205.5-5.5s5.5%202.47%205.5%205.5s-2.47%205.5-5.5%205.5M8.5%204.75c0-.41.34-.75.75-.75h5c.41%200%20.75.34.75.75s-.34.75-.75.75h-5c-.41%200-.75-.34-.75-.75m4%205.25v3c0%20.41-.34.75-.75.75S11%2013.41%2011%2013v-3c0-.41.34-.75.75-.75s.75.34.75.75m6.54-1.73c-.15.15-.34.22-.53.22s-.38-.07-.53-.22l-1.5-1.5c-.29-.29-.29-.77%200-1.06s.77-.29%201.06%200l1.5%201.5c.29.29.29.77%200%201.06%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/prime/stopwatch.svg?color=%231a73e8&size=48