stopwatch icon
stopwatch from Unicons Solid by Iconscout · Solid · Time · Apache-2.0 Free for personal and commercial use.
- Name
- stopwatch
- Set
- Unicons Solid
- Style
- Solid
- Category
- Time
- Viewbox
- 24×24
- License
- Apache 2.0
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 IconsstopwatchRadix Icons
More time icons from Unicons Solid
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="M10 4.5h4c.6 0 1-.4 1-1s-.4-1-1-1h-4c-.6 0-1 .4-1 1s.4 1 1 1m8.3 4.1l.9-.9c.4-.4.4-1 0-1.4s-1-.4-1.4 0l-.9.9C14 4.9 10 4.9 7.1 7.2l-.9-.9c-.4-.4-1-.4-1.4 0s-.4 1 0 1.4l.9.9C3 12.1 3.6 17.1 7.1 19.8s8.5 2.1 11.2-1.4c2.3-2.9 2.3-6.9 0-9.8m-4.6 5.9c-.4.6-1 1-1.7 1c-1.1 0-2-.9-2-2c0-.7.4-1.4 1-1.7V9.5c0-.6.4-1 1-1s1 .4 1 1v2.3c1 .5 1.3 1.7.7 2.7"/></svg>
React
import type { SVGProps } from "react";
export function UisStopwatch(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="M10 4.5h4c.6 0 1-.4 1-1s-.4-1-1-1h-4c-.6 0-1 .4-1 1s.4 1 1 1m8.3 4.1l.9-.9c.4-.4.4-1 0-1.4s-1-.4-1.4 0l-.9.9C14 4.9 10 4.9 7.1 7.2l-.9-.9c-.4-.4-1-.4-1.4 0s-.4 1 0 1.4l.9.9C3 12.1 3.6 17.1 7.1 19.8s8.5 2.1 11.2-1.4c2.3-2.9 2.3-6.9 0-9.8m-4.6 5.9c-.4.6-1 1-1.7 1c-1.1 0-2-.9-2-2c0-.7.4-1.4 1-1.7V9.5c0-.6.4-1 1-1s1 .4 1 1v2.3c1 .5 1.3 1.7.7 2.7"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10 4.5h4c.6 0 1-.4 1-1s-.4-1-1-1h-4c-.6 0-1 .4-1 1s.4 1 1 1m8.3 4.1l.9-.9c.4-.4.4-1 0-1.4s-1-.4-1.4 0l-.9.9C14 4.9 10 4.9 7.1 7.2l-.9-.9c-.4-.4-1-.4-1.4 0s-.4 1 0 1.4l.9.9C3 12.1 3.6 17.1 7.1 19.8s8.5 2.1 11.2-1.4c2.3-2.9 2.3-6.9 0-9.8m-4.6 5.9c-.4.6-1 1-1.7 1c-1.1 0-2-.9-2-2c0-.7.4-1.4 1-1.7V9.5c0-.6.4-1 1-1s1 .4 1 1v2.3c1 .5 1.3 1.7.7 2.7"/></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%22M10%204.5h4c.6%200%201-.4%201-1s-.4-1-1-1h-4c-.6%200-1%20.4-1%201s.4%201%201%201m8.3%204.1l.9-.9c.4-.4.4-1%200-1.4s-1-.4-1.4%200l-.9.9C14%204.9%2010%204.9%207.1%207.2l-.9-.9c-.4-.4-1-.4-1.4%200s-.4%201%200%201.4l.9.9C3%2012.1%203.6%2017.1%207.1%2019.8s8.5%202.1%2011.2-1.4c2.3-2.9%202.3-6.9%200-9.8m-4.6%205.9c-.4.6-1%201-1.7%201c-1.1%200-2-.9-2-2c0-.7.4-1.4%201-1.7V9.5c0-.6.4-1%201-1s1%20.4%201%201v2.3c1%20.5%201.3%201.7.7%202.7%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%22M10%204.5h4c.6%200%201-.4%201-1s-.4-1-1-1h-4c-.6%200-1%20.4-1%201s.4%201%201%201m8.3%204.1l.9-.9c.4-.4.4-1%200-1.4s-1-.4-1.4%200l-.9.9C14%204.9%2010%204.9%207.1%207.2l-.9-.9c-.4-.4-1-.4-1.4%200s-.4%201%200%201.4l.9.9C3%2012.1%203.6%2017.1%207.1%2019.8s8.5%202.1%2011.2-1.4c2.3-2.9%202.3-6.9%200-9.8m-4.6%205.9c-.4.6-1%201-1.7%201c-1.1%200-2-.9-2-2c0-.7.4-1.4%201-1.7V9.5c0-.6.4-1%201-1s1%20.4%201%201v2.3c1%20.5%201.3%201.7.7%202.7%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/uis/stopwatch.svg?color=%231a73e8&size=48