Lineage Clock Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Lineage Clock icon is commonly used in time-tracking tools, dashboards and scheduling apps. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/343086.svg" alt="Lineage Clock icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/343086.svg" alt="Lineage Clock icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/343086.svg" alt="Lineage Clock icon" :width="24" :height="24" />
CSS background
.icon-lineage-clock {
background-image: url('https://proicons.com/icon/343086.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><circle class="a" cx="24" cy="24" r="21.5"/><circle class="a" cx="24" cy="24" r="3.332"/><line class="a" x1="24" y1="38.6136" x2="24" y2="27.332"/><path class="a" d="M25.0028,20.8219l11.4145-7.8071a.2881.2881,0,0,1,.3689.439l-9.5446,9.7806"/><path class="a" d="M20.8215,22.998l-6.27-7.4383a.2907.2907,0,0,1,.3947-.4214l7.8259,5.7642"/></svg>
Copied!