Openmensa Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Openmensa 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/330700.svg" alt="Openmensa icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/330700.svg" alt="Openmensa icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/330700.svg" alt="Openmensa icon" :width="24" :height="24" />
CSS background
.icon-openmensa {
background-image: url('https://proicons.com/icon/330700.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M24,4.5A11.84,11.84,0,0,0,12.16,16.34v18.6A1.84,1.84,0,0,0,14,36.78H34a1.84,1.84,0,0,0,1.84-1.84V16.34A11.84,11.84,0,0,0,24,4.5Z"/><rect class="a" x="5.53" y="16.34" width="6.62" height="16.65" rx="0.92"/><rect class="a" x="35.84" y="16.34" width="6.63" height="16.65" rx="0.92"/><rect class="a" x="14.63" y="36.87" width="6.63" height="6.63" rx="0.92"/><rect class="a" x="26.74" y="36.87" width="6.63" height="6.63" rx="0.92"/><line class="a" x1="27.73" y1="20.82" x2="27.73" y2="16.62"/><line class="a" x1="25.52" y1="21.01" x2="25.52" y2="16.62"/><line class="a" x1="29.79" y1="20.82" x2="29.79" y2="16.62"/><line class="a" x1="32.01" y1="21.01" x2="32.01" y2="16.62"/><path class="a" d="M32,21a3.25,3.25,0,1,1-6.49,0"/><ellipse class="a" cx="19.23" cy="20.47" rx="3.29" ry="3.85"/><line class="a" x1="19.23" y1="33.32" x2="19.23" y2="24.31"/><line class="a" x1="28.77" y1="33.32" x2="28.77" y2="24.31"/></svg>
Copied!