Terminal Tmux Icon
Free SVG icon from the VS Code Codicons collection. Download or copy for use in any project.
The Terminal Tmux 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/307465.svg" alt="Terminal Tmux icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/307465.svg" alt="Terminal Tmux icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/307465.svg" alt="Terminal Tmux icon" :width="24" :height="24" />
CSS background
.icon-terminal-tmux {
background-image: url('https://proicons.com/icon/307465.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill="currentColor"><path d="M8 13H7V1H2C1.448 1 1 1.448 1 2V14C1 14.552 1.448 15 2 15H14C14.552 15 15 14.552 15 14V8H8V13ZM14 1H8V7H15V2C15 1.448 14.552 1 14 1Z"/></svg>
Copied!