Termux Styling Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Termux Styling 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/348364.svg" alt="Termux Styling icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/348364.svg" alt="Termux Styling icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/348364.svg" alt="Termux Styling icon" :width="24" :height="24" />
CSS background
.icon-termux-styling {
background-image: url('https://proicons.com/icon/348364.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"/><g id="e"><path id="f" class="h" d="M31.562,17.5935c.1507,0,.3014-.1005.4522-.201.6029-.3517,1.1053-.8541,1.5575-1.3565,2.1101-2.1101,3.969-4.4714,5.7274-6.8829.0502-.1005.1507-.2512.201-.3517,0-.0502,0-.201-.0502-.2512-.0502-.0502-.1507-.0502-.2512-.0502-.0502,0-.1507.1005-.2512.1507-.7034.5024-1.457,1.0048-2.1603,1.5072-1.8086,1.3062-3.6173,2.6628-5.225,4.2202-.4522.4522-.8541.9546-1.256,1.4067-.1507.1507-.201.3517-.0502.5526.2512.4019.6029.8038,1.0048,1.1053.1005.1005.1507.1005.3014.1507h0Z"/><path id="g" class="h" d="M30.1553,16.1868c-.1507-.0502-.5526-.0502-.7034,0-.5526.1005-1.0048.4522-1.4067.8541-.3014.3517-.5024.7536-.7034,1.2058-.201.6029-.5024,1.1053-1.0551,1.457-.3517.1507-.6029.3517-.9043.5526.1507.1005.3014.201.4522.3014.9546.4522,2.0096.6029,3.0144.3014,1.3565-.3517,2.3613-1.9091,2.6628-3.3159"/></g></svg>
Copied!