Countdown Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Countdown 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/324041.svg" alt="Countdown icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/324041.svg" alt="Countdown icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/324041.svg" alt="Countdown icon" :width="24" :height="24" />
CSS background
.icon-countdown {
background-image: url('https://proicons.com/icon/324041.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{stroke-dasharray:0 0 2.7967 2.7967;}.b,.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m24,2.5c11.8741,0,21.5,9.6259,21.5,21.5s-9.6259,21.5-21.5,21.5S2.5,35.8741,2.5,24"/><g><line class="c" x1="20.5" y1="31" x2="27.5" y2="31"/><line class="c" x1="20.5" y1="18.9057" x2="24" y2="17"/><line class="c" x1="24" y1="17" x2="24" y2="31"/></g><g><path class="c" d="m2.5,24c0-.5041.0173-1.0042.0515-1.4996"/><path class="b" d="m2.9245,19.7277C4.7192,10.826,12.0123,3.9157,21.108,2.6928"/><path class="c" d="m22.5004,2.5515c.4954-.0341.9955-.0515,1.4996-.0515"/></g></svg>
Copied!