Erpnext Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Erpnext 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/314243.svg" alt="Erpnext icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/314243.svg" alt="Erpnext icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/314243.svg" alt="Erpnext icon" :width="24" :height="24" />
CSS background
.icon-erpnext {
background-image: url('https://proicons.com/icon/314243.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>ERPNext</title><path d="M2.88 0C1.29 0 0 1.29 0 2.88v18.24C0 22.71 1.29 24 2.88 24h18.24c1.59 0 2.88-1.29 2.88-2.88V2.88C24 1.29 22.71 0 21.12 0Zm5.04 5.76h8.254v2.146H7.92Zm0 5.033h7.85v2.146h-5.233v2.954h5.703v2.146H7.92Z"/></svg>
Copied!