Emoji Desktop Computer Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Emoji Desktop Computer 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/339793.svg" alt="Emoji Desktop Computer icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/339793.svg" alt="Emoji Desktop Computer icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/339793.svg" alt="Emoji Desktop Computer icon" :width="24" :height="24" />
CSS background
.icon-emoji-desktop-computer {
background-image: url('https://proicons.com/icon/339793.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.f{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="c" class="f" d="m39.5713,33.5304H8.4287c-1.6174,0-2.9287-1.3106-2.9287-2.9274V10.4746c0-1.6167,1.3112-2.9274,2.9287-2.9274h31.1427c1.6174,0,2.9287,1.3106,2.9287,2.9274v20.1284c0,1.6167-1.3112,2.9274-2.9287,2.9274h0"/><path id="d" class="f" d="m27.9851,33.5304v2.8603c0,2.8603,5.1394,4.0621,5.1394,4.0621H14.8755s5.1018-1.2018,5.1018-4.0621v-2.8603"/><path id="e" class="f" d="m5.5,29.1994h37"/></svg>
Copied!