Chronal Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Chronal 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/338236.svg" alt="Chronal icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/338236.svg" alt="Chronal icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/338236.svg" alt="Chronal icon" :width="24" :height="24" />
CSS background
.icon-chronal {
background-image: url('https://proicons.com/icon/338236.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>.b{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M41.4395,31.4212v-14.8425c0-1.6383-.874-3.1521-2.2928-3.9712l-12.854-7.4212c-1.4188-.8191-3.1668-.8191-4.5855,0l-12.854,7.4212c-1.4188.8191-2.2928,2.3329-2.2928,3.9712v14.8425c0,1.6383.874,3.1521,2.2928,3.9712l12.854,7.4212c1.4188.8191,3.1668.8191,4.5855,0l12.854-7.4212c1.4188-.8191,2.2928-2.3329,2.2928-3.9712Z"/><path class="b" d="M39.9053,20.1907l-14.1523-14.9368c-.9525-1.0053-2.5535-1.0053-3.506,0l-14.1523,14.9368c-2.024,2.1362-2.024,5.4823,0,7.6185l14.1523,14.9368c.9525,1.0053,2.5535,1.0053,3.506,0l14.1523-14.9368c2.024-2.1362,2.024-5.4823,0-7.6185Z"/><line class="b" x1="24" y1="33.686" x2="24" y2="14.314"/><line class="b" x1="27.7996" y1="30.857" x2="27.7996" y2="17.143"/><line class="b" x1="31.5993" y1="27.9999" x2="31.5993" y2="20.0001"/><line class="b" x1="35.3989" y1="25.1428" x2="35.3989" y2="22.8572"/><line class="b" x1="20.2004" y1="17.143" x2="20.2004" y2="30.857"/><line class="b" x1="16.4007" y1="20.0001" x2="16.4007" y2="27.9999"/><line class="b" x1="12.6011" y1="22.8572" x2="12.6011" y2="25.1428"/></svg>
Copied!