Dolibarr Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Dolibarr 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/314138.svg" alt="Dolibarr icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/314138.svg" alt="Dolibarr icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/314138.svg" alt="Dolibarr icon" :width="24" :height="24" />
CSS background
.icon-dolibarr {
background-image: url('https://proicons.com/icon/314138.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>Dolibarr</title><path d="M20.275 0a3.18 3.168 0 0 0-3.18 3.169 3.18 3.168 0 0 0 3.18 3.168 3.18 3.168 0 0 0 3.18-3.168A3.18 3.168 0 0 0 20.275 0ZM.545.353v23.645H7.63L7.64 7.104h2.395c4.066 0 6.099 1.602 6.099 4.806 0 3.41-2.068 5.115-6.204 5.115H8.794v6.97s1.683.005 2.114.005c3.67 0 6.67-1.125 9-3.376 2.33-2.25 3.495-5.155 3.495-8.714 0-2.072-.423-3.903-1.268-5.493a3.803 3.803 0 0 1-1.86.495c-.982 0-1.96-.403-2.654-1.096a3.782 3.782 0 0 1-1.1-2.647c0-.533.12-1.063.34-1.548C14.913.776 12.557.353 9.79.353Z"/></svg>
Copied!