Timejot Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Timejot 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/348556.svg" alt="Timejot icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/348556.svg" alt="Timejot icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/348556.svg" alt="Timejot icon" :width="24" :height="24" />
CSS background
.icon-timejot {
background-image: url('https://proicons.com/icon/348556.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M37.385,19.3475,37.3077,5.5H5.4911V39.5762l13.5539.083"/><path class="a" d="M12.1881,14.203l19.001.0887"/><path class="a" d="M11.8576,22.9841,22.68,22.8954"/><path class="a" d="M11.94,31.233h6.6917"/><path class="a" d="M31.5376,42.5a8.6859,8.6859,0,0,1-6.7425-8.7469,8.6409,8.6409,0,0,1,6.8631-8.6238,8.176,8.176,0,0,1,9.0954,5.79,9.11,9.11,0,0,1-3.7451,10.609"/><path class="a" d="M37.0134,41.5257l.0012-5.9"/><path class="a" d="M37.0134,41.5257l5.4955-.0145"/></svg>
Copied!