Watchcheck Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Watchcheck icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/349555.svg" alt="Watchcheck icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/349555.svg" alt="Watchcheck icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/349555.svg" alt="Watchcheck icon" :width="24" :height="24" />
CSS background
.icon-watchcheck {
background-image: url('https://proicons.com/icon/349555.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a,.b{fill:none;stroke:#fff;stroke-linecap:round;}.a{stroke-linejoin:round;}</style></defs><circle class="a" cx="24" cy="24" r="18.5"/><circle class="a" cx="24.0192" cy="24.0122" r="4.5"/><path class="b" d="M24,5.5c.5206-.2349.9733-1.0127,1.29-1.4891A3.0983,3.0983,0,0,0,25.8,2.5"/><path class="b" d="M42.5,24c.2349.5206,1.0127.9733,1.4891,1.29A3.0983,3.0983,0,0,0,45.5,25.8"/><path class="b" d="M24,42.5c-.5206.2349-.9733,1.0127-1.29,1.4891A3.0983,3.0983,0,0,0,22.2,45.5"/><path class="b" d="M5.5,24c-.2349-.5206-1.0127-.9733-1.4891-1.29A3.0983,3.0983,0,0,0,2.5,22.2"/><path class="b" d="M14.75,7.9785a4.2052,4.2052,0,0,0,.373-1.9347,3.0982,3.0982,0,0,0-.3142-1.5633"/><path class="b" d="M40.0215,14.75a4.2052,4.2052,0,0,0,1.9347.373,3.0982,3.0982,0,0,0,1.5633-.3142"/><path class="b" d="M33.25,40.0215a4.2052,4.2052,0,0,0-.373,1.9347,3.0982,3.0982,0,0,0,.3142,1.5633"/><path class="b" d="M7.9785,33.25a4.2052,4.2052,0,0,0-1.9347-.373,3.0982,3.0982,0,0,0-1.5633.3142"/><path class="b" d="M7.9785,14.75a4.2042,4.2042,0,0,0-.6444-1.862,3.0975,3.0975,0,0,0-1.0536-1.1968"/><path class="b" d="M33.25,7.9785a4.2042,4.2042,0,0,0,1.862-.6444,3.0975,3.0975,0,0,0,1.1968-1.0536"/><path class="b" d="M40.0215,33.25a4.2042,4.2042,0,0,0,.6444,1.862A3.0975,3.0975,0,0,0,41.72,36.3088"/><path class="b" d="M14.75,40.0215a4.2042,4.2042,0,0,0-1.862.6444A3.0975,3.0975,0,0,0,11.6912,41.72"/><line class="b" x1="24" y1="19.5061" x2="24" y2="5.5061"/><line class="b" x1="28.5096" y1="24" x2="42.5096" y2="24"/><line class="b" x1="24.0192" y1="28.5122" x2="24.0192" y2="42.5122"/><line class="b" x1="19.5096" y1="24" x2="5.5096" y2="24"/></svg>
Copied!