watch round icon
watch-round-linear from Solar by 480 Design · Linear · Time · CC-BY-4.0 Attribution required.
- Name
- watch-round-linear
- Set
- Solar
- Style
- Linear
- Category
- Time
- Viewbox
- 24×24
- License
- CC BY 4.0
5 other variants in Solar
More time icons from Solar
alarm-add-boldalarm-boldalarm-pause-boldalarm-play-boldalarm-remove-boldalarm-sleep-boldalarm-turn-off-boldcalendar-add-boldcalendar-boldcalendar-date-boldcalendar-mark-boldcalendar-minimalistic-boldcalendar-search-boldclock-circle-boldclock-square-boldhistory-2-boldhistory-3-boldhistory-boldhourglass-boldhourglass-line-boldstopwatch-boldstopwatch-pause-boldstopwatch-play-boldwatch-square-bold
Use the watch round 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="M17 6.5L16.6961 5.13228C16.3624 3.63065 16.1955 2.87983 15.6471 2.43992C15.0987 2 14.3296 2 12.7913 2H11.2087C9.67043 2 8.9013 2 8.35289 2.43992C7.80448 2.87983 7.63763 3.63065 7.30394 5.13228L7 6.5"/><path d="M17 17.5L16.6961 18.8677C16.3624 20.3694 16.1955 21.1202 15.6471 21.5601C15.0987 22 14.3296 22 12.7913 22H11.2087C9.67043 22 8.9013 22 8.35289 21.5601C7.80448 21.1202 7.63763 20.3694 7.30394 18.8677L7 17.5"/><path d="M19.5 12C19.5 16.1421 16.1421 19.5 12 19.5C7.85786 19.5 4.5 16.1421 4.5 12C4.5 7.85786 7.85786 4.5 12 4.5C16.1421 4.5 19.5 7.85786 19.5 12Z"/><path stroke-linecap="round" stroke-linejoin="round" d="M12 8.92283V11.9998L14 13.9228"/></g></svg>
React
import type { SVGProps } from "react";
export function SolarWatchRoundLinear(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="M17 6.5L16.6961 5.13228C16.3624 3.63065 16.1955 2.87983 15.6471 2.43992C15.0987 2 14.3296 2 12.7913 2H11.2087C9.67043 2 8.9013 2 8.35289 2.43992C7.80448 2.87983 7.63763 3.63065 7.30394 5.13228L7 6.5"/><path d="M17 17.5L16.6961 18.8677C16.3624 20.3694 16.1955 21.1202 15.6471 21.5601C15.0987 22 14.3296 22 12.7913 22H11.2087C9.67043 22 8.9013 22 8.35289 21.5601C7.80448 21.1202 7.63763 20.3694 7.30394 18.8677L7 17.5"/><path d="M19.5 12C19.5 16.1421 16.1421 19.5 12 19.5C7.85786 19.5 4.5 16.1421 4.5 12C4.5 7.85786 7.85786 4.5 12 4.5C16.1421 4.5 19.5 7.85786 19.5 12Z"/><path strokeLinecap="round" strokeLinejoin="round" d="M12 8.92283V11.9998L14 13.9228"/></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="M17 6.5L16.6961 5.13228C16.3624 3.63065 16.1955 2.87983 15.6471 2.43992C15.0987 2 14.3296 2 12.7913 2H11.2087C9.67043 2 8.9013 2 8.35289 2.43992C7.80448 2.87983 7.63763 3.63065 7.30394 5.13228L7 6.5"/><path d="M17 17.5L16.6961 18.8677C16.3624 20.3694 16.1955 21.1202 15.6471 21.5601C15.0987 22 14.3296 22 12.7913 22H11.2087C9.67043 22 8.9013 22 8.35289 21.5601C7.80448 21.1202 7.63763 20.3694 7.30394 18.8677L7 17.5"/><path d="M19.5 12C19.5 16.1421 16.1421 19.5 12 19.5C7.85786 19.5 4.5 16.1421 4.5 12C4.5 7.85786 7.85786 4.5 12 4.5C16.1421 4.5 19.5 7.85786 19.5 12Z"/><path stroke-linecap="round" stroke-linejoin="round" d="M12 8.92283V11.9998L14 13.9228"/></g></svg> </template>
CSS
.icon-watch-round-linear {
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%22M17%206.5L16.6961%205.13228C16.3624%203.63065%2016.1955%202.87983%2015.6471%202.43992C15.0987%202%2014.3296%202%2012.7913%202H11.2087C9.67043%202%208.9013%202%208.35289%202.43992C7.80448%202.87983%207.63763%203.63065%207.30394%205.13228L7%206.5%22%2F%3E%3Cpath%20d%3D%22M17%2017.5L16.6961%2018.8677C16.3624%2020.3694%2016.1955%2021.1202%2015.6471%2021.5601C15.0987%2022%2014.3296%2022%2012.7913%2022H11.2087C9.67043%2022%208.9013%2022%208.35289%2021.5601C7.80448%2021.1202%207.63763%2020.3694%207.30394%2018.8677L7%2017.5%22%2F%3E%3Cpath%20d%3D%22M19.5%2012C19.5%2016.1421%2016.1421%2019.5%2012%2019.5C7.85786%2019.5%204.5%2016.1421%204.5%2012C4.5%207.85786%207.85786%204.5%2012%204.5C16.1421%204.5%2019.5%207.85786%2019.5%2012Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M12%208.92283V11.9998L14%2013.9228%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%22M17%206.5L16.6961%205.13228C16.3624%203.63065%2016.1955%202.87983%2015.6471%202.43992C15.0987%202%2014.3296%202%2012.7913%202H11.2087C9.67043%202%208.9013%202%208.35289%202.43992C7.80448%202.87983%207.63763%203.63065%207.30394%205.13228L7%206.5%22%2F%3E%3Cpath%20d%3D%22M17%2017.5L16.6961%2018.8677C16.3624%2020.3694%2016.1955%2021.1202%2015.6471%2021.5601C15.0987%2022%2014.3296%2022%2012.7913%2022H11.2087C9.67043%2022%208.9013%2022%208.35289%2021.5601C7.80448%2021.1202%207.63763%2020.3694%207.30394%2018.8677L7%2017.5%22%2F%3E%3Cpath%20d%3D%22M19.5%2012C19.5%2016.1421%2016.1421%2019.5%2012%2019.5C7.85786%2019.5%204.5%2016.1421%204.5%2012C4.5%207.85786%207.85786%204.5%2012%204.5C16.1421%204.5%2019.5%207.85786%2019.5%2012Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M12%208.92283V11.9998L14%2013.9228%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/solar/watch-round-linear.svg?color=%231a73e8&size=48