Termux Tasker Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Termux Tasker 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/348365.svg" alt="Termux Tasker icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/348365.svg" alt="Termux Tasker icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/348365.svg" alt="Termux Tasker icon" :width="24" :height="24" />
CSS background
.icon-termux-tasker {
background-image: url('https://proicons.com/icon/348365.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:#fff;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="M30.7361,8.5c-.1827-.0018-.3385.1321-.3641.3131l-.2803,1.9768c-.4498.1868-.8733.4316-1.2596.7281l-1.864-.7427c-.1704-.0692-.3656-.0005-.4551.1602l-1.4926,2.5884c-.0956.1589-.0564.3643.091.4769l1.5727,1.2341c-.0316.2415-.0486.4846-.051.7281.0022.2435.0193.4867.051.7281l-1.5727,1.2341c-.1474.1126-.1866.318-.091.4769l1.4926,2.5884c.0895.1607.2847.2294.4551.1602l1.7547-.7281,2.2098-3.666-3.069-2.2062,6.917-3.5604c-.1383-.0728-.2767-.1383-.4223-.2002l-.2803-1.9768c-.0325-.1771-.1841-.3075-.3641-.3131h-2.978ZM37.624,10.7499c-.0437.0008-.0868.0094-.1274.0255l-1.7547.7099-2.2098,3.666,3.069,2.2244-6.917,3.5604c.1383.0728.2767.1383.4223.2002l.2803,1.9768c.0256.1809.1813.3149.3641.3131h2.9852c.1827.0018.3385-.1321.3641-.3131l.2803-1.9768c.4498-.1868.8733-.4316,1.2596-.7281l1.8603.75c.1704.0692.3656.0005.4551-.1602l1.4926-2.5884c.0956-.1589.0564-.3643-.091-.4769l-1.58-1.2414c.0317-.2414.0487-.4846.051-.7281-.0022-.2435-.0193-.4867-.051-.7281l1.5764-1.2341c.1474-.1126.1866-.318.091-.4769l-1.4926-2.5884c-.0662-.118-.1924-.1895-.3276-.1857Z"/></svg>
Copied!