watch alt icon

watch-alt from Unicons by Iconscout · Line · Time · Apache-2.0 Free for personal and commercial use.

Name
watch-alt
Set
Unicons
Style
Line
Category
Time
Viewbox
24×24
License
Apache 2.0

The same icon in other sets

More time icons from Unicons

Use the watch alt icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m17 8.61l-1-5.77A1 1 0 0 0 15 2H9a1 1 0 0 0-1 .84L7 8.61a6 6 0 0 0 0 6.78l1 5.77A1 1 0 0 0 9 22h6a1 1 0 0 0 1-.84l1-5.77a6 6 0 0 0 0-6.78M9.85 4h4.3l.44 2.59a6 6 0 0 0-5.18 0Zm4.3 16h-4.3l-.44-2.59a6 6 0 0 0 5.18 0ZM12 16a4 4 0 1 1 4-4a4 4 0 0 1-4 4"/></svg>

React

import type { SVGProps } from "react";

export function UilWatchAlt(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="m17 8.61l-1-5.77A1 1 0 0 0 15 2H9a1 1 0 0 0-1 .84L7 8.61a6 6 0 0 0 0 6.78l1 5.77A1 1 0 0 0 9 22h6a1 1 0 0 0 1-.84l1-5.77a6 6 0 0 0 0-6.78M9.85 4h4.3l.44 2.59a6 6 0 0 0-5.18 0Zm4.3 16h-4.3l-.44-2.59a6 6 0 0 0 5.18 0ZM12 16a4 4 0 1 1 4-4a4 4 0 0 1-4 4"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m17 8.61l-1-5.77A1 1 0 0 0 15 2H9a1 1 0 0 0-1 .84L7 8.61a6 6 0 0 0 0 6.78l1 5.77A1 1 0 0 0 9 22h6a1 1 0 0 0 1-.84l1-5.77a6 6 0 0 0 0-6.78M9.85 4h4.3l.44 2.59a6 6 0 0 0-5.18 0Zm4.3 16h-4.3l-.44-2.59a6 6 0 0 0 5.18 0ZM12 16a4 4 0 1 1 4-4a4 4 0 0 1-4 4"/></svg>
</template>

CSS

.icon-watch-alt {
  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%22m17%208.61l-1-5.77A1%201%200%200%200%2015%202H9a1%201%200%200%200-1%20.84L7%208.61a6%206%200%200%200%200%206.78l1%205.77A1%201%200%200%200%209%2022h6a1%201%200%200%200%201-.84l1-5.77a6%206%200%200%200%200-6.78M9.85%204h4.3l.44%202.59a6%206%200%200%200-5.18%200Zm4.3%2016h-4.3l-.44-2.59a6%206%200%200%200%205.18%200ZM12%2016a4%204%200%201%201%204-4a4%204%200%200%201-4%204%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%22m17%208.61l-1-5.77A1%201%200%200%200%2015%202H9a1%201%200%200%200-1%20.84L7%208.61a6%206%200%200%200%200%206.78l1%205.77A1%201%200%200%200%209%2022h6a1%201%200%200%200%201-.84l1-5.77a6%206%200%200%200%200-6.78M9.85%204h4.3l.44%202.59a6%206%200%200%200-5.18%200Zm4.3%2016h-4.3l-.44-2.59a6%206%200%200%200%205.18%200ZM12%2016a4%204%200%201%201%204-4a4%204%200%200%201-4%204%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/uil/watch-alt.svg?color=%231a73e8&size=48