stopwatch off icon
stopwatch-off from Reicon by REICON · Outline · Time · MIT Free for personal and commercial use.
- Name
- stopwatch-off
- Set
- Reicon
- Style
- Outline
- 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"><g fill="currentColor"><path d="M9 .75a.75.75 0 0 0 0 1.5h2.25v1.528a9.7 9.7 0 0 0-2.49.524a.75.75 0 0 0 .498 1.414a8.25 8.25 0 0 1 10.526 10.526a.75.75 0 1 0 1.415.498a9.7 9.7 0 0 0 .551-3.24c0-2.55-.979-4.87-2.581-6.608L20.53 5.53a.75.75 0 1 0-1.06-1.06l-1.4 1.4a9.7 9.7 0 0 0-5.32-2.092V2.25H15a.75.75 0 0 0 0-1.5z"/><path fill-rule="evenodd" d="m6.969 5.908l12.623 12.624l.018.017l2.92 2.92a.75.75 0 1 1-1.06 1.061l-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.06l4.421 4.42zm11.08 13.202L6.39 7.45a8.25 8.25 0 1 0 11.66 11.66" clip-rule="evenodd"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconStopwatchOff(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M9 .75a.75.75 0 0 0 0 1.5h2.25v1.528a9.7 9.7 0 0 0-2.49.524a.75.75 0 0 0 .498 1.414a8.25 8.25 0 0 1 10.526 10.526a.75.75 0 1 0 1.415.498a9.7 9.7 0 0 0 .551-3.24c0-2.55-.979-4.87-2.581-6.608L20.53 5.53a.75.75 0 1 0-1.06-1.06l-1.4 1.4a9.7 9.7 0 0 0-5.32-2.092V2.25H15a.75.75 0 0 0 0-1.5z"/><path fillRule="evenodd" d="m6.969 5.908l12.623 12.624l.018.017l2.92 2.92a.75.75 0 1 1-1.06 1.061l-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.06l4.421 4.42zm11.08 13.202L6.39 7.45a8.25 8.25 0 1 0 11.66 11.66" clipRule="evenodd"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M9 .75a.75.75 0 0 0 0 1.5h2.25v1.528a9.7 9.7 0 0 0-2.49.524a.75.75 0 0 0 .498 1.414a8.25 8.25 0 0 1 10.526 10.526a.75.75 0 1 0 1.415.498a9.7 9.7 0 0 0 .551-3.24c0-2.55-.979-4.87-2.581-6.608L20.53 5.53a.75.75 0 1 0-1.06-1.06l-1.4 1.4a9.7 9.7 0 0 0-5.32-2.092V2.25H15a.75.75 0 0 0 0-1.5z"/><path fill-rule="evenodd" d="m6.969 5.908l12.623 12.624l.018.017l2.92 2.92a.75.75 0 1 1-1.06 1.061l-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.06l4.421 4.42zm11.08 13.202L6.39 7.45a8.25 8.25 0 1 0 11.66 11.66" clip-rule="evenodd"/></g></svg> </template>
CSS
.icon-stopwatch-off {
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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M9%20.75a.75.75%200%200%200%200%201.5h2.25v1.528a9.7%209.7%200%200%200-2.49.524a.75.75%200%200%200%20.498%201.414a8.25%208.25%200%200%201%2010.526%2010.526a.75.75%200%201%200%201.415.498a9.7%209.7%200%200%200%20.551-3.24c0-2.55-.979-4.87-2.581-6.608L20.53%205.53a.75.75%200%201%200-1.06-1.06l-1.4%201.4a9.7%209.7%200%200%200-5.32-2.092V2.25H15a.75.75%200%200%200%200-1.5z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22m6.969%205.908l12.623%2012.624l.018.017l2.92%202.92a.75.75%200%201%201-1.06%201.061l-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.06l4.421%204.42zm11.08%2013.202L6.39%207.45a8.25%208.25%200%201%200%2011.66%2011.66%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M9%20.75a.75.75%200%200%200%200%201.5h2.25v1.528a9.7%209.7%200%200%200-2.49.524a.75.75%200%200%200%20.498%201.414a8.25%208.25%200%200%201%2010.526%2010.526a.75.75%200%201%200%201.415.498a9.7%209.7%200%200%200%20.551-3.24c0-2.55-.979-4.87-2.581-6.608L20.53%205.53a.75.75%200%201%200-1.06-1.06l-1.4%201.4a9.7%209.7%200%200%200-5.32-2.092V2.25H15a.75.75%200%200%200%200-1.5z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22m6.969%205.908l12.623%2012.624l.018.017l2.92%202.92a.75.75%200%201%201-1.06%201.061l-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.06l4.421%204.42zm11.08%2013.202L6.39%207.45a8.25%208.25%200%201%200%2011.66%2011.66%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/stopwatch-off.svg?color=%231a73e8&size=48