Tmux Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The 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/316354.svg" alt="Tmux icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/316354.svg" alt="Tmux icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/316354.svg" alt="Tmux icon" :width="24" :height="24" />
CSS background
.icon-tmux {
background-image: url('https://proicons.com/icon/316354.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>tmux</title><path d="M24 2.251V10.5H12.45V0h9.3A2.251 2.251 0 0 1 24 2.251zM12.45 11.4H24v10.5h-.008A2.25 2.25 0 0 1 21.75 24H2.25a2.247 2.247 0 0 1-2.242-2.1H0V2.251A2.251 2.251 0 0 1 2.25 0h9.3v21.6h.9V11.4zm11.242 10.5H.308a1.948 1.948 0 0 0 1.942 1.8h19.5a1.95 1.95 0 0 0 1.942-1.8z"/></svg>
Copied!