Termux Float Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Termux Float 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/333803.svg" alt="Termux Float icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/333803.svg" alt="Termux Float icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/333803.svg" alt="Termux Float icon" :width="24" :height="24" />
CSS background
.icon-termux-float {
background-image: url('https://proicons.com/icon/333803.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="M32.7291,10.4475h4.1538c.3164,0,.5729.2939.5729.6565v3.9868c0,.3625-.2565.6565-.5729.6565h-4.1538c-.3164,0-.5729-.2939-.5729-.6565v-3.9868c0-.3625.2565-.6565.5729-.6565Z"/><path id="f" class="g" d="M27.0057,8.5h10.9798c.8364,0,1.5145.8916,1.5145,1.9915v10.0258c0,1.0999-.678,1.9915-1.5145,1.9915h-10.9798c-.8364,0-1.5145-.8916-1.5145-1.9915v-10.0258c0-1.0999.678-1.9915,1.5145-1.9915Z"/></svg>
Copied!