Debtcalc Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Debtcalc 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/338909.svg" alt="Debtcalc icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/338909.svg" alt="Debtcalc icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/338909.svg" alt="Debtcalc icon" :width="24" :height="24" />
CSS background
.icon-debtcalc {
background-image: url('https://proicons.com/icon/338909.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{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><rect class="b" x="8.5" y="4.5" width="31" height="39" rx="4" ry="4"/><rect class="b" x="11.533" y="7.9626" width="24.935" height="6.5748"/><rect class="b" x="11.533" y="18.0004" width="6" height="5.2781"/><rect class="b" x="11.533" y="26.329" width="6" height="5.2781"/><rect class="b" x="11.532" y="34.657" width="6" height="5.2781"/><rect class="b" x="21" y="18.0001" width="6" height="5.2781"/><rect class="b" x="21" y="26.3284" width="6" height="5.2781"/><rect class="b" x="21" y="34.657" width="6" height="5.2781"/><rect class="b" x="30.467" y="18" width="6" height="5.2781"/><rect class="b" x="30.468" y="26.3281" width="6" height="5.2781"/><rect class="b" x="30.467" y="34.6563" width="6" height="5.2781"/><line class="b" x1="30.841" y1="11.245" x2="28.813" y2="11.245"/><polyline class="b" points="32.996 10.407 34.126 9.745 34.126 12.745"/></svg>
Copied!