Debix Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Debix 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/338907.svg" alt="Debix icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/338907.svg" alt="Debix icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/338907.svg" alt="Debix icon" :width="24" :height="24" />
CSS background
.icon-debix {
background-image: url('https://proicons.com/icon/338907.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"><rect x="4.5" y="19.7652" width="29.9813" height="19.7109" rx="3" ry="3" style="fill:none; stroke:#fff; stroke-linecap:round; stroke-linejoin:round;"/><rect x="8.9881" y="24.2533" width="3.987" height="3.987" style="fill:none; stroke:#fff; stroke-linecap:round; stroke-linejoin:round;"/><path d="M34.4788,28.2493h6.0212c1.65,0,3-1.35,3-3v-13.7254c0-1.65-1.35-3-3-3h-23.9808c-1.65,0-3,1.35-3,3v8.2428" style="fill:none; stroke:#fff; stroke-linecap:round; stroke-linejoin:round;"/><rect x="18.0053" y="13.0176" width="3.987" height="3.987" style="fill:none; stroke:#fff; stroke-linecap:round; stroke-linejoin:round;"/><line x1="8.9881" y1="32.7623" x2="22.5413" y2="32.7623" style="fill:none; stroke:#fff; stroke-linecap:round; stroke-linejoin:round;"/><line x1="8.9881" y1="35.7473" x2="15.8091" y2="35.7473" style="fill:none; stroke:#fff; stroke-linecap:round; stroke-linejoin:round;"/></svg>
Copied!