stopwatch 2 off icon
stopwatch-2-off-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.
- Name
- stopwatch-2-off-fill
- Set
- MingCute Icon
- Style
- Fill
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in MingCute Icon
Related icons in MingCute Icon
Use the stopwatch 2 off icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.53 20.776A9 9 0 0 1 4.223 8.47zM14 2a1 1 0 1 1 0 2h-1v.057a8.95 8.95 0 0 1 4.041 1.487l.568-.567a1 1 0 1 1 1.414 1.414l-.458.457A8.97 8.97 0 0 1 21 13a8.96 8.96 0 0 1-1.546 5.04l1.753 1.753a1 1 0 0 1-1.414 1.414l-16.5-16.5a1 1 0 1 1 1.414-1.414L6.96 5.546A8.95 8.95 0 0 1 11 4.056V4h-1a1 1 0 0 1 0-2zm-2 6a1 1 0 0 0-1 1v.586l2 2V9a1 1 0 0 0-1-1"/></svg>
React
import type { SVGProps } from "react";
export function MingcuteStopwatch2OffFill(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="M16.53 20.776A9 9 0 0 1 4.223 8.47zM14 2a1 1 0 1 1 0 2h-1v.057a8.95 8.95 0 0 1 4.041 1.487l.568-.567a1 1 0 1 1 1.414 1.414l-.458.457A8.97 8.97 0 0 1 21 13a8.96 8.96 0 0 1-1.546 5.04l1.753 1.753a1 1 0 0 1-1.414 1.414l-16.5-16.5a1 1 0 1 1 1.414-1.414L6.96 5.546A8.95 8.95 0 0 1 11 4.056V4h-1a1 1 0 0 1 0-2zm-2 6a1 1 0 0 0-1 1v.586l2 2V9a1 1 0 0 0-1-1"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.53 20.776A9 9 0 0 1 4.223 8.47zM14 2a1 1 0 1 1 0 2h-1v.057a8.95 8.95 0 0 1 4.041 1.487l.568-.567a1 1 0 1 1 1.414 1.414l-.458.457A8.97 8.97 0 0 1 21 13a8.96 8.96 0 0 1-1.546 5.04l1.753 1.753a1 1 0 0 1-1.414 1.414l-16.5-16.5a1 1 0 1 1 1.414-1.414L6.96 5.546A8.95 8.95 0 0 1 11 4.056V4h-1a1 1 0 0 1 0-2zm-2 6a1 1 0 0 0-1 1v.586l2 2V9a1 1 0 0 0-1-1"/></svg> </template>
CSS
.icon-stopwatch-2-off-fill {
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%22M16.53%2020.776A9%209%200%200%201%204.223%208.47zM14%202a1%201%200%201%201%200%202h-1v.057a8.95%208.95%200%200%201%204.041%201.487l.568-.567a1%201%200%201%201%201.414%201.414l-.458.457A8.97%208.97%200%200%201%2021%2013a8.96%208.96%200%200%201-1.546%205.04l1.753%201.753a1%201%200%200%201-1.414%201.414l-16.5-16.5a1%201%200%201%201%201.414-1.414L6.96%205.546A8.95%208.95%200%200%201%2011%204.056V4h-1a1%201%200%200%201%200-2zm-2%206a1%201%200%200%200-1%201v.586l2%202V9a1%201%200%200%200-1-1%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%22M16.53%2020.776A9%209%200%200%201%204.223%208.47zM14%202a1%201%200%201%201%200%202h-1v.057a8.95%208.95%200%200%201%204.041%201.487l.568-.567a1%201%200%201%201%201.414%201.414l-.458.457A8.97%208.97%200%200%201%2021%2013a8.96%208.96%200%200%201-1.546%205.04l1.753%201.753a1%201%200%200%201-1.414%201.414l-16.5-16.5a1%201%200%201%201%201.414-1.414L6.96%205.546A8.95%208.95%200%200%201%2011%204.056V4h-1a1%201%200%200%201%200-2zm-2%206a1%201%200%200%200-1%201v.586l2%202V9a1%201%200%200%200-1-1%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mingcute/stopwatch-2-off-fill.svg?color=%231a73e8&size=48