Mini Desktop Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Mini Desktop 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/329322.svg" alt="Mini Desktop icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/329322.svg" alt="Mini Desktop icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/329322.svg" alt="Mini Desktop icon" :width="24" :height="24" />
CSS background
.icon-mini-desktop {
background-image: url('https://proicons.com/icon/329322.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="m15.3225,22.7907c-4.1803-.6795-7.5727,1.7688-7.8307,6.556,3.2106-2.4653,6.3373-1.0055,6.3373-1.0055"/><path class="b" d="m8.2371,40.0105c5.7045-.2007,8.8578-2.7806,9.4598-5.6185,0,0,7.2812,1.3186,15.7376-7.1378,7.5105-7.5105,7.0518-19.4929,7.0518-19.4929,0,0-11.9824-.4587-19.4929,7.0518-8.4565,8.4565-7.1378,15.7376-7.1378,15.7376-2.8379.602-5.4179,3.7552-5.6185,9.4598Z"/><path class="b" d="m25.4569,32.9251c.6795,4.1803-1.7688,7.5727-6.556,7.8307,2.4653-3.2106,1.0055-6.3373,1.0055-6.3373"/><line class="b" x1="13.8557" y1="30.5508" x2="17.6969" y2="34.392"/><line class="b" x1="15.3225" y1="22.7907" x2="25.4569" y2="32.9251"/><line class="b" x1="16.8185" y1="19.9902" x2="28.259" y2="31.4306"/><line class="b" x1="31.5707" y1="8.9523" x2="39.3058" y2="16.6874"/><circle class="b" cx="28.9679" cy="19.2903" r="3.8918"/></svg>
Copied!