Termux Widget Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Termux Widget 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/348366.svg" alt="Termux Widget icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/348366.svg" alt="Termux Widget icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/348366.svg" alt="Termux Widget icon" :width="24" :height="24" />
CSS background
.icon-termux-widget {
background-image: url('https://proicons.com/icon/348366.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>.h{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="c" class="h" d="M10.5,25.3272l10.127,5.8524-10.127,5.8524M32.5,37.032h-10.8268"/><rect id="d" class="h" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/><path id="e" class="h" d="M34.2027,16.046h4.6552c.3546,0,.6421.3294.6421.7357v4.468c0,.4063-.2875.7357-.6421.7357h-4.6552c-.3546,0-.6421-.3294-.6421-.7357v-4.468c0-.4063.2875-.7357.6421-.7357Z"/><path id="f" class="h" d="M26.7598,8.5h4.6552c.3546,0,.6421.3294.6421.7357v4.468c0,.4063-.2875.7357-.6421.7357h-4.6552c-.3546,0-.6421-.3294-.6421-.7357v-4.468c0-.4063.2875-.7357.6421-.7357Z"/><path id="g" class="h" d="M26.7574,15.9805h4.6552c.3546,0,.6421.3294.6421.7357v4.468c0,.4063-.2875.7357-.6421.7357h-4.6552c-.3546,0-.6421-.3294-.6421-.7357v-4.468c0-.4063.2875-.7357.6421-.7357Z"/></svg>
Copied!