Time Cop Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Time Cop 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/333989.svg" alt="Time Cop icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/333989.svg" alt="Time Cop icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/333989.svg" alt="Time Cop icon" :width="24" :height="24" />
CSS background
.icon-time-cop {
background-image: url('https://proicons.com/icon/333989.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{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><line class="a" x1="18.3331" y1="17.9336" x2="29.6669" y2="17.9336"/><path class="a" d="M28.9837,17.9336,28.392,19.059v.549a4.392,4.392,0,1,1-8.784,0v-.549l-.5917-1.1254"/><line class="a" x1="29.6669" y1="30.0664" x2="18.3331" y2="30.0664"/><path class="a" d="M19.0163,30.0664l.5917-1.1254v-.549a4.392,4.392,0,1,1,8.784,0v.549l.5917,1.1254"/><path class="a" d="M24.8412,4.8129C28.1267,7.6717,31.771,8.4252,34.72,6.25a1.2623,1.2623,0,0,1,1.4287-.0023l2.96,1.9288A1.3054,1.3054,0,0,1,39.49,9.981a13.024,13.024,0,0,0-2.2715,6.5082c0,3.7881,2.3058,6.8625,2.3058,11.1447,0,6.6806-3.5769,10.5808-7.0638,11.5839C25.7812,41.1393,26.7877,43.5,24,43.5s-1.7812-2.3607-8.4607-4.2822c-3.4869-1.0031-7.0638-4.9033-7.0638-11.5839,0-4.2822,2.3058-7.3566,2.3058-11.1447A13.024,13.024,0,0,0,8.51,9.981a1.3054,1.3054,0,0,1,.3817-1.8042l2.96-1.9288A1.2623,1.2623,0,0,1,13.28,6.25c2.9489,2.1749,6.5932,1.4214,9.8787-1.4374A1.2872,1.2872,0,0,1,24.8412,4.8129Z"/></svg>
Copied!