watch round icon

watch-round-broken from Solar by 480 Design · Broken · Time · CC-BY-4.0 Attribution required.

Name
watch-round-broken
Set
Solar
Style
Broken
Category
Time
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

More time icons from Solar

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 stroke-linecap="round" d="M4.75464 10.0578C5.08345 8.82656 5.73084 7.66266 6.6968 6.6967C9.62573 3.76777 14.3745 3.76777 17.3034 6.6967C20.2323 9.62563 20.2323 14.3744 17.3034 17.3033C14.3745 20.2322 9.62573 20.2322 6.6968 17.3033C5.73084 16.3373 5.08345 15.1734 4.75464 13.9422"/><path stroke-linecap="round" stroke-linejoin="round" d="M12 8.92283V11.9998L14 13.9228"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarWatchRoundBroken(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 strokeLinecap="round" d="M4.75464 10.0578C5.08345 8.82656 5.73084 7.66266 6.6968 6.6967C9.62573 3.76777 14.3745 3.76777 17.3034 6.6967C20.2323 9.62563 20.2323 14.3744 17.3034 17.3033C14.3745 20.2322 9.62573 20.2322 6.6968 17.3033C5.73084 16.3373 5.08345 15.1734 4.75464 13.9422"/><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 stroke-linecap="round" d="M4.75464 10.0578C5.08345 8.82656 5.73084 7.66266 6.6968 6.6967C9.62573 3.76777 14.3745 3.76777 17.3034 6.6967C20.2323 9.62563 20.2323 14.3744 17.3034 17.3033C14.3745 20.2322 9.62573 20.2322 6.6968 17.3033C5.73084 16.3373 5.08345 15.1734 4.75464 13.9422"/><path stroke-linecap="round" stroke-linejoin="round" d="M12 8.92283V11.9998L14 13.9228"/></g></svg>
</template>

CSS

.icon-watch-round-broken {
  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%20stroke-linecap%3D%22round%22%20d%3D%22M4.75464%2010.0578C5.08345%208.82656%205.73084%207.66266%206.6968%206.6967C9.62573%203.76777%2014.3745%203.76777%2017.3034%206.6967C20.2323%209.62563%2020.2323%2014.3744%2017.3034%2017.3033C14.3745%2020.2322%209.62573%2020.2322%206.6968%2017.3033C5.73084%2016.3373%205.08345%2015.1734%204.75464%2013.9422%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%20stroke-linecap%3D%22round%22%20d%3D%22M4.75464%2010.0578C5.08345%208.82656%205.73084%207.66266%206.6968%206.6967C9.62573%203.76777%2014.3745%203.76777%2017.3034%206.6967C20.2323%209.62563%2020.2323%2014.3744%2017.3034%2017.3033C14.3745%2020.2322%209.62573%2020.2322%206.6968%2017.3033C5.73084%2016.3373%205.08345%2015.1734%204.75464%2013.9422%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-broken.svg?color=%231a73e8&size=48