twotone watch icon
twotone-watch from Google Material Icons by Material Design Authors · Baseline · Hardware · Apache-2.0 Free for personal and commercial use.
- Name
- twotone-watch
- Set
- Google Material Icons
- Style
- Baseline
- Category
- Hardware
- Viewbox
- 24×24
- License
- Apache 2.0
More hardware icons from Google Material Icons
baseline-adf-scannerbaseline-browser-not-supportedbaseline-browser-updatedbaseline-castbaseline-cast-connectedbaseline-cast-for-educationbaseline-computerbaseline-connected-tvbaseline-desktop-macbaseline-desktop-windowsbaseline-developer-boardbaseline-developer-board-offbaseline-device-hubbaseline-device-unknownbaseline-devices-otherbaseline-dockbaseline-earbudsbaseline-earbuds-batterybaseline-gamepadbaseline-headphonesbaseline-headphones-batterybaseline-headsetbaseline-headset-micbaseline-headset-off
Use the twotone watch icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.72 4.48L14.31 2H9.7l-.41 2.47C10.13 4.17 11.05 4 12 4c.96 0 1.87.17 2.72.48M9.29 19.53L9.7 22h4.61l.41-2.48c-.85.31-1.76.48-2.72.48c-.95 0-1.87-.17-2.71-.47" opacity=".3"/><path fill="currentColor" d="M16.96 5.73L16 0H8l-.95 5.73C5.19 7.19 4 9.45 4 12s1.19 4.81 3.05 6.27L8 24h8l.96-5.73C18.81 16.81 20 14.54 20 12s-1.19-4.81-3.04-6.27M9.7 2h4.61l.41 2.48C13.87 4.17 12.96 4 12 4c-.95 0-1.87.17-2.71.47zm4.61 20H9.7l-.41-2.47c.84.3 1.76.47 2.71.47c.96 0 1.87-.17 2.72-.48zM12 18c-3.31 0-6-2.69-6-6s2.69-6 6-6s6 2.69 6 6s-2.69 6-6 6"/></svg>
React
import type { SVGProps } from "react";
export function IcTwotoneWatch(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="M14.72 4.48L14.31 2H9.7l-.41 2.47C10.13 4.17 11.05 4 12 4c.96 0 1.87.17 2.72.48M9.29 19.53L9.7 22h4.61l.41-2.48c-.85.31-1.76.48-2.72.48c-.95 0-1.87-.17-2.71-.47" opacity=".3"/><path fill="currentColor" d="M16.96 5.73L16 0H8l-.95 5.73C5.19 7.19 4 9.45 4 12s1.19 4.81 3.05 6.27L8 24h8l.96-5.73C18.81 16.81 20 14.54 20 12s-1.19-4.81-3.04-6.27M9.7 2h4.61l.41 2.48C13.87 4.17 12.96 4 12 4c-.95 0-1.87.17-2.71.47zm4.61 20H9.7l-.41-2.47c.84.3 1.76.47 2.71.47c.96 0 1.87-.17 2.72-.48zM12 18c-3.31 0-6-2.69-6-6s2.69-6 6-6s6 2.69 6 6s-2.69 6-6 6"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.72 4.48L14.31 2H9.7l-.41 2.47C10.13 4.17 11.05 4 12 4c.96 0 1.87.17 2.72.48M9.29 19.53L9.7 22h4.61l.41-2.48c-.85.31-1.76.48-2.72.48c-.95 0-1.87-.17-2.71-.47" opacity=".3"/><path fill="currentColor" d="M16.96 5.73L16 0H8l-.95 5.73C5.19 7.19 4 9.45 4 12s1.19 4.81 3.05 6.27L8 24h8l.96-5.73C18.81 16.81 20 14.54 20 12s-1.19-4.81-3.04-6.27M9.7 2h4.61l.41 2.48C13.87 4.17 12.96 4 12 4c-.95 0-1.87.17-2.71.47zm4.61 20H9.7l-.41-2.47c.84.3 1.76.47 2.71.47c.96 0 1.87-.17 2.72-.48zM12 18c-3.31 0-6-2.69-6-6s2.69-6 6-6s6 2.69 6 6s-2.69 6-6 6"/></svg> </template>
CSS
.icon-twotone-watch {
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%22M14.72%204.48L14.31%202H9.7l-.41%202.47C10.13%204.17%2011.05%204%2012%204c.96%200%201.87.17%202.72.48M9.29%2019.53L9.7%2022h4.61l.41-2.48c-.85.31-1.76.48-2.72.48c-.95%200-1.87-.17-2.71-.47%22%20opacity%3D%22.3%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16.96%205.73L16%200H8l-.95%205.73C5.19%207.19%204%209.45%204%2012s1.19%204.81%203.05%206.27L8%2024h8l.96-5.73C18.81%2016.81%2020%2014.54%2020%2012s-1.19-4.81-3.04-6.27M9.7%202h4.61l.41%202.48C13.87%204.17%2012.96%204%2012%204c-.95%200-1.87.17-2.71.47zm4.61%2020H9.7l-.41-2.47c.84.3%201.76.47%202.71.47c.96%200%201.87-.17%202.72-.48zM12%2018c-3.31%200-6-2.69-6-6s2.69-6%206-6s6%202.69%206%206s-2.69%206-6%206%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%22M14.72%204.48L14.31%202H9.7l-.41%202.47C10.13%204.17%2011.05%204%2012%204c.96%200%201.87.17%202.72.48M9.29%2019.53L9.7%2022h4.61l.41-2.48c-.85.31-1.76.48-2.72.48c-.95%200-1.87-.17-2.71-.47%22%20opacity%3D%22.3%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16.96%205.73L16%200H8l-.95%205.73C5.19%207.19%204%209.45%204%2012s1.19%204.81%203.05%206.27L8%2024h8l.96-5.73C18.81%2016.81%2020%2014.54%2020%2012s-1.19-4.81-3.04-6.27M9.7%202h4.61l.41%202.48C13.87%204.17%2012.96%204%2012%204c-.95%200-1.87.17-2.71.47zm4.61%2020H9.7l-.41-2.47c.84.3%201.76.47%202.71.47c.96%200%201.87-.17%202.72-.48zM12%2018c-3.31%200-6-2.69-6-6s2.69-6%206-6s6%202.69%206%206s-2.69%206-6%206%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/twotone-watch.svg?color=%231a73e8&size=48