Xendit Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Xendit 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/316679.svg" alt="Xendit icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/316679.svg" alt="Xendit icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/316679.svg" alt="Xendit icon" :width="24" :height="24" />
CSS background
.icon-xendit {
background-image: url('https://proicons.com/icon/316679.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Xendit</title><path d="M11.781 2.743H7.965l-5.341 9.264 5.341 9.263-1.312 2.266L0 12.007 6.653.464h6.454l-1.326 2.279Zm-5.128 2.28 1.312-2.28L9.873 6.03 8.561 8.296 6.653 5.023Zm9.382-2.28 1.312 2.28L7.965 21.27l-1.312-2.279 9.382-16.248Zm-5.128 20.793 1.298-2.279h3.83L14.1 17.931l1.312-2.267 1.926 3.337 4.038-6.994-5.341-9.264L17.347.464 24 12.007l-6.653 11.529h-6.44Z"/></svg>
Copied!