Khalti Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Khalti 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/327916.svg" alt="Khalti icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/327916.svg" alt="Khalti icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/327916.svg" alt="Khalti icon" :width="24" :height="24" />
CSS background
.icon-khalti {
background-image: url('https://proicons.com/icon/327916.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M24.87,7.45H40.29a1.57,1.57,0,0,1,1.56,1.74l-2.35,22a2.1,2.1,0,0,1-1,1.58L26.22,40.17a2.6,2.6,0,0,1-2.69,0L11.24,32.81a2.1,2.1,0,0,1-1-1.58l-2.35-22A1.58,1.58,0,0,1,9.46,7.45H24.87"/><polyline class="a" points="8.29 12.88 2.86 13.46 3.98 23.91 9.4 23.33"/><line class="a" x1="19.79" y1="12.16" x2="19.79" y2="31.08"/><polyline class="a" points="29.96 31.08 22.17 21.62 29.96 12.22"/><line class="a" x1="22.17" y1="21.62" x2="19.79" y2="21.62"/></svg>
Copied!