watch2 icon
watch2-filled from Reicon by REICON · Filled · Time · MIT Free for personal and commercial use.
- Name
- watch2-filled
- Set
- Reicon
- Style
- Filled
- Category
- Time
- Viewbox
- 24×24
- License
- MIT
2 other variants in Reicon
More time icons from Reicon
Use the watch2 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M12.5 22h-1c-1.405 0-2.107 0-2.611-.337a2 2 0 0 1-.552-.552c-.14-.21-.222-.452-.27-.766q.244.038.495.063c.905.092 2.022.092 3.361.092h.154c1.339 0 2.456 0 3.361-.092q.25-.026.494-.063c-.047.314-.13.557-.27.766a2 2 0 0 1-.55.552C14.606 22 13.904 22 12.5 22m0-20h-1c-1.405 0-2.107 0-2.611.337a2 2 0 0 0-.552.552c-.14.21-.222.452-.27.766q.244-.038.495-.063c.905-.092 2.022-.092 3.361-.092h.154c1.339 0 2.456 0 3.361.092q.25.025.494.063c-.047-.314-.13-.557-.27-.766a2 2 0 0 0-.55-.552C14.606 2 13.904 2 12.5 2"/><path fill-rule="evenodd" d="M5 12c0-2.809 0-4.213.674-5.222a4 4 0 0 1 1.104-1.104C7.787 5 9.19 5 12 5s4.213 0 5.222.674a4 4 0 0 1 1.104 1.104C19 7.787 19 9.19 19 12s0 4.213-.674 5.222a4 4 0 0 1-1.104 1.104C16.213 19 14.81 19 12 19s-4.213 0-5.222-.674a4 4 0 0 1-1.104-1.104C5 16.213 5 14.81 5 12m7-3.75a.75.75 0 0 1 .75.75v2.758l1.77 1.701a.75.75 0 1 1-1.04 1.082l-2-1.924a.75.75 0 0 1-.23-.54V9a.75.75 0 0 1 .75-.75" clip-rule="evenodd"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconWatch2Filled(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="M12.5 22h-1c-1.405 0-2.107 0-2.611-.337a2 2 0 0 1-.552-.552c-.14-.21-.222-.452-.27-.766q.244.038.495.063c.905.092 2.022.092 3.361.092h.154c1.339 0 2.456 0 3.361-.092q.25-.026.494-.063c-.047.314-.13.557-.27.766a2 2 0 0 1-.55.552C14.606 22 13.904 22 12.5 22m0-20h-1c-1.405 0-2.107 0-2.611.337a2 2 0 0 0-.552.552c-.14.21-.222.452-.27.766q.244-.038.495-.063c.905-.092 2.022-.092 3.361-.092h.154c1.339 0 2.456 0 3.361.092q.25.025.494.063c-.047-.314-.13-.557-.27-.766a2 2 0 0 0-.55-.552C14.606 2 13.904 2 12.5 2"/><path fillRule="evenodd" d="M5 12c0-2.809 0-4.213.674-5.222a4 4 0 0 1 1.104-1.104C7.787 5 9.19 5 12 5s4.213 0 5.222.674a4 4 0 0 1 1.104 1.104C19 7.787 19 9.19 19 12s0 4.213-.674 5.222a4 4 0 0 1-1.104 1.104C16.213 19 14.81 19 12 19s-4.213 0-5.222-.674a4 4 0 0 1-1.104-1.104C5 16.213 5 14.81 5 12m7-3.75a.75.75 0 0 1 .75.75v2.758l1.77 1.701a.75.75 0 1 1-1.04 1.082l-2-1.924a.75.75 0 0 1-.23-.54V9a.75.75 0 0 1 .75-.75" 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="M12.5 22h-1c-1.405 0-2.107 0-2.611-.337a2 2 0 0 1-.552-.552c-.14-.21-.222-.452-.27-.766q.244.038.495.063c.905.092 2.022.092 3.361.092h.154c1.339 0 2.456 0 3.361-.092q.25-.026.494-.063c-.047.314-.13.557-.27.766a2 2 0 0 1-.55.552C14.606 22 13.904 22 12.5 22m0-20h-1c-1.405 0-2.107 0-2.611.337a2 2 0 0 0-.552.552c-.14.21-.222.452-.27.766q.244-.038.495-.063c.905-.092 2.022-.092 3.361-.092h.154c1.339 0 2.456 0 3.361.092q.25.025.494.063c-.047-.314-.13-.557-.27-.766a2 2 0 0 0-.55-.552C14.606 2 13.904 2 12.5 2"/><path fill-rule="evenodd" d="M5 12c0-2.809 0-4.213.674-5.222a4 4 0 0 1 1.104-1.104C7.787 5 9.19 5 12 5s4.213 0 5.222.674a4 4 0 0 1 1.104 1.104C19 7.787 19 9.19 19 12s0 4.213-.674 5.222a4 4 0 0 1-1.104 1.104C16.213 19 14.81 19 12 19s-4.213 0-5.222-.674a4 4 0 0 1-1.104-1.104C5 16.213 5 14.81 5 12m7-3.75a.75.75 0 0 1 .75.75v2.758l1.77 1.701a.75.75 0 1 1-1.04 1.082l-2-1.924a.75.75 0 0 1-.23-.54V9a.75.75 0 0 1 .75-.75" clip-rule="evenodd"/></g></svg> </template>
CSS
.icon-watch2-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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M12.5%2022h-1c-1.405%200-2.107%200-2.611-.337a2%202%200%200%201-.552-.552c-.14-.21-.222-.452-.27-.766q.244.038.495.063c.905.092%202.022.092%203.361.092h.154c1.339%200%202.456%200%203.361-.092q.25-.026.494-.063c-.047.314-.13.557-.27.766a2%202%200%200%201-.55.552C14.606%2022%2013.904%2022%2012.5%2022m0-20h-1c-1.405%200-2.107%200-2.611.337a2%202%200%200%200-.552.552c-.14.21-.222.452-.27.766q.244-.038.495-.063c.905-.092%202.022-.092%203.361-.092h.154c1.339%200%202.456%200%203.361.092q.25.025.494.063c-.047-.314-.13-.557-.27-.766a2%202%200%200%200-.55-.552C14.606%202%2013.904%202%2012.5%202%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M5%2012c0-2.809%200-4.213.674-5.222a4%204%200%200%201%201.104-1.104C7.787%205%209.19%205%2012%205s4.213%200%205.222.674a4%204%200%200%201%201.104%201.104C19%207.787%2019%209.19%2019%2012s0%204.213-.674%205.222a4%204%200%200%201-1.104%201.104C16.213%2019%2014.81%2019%2012%2019s-4.213%200-5.222-.674a4%204%200%200%201-1.104-1.104C5%2016.213%205%2014.81%205%2012m7-3.75a.75.75%200%200%201%20.75.75v2.758l1.77%201.701a.75.75%200%201%201-1.04%201.082l-2-1.924a.75.75%200%200%201-.23-.54V9a.75.75%200%200%201%20.75-.75%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%22M12.5%2022h-1c-1.405%200-2.107%200-2.611-.337a2%202%200%200%201-.552-.552c-.14-.21-.222-.452-.27-.766q.244.038.495.063c.905.092%202.022.092%203.361.092h.154c1.339%200%202.456%200%203.361-.092q.25-.026.494-.063c-.047.314-.13.557-.27.766a2%202%200%200%201-.55.552C14.606%2022%2013.904%2022%2012.5%2022m0-20h-1c-1.405%200-2.107%200-2.611.337a2%202%200%200%200-.552.552c-.14.21-.222.452-.27.766q.244-.038.495-.063c.905-.092%202.022-.092%203.361-.092h.154c1.339%200%202.456%200%203.361.092q.25.025.494.063c-.047-.314-.13-.557-.27-.766a2%202%200%200%200-.55-.552C14.606%202%2013.904%202%2012.5%202%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M5%2012c0-2.809%200-4.213.674-5.222a4%204%200%200%201%201.104-1.104C7.787%205%209.19%205%2012%205s4.213%200%205.222.674a4%204%200%200%201%201.104%201.104C19%207.787%2019%209.19%2019%2012s0%204.213-.674%205.222a4%204%200%200%201-1.104%201.104C16.213%2019%2014.81%2019%2012%2019s-4.213%200-5.222-.674a4%204%200%200%201-1.104-1.104C5%2016.213%205%2014.81%205%2012m7-3.75a.75.75%200%200%201%20.75.75v2.758l1.77%201.701a.75.75%200%201%201-1.04%201.082l-2-1.924a.75.75%200%200%201-.23-.54V9a.75.75%200%200%201%20.75-.75%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/watch2-filled.svg?color=%231a73e8&size=48