Gurobi Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Gurobi 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/314596.svg" alt="Gurobi icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/314596.svg" alt="Gurobi icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/314596.svg" alt="Gurobi icon" :width="24" :height="24" />
CSS background
.icon-gurobi {
background-image: url('https://proicons.com/icon/314596.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>Gurobi</title><path d="m11.036 0 7.032 1.359L24 18.37 18.37 24 0 17.635 1.805 5.952 11.036 0Zm12.389 18.239L17.887 2.36l-3.557 7.83 3.88 13.264 5.215-5.214Zm-5.822-16.46L11.138.528l-8.71 5.617 11.554 3.6 3.62-7.968Z"/></svg>
Copied!