Univlorraine Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Univlorraine 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/349088.svg" alt="Univlorraine icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/349088.svg" alt="Univlorraine icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/349088.svg" alt="Univlorraine icon" :width="24" :height="24" />
CSS background
.icon-univlorraine {
background-image: url('https://proicons.com/icon/349088.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M23.8408,31.3425c-4.0023,2.1616-7.7884.6742-7.9746-3.4345V6.2472c-3.4551-.01-6.9106-.0046-10.3658-.0046l0,.0008.0308,22.2174C5.484,35.6244,14.3072,46.703,29.3458,39.119"/><path class="a" d="M23.5181,6.4426,23.5489,28.66C23.5021,35.8237,30.0311,43.1488,42.5,41.5327c-.0676-2.8931-.1508-5.4766-.1839-9.2019-5.91.0041-8.1273-.3516-8.4326-4.2235V6.4465c-3.4551-.01-6.9106-.0047-10.3658-.0047Z"/></svg>
Copied!