Countdate Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Countdate 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/324040.svg" alt="Countdate icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/324040.svg" alt="Countdate icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/324040.svg" alt="Countdate icon" :width="24" :height="24" />
CSS background
.icon-countdate {
background-image: url('https://proicons.com/icon/324040.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>.k{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="b"><g id="c"><g id="d"><line id="e" class="k" x1="33.0964" y1="26.575" x2="29.5964" y2="28.5"/><line id="f" class="k" x1="29.5964" y1="28.5" x2="29.5964" y2="14.5"/></g><path id="g" class="k" d="M26.1786,15.725c-1.05-.875-1.925-1.225-4.2-1.225h-.525c-2.45,0-4.55,2.1-4.55,4.55h0c0,2.45,2.1,4.55,4.55,4.55h4.725v4.9h-9.275"/></g></g><g id="h"><line id="i" class="k" x1="35.1834" y1="37.242" x2="35.1834" y2="43"/><line id="j" class="k" x1="12.8166" y1="37.242" x2="12.8166" y2="43"/></g><rect class="k" x="6.1794" y="4" width="35.6412" height="35.6412" rx="4" ry="4"/></svg>
Copied!