dolibarr logo
dolibarr from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- dolibarr
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
The same logo in other sets
Use the dolibarr logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.275 0a3.18 3.168 0 0 0-3.18 3.169a3.18 3.168 0 0 0 3.18 3.168a3.18 3.168 0 0 0 3.18-3.168A3.18 3.168 0 0 0 20.275 0M.545.353v23.645H7.63l.01-16.894h2.395q6.099 0 6.099 4.806q0 5.115-6.204 5.115H8.794v6.97s1.683.005 2.114.005q5.505 0 9-3.376t3.495-8.714q0-3.108-1.268-5.493a3.8 3.8 0 0 1-1.86.495c-.982 0-1.96-.403-2.654-1.096a3.78 3.78 0 0 1-1.1-2.647c0-.533.12-1.063.34-1.548Q13.94.353 9.79.353Z"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsDolibarr(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.275 0a3.18 3.168 0 0 0-3.18 3.169a3.18 3.168 0 0 0 3.18 3.168a3.18 3.168 0 0 0 3.18-3.168A3.18 3.168 0 0 0 20.275 0M.545.353v23.645H7.63l.01-16.894h2.395q6.099 0 6.099 4.806q0 5.115-6.204 5.115H8.794v6.97s1.683.005 2.114.005q5.505 0 9-3.376t3.495-8.714q0-3.108-1.268-5.493a3.8 3.8 0 0 1-1.86.495c-.982 0-1.96-.403-2.654-1.096a3.78 3.78 0 0 1-1.1-2.647c0-.533.12-1.063.34-1.548Q13.94.353 9.79.353Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.275 0a3.18 3.168 0 0 0-3.18 3.169a3.18 3.168 0 0 0 3.18 3.168a3.18 3.168 0 0 0 3.18-3.168A3.18 3.168 0 0 0 20.275 0M.545.353v23.645H7.63l.01-16.894h2.395q6.099 0 6.099 4.806q0 5.115-6.204 5.115H8.794v6.97s1.683.005 2.114.005q5.505 0 9-3.376t3.495-8.714q0-3.108-1.268-5.493a3.8 3.8 0 0 1-1.86.495c-.982 0-1.96-.403-2.654-1.096a3.78 3.78 0 0 1-1.1-2.647c0-.533.12-1.063.34-1.548Q13.94.353 9.79.353Z"/></svg> </template>
CSS
.icon-dolibarr {
width: 24px;
height: 24px;
background-color: currentColor;
-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20.275%200a3.18%203.168%200%200%200-3.18%203.169a3.18%203.168%200%200%200%203.18%203.168a3.18%203.168%200%200%200%203.18-3.168A3.18%203.168%200%200%200%2020.275%200M.545.353v23.645H7.63l.01-16.894h2.395q6.099%200%206.099%204.806q0%205.115-6.204%205.115H8.794v6.97s1.683.005%202.114.005q5.505%200%209-3.376t3.495-8.714q0-3.108-1.268-5.493a3.8%203.8%200%200%201-1.86.495c-.982%200-1.96-.403-2.654-1.096a3.78%203.78%200%200%201-1.1-2.647c0-.533.12-1.063.34-1.548Q13.94.353%209.79.353Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20.275%200a3.18%203.168%200%200%200-3.18%203.169a3.18%203.168%200%200%200%203.18%203.168a3.18%203.168%200%200%200%203.18-3.168A3.18%203.168%200%200%200%2020.275%200M.545.353v23.645H7.63l.01-16.894h2.395q6.099%200%206.099%204.806q0%205.115-6.204%205.115H8.794v6.97s1.683.005%202.114.005q5.505%200%209-3.376t3.495-8.714q0-3.108-1.268-5.493a3.8%203.8%200%200%201-1.86.495c-.982%200-1.96-.403-2.654-1.096a3.78%203.78%200%200%201-1.1-2.647c0-.533.12-1.063.34-1.548Q13.94.353%209.79.353Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/dolibarr.svg?color=%231a73e8&size=48