watch 02 icon
watch-02 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- watch-02
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Related icons in Huge Icons
Use the watch 02 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path d="M6 12c0-2.828 0-4.243.879-5.121C7.757 6 9.172 6 12 6s4.243 0 5.121.879C18 7.757 18 9.172 18 12s0 4.243-.879 5.121C16.243 18 14.828 18 12 18s-4.243 0-5.121-.879C6 16.243 6 14.828 6 12Zm10-6l-.272-1.09c-.335-1.338-.502-2.007-.978-2.42a2 2 0 0 0-.165-.129C14.07 2 13.38 2 12 2s-2.069 0-2.585.361q-.086.06-.165.129c-.476.413-.643 1.082-.978 2.42L8 6m0 12l.272 1.09c.335 1.338.502 2.007.978 2.42q.08.069.165.129C9.93 22 10.62 22 12 22s2.069 0 2.585-.361q.085-.06.165-.129c.476-.413.643-1.082.978-2.42L16 18"/><path stroke-linecap="round" stroke-linejoin="round" d="M12 10v2.005L13 13"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsWatch02(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeWidth="1.5"><path d="M6 12c0-2.828 0-4.243.879-5.121C7.757 6 9.172 6 12 6s4.243 0 5.121.879C18 7.757 18 9.172 18 12s0 4.243-.879 5.121C16.243 18 14.828 18 12 18s-4.243 0-5.121-.879C6 16.243 6 14.828 6 12Zm10-6l-.272-1.09c-.335-1.338-.502-2.007-.978-2.42a2 2 0 0 0-.165-.129C14.07 2 13.38 2 12 2s-2.069 0-2.585.361q-.086.06-.165.129c-.476.413-.643 1.082-.978 2.42L8 6m0 12l.272 1.09c.335 1.338.502 2.007.978 2.42q.08.069.165.129C9.93 22 10.62 22 12 22s2.069 0 2.585-.361q.085-.06.165-.129c.476-.413.643-1.082.978-2.42L16 18"/><path strokeLinecap="round" strokeLinejoin="round" d="M12 10v2.005L13 13"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path d="M6 12c0-2.828 0-4.243.879-5.121C7.757 6 9.172 6 12 6s4.243 0 5.121.879C18 7.757 18 9.172 18 12s0 4.243-.879 5.121C16.243 18 14.828 18 12 18s-4.243 0-5.121-.879C6 16.243 6 14.828 6 12Zm10-6l-.272-1.09c-.335-1.338-.502-2.007-.978-2.42a2 2 0 0 0-.165-.129C14.07 2 13.38 2 12 2s-2.069 0-2.585.361q-.086.06-.165.129c-.476.413-.643 1.082-.978 2.42L8 6m0 12l.272 1.09c.335 1.338.502 2.007.978 2.42q.08.069.165.129C9.93 22 10.62 22 12 22s2.069 0 2.585-.361q.085-.06.165-.129c.476-.413.643-1.082.978-2.42L16 18"/><path stroke-linecap="round" stroke-linejoin="round" d="M12 10v2.005L13 13"/></g></svg> </template>
CSS
.icon-watch-02 {
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%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M6%2012c0-2.828%200-4.243.879-5.121C7.757%206%209.172%206%2012%206s4.243%200%205.121.879C18%207.757%2018%209.172%2018%2012s0%204.243-.879%205.121C16.243%2018%2014.828%2018%2012%2018s-4.243%200-5.121-.879C6%2016.243%206%2014.828%206%2012Zm10-6l-.272-1.09c-.335-1.338-.502-2.007-.978-2.42a2%202%200%200%200-.165-.129C14.07%202%2013.38%202%2012%202s-2.069%200-2.585.361q-.086.06-.165.129c-.476.413-.643%201.082-.978%202.42L8%206m0%2012l.272%201.09c.335%201.338.502%202.007.978%202.42q.08.069.165.129C9.93%2022%2010.62%2022%2012%2022s2.069%200%202.585-.361q.085-.06.165-.129c.476-.413.643-1.082.978-2.42L16%2018%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M12%2010v2.005L13%2013%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%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M6%2012c0-2.828%200-4.243.879-5.121C7.757%206%209.172%206%2012%206s4.243%200%205.121.879C18%207.757%2018%209.172%2018%2012s0%204.243-.879%205.121C16.243%2018%2014.828%2018%2012%2018s-4.243%200-5.121-.879C6%2016.243%206%2014.828%206%2012Zm10-6l-.272-1.09c-.335-1.338-.502-2.007-.978-2.42a2%202%200%200%200-.165-.129C14.07%202%2013.38%202%2012%202s-2.069%200-2.585.361q-.086.06-.165.129c-.476.413-.643%201.082-.978%202.42L8%206m0%2012l.272%201.09c.335%201.338.502%202.007.978%202.42q.08.069.165.129C9.93%2022%2010.62%2022%2012%2022s2.069%200%202.585-.361q.085-.06.165-.129c.476-.413.643-1.082.978-2.42L16%2018%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M12%2010v2.005L13%2013%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/watch-02.svg?color=%231a73e8&size=48