Artm Chrono Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Artm 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/322064.svg" alt="Artm Chrono icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/322064.svg" alt="Artm Chrono icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/322064.svg" alt="Artm Chrono icon" :width="24" :height="24" />
CSS background
.icon-artm-chrono {
background-image: url('https://proicons.com/icon/322064.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>.e{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="e" d="M38.28776978,18.78776978c0,13.3381295-14.28776978,24.71223022-14.28776978,24.71223022,0,0-14.28776978-11.37410072-14.28776978-24.71223022,0-7.89091736,6.39685242-14.28776978,14.28776978-14.28776978s14.28776978,6.39685242,14.28776978,14.28776978Z"/><circle class="e" cx="24" cy="18.78776978" r="9.96096984"/><line class="e" x1="24" y1="18.78776978" x2="24" y2="12.0485754"/><line class="e" x1="24" y1="18.78776978" x2="27.78378492" y2="22.57155471"/></svg>
Copied!