stopwatch slash icon
stopwatch-slash from Unicons by Iconscout · Line · Time · Apache-2.0 Free for personal and commercial use.
- Name
- stopwatch-slash
- Set
- Unicons
- Style
- Line
- Category
- Time
- Viewbox
- 24×24
- License
- Apache 2.0
More time icons from Unicons
Use the stopwatch slash icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.6 5.63a1 1 0 0 0 .36 2a6 6 0 0 1 1-.09a6 6 0 0 1 6 6a6 6 0 0 1-.09 1a1 1 0 0 0 .8 1.16h.18a1 1 0 0 0 1-.82A7.5 7.5 0 0 0 20 13.5a8 8 0 0 0-1.7-4.91l.91-.9a1 1 0 0 0-1.42-1.42l-.9.91A8 8 0 0 0 12 5.5a7.5 7.5 0 0 0-1.4.13M10 4.5h4a1 1 0 0 0 0-2h-4a1 1 0 0 0 0 2m3.49 9.08v-.16l1.34-1.33a1 1 0 1 0-1.42-1.42L12.08 12h-.16L5.71 5.79a1 1 0 0 0-1.42 1.42l.48.48l.91.91A8 8 0 0 0 16.9 19.82l1.39 1.39a1 1 0 0 0 1.42 0a1 1 0 0 0 0-1.42ZM12 19.5A6 6 0 0 1 7.11 10l3.4 3.39v.08A1.5 1.5 0 0 0 12 15h.08l3.39 3.4A6 6 0 0 1 12 19.5"/></svg>
React
import type { SVGProps } from "react";
export function UilStopwatchSlash(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.6 5.63a1 1 0 0 0 .36 2a6 6 0 0 1 1-.09a6 6 0 0 1 6 6a6 6 0 0 1-.09 1a1 1 0 0 0 .8 1.16h.18a1 1 0 0 0 1-.82A7.5 7.5 0 0 0 20 13.5a8 8 0 0 0-1.7-4.91l.91-.9a1 1 0 0 0-1.42-1.42l-.9.91A8 8 0 0 0 12 5.5a7.5 7.5 0 0 0-1.4.13M10 4.5h4a1 1 0 0 0 0-2h-4a1 1 0 0 0 0 2m3.49 9.08v-.16l1.34-1.33a1 1 0 1 0-1.42-1.42L12.08 12h-.16L5.71 5.79a1 1 0 0 0-1.42 1.42l.48.48l.91.91A8 8 0 0 0 16.9 19.82l1.39 1.39a1 1 0 0 0 1.42 0a1 1 0 0 0 0-1.42ZM12 19.5A6 6 0 0 1 7.11 10l3.4 3.39v.08A1.5 1.5 0 0 0 12 15h.08l3.39 3.4A6 6 0 0 1 12 19.5"/></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.6 5.63a1 1 0 0 0 .36 2a6 6 0 0 1 1-.09a6 6 0 0 1 6 6a6 6 0 0 1-.09 1a1 1 0 0 0 .8 1.16h.18a1 1 0 0 0 1-.82A7.5 7.5 0 0 0 20 13.5a8 8 0 0 0-1.7-4.91l.91-.9a1 1 0 0 0-1.42-1.42l-.9.91A8 8 0 0 0 12 5.5a7.5 7.5 0 0 0-1.4.13M10 4.5h4a1 1 0 0 0 0-2h-4a1 1 0 0 0 0 2m3.49 9.08v-.16l1.34-1.33a1 1 0 1 0-1.42-1.42L12.08 12h-.16L5.71 5.79a1 1 0 0 0-1.42 1.42l.48.48l.91.91A8 8 0 0 0 16.9 19.82l1.39 1.39a1 1 0 0 0 1.42 0a1 1 0 0 0 0-1.42ZM12 19.5A6 6 0 0 1 7.11 10l3.4 3.39v.08A1.5 1.5 0 0 0 12 15h.08l3.39 3.4A6 6 0 0 1 12 19.5"/></svg> </template>
CSS
.icon-stopwatch-slash {
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.6%205.63a1%201%200%200%200%20.36%202a6%206%200%200%201%201-.09a6%206%200%200%201%206%206a6%206%200%200%201-.09%201a1%201%200%200%200%20.8%201.16h.18a1%201%200%200%200%201-.82A7.5%207.5%200%200%200%2020%2013.5a8%208%200%200%200-1.7-4.91l.91-.9a1%201%200%200%200-1.42-1.42l-.9.91A8%208%200%200%200%2012%205.5a7.5%207.5%200%200%200-1.4.13M10%204.5h4a1%201%200%200%200%200-2h-4a1%201%200%200%200%200%202m3.49%209.08v-.16l1.34-1.33a1%201%200%201%200-1.42-1.42L12.08%2012h-.16L5.71%205.79a1%201%200%200%200-1.42%201.42l.48.48l.91.91A8%208%200%200%200%2016.9%2019.82l1.39%201.39a1%201%200%200%200%201.42%200a1%201%200%200%200%200-1.42ZM12%2019.5A6%206%200%200%201%207.11%2010l3.4%203.39v.08A1.5%201.5%200%200%200%2012%2015h.08l3.39%203.4A6%206%200%200%201%2012%2019.5%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.6%205.63a1%201%200%200%200%20.36%202a6%206%200%200%201%201-.09a6%206%200%200%201%206%206a6%206%200%200%201-.09%201a1%201%200%200%200%20.8%201.16h.18a1%201%200%200%200%201-.82A7.5%207.5%200%200%200%2020%2013.5a8%208%200%200%200-1.7-4.91l.91-.9a1%201%200%200%200-1.42-1.42l-.9.91A8%208%200%200%200%2012%205.5a7.5%207.5%200%200%200-1.4.13M10%204.5h4a1%201%200%200%200%200-2h-4a1%201%200%200%200%200%202m3.49%209.08v-.16l1.34-1.33a1%201%200%201%200-1.42-1.42L12.08%2012h-.16L5.71%205.79a1%201%200%200%200-1.42%201.42l.48.48l.91.91A8%208%200%200%200%2016.9%2019.82l1.39%201.39a1%201%200%200%200%201.42%200a1%201%200%200%200%200-1.42ZM12%2019.5A6%206%200%200%201%207.11%2010l3.4%203.39v.08A1.5%201.5%200%200%200%2012%2015h.08l3.39%203.4A6%206%200%200%201%2012%2019.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/uil/stopwatch-slash.svg?color=%231a73e8&size=48