Watch Duty Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Watch Duty 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/334995.svg" alt="Watch Duty icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/334995.svg" alt="Watch Duty icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/334995.svg" alt="Watch Duty icon" :width="24" :height="24" />
CSS background
.icon-watch-duty {
background-image: url('https://proicons.com/icon/334995.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="b"><path class="c" d="m24.0174,43.5l5.3493-5.1039s5.9525-5.7442,7.0974-8.7179c1.2651-3.2858.612-8.0612-.886-11.8578-1.498-3.7965-4.3103-7.5491-4.3103-7.5491,0,0,.0733,1.9322-.3675,3.4888-.4408,1.5566-1.2998,2.6775-1.2998,2.6775,0,0-1.0706-3.9152-3.3019-6.8996-2.2313-2.9844-5.6231-5.038-5.6231-5.038,0,0,.3189,4.6377-2.9793,7.879-5.9664,5.8635-6.5559,8.6795-6.8216,13.4754-.3276,5.9126,7.9595,12.5417,7.9595,12.5417l5.1833,5.1039Z"/><path class="c" d="m24.0628,38.3961s5.7496-4.3511,5.7496-7.9423-2.8512-6.4053-5.7496-6.4224c-2.8984-.017-6.1238,2.8987-5.8407,6.3549.2832,3.456,5.8407,8.0098,5.8407,8.0098Z"/></g></svg>
Copied!