Unimainz Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Unimainz 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/349071.svg" alt="Unimainz icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/349071.svg" alt="Unimainz icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/349071.svg" alt="Unimainz icon" :width="24" :height="24" />
CSS background
.icon-unimainz {
background-image: url('https://proicons.com/icon/349071.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.cls-1{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><line class="cls-1" x1="8.51" y1="18.28" x2="14.23" y2="18.28"/><path class="cls-1" d="M14.23,18.28v8.58a2.87,2.87,0,0,1-2.86,2.86h0a2.86,2.86,0,0,1-2.86-2.86v-.95"/><path class="cls-1" d="M25.12,22.13a3.83,3.83,0,0,0-4-3.83,4,4,0,0,0-3.64,4.05v3.56a3.84,3.84,0,0,0,3.84,3.84h0a3.84,3.84,0,0,0,3.84-3.84H21.28"/><path class="cls-1" d="M31.81,18.3v7.61a3.84,3.84,0,0,0,3.84,3.84h0a3.84,3.84,0,0,0,3.84-3.84V18.3"/><line class="cls-1" x1="28.4" y1="36.36" x2="28.4" y2="11.64"/><circle class="cls-1" cx="24" cy="24" r="21.5"/></svg>
Copied!