Al Chan Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Al Chan 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/321546.svg" alt="Al Chan icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/321546.svg" alt="Al Chan icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/321546.svg" alt="Al Chan icon" :width="24" :height="24" />
CSS background
.icon-al-chan {
background-image: url('https://proicons.com/icon/321546.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>.u{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="b"><g id="c"><polyline id="d" class="u" points="16.7936 18.9073 16.7936 29.0927 21.8572 29.0927"/></g><g id="e"><line id="f" class="u" x1="21.8342" y1="24.7166" x2="19.5402" y2="24.7166"/></g><g id="g"><polyline id="h" class="u" points="15.0249 29.0927 11.7336 18.9073 8.3157 29.0927"/><line id="i" class="u" x1="9.455" y1="25.6551" x2="13.8856" y2="25.6551"/></g><g id="j"><line id="k" class="u" x1="27.7105" y1="20.9908" x2="27.7105" y2="26.9239"/><path id="l" class="u" d="M27.7105,24.4764c0-.8158.6749-1.4833,1.4997-1.4833h0c.8249,0,1.4997.6675,1.4997,1.4833v2.4474"/></g><path id="m" class="u" d="M26.2227,26.1822c-.225.445-.7499.7416-1.2748.7416h0c-.8248,0-1.4997-.6675-1.4997-1.4833v-.9641c0-.8158.6749-1.4833,1.4997-1.4833h0c.5249,0,1.0498.2967,1.2748.7416"/><g id="n"><g id="o"><path id="p" class="u" d="M35.1971,25.4406c0,.8158-.6749,1.4833-1.4997,1.4833h0c-.8248,0-1.4997-.6675-1.4997-1.4833v-.9641c0-.8158.6749-1.4833,1.4997-1.4833h0c.8248,0,1.4997.6675,1.4997,1.4833"/></g><line id="q" class="u" x1="35.1971" y1="26.9239" x2="35.1971" y2="22.9932"/></g><g id="r"><path id="s" class="u" d="M39.6843,26.9239v-2.4474c0-.8158-.6749-1.4833-1.4997-1.4833h0c-.8249,0-1.4997.6675-1.4997,1.4833v2.4474"/><line id="t" class="u" x1="36.6849" y1="24.4764" x2="36.6849" y2="22.9932"/></g></g><path class="u" d="M9.48,5.5c-2.2091,0-4,1.7909-4,4v29c0,2.2091,1.7909,4,4,4h29.04c2.2091,0,4-1.7909,4-4V9.5c0-2.2091-1.7909-4-4-4H9.48Z"/></svg>
Copied!