Chalo Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Chalo 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/323581.svg" alt="Chalo icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/323581.svg" alt="Chalo icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/323581.svg" alt="Chalo icon" :width="24" :height="24" />
CSS background
.icon-chalo {
background-image: url('https://proicons.com/icon/323581.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>.o{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><rect id="b" class="o" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/><path id="c" class="o" d="M33.5061,25.8683c0,1.5111,1.2089,2.72,2.6192,2.72,1.5111,0,2.72-1.2089,2.72-2.72v-2.72c0-1.5111-1.2089-2.72-2.72-2.72s-2.6192,1.2089-2.6192,2.72v2.72Z"/><g id="d"><polyline id="e" class="o" points="28.1369 20.5292 28.1369 28.5883 32.1665 28.5883"/></g><g id="f"><polyline id="g" class="o" points="26.7974 28.5883 24.1782 20.5292 21.4582 28.5883"/><line id="h" class="o" x1="22.3649" y1="25.8683" x2="25.8907" y2="25.8683"/></g><g id="i"><line id="j" class="o" x1="14.7795" y1="20.5292" x2="14.7795" y2="28.5883"/><line id="k" class="o" x1="20.1187" y1="20.5292" x2="20.1187" y2="28.5883"/><line id="l" class="o" x1="14.7795" y1="24.5587" x2="20.1187" y2="24.5587"/></g><path id="m" class="o" d="M13.4399,25.8683h0c0,1.5111-1.2089,2.72-2.72,2.72h0c-1.5111,0-2.72-1.2089-2.72-2.72v-2.72c0-1.5111,1.2089-2.72,2.72-2.72h0c1.5111,0,2.6192,1.2089,2.6192,2.72h0"/><path id="n" class="o" d="M37.9852,19.4119h2.0148v2.0148"/></svg>
Copied!