terminal compact icon
terminal-compact from Codicons by Microsoft Corporation · Regular · CC-BY-4.0 Attribution required.
- Name
- terminal-compact
- Set
- Codicons
- Style
- Regular
- Viewbox
- 12×12
- License
- CC BY 4.0
Related icons in Codicons
Use the terminal compact icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 12 12"><g fill="currentColor"><path d="M2.15 3.13c.2-.2.51-.2.71 0l2.5 2.5c.2.2.2.51 0 .71l-2.5 2.5c-.1.1-.23.15-.35.15L2.5 9a.47.47 0 0 1-.35-.15c-.2-.2-.2-.51 0-.71L4.3 5.99L2.15 3.84c-.2-.2-.2-.51 0-.71M9.5 8c.28 0 .5.22.5.5s-.22.5-.5.5h-4c-.28 0-.5-.22-.5-.5s.22-.5.5-.5z"/><path fill-rule="evenodd" d="M9.5 0A2.5 2.5 0 0 1 12 2.5v7A2.5 2.5 0 0 1 9.5 12h-7A2.5 2.5 0 0 1 0 9.5v-7A2.5 2.5 0 0 1 2.5 0zm-7 1C1.67 1 1 1.67 1 2.5v7c0 .83.67 1.5 1.5 1.5h7c.83 0 1.5-.67 1.5-1.5v-7c0-.83-.67-1.5-1.5-1.5z" clip-rule="evenodd"/></g></svg>
React
import type { SVGProps } from "react";
export function CodiconTerminalCompact(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 12 12"><g fill="currentColor"><path d="M2.15 3.13c.2-.2.51-.2.71 0l2.5 2.5c.2.2.2.51 0 .71l-2.5 2.5c-.1.1-.23.15-.35.15L2.5 9a.47.47 0 0 1-.35-.15c-.2-.2-.2-.51 0-.71L4.3 5.99L2.15 3.84c-.2-.2-.2-.51 0-.71M9.5 8c.28 0 .5.22.5.5s-.22.5-.5.5h-4c-.28 0-.5-.22-.5-.5s.22-.5.5-.5z"/><path fillRule="evenodd" d="M9.5 0A2.5 2.5 0 0 1 12 2.5v7A2.5 2.5 0 0 1 9.5 12h-7A2.5 2.5 0 0 1 0 9.5v-7A2.5 2.5 0 0 1 2.5 0zm-7 1C1.67 1 1 1.67 1 2.5v7c0 .83.67 1.5 1.5 1.5h7c.83 0 1.5-.67 1.5-1.5v-7c0-.83-.67-1.5-1.5-1.5z" clipRule="evenodd"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 12 12"><g fill="currentColor"><path d="M2.15 3.13c.2-.2.51-.2.71 0l2.5 2.5c.2.2.2.51 0 .71l-2.5 2.5c-.1.1-.23.15-.35.15L2.5 9a.47.47 0 0 1-.35-.15c-.2-.2-.2-.51 0-.71L4.3 5.99L2.15 3.84c-.2-.2-.2-.51 0-.71M9.5 8c.28 0 .5.22.5.5s-.22.5-.5.5h-4c-.28 0-.5-.22-.5-.5s.22-.5.5-.5z"/><path fill-rule="evenodd" d="M9.5 0A2.5 2.5 0 0 1 12 2.5v7A2.5 2.5 0 0 1 9.5 12h-7A2.5 2.5 0 0 1 0 9.5v-7A2.5 2.5 0 0 1 2.5 0zm-7 1C1.67 1 1 1.67 1 2.5v7c0 .83.67 1.5 1.5 1.5h7c.83 0 1.5-.67 1.5-1.5v-7c0-.83-.67-1.5-1.5-1.5z" clip-rule="evenodd"/></g></svg> </template>
CSS
.icon-terminal-compact {
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%2012%2012%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M2.15%203.13c.2-.2.51-.2.71%200l2.5%202.5c.2.2.2.51%200%20.71l-2.5%202.5c-.1.1-.23.15-.35.15L2.5%209a.47.47%200%200%201-.35-.15c-.2-.2-.2-.51%200-.71L4.3%205.99L2.15%203.84c-.2-.2-.2-.51%200-.71M9.5%208c.28%200%20.5.22.5.5s-.22.5-.5.5h-4c-.28%200-.5-.22-.5-.5s.22-.5.5-.5z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M9.5%200A2.5%202.5%200%200%201%2012%202.5v7A2.5%202.5%200%200%201%209.5%2012h-7A2.5%202.5%200%200%201%200%209.5v-7A2.5%202.5%200%200%201%202.5%200zm-7%201C1.67%201%201%201.67%201%202.5v7c0%20.83.67%201.5%201.5%201.5h7c.83%200%201.5-.67%201.5-1.5v-7c0-.83-.67-1.5-1.5-1.5z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%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%2012%2012%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M2.15%203.13c.2-.2.51-.2.71%200l2.5%202.5c.2.2.2.51%200%20.71l-2.5%202.5c-.1.1-.23.15-.35.15L2.5%209a.47.47%200%200%201-.35-.15c-.2-.2-.2-.51%200-.71L4.3%205.99L2.15%203.84c-.2-.2-.2-.51%200-.71M9.5%208c.28%200%20.5.22.5.5s-.22.5-.5.5h-4c-.28%200-.5-.22-.5-.5s.22-.5.5-.5z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M9.5%200A2.5%202.5%200%200%201%2012%202.5v7A2.5%202.5%200%200%201%209.5%2012h-7A2.5%202.5%200%200%201%200%209.5v-7A2.5%202.5%200%200%201%202.5%200zm-7%201C1.67%201%201%201.67%201%202.5v7c0%20.83.67%201.5%201.5%201.5h7c.83%200%201.5-.67%201.5-1.5v-7c0-.83-.67-1.5-1.5-1.5z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/codicon/terminal-compact.svg?color=%231a73e8&size=48