watch square icon

watch-square-linear from Solar by 480 Design · Linear · Time · CC-BY-4.0 Attribution required.

Name
watch-square-linear
Set
Solar
Style
Linear
Category
Time
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

The same icon in other sets

More time icons from Solar

Use the watch square 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="M5 12C5 9.19108 5 7.78661 5.67412 6.77772C5.96596 6.34096 6.34096 5.96596 6.77772 5.67412C7.78661 5 9.19108 5 12 5C14.8089 5 16.2134 5 17.2223 5.67412C17.659 5.96596 18.034 6.34096 18.3259 6.77772C19 7.78661 19 9.19108 19 12C19 14.8089 19 16.2134 18.3259 17.2223C18.034 17.659 17.659 18.034 17.2223 18.3259C16.2134 19 14.8089 19 12 19C9.19108 19 7.78661 19 6.77772 18.3259C6.34096 18.034 5.96596 17.659 5.67412 17.2223C5 16.2134 5 14.8089 5 12Z"/><path stroke-linecap="round" stroke-linejoin="round" d="M12 8.99998V12.0769L14 14"/><path d="M16.7777 5.5L16.696 5.13228C16.3623 3.63065 16.1955 2.87983 15.6471 2.43992C15.0987 2 14.3295 2 12.7913 2H11.2086C9.67037 2 8.90124 2 8.35283 2.43992C7.80443 2.87983 7.63758 3.63065 7.30388 5.13228L7.22217 5.5"/><path d="M16.7777 5.5L16.696 5.13228C16.3623 3.63065 16.1955 2.87983 15.6471 2.43992C15.0987 2 14.3295 2 12.7913 2H11.2086C9.67037 2 8.90124 2 8.35283 2.43992C7.80443 2.87983 7.63758 3.63065 7.30388 5.13228L7.22217 5.5"/><path d="M16.7777 18.5L16.696 18.8677C16.3623 20.3693 16.1955 21.1202 15.6471 21.5601C15.0987 22 14.3295 22 12.7913 22H11.2086C9.67037 22 8.90124 22 8.35283 21.5601C7.80443 21.1202 7.63758 20.3694 7.30388 18.8677L7.22217 18.5"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarWatchSquareLinear(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="M5 12C5 9.19108 5 7.78661 5.67412 6.77772C5.96596 6.34096 6.34096 5.96596 6.77772 5.67412C7.78661 5 9.19108 5 12 5C14.8089 5 16.2134 5 17.2223 5.67412C17.659 5.96596 18.034 6.34096 18.3259 6.77772C19 7.78661 19 9.19108 19 12C19 14.8089 19 16.2134 18.3259 17.2223C18.034 17.659 17.659 18.034 17.2223 18.3259C16.2134 19 14.8089 19 12 19C9.19108 19 7.78661 19 6.77772 18.3259C6.34096 18.034 5.96596 17.659 5.67412 17.2223C5 16.2134 5 14.8089 5 12Z"/><path strokeLinecap="round" strokeLinejoin="round" d="M12 8.99998V12.0769L14 14"/><path d="M16.7777 5.5L16.696 5.13228C16.3623 3.63065 16.1955 2.87983 15.6471 2.43992C15.0987 2 14.3295 2 12.7913 2H11.2086C9.67037 2 8.90124 2 8.35283 2.43992C7.80443 2.87983 7.63758 3.63065 7.30388 5.13228L7.22217 5.5"/><path d="M16.7777 5.5L16.696 5.13228C16.3623 3.63065 16.1955 2.87983 15.6471 2.43992C15.0987 2 14.3295 2 12.7913 2H11.2086C9.67037 2 8.90124 2 8.35283 2.43992C7.80443 2.87983 7.63758 3.63065 7.30388 5.13228L7.22217 5.5"/><path d="M16.7777 18.5L16.696 18.8677C16.3623 20.3693 16.1955 21.1202 15.6471 21.5601C15.0987 22 14.3295 22 12.7913 22H11.2086C9.67037 22 8.90124 22 8.35283 21.5601C7.80443 21.1202 7.63758 20.3694 7.30388 18.8677L7.22217 18.5"/></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="M5 12C5 9.19108 5 7.78661 5.67412 6.77772C5.96596 6.34096 6.34096 5.96596 6.77772 5.67412C7.78661 5 9.19108 5 12 5C14.8089 5 16.2134 5 17.2223 5.67412C17.659 5.96596 18.034 6.34096 18.3259 6.77772C19 7.78661 19 9.19108 19 12C19 14.8089 19 16.2134 18.3259 17.2223C18.034 17.659 17.659 18.034 17.2223 18.3259C16.2134 19 14.8089 19 12 19C9.19108 19 7.78661 19 6.77772 18.3259C6.34096 18.034 5.96596 17.659 5.67412 17.2223C5 16.2134 5 14.8089 5 12Z"/><path stroke-linecap="round" stroke-linejoin="round" d="M12 8.99998V12.0769L14 14"/><path d="M16.7777 5.5L16.696 5.13228C16.3623 3.63065 16.1955 2.87983 15.6471 2.43992C15.0987 2 14.3295 2 12.7913 2H11.2086C9.67037 2 8.90124 2 8.35283 2.43992C7.80443 2.87983 7.63758 3.63065 7.30388 5.13228L7.22217 5.5"/><path d="M16.7777 5.5L16.696 5.13228C16.3623 3.63065 16.1955 2.87983 15.6471 2.43992C15.0987 2 14.3295 2 12.7913 2H11.2086C9.67037 2 8.90124 2 8.35283 2.43992C7.80443 2.87983 7.63758 3.63065 7.30388 5.13228L7.22217 5.5"/><path d="M16.7777 18.5L16.696 18.8677C16.3623 20.3693 16.1955 21.1202 15.6471 21.5601C15.0987 22 14.3295 22 12.7913 22H11.2086C9.67037 22 8.90124 22 8.35283 21.5601C7.80443 21.1202 7.63758 20.3694 7.30388 18.8677L7.22217 18.5"/></g></svg>
</template>

CSS

.icon-watch-square-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%22M5%2012C5%209.19108%205%207.78661%205.67412%206.77772C5.96596%206.34096%206.34096%205.96596%206.77772%205.67412C7.78661%205%209.19108%205%2012%205C14.8089%205%2016.2134%205%2017.2223%205.67412C17.659%205.96596%2018.034%206.34096%2018.3259%206.77772C19%207.78661%2019%209.19108%2019%2012C19%2014.8089%2019%2016.2134%2018.3259%2017.2223C18.034%2017.659%2017.659%2018.034%2017.2223%2018.3259C16.2134%2019%2014.8089%2019%2012%2019C9.19108%2019%207.78661%2019%206.77772%2018.3259C6.34096%2018.034%205.96596%2017.659%205.67412%2017.2223C5%2016.2134%205%2014.8089%205%2012Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M12%208.99998V12.0769L14%2014%22%2F%3E%3Cpath%20d%3D%22M16.7777%205.5L16.696%205.13228C16.3623%203.63065%2016.1955%202.87983%2015.6471%202.43992C15.0987%202%2014.3295%202%2012.7913%202H11.2086C9.67037%202%208.90124%202%208.35283%202.43992C7.80443%202.87983%207.63758%203.63065%207.30388%205.13228L7.22217%205.5%22%2F%3E%3Cpath%20d%3D%22M16.7777%205.5L16.696%205.13228C16.3623%203.63065%2016.1955%202.87983%2015.6471%202.43992C15.0987%202%2014.3295%202%2012.7913%202H11.2086C9.67037%202%208.90124%202%208.35283%202.43992C7.80443%202.87983%207.63758%203.63065%207.30388%205.13228L7.22217%205.5%22%2F%3E%3Cpath%20d%3D%22M16.7777%2018.5L16.696%2018.8677C16.3623%2020.3693%2016.1955%2021.1202%2015.6471%2021.5601C15.0987%2022%2014.3295%2022%2012.7913%2022H11.2086C9.67037%2022%208.90124%2022%208.35283%2021.5601C7.80443%2021.1202%207.63758%2020.3694%207.30388%2018.8677L7.22217%2018.5%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%22M5%2012C5%209.19108%205%207.78661%205.67412%206.77772C5.96596%206.34096%206.34096%205.96596%206.77772%205.67412C7.78661%205%209.19108%205%2012%205C14.8089%205%2016.2134%205%2017.2223%205.67412C17.659%205.96596%2018.034%206.34096%2018.3259%206.77772C19%207.78661%2019%209.19108%2019%2012C19%2014.8089%2019%2016.2134%2018.3259%2017.2223C18.034%2017.659%2017.659%2018.034%2017.2223%2018.3259C16.2134%2019%2014.8089%2019%2012%2019C9.19108%2019%207.78661%2019%206.77772%2018.3259C6.34096%2018.034%205.96596%2017.659%205.67412%2017.2223C5%2016.2134%205%2014.8089%205%2012Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M12%208.99998V12.0769L14%2014%22%2F%3E%3Cpath%20d%3D%22M16.7777%205.5L16.696%205.13228C16.3623%203.63065%2016.1955%202.87983%2015.6471%202.43992C15.0987%202%2014.3295%202%2012.7913%202H11.2086C9.67037%202%208.90124%202%208.35283%202.43992C7.80443%202.87983%207.63758%203.63065%207.30388%205.13228L7.22217%205.5%22%2F%3E%3Cpath%20d%3D%22M16.7777%205.5L16.696%205.13228C16.3623%203.63065%2016.1955%202.87983%2015.6471%202.43992C15.0987%202%2014.3295%202%2012.7913%202H11.2086C9.67037%202%208.90124%202%208.35283%202.43992C7.80443%202.87983%207.63758%203.63065%207.30388%205.13228L7.22217%205.5%22%2F%3E%3Cpath%20d%3D%22M16.7777%2018.5L16.696%2018.8677C16.3623%2020.3693%2016.1955%2021.1202%2015.6471%2021.5601C15.0987%2022%2014.3295%2022%2012.7913%2022H11.2086C9.67037%2022%208.90124%2022%208.35283%2021.5601C7.80443%2021.1202%207.63758%2020.3694%207.30388%2018.8677L7.22217%2018.5%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-square-linear.svg?color=%231a73e8&size=48

Watch Square linear icon — Solar · IconsDB