Chronus Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Chronus 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/323682.svg" alt="Chronus icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/323682.svg" alt="Chronus icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/323682.svg" alt="Chronus icon" :width="24" :height="24" />
CSS background
.icon-chronus {
background-image: url('https://proicons.com/icon/323682.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="a" cx="23.4712" cy="24" r="3.1622"/><line class="a" x1="23.4712" y1="20.8378" x2="23.4712" y2="4.5"/><line class="a" x1="23.4712" y1="43.5" x2="23.4712" y2="32.9841"/><line class="a" x1="26.1987" y1="25.5896" x2="40.3312" y2="33.8263"/><line class="a" x1="20.7406" y1="25.5914" x2="6.6113" y2="33.8263"/><line class="a" x1="18.2133" y1="38.242" x2="28.7292" y2="38.242"/><path class="a" d="M34.0912,30.1914a6.5315,6.5315,0,1,0,.7663-13.0179q-.2,0-.3965.0119l0,.0019a11.8425,11.8425,0,0,0-10.99-6.9442A13.76,13.76,0,0,0,11.5837,30.9283"/><path class="a" d="M23.4712,15.0405a8.9619,8.9619,0,0,0-7.742,13.4717"/><path class="a" d="M34.4611,17.1873a4.5891,4.5891,0,0,0-3.3592,1.1942"/></svg>
Copied!