Computer Icon
Free SVG icon from the Govicons collection. Download or copy for use in any project.
The 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/304774.svg" alt="Computer icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/304774.svg" alt="Computer icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/304774.svg" alt="Computer icon" :width="24" :height="24" />
CSS background
.icon-computer {
background-image: url('https://proicons.com/icon/304774.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 72 56"><title>computer</title><path d="M57.43,8V7.94H14.55V8A2.84,2.84,0,0,0,12,10.55V38.73a2.75,2.75,0,0,0,.38,1.41,2.62,2.62,0,0,0,2.44,1.43H30.26v3.9H27.32a1.3,1.3,0,0,0,0,2.59H44.66a1.3,1.3,0,1,0,0-2.59H41.72v-3.9H57.19a2.63,2.63,0,0,0,2.45-1.43,2.91,2.91,0,0,0,.4-1.41V10.55A2.9,2.9,0,0,0,57.43,8Zm0,2.77V38.73c0,.16-.07.23-.24.23H14.78c-.16,0-.23-.07-.23-.23V10.55H57.43v.23Z"/></svg>
Computer in other icon packs
Copied!