Maf Carrefour Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Maf Carrefour 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/328780.svg" alt="Maf Carrefour icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/328780.svg" alt="Maf Carrefour icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/328780.svg" alt="Maf Carrefour icon" :width="24" :height="24" />
CSS background
.icon-maf-carrefour {
background-image: url('https://proicons.com/icon/328780.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" xml:space="preserve" viewBox="0 0 48 48"><path d="M21.2 8.5A14.45 14.45 0 0 0 6.72 22.98V39.5h13.868V24.394c0-1.561.52-2.942 1.329-3.823L24 23.06l2.083-2.489c.808.881 1.33 2.262 1.33 3.823V39.5h13.866V22.98c0-8.022-6.458-14.48-14.48-14.48z" style="fill:none;stroke:#000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1"/><path d="M13.654 39.356V23.157c0-6.9 4.898-14.657 12.022-14.657" style="fill:none;stroke:#000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1"/><path d="M34.346 39.356V23.157c0-5.358-5.24-11.31-12.67-8.673" style="fill:none;stroke:#000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1"/></svg>
Copied!