Dinbox Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Dinbox 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/339109.svg" alt="Dinbox icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/339109.svg" alt="Dinbox icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/339109.svg" alt="Dinbox icon" :width="24" :height="24" />
CSS background
.icon-dinbox {
background-image: url('https://proicons.com/icon/339109.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><path class="b" d="M39.5,11.6v29.9c0,1.1-.9,2-2,2H10.5c-1.1,0-2-.9-2-2V11.6l15.5-7.1,15.5,7.1Z"/><circle class="b" cx="24" cy="16.7" r="2.5"/><line class="b" x1="8.5" y1="22.6" x2="18.7" y2="22.6"/><line class="b" x1="22.5" y1="18.8" x2="18.7" y2="22.6"/><circle class="b" cx="18" cy="36.4" r="2.5"/><line class="b" x1="2.5" y1="30.6" x2="12.7" y2="30.6"/><line class="b" x1="16.5" y1="34.4" x2="12.7" y2="30.6"/><circle class="b" cx="29.7" cy="26.7" r="2.5"/><line class="b" x1="5.4" y1="26.7" x2="27.1" y2="26.7"/></svg>
Copied!