Termux Api Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Termux Api 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/333801.svg" alt="Termux Api icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/333801.svg" alt="Termux Api icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/333801.svg" alt="Termux Api icon" :width="24" :height="24" />
CSS background
.icon-termux-api {
background-image: url('https://proicons.com/icon/333801.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>.f{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="c" class="f" d="M10.5,25.3272l10.127,5.8524-10.127,5.8524M32.5,37.032h-10.8268"/><rect id="d" class="f" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/><path id="e" class="f" d="M37.7679,16.744c.0319-.2432.0491-.4882.0513-.7334-.0023-.2453-.0194-.4902-.0513-.7334l1.5879-1.2432c.1485-.1134.188-.3203.0917-.4804l-1.5036-2.6074c-.0901-.1618-.2868-.2311-.4584-.1614l-1.874.7555c-.3899-.2976-.8164-.5441-1.2689-.7334l-.2824-1.9913c-.0258-.1823-.1827-.3172-.3667-.3154h-3.0145c-.1841-.0018-.341.1331-.3667.3154l-.2824,1.9913c-.4531.1882-.8797.4348-1.2689.7334l-1.8813-.7555c-.1716-.0697-.3683-.0005-.4584.1614l-1.5036,2.6074c-.0963.1601-.0568.367.0917.4804l1.5842,1.2432c-.0318.2432-.049.4882-.0513.7334.0022.2453.0194.4902.0513.7334l-1.5842,1.2432c-.1485.1134-.188.3203-.0917.4804l1.5036,2.6074c.0901.1618.2868.2311.4584.1614l1.874-.7555c.3899.2976.8164.5441,1.2689.7334l.2824,1.9913c.0258.1823.1827.3172.3667.3154h3.0071c.1841.0018.341-.1331.3667-.3154l.2824-1.9913c.4531-.1882.8797-.4347,1.2689-.7334l1.874.7555c.1716.0697.3683.0005.4584-.1614l1.5036-2.6074c.0963-.1601.0568-.367-.0917-.4804l-1.5732-1.2432ZM32.1827,18.6436c-1.4542.002-2.6347-1.1752-2.6367-2.6294-.002-1.4542,1.1752-2.6347,2.6294-2.6367,1.4542-.002,2.6347,1.1752,2.6367,2.6294,0,.0012,0,.0024,0,.0037.002,1.4522-1.1736,2.6311-2.6257,2.6331-.0012,0-.0024,0-.0037,0Z"/></svg>
Copied!