Termux Gui Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Termux Gui 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/333804.svg" alt="Termux Gui icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/333804.svg" alt="Termux Gui icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/333804.svg" alt="Termux Gui icon" :width="24" :height="24" />
CSS background
.icon-termux-gui {
background-image: url('https://proicons.com/icon/333804.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.g{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="c" class="g" d="M10.5,25.3272l10.127,5.8524-10.127,5.8524M32.5,37.032h-10.8268"/><rect id="d" class="g" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/><path id="e" class="g" d="M29.8847,8.5h8.4498c.6437,0,1.1655.6862,1.1655,1.5326v7.7156c0,.8464-.5218,1.5326-1.1655,1.5326h-8.4498c-.6437,0-1.1655-.6862-1.1655-1.5326v-7.7156c0-.8464.5218-1.5326,1.1655-1.5326Z"/><line id="f" class="g" x1="28.8963" y1="21.2828" x2="39.5" y2="21.2828"/></svg>
Copied!