stopwatch icon
stopwatch from Line Awesome by Icons8 · Line · Objects · Apache-2.0 Free for personal and commercial use.
- Name
- stopwatch
- Set
- Line Awesome
- Style
- Line
- Category
- Objects
- Viewbox
- 32×32
- License
- Apache 2.0
- Aliases
- stopwatch-solid
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 TwoTonestopwatchIonIconsstopwatch-fillMingCute IconstopwatchNoto Emojistopwatch-16OcticonsstopwatchOpenMojistopwatchPrime IconsstopwatchRadix Iconsstopwatch-boldSolar
More objects icons from Line Awesome
Use the stopwatch icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M13 4v2h6V4zm3 3C9.937 7 5 11.938 5 18s4.938 11 11 11s11-4.938 11-11c0-2.918-1.137-5.59-3-7.563l1.719-1.718L24.28 7.28l-1.81 1.814A10.97 10.97 0 0 0 16 7m0 2c4.98 0 9 4.02 9 9s-4.02 9-9 9s-9-4.02-9-9s4.02-9 9-9m-1 2v5.281c-.598.348-1 .98-1 1.719c0 .738.402 1.371 1 1.719V21h2v-1.281c.598-.348 1-.98 1-1.719c0-.738-.402-1.371-1-1.719V11z"/></svg>
React
import type { SVGProps } from "react";
export function LaStopwatch(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M13 4v2h6V4zm3 3C9.937 7 5 11.938 5 18s4.938 11 11 11s11-4.938 11-11c0-2.918-1.137-5.59-3-7.563l1.719-1.718L24.28 7.28l-1.81 1.814A10.97 10.97 0 0 0 16 7m0 2c4.98 0 9 4.02 9 9s-4.02 9-9 9s-9-4.02-9-9s4.02-9 9-9m-1 2v5.281c-.598.348-1 .98-1 1.719c0 .738.402 1.371 1 1.719V21h2v-1.281c.598-.348 1-.98 1-1.719c0-.738-.402-1.371-1-1.719V11z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M13 4v2h6V4zm3 3C9.937 7 5 11.938 5 18s4.938 11 11 11s11-4.938 11-11c0-2.918-1.137-5.59-3-7.563l1.719-1.718L24.28 7.28l-1.81 1.814A10.97 10.97 0 0 0 16 7m0 2c4.98 0 9 4.02 9 9s-4.02 9-9 9s-9-4.02-9-9s4.02-9 9-9m-1 2v5.281c-.598.348-1 .98-1 1.719c0 .738.402 1.371 1 1.719V21h2v-1.281c.598-.348 1-.98 1-1.719c0-.738-.402-1.371-1-1.719V11z"/></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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13%204v2h6V4zm3%203C9.937%207%205%2011.938%205%2018s4.938%2011%2011%2011s11-4.938%2011-11c0-2.918-1.137-5.59-3-7.563l1.719-1.718L24.28%207.28l-1.81%201.814A10.97%2010.97%200%200%200%2016%207m0%202c4.98%200%209%204.02%209%209s-4.02%209-9%209s-9-4.02-9-9s4.02-9%209-9m-1%202v5.281c-.598.348-1%20.98-1%201.719c0%20.738.402%201.371%201%201.719V21h2v-1.281c.598-.348%201-.98%201-1.719c0-.738-.402-1.371-1-1.719V11z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13%204v2h6V4zm3%203C9.937%207%205%2011.938%205%2018s4.938%2011%2011%2011s11-4.938%2011-11c0-2.918-1.137-5.59-3-7.563l1.719-1.718L24.28%207.28l-1.81%201.814A10.97%2010.97%200%200%200%2016%207m0%202c4.98%200%209%204.02%209%209s-4.02%209-9%209s-9-4.02-9-9s4.02-9%209-9m-1%202v5.281c-.598.348-1%20.98-1%201.719c0%20.738.402%201.371%201%201.719V21h2v-1.281c.598-.348%201-.98%201-1.719c0-.738-.402-1.371-1-1.719V11z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/la/stopwatch.svg?color=%231a73e8&size=48