Unieuro Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Unieuro 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/349066.svg" alt="Unieuro icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/349066.svg" alt="Unieuro icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/349066.svg" alt="Unieuro icon" :width="24" :height="24" />
CSS background
.icon-unieuro {
background-image: url('https://proicons.com/icon/349066.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="M18.1778,16.352a6.3389,6.3389,0,1,0-12.6778,0c0,3.5009,0,13.0912,6.3389,13.0912S18.1778,19.8529,18.1778,16.352Z"/><path class="a" d="M34.163,5.9479a8.337,8.337,0,0,0-8.337,8.337c0,11.5065-2.3679,15.2244-4.814,18.07-2.6128,3.0392-5.3147,3.1864-5.3147,6.5542,0,2.4084,2.2509,3.1433,7.3036,3.1433,8.3372,0,19.4991-7.1657,19.4991-27.7672A8.337,8.337,0,0,0,34.163,5.9479Z"/></svg>
Copied!