First Due Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The First Due 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/325900.svg" alt="First Due icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/325900.svg" alt="First Due icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/325900.svg" alt="First Due icon" :width="24" :height="24" />
CSS background
.icon-first-due {
background-image: url('https://proicons.com/icon/325900.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>.d{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="d" d="m30.166 42.5h6.1668c3.4058 0 6.1667-2.7609 6.1667-6.1667v-12.333c0-3.4058-2.7609-6.1667-6.1667-6.1667h-18.5"/><path class="d" d="m5.5 42.5v-37h24.666"/><path class="d" d="m30.167 30.167-12.333-.000334v12.334"/></svg>
Copied!