Console Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Console 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/305437.svg" alt="Console icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305437.svg" alt="Console icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305437.svg" alt="Console icon" :width="24" :height="24" />
CSS background
.icon-console {
background-image: url('https://proicons.com/icon/305437.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M915 132H85c-12 0-22 10-22 23v690c0 13 10 23 22 23h830c13 0 23-10 23-23V155c0-12-10-23-23-23zm-12 677c0 13-10 23-23 23H120c-12 0-22-10-22-23V191c0-12 10-22 22-22h760c13 0 23 10 23 22v618zM183 371l128 128c-42 41-84 83-126 124 8 9 16 17 22 24l150-151-149-149c-7 7-15 15-25 24zm224 282h227v-33H407v33z"/></svg>
Console in other icon packs
Copied!