Anytime Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Anytime 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/321884.svg" alt="Anytime icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/321884.svg" alt="Anytime icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/321884.svg" alt="Anytime icon" :width="24" :height="24" />
CSS background
.icon-anytime {
background-image: url('https://proicons.com/icon/321884.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:#000;stroke-linecap:round;stroke-linejoin:round;}.d{fill:#000;stroke-width:0px;}</style></defs><path class="c" d="m21.8557,27.2989l2.3979,2.3979c.981.981.981,2.5715,0,3.5525h0c-.4905.4905-1.1333.7357-1.7762.7357"/><path class="c" d="m18.9249,24.3681l2.9308,2.9308c.981.981.981,2.5715,0,3.5525h0c-.981.981-2.5715.981-3.5525,0l-2.9308-2.9308"/><path class="c" d="m28.1149,18.7306c-.981-.981-.981-2.5715,0-3.5525h0c.981-.981,2.5715-.981,3.5525,0l2.9308,2.9308"/><line class="c" x1="26.3387" y1="16.9543" x2="31.0457" y2="21.6613"/><path class="c" d="m31.6674,15.1781c-.981-.981-.981-2.5715,0-3.5525h0c.981-.981,2.5715-.981,3.5525,0l2.9308,2.9308"/><circle class="d" cx="22.1662" cy="16.775" r=".75"/><line class="c" x1="24.3421" y1="18.9509" x2="29.0491" y2="23.6579"/><path class="c" d="m20.1497,20.2126l5.2843,5.2843c.4905.4905,1.2857.4905,1.7762,0l.2664-.2664"/><line class="c" x1="20.6825" y1="22.6105" x2="22.5476" y2="20.7454"/><path class="c" d="m10.9427,38.2118c.981.981.981,2.5715,0,3.5525h0c-.981.981-2.5715.981-3.5525,0l-1.1546-1.1546c-.981-.981-.981-2.5715,0-3.5525h0c.981-.981,2.5715-.981,3.5525,0"/><line class="c" x1="12.719" y1="39.988" x2="8.012" y2="35.281"/><path class="c" d="m18.1971,34.5099l-2.9308-2.9308c-.981-.981-2.5715-.981-3.5525,0h0c-.981.981-.981,2.5715,0,3.5525"/><line class="c" x1="14.6446" y1="38.0624" x2="9.9376" y2="33.3554"/><path class="c" d="m42.4112,8.503c.2295.8414.0139,1.7788-.647,2.4397h0c-.981.981-2.5715.981-3.5525,0l-1.1546-1.1546c-.981-.981-.981-2.5715,0-3.5525h0c.981-.981,2.5715-.981,3.5525,0l.5773.5773-3.5525,3.5525"/></svg>
Copied!