Altex Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Altex 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/321652.svg" alt="Altex icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/321652.svg" alt="Altex icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/321652.svg" alt="Altex icon" :width="24" :height="24" />
CSS background
.icon-altex {
background-image: url('https://proicons.com/icon/321652.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="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M25.089,29.587l8.017,12.913h7.884l-12.026-17.499c-1.366-1.988-3.44-2.28-4.963-2.338-1.525-.057-3.928.831-4.964,2.338l-12.027,17.499h7.884l8.017-12.913s.348-.504,1.089-.504,1.088.504,1.088.504h.001ZM21.319,10.587c2.253-2.252,2.411-5.087,2.411-5.087,0,0,.157,2.835,2.41,5.087s5.089,2.404,5.089,2.404c0,0-2.836.15-5.089,2.403-2.253,2.253-2.41,5.088-2.41,5.088,0,0-.157-2.835-2.41-5.088-2.253-2.252-5.089-2.403-5.089-2.403,0,0,2.836-.152,5.09-2.404"/></svg>
Copied!