Time Recording Pro Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Time Recording Pro 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/333991.svg" alt="Time Recording Pro icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/333991.svg" alt="Time Recording Pro icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/333991.svg" alt="Time Recording Pro icon" :width="24" :height="24" />
CSS background
.icon-time-recording-pro {
background-image: url('https://proicons.com/icon/333991.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>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><rect class="b" x="5.5" y="6.8398" width="37" height="34.3203" rx="4" ry="4"/><line class="b" x1="11.3575" y1="16.253" x2="11.3575" y2="10.2753"/><line class="b" x1="5.6718" y1="13.2642" x2="42.5" y2="13.2642"/><line class="b" x1="36.8143" y1="10.2753" x2="36.8143" y2="16.253"/><circle class="b" cx="24" cy="27.3526" r="10.65"/><line class="b" x1="24" y1="28.5779" x2="24" y2="19.8603"/><line class="b" x1="28.26" y1="27.3526" x2="22.7747" y2="27.3526"/></svg>
Copied!