Terminal Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Terminal 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/306653.svg" alt="Terminal icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306653.svg" alt="Terminal icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306653.svg" alt="Terminal icon" :width="24" :height="24" />
CSS background
.icon-terminal {
background-image: url('https://proicons.com/icon/306653.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="M195 521v17c0 8 1 19 2 32l169-83c3-12 4-24 4-36 0-13-1-26-4-40l-169-84c-1 7-1 14-2 20v33c1 6 1 11 2 16l123 53-123 55c-1 5-2 11-2 17zm213 152h200c1-5 1-9 2-13v-11-13c-1-4-1-9-2-13H408c-1 4-1 9-2 12v24c1 5 1 9 2 14zM63 246v508c0 43 34 78 77 78h720c43 0 78-35 78-78V246c0-43-35-78-78-78H140c-43 0-77 35-77 78zm766 553H175c-42 0-77-34-77-77V278c0-42 35-77 77-77h654c42 0 77 35 77 77v444c0 43-35 77-77 77z"/></svg>
Terminal in other icon packs
Copied!