Mediolanum Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Mediolanum 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/329007.svg" alt="Mediolanum icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/329007.svg" alt="Mediolanum icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/329007.svg" alt="Mediolanum icon" :width="24" :height="24" />
CSS background
.icon-mediolanum {
background-image: url('https://proicons.com/icon/329007.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m14.5007,22.3617c0-2.6048,2.1312-4.736,4.736-4.736,2.6063,0,4.7375,2.1312,4.7375,4.736v7.816"/><line class="c" x1="14.5" y1="17.6257" x2="14.5" y2="30.4156"/><path class="c" d="m23.9742,22.351c0-2.6216,2.1435-4.7665,4.7625-4.7665s4.7633,2.1449,4.7633,4.7665v7.8663"/><path class="c" d="m43.9974,31.83C50.0137,16.4178,37.1077.2673,20.764,2.757,4.4236,5.2468-3.0962,24.5109,7.228,37.4332c9.3657,11.7165,27.5358,10.4685,35.2131-2.4181"/></svg>
Copied!