Madrid Mbc Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Madrid Mbc 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/328778.svg" alt="Madrid Mbc icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/328778.svg" alt="Madrid Mbc icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/328778.svg" alt="Madrid Mbc icon" :width="24" :height="24" />
CSS background
.icon-madrid-mbc {
background-image: url('https://proicons.com/icon/328778.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="d" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.e{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><polyline class="e" points="12.8371 28.595 12.8371 19.9512 17.1639 28.6048 21.4907 19.9641 21.4907 28.6048"/><path class="e" d="M34.0377,31.8409l-3.0448,6.213"/><path class="e" d="M43.5,33.9298l-.738,3.6357-3.5615-2.2229"/><path class="e" d="M28.5587,33.5914l2.4338,4.4621,12.5075-4.124L27.4769,12.3628l-6.2198.8789"/><path class="e" d="M12.1908,38.6883l21.8469-6.8481-15.5363-22.5284-14.0014,3.9295,7.6908,25.447Z"/></svg>
Copied!