watch wake icon
watch-wake-rounded from Material Symbols Light by Google · Rounded · Hardware · Apache-2.0 Free for personal and commercial use.
- Name
- watch-wake-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- Category
- Hardware
- Viewbox
- 24×24
- License
- Apache 2.0
3 other variants in Material Symbols Light
The same icon in other sets
More hardware icons from Material Symbols Light
add-diamondadf-scanneraod-tabletaod-watcharrows-left-right-circlearrows-up-down-circleassistant-deviceaudio-video-receiverb-circlebalancebrowser-updatedcamera-videocastcast-connectedcast-for-educationcast-pausecast-warningchromecast-devicecircle-circlecomputercomputer-arrow-upcomputer-cancelcomputer-soundconnected-tv
Use the watch wake icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.116 16q-.214 0-.357-.143t-.143-.357t.143-.357t.356-.143h.616q.213 0 .356.143t.144.357t-.144.357t-.356.143zm0-3.5q-.214 0-.357-.143T17.616 12t.143-.357t.356-.143h1.616q.213 0 .356.143t.144.357t-.144.357t-.356.143zm0-3.5q-.214 0-.357-.156t-.143-.369t.155-.357t.37-.143h2.59q.213 0 .357.143t.143.357t-.143.37T20.73 9zm-4.578 6.538Q15 14.075 15 12t-1.463-3.537T10 7T6.463 8.463T5 12t1.463 3.538T10 17t3.538-1.463M8.73 21q-.342 0-.61-.205t-.373-.547l-.633-2.214q-.13-.423-.395-.81q-.264-.388-.706-.765q-.966-.809-1.49-1.965T4 12q0-1.313.524-2.47t1.49-1.99q.442-.402.706-.786q.265-.385.396-.788l.632-2.214q.104-.342.372-.547T8.73 3h2.54q.342 0 .61.205t.372.547l.633 2.214q.13.423.395.81q.264.388.707.765q.965.809 1.489 1.965T16 12q0 1.314-.524 2.47t-1.49 1.99q-.442.402-.706.786q-.264.385-.395.789l-.633 2.213q-.104.343-.372.547t-.61.205z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightWatchWakeRounded(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="M18.116 16q-.214 0-.357-.143t-.143-.357t.143-.357t.356-.143h.616q.213 0 .356.143t.144.357t-.144.357t-.356.143zm0-3.5q-.214 0-.357-.143T17.616 12t.143-.357t.356-.143h1.616q.213 0 .356.143t.144.357t-.144.357t-.356.143zm0-3.5q-.214 0-.357-.156t-.143-.369t.155-.357t.37-.143h2.59q.213 0 .357.143t.143.357t-.143.37T20.73 9zm-4.578 6.538Q15 14.075 15 12t-1.463-3.537T10 7T6.463 8.463T5 12t1.463 3.538T10 17t3.538-1.463M8.73 21q-.342 0-.61-.205t-.373-.547l-.633-2.214q-.13-.423-.395-.81q-.264-.388-.706-.765q-.966-.809-1.49-1.965T4 12q0-1.313.524-2.47t1.49-1.99q.442-.402.706-.786q.265-.385.396-.788l.632-2.214q.104-.342.372-.547T8.73 3h2.54q.342 0 .61.205t.372.547l.633 2.214q.13.423.395.81q.264.388.707.765q.965.809 1.489 1.965T16 12q0 1.314-.524 2.47t-1.49 1.99q-.442.402-.706.786q-.264.385-.395.789l-.633 2.213q-.104.343-.372.547t-.61.205z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.116 16q-.214 0-.357-.143t-.143-.357t.143-.357t.356-.143h.616q.213 0 .356.143t.144.357t-.144.357t-.356.143zm0-3.5q-.214 0-.357-.143T17.616 12t.143-.357t.356-.143h1.616q.213 0 .356.143t.144.357t-.144.357t-.356.143zm0-3.5q-.214 0-.357-.156t-.143-.369t.155-.357t.37-.143h2.59q.213 0 .357.143t.143.357t-.143.37T20.73 9zm-4.578 6.538Q15 14.075 15 12t-1.463-3.537T10 7T6.463 8.463T5 12t1.463 3.538T10 17t3.538-1.463M8.73 21q-.342 0-.61-.205t-.373-.547l-.633-2.214q-.13-.423-.395-.81q-.264-.388-.706-.765q-.966-.809-1.49-1.965T4 12q0-1.313.524-2.47t1.49-1.99q.442-.402.706-.786q.265-.385.396-.788l.632-2.214q.104-.342.372-.547T8.73 3h2.54q.342 0 .61.205t.372.547l.633 2.214q.13.423.395.81q.264.388.707.765q.965.809 1.489 1.965T16 12q0 1.314-.524 2.47t-1.49 1.99q-.442.402-.706.786q-.264.385-.395.789l-.633 2.213q-.104.343-.372.547t-.61.205z"/></svg> </template>
CSS
.icon-watch-wake-rounded {
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%22M18.116%2016q-.214%200-.357-.143t-.143-.357t.143-.357t.356-.143h.616q.213%200%20.356.143t.144.357t-.144.357t-.356.143zm0-3.5q-.214%200-.357-.143T17.616%2012t.143-.357t.356-.143h1.616q.213%200%20.356.143t.144.357t-.144.357t-.356.143zm0-3.5q-.214%200-.357-.156t-.143-.369t.155-.357t.37-.143h2.59q.213%200%20.357.143t.143.357t-.143.37T20.73%209zm-4.578%206.538Q15%2014.075%2015%2012t-1.463-3.537T10%207T6.463%208.463T5%2012t1.463%203.538T10%2017t3.538-1.463M8.73%2021q-.342%200-.61-.205t-.373-.547l-.633-2.214q-.13-.423-.395-.81q-.264-.388-.706-.765q-.966-.809-1.49-1.965T4%2012q0-1.313.524-2.47t1.49-1.99q.442-.402.706-.786q.265-.385.396-.788l.632-2.214q.104-.342.372-.547T8.73%203h2.54q.342%200%20.61.205t.372.547l.633%202.214q.13.423.395.81q.264.388.707.765q.965.809%201.489%201.965T16%2012q0%201.314-.524%202.47t-1.49%201.99q-.442.402-.706.786q-.264.385-.395.789l-.633%202.213q-.104.343-.372.547t-.61.205z%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%22M18.116%2016q-.214%200-.357-.143t-.143-.357t.143-.357t.356-.143h.616q.213%200%20.356.143t.144.357t-.144.357t-.356.143zm0-3.5q-.214%200-.357-.143T17.616%2012t.143-.357t.356-.143h1.616q.213%200%20.356.143t.144.357t-.144.357t-.356.143zm0-3.5q-.214%200-.357-.156t-.143-.369t.155-.357t.37-.143h2.59q.213%200%20.357.143t.143.357t-.143.37T20.73%209zm-4.578%206.538Q15%2014.075%2015%2012t-1.463-3.537T10%207T6.463%208.463T5%2012t1.463%203.538T10%2017t3.538-1.463M8.73%2021q-.342%200-.61-.205t-.373-.547l-.633-2.214q-.13-.423-.395-.81q-.264-.388-.706-.765q-.966-.809-1.49-1.965T4%2012q0-1.313.524-2.47t1.49-1.99q.442-.402.706-.786q.265-.385.396-.788l.632-2.214q.104-.342.372-.547T8.73%203h2.54q.342%200%20.61.205t.372.547l.633%202.214q.13.423.395.81q.264.388.707.765q.965.809%201.489%201.965T16%2012q0%201.314-.524%202.47t-1.49%201.99q-.442.402-.706.786q-.264.385-.395.789l-.633%202.213q-.104.343-.372.547t-.61.205z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/watch-wake-rounded.svg?color=%231a73e8&size=48