stopwatch off icon
stopwatch-off-filled from Reicon by REICON · Filled · Time · MIT Free for personal and commercial use.
- Name
- stopwatch-off-filled
- Set
- Reicon
- Style
- Filled
- Category
- Time
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
More time icons from Reicon
Use the stopwatch off icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.25 1.5A.75.75 0 0 1 9 .75h6a.75.75 0 0 1 0 1.5h-2.25v1.528a9.7 9.7 0 0 1 5.32 2.091l1.4-1.4a.75.75 0 0 1 1.06 1.061l-1.36 1.362a9.72 9.72 0 0 1 2.58 6.608a9.7 9.7 0 0 1-.552 3.24a.75.75 0 0 1-1.237.281L8.479 5.54a.75.75 0 0 1 .28-1.237a9.7 9.7 0 0 1 2.491-.524V2.25H9a.75.75 0 0 1-.75-.75M6.956 5.895l.004.005L19.6 18.54l.005.004l2.925 2.926a.75.75 0 1 1-1.06 1.06l-2.36-2.359A9.73 9.73 0 0 1 12 23.25a9.75 9.75 0 0 1-9.75-9.75a9.73 9.73 0 0 1 3.08-7.11L1.47 2.53a.75.75 0 0 1 1.06-1.06z"/></svg>
React
import type { SVGProps } from "react";
export function ReiconStopwatchOffFilled(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="M8.25 1.5A.75.75 0 0 1 9 .75h6a.75.75 0 0 1 0 1.5h-2.25v1.528a9.7 9.7 0 0 1 5.32 2.091l1.4-1.4a.75.75 0 0 1 1.06 1.061l-1.36 1.362a9.72 9.72 0 0 1 2.58 6.608a9.7 9.7 0 0 1-.552 3.24a.75.75 0 0 1-1.237.281L8.479 5.54a.75.75 0 0 1 .28-1.237a9.7 9.7 0 0 1 2.491-.524V2.25H9a.75.75 0 0 1-.75-.75M6.956 5.895l.004.005L19.6 18.54l.005.004l2.925 2.926a.75.75 0 1 1-1.06 1.06l-2.36-2.359A9.73 9.73 0 0 1 12 23.25a9.75 9.75 0 0 1-9.75-9.75a9.73 9.73 0 0 1 3.08-7.11L1.47 2.53a.75.75 0 0 1 1.06-1.06z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.25 1.5A.75.75 0 0 1 9 .75h6a.75.75 0 0 1 0 1.5h-2.25v1.528a9.7 9.7 0 0 1 5.32 2.091l1.4-1.4a.75.75 0 0 1 1.06 1.061l-1.36 1.362a9.72 9.72 0 0 1 2.58 6.608a9.7 9.7 0 0 1-.552 3.24a.75.75 0 0 1-1.237.281L8.479 5.54a.75.75 0 0 1 .28-1.237a9.7 9.7 0 0 1 2.491-.524V2.25H9a.75.75 0 0 1-.75-.75M6.956 5.895l.004.005L19.6 18.54l.005.004l2.925 2.926a.75.75 0 1 1-1.06 1.06l-2.36-2.359A9.73 9.73 0 0 1 12 23.25a9.75 9.75 0 0 1-9.75-9.75a9.73 9.73 0 0 1 3.08-7.11L1.47 2.53a.75.75 0 0 1 1.06-1.06z"/></svg> </template>
CSS
.icon-stopwatch-off-filled {
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%22M8.25%201.5A.75.75%200%200%201%209%20.75h6a.75.75%200%200%201%200%201.5h-2.25v1.528a9.7%209.7%200%200%201%205.32%202.091l1.4-1.4a.75.75%200%200%201%201.06%201.061l-1.36%201.362a9.72%209.72%200%200%201%202.58%206.608a9.7%209.7%200%200%201-.552%203.24a.75.75%200%200%201-1.237.281L8.479%205.54a.75.75%200%200%201%20.28-1.237a9.7%209.7%200%200%201%202.491-.524V2.25H9a.75.75%200%200%201-.75-.75M6.956%205.895l.004.005L19.6%2018.54l.005.004l2.925%202.926a.75.75%200%201%201-1.06%201.06l-2.36-2.359A9.73%209.73%200%200%201%2012%2023.25a9.75%209.75%200%200%201-9.75-9.75a9.73%209.73%200%200%201%203.08-7.11L1.47%202.53a.75.75%200%200%201%201.06-1.06z%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%22M8.25%201.5A.75.75%200%200%201%209%20.75h6a.75.75%200%200%201%200%201.5h-2.25v1.528a9.7%209.7%200%200%201%205.32%202.091l1.4-1.4a.75.75%200%200%201%201.06%201.061l-1.36%201.362a9.72%209.72%200%200%201%202.58%206.608a9.7%209.7%200%200%201-.552%203.24a.75.75%200%200%201-1.237.281L8.479%205.54a.75.75%200%200%201%20.28-1.237a9.7%209.7%200%200%201%202.491-.524V2.25H9a.75.75%200%200%201-.75-.75M6.956%205.895l.004.005L19.6%2018.54l.005.004l2.925%202.926a.75.75%200%201%201-1.06%201.06l-2.36-2.359A9.73%209.73%200%200%201%2012%2023.25a9.75%209.75%200%200%201-9.75-9.75a9.73%209.73%200%200%201%203.08-7.11L1.47%202.53a.75.75%200%200%201%201.06-1.06z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/stopwatch-off-filled.svg?color=%231a73e8&size=48