Magic Dosbox Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Magic Dosbox 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/328785.svg" alt="Magic Dosbox icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/328785.svg" alt="Magic Dosbox icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/328785.svg" alt="Magic Dosbox icon" :width="24" :height="24" />
CSS background
.icon-magic-dosbox {
background-image: url('https://proicons.com/icon/328785.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>.i{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="i" d="M24,19.4938h0c1.7346,0,3.1407,1.3366,3.1407,2.9853v3.0417c0,1.6488-1.4061,2.9853-3.1407,2.9853h0c-1.7346,0-3.1407-1.3366-3.1407-2.9853v-3.0417c0-1.6488,1.4061-2.9853,3.1407-2.9853Z"/><path id="c" class="i" d="M34.0226,27.5188c.5814.7195,1.3104.9874,2.3247.9874h1.4037c1.3063,0,2.3652-1.0066,2.3652-2.2482v-.0097c0-1.2417-1.0589-2.2482-2.3652-2.2482h-1.5484c-1.3077,0-2.3677-1.0077-2.3677-2.2506h0c0-1.2457,1.0624-2.2556,2.3729-2.2556h1.396c1.0143,0,1.7433.268,2.3247.9874"/><path id="d" class="i" d="M7.8837,28.5062v-9.0123h2.1333c2.2909,0,4.1481,1.7653,4.1481,3.9429v1.1265c0,2.1776-1.8572,3.9429-4.1481,3.9429h-2.1333Z"/><path id="e" class="i" d="M24.7704,10.0062c1.3091,0,2.3703,1.0087,2.3703,2.2531s-1.0612,2.2531-2.3703,2.2531h-3.911V5.5h3.911c1.3091,0,2.3703,1.0087,2.3703,2.2531s-1.0612,2.2531-2.3703,2.2531Z"/><line id="f" class="i" x1="24.7704" y1="10.0063" x2="20.8593" y2="10.0063"/><line id="g" class="i" x1="20.8593" y1="33.4877" x2="27.1407" y2="42.5"/><line id="h" class="i" x1="27.1407" y1="33.4877" x2="20.8593" y2="42.5"/></svg>
Copied!