Debitum Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Debitum 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/324347.svg" alt="Debitum icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/324347.svg" alt="Debitum icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/324347.svg" alt="Debitum icon" :width="24" :height="24" />
CSS background
.icon-debitum {
background-image: url('https://proicons.com/icon/324347.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M16.58,33.2946a6.61,6.61,0,0,0,1.8783,1.692M28.7161,24.6852A5.9271,5.9271,0,0,0,25.9515,24h-3.903a5.9538,5.9538,0,0,1-5.9429-5.9538h0a5.9539,5.9539,0,0,1,5.9429-5.9539h3.5282A6.6155,6.6155,0,0,1,31.42,14.7054"/><line class="a" x1="24" y1="12.0923" x2="24" y2="9.1154"/><circle class="a" cx="24" cy="24" r="21.5"/><path class="a" d="M11.72,41.6772,41.6936,11.8893"/><path class="a" d="M27.3077,37.7821h6.6154"/><path class="a" d="M27.3077,33.0358v1.99h1.99L37.83,26.493l-1.99-1.99Z"/><path class="a" d="M37.83,26.493l2.08-2.08-1.99-1.99-2.08,2.08"/></svg>
Copied!