Fe Clock Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Fe 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/340318.svg" alt="Fe Clock icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/340318.svg" alt="Fe Clock icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/340318.svg" alt="Fe Clock icon" :width="24" :height="24" />
CSS background
.icon-fe-clock {
background-image: url('https://proicons.com/icon/340318.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="M24,2.5A21.5,21.5,0,1,1,2.5,24,21.5,21.5,0,0,1,24,2.5Z"/><circle class="a" cx="24" cy="24" r="2.5"/><line class="a" x1="22.2322" y1="22.2322" x2="15.1187" y2="15.1187"/><line class="a" x1="25.7677" y1="22.2371" x2="35.9952" y2="11.9863"/><line class="a" x1="25.4399" y1="41.0643" x2="31.3598" y2="41.0643"/><line class="a" x1="25.4399" y1="29.2244" x2="31.3598" y2="29.2244"/><line class="a" x1="25.4399" y1="35.1444" x2="29.2996" y2="35.1444"/><line class="a" x1="25.4399" y1="29.2244" x2="25.4399" y2="41.0643"/><line class="a" x1="16.6402" y1="29.2244" x2="22.5601" y2="29.2244"/><line class="a" x1="16.6402" y1="35.1444" x2="20.4881" y2="35.1444"/><line class="a" x1="16.6402" y1="29.2244" x2="16.6402" y2="41.0643"/></svg>
Copied!