Alza Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Alza 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/336217.svg" alt="Alza icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/336217.svg" alt="Alza icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/336217.svg" alt="Alza icon" :width="24" :height="24" />
CSS background
.icon-alza {
background-image: url('https://proicons.com/icon/336217.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>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><polygon class="c" points="10.1881 11.8263 35.8218 5.5 40.935 31.2649 15.3013 37.5912 10.1881 11.8263"/><polygon class="c" points="7.065 16.7351 32.6987 10.4088 37.8119 36.1737 12.1782 42.5 7.065 16.7351"/><path class="c" d="m21.5946,28.9499c1.6594,1.8431,5.1122-1.4191,5.4382-5.131-3.0016.3149-8.0303,2.1628-5.4382,5.131Z"/><path class="c" d="m27.8561,19.586c.8075-3.3637-4.2089-3.9714-5.4685-.7111l-8.339-.2416c3.4875-8.8279,22.5713-11.527,22.6585-2.8061-.1722,3.7818-2.3142,13.1044-2.2541,15.0718l.0916,3.3533-8.3535-.1795.1051-2.8543c-4.3574,5.2229-14.3689,4.1231-14.6379-1.5417-.348-7.2388,7.0124-9.7708,16.1978-10.0907Z"/></svg>
Copied!