Cron Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Cron 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/338670.svg" alt="Cron icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/338670.svg" alt="Cron icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/338670.svg" alt="Cron icon" :width="24" :height="24" />
CSS background
.icon-cron {
background-image: url('https://proicons.com/icon/338670.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>.f{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="f" d="M36,37h5M36,40h5M45.5,38.5c0,3.866-3.134,7-7,7s-7-3.134-7-7,3.134-7,7-7,7,3.134,7,7M23.3967,14.6643v10.7858l9.9312,5.7338M33.4435,43.315c-2.9405,1.4377-6.1704,2.185-9.4435,2.185-11.8741,0-21.5-9.6259-21.5-21.5C2.5,12.1259,12.1259,2.5,24,2.5c11.8741,0,21.5,9.6259,21.5,21.5h0c0,3.2672-.7446,6.4915-2.1773,9.4278"/></svg>
Copied!