terminal icon
terminal from Codicons by Microsoft Corporation · Regular · CC-BY-4.0 Attribution required.
- Name
- terminal
- Set
- Codicons
- Style
- Regular
- Viewbox
- 24×24
- License
- CC BY 4.0
The same icon in other sets
terminalBootstrap IconsterminalBoxIcons v2terminalBoxIcons v2 SolidterminalCarbonterminalFont Awesome 6 SolidterminalFont Awesome SolidterminalFeather Iconsterminal-outlineFlowbite Iconsterminalcss.ggterminalHuge IconsterminalIconParkterminalIconPark OutlineterminalIconPark SolidterminalIconPark TwoToneterminalIconoirterminalIonIconsterminalJam IconsterminalLine AwesometerminalSVG LogosterminalLucideterminalMajesticonsterminalMaterial SymbolsterminalMaterial Symbols Lightterminal-fillMingCute Icon
Related icons in Codicons
Use the terminal icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.75 1.5H5.25A3.754 3.754 0 0 0 1.5 5.25v13.5a3.753 3.753 0 0 0 3.75 3.75h13.5a3.753 3.753 0 0 0 3.75-3.75V5.25a3.754 3.754 0 0 0-3.75-3.75M21 18.75c0 1.24-1.01 2.25-2.25 2.25H5.25C4.01 21 3 19.99 3 18.75V5.25C3 4.01 4.01 3 5.25 3h13.5C19.99 3 21 4.01 21 5.25zm-10.719-5.469l-4.5 4.5a.753.753 0 0 1-1.062 0a.75.75 0 0 1 0-1.06l3.969-3.97l-3.969-3.968a.75.75 0 0 1 1.06-1.061l4.5 4.5a.75.75 0 0 1 0 1.06zM19.5 17.25a.75.75 0 0 1-.75.75h-7.5a.75.75 0 0 1 0-1.5h7.5a.75.75 0 0 1 .75.75"/></svg>
React
import type { SVGProps } from "react";
export function CodiconTerminal(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.75 1.5H5.25A3.754 3.754 0 0 0 1.5 5.25v13.5a3.753 3.753 0 0 0 3.75 3.75h13.5a3.753 3.753 0 0 0 3.75-3.75V5.25a3.754 3.754 0 0 0-3.75-3.75M21 18.75c0 1.24-1.01 2.25-2.25 2.25H5.25C4.01 21 3 19.99 3 18.75V5.25C3 4.01 4.01 3 5.25 3h13.5C19.99 3 21 4.01 21 5.25zm-10.719-5.469l-4.5 4.5a.753.753 0 0 1-1.062 0a.75.75 0 0 1 0-1.06l3.969-3.97l-3.969-3.968a.75.75 0 0 1 1.06-1.061l4.5 4.5a.75.75 0 0 1 0 1.06zM19.5 17.25a.75.75 0 0 1-.75.75h-7.5a.75.75 0 0 1 0-1.5h7.5a.75.75 0 0 1 .75.75"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.75 1.5H5.25A3.754 3.754 0 0 0 1.5 5.25v13.5a3.753 3.753 0 0 0 3.75 3.75h13.5a3.753 3.753 0 0 0 3.75-3.75V5.25a3.754 3.754 0 0 0-3.75-3.75M21 18.75c0 1.24-1.01 2.25-2.25 2.25H5.25C4.01 21 3 19.99 3 18.75V5.25C3 4.01 4.01 3 5.25 3h13.5C19.99 3 21 4.01 21 5.25zm-10.719-5.469l-4.5 4.5a.753.753 0 0 1-1.062 0a.75.75 0 0 1 0-1.06l3.969-3.97l-3.969-3.968a.75.75 0 0 1 1.06-1.061l4.5 4.5a.75.75 0 0 1 0 1.06zM19.5 17.25a.75.75 0 0 1-.75.75h-7.5a.75.75 0 0 1 0-1.5h7.5a.75.75 0 0 1 .75.75"/></svg> </template>
CSS
.icon-terminal {
width: 24px;
height: 24px;
background-color: currentColor;
-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18.75%201.5H5.25A3.754%203.754%200%200%200%201.5%205.25v13.5a3.753%203.753%200%200%200%203.75%203.75h13.5a3.753%203.753%200%200%200%203.75-3.75V5.25a3.754%203.754%200%200%200-3.75-3.75M21%2018.75c0%201.24-1.01%202.25-2.25%202.25H5.25C4.01%2021%203%2019.99%203%2018.75V5.25C3%204.01%204.01%203%205.25%203h13.5C19.99%203%2021%204.01%2021%205.25zm-10.719-5.469l-4.5%204.5a.753.753%200%200%201-1.062%200a.75.75%200%200%201%200-1.06l3.969-3.97l-3.969-3.968a.75.75%200%200%201%201.06-1.061l4.5%204.5a.75.75%200%200%201%200%201.06zM19.5%2017.25a.75.75%200%200%201-.75.75h-7.5a.75.75%200%200%201%200-1.5h7.5a.75.75%200%200%201%20.75.75%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18.75%201.5H5.25A3.754%203.754%200%200%200%201.5%205.25v13.5a3.753%203.753%200%200%200%203.75%203.75h13.5a3.753%203.753%200%200%200%203.75-3.75V5.25a3.754%203.754%200%200%200-3.75-3.75M21%2018.75c0%201.24-1.01%202.25-2.25%202.25H5.25C4.01%2021%203%2019.99%203%2018.75V5.25C3%204.01%204.01%203%205.25%203h13.5C19.99%203%2021%204.01%2021%205.25zm-10.719-5.469l-4.5%204.5a.753.753%200%200%201-1.062%200a.75.75%200%200%201%200-1.06l3.969-3.97l-3.969-3.968a.75.75%200%200%201%201.06-1.061l4.5%204.5a.75.75%200%200%201%200%201.06zM19.5%2017.25a.75.75%200%200%201-.75.75h-7.5a.75.75%200%200%201%200-1.5h7.5a.75.75%200%200%201%20.75.75%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/codicon/terminal.svg?color=%231a73e8&size=48