Chrono Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Chrono 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/338238.svg" alt="Chrono icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/338238.svg" alt="Chrono icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/338238.svg" alt="Chrono icon" :width="24" :height="24" />
CSS background
.icon-chrono {
background-image: url('https://proicons.com/icon/338238.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="M24,45.5c11.8741,0,21.5-9.6259,21.5-21.5S35.8741,2.5,24,2.5,2.5,12.1259,2.5,24s9.6259,21.5,21.5,21.5Z"/><path class="c" d="M32.4853,15.5147c-1.6783-1.6782-3.8164-2.8211-6.1442-3.2841-2.3278-.463-4.7406-.2254-6.9333.6828-2.1927.9083-4.0669,2.4464-5.3854,4.4198-1.3186,1.9733-2.0224,4.2934-2.0224,6.6668s.7038,4.6935,2.0224,6.6668c1.3185,1.9734,3.1927,3.5115,5.3854,4.4198,2.1927.9082,4.6055,1.1458,6.9333.6828s4.466-1.6059,6.1442-3.2841"/><path class="c" d="M24,17v8l4,4"/></svg>
Copied!