Monoprix Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Monoprix 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/315235.svg" alt="Monoprix icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/315235.svg" alt="Monoprix icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/315235.svg" alt="Monoprix icon" :width="24" :height="24" />
CSS background
.icon-monoprix {
background-image: url('https://proicons.com/icon/315235.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Monoprix</title><path d="M21.072 8.042C21.072 3.612 16.981 0 12 0 6.991 0 2.928 3.612 2.928 8.042S6.99 16.085 12 16.085c.282 0 .564-.029.847-.043.62.339.747.706.761.988.142 1.608-2.44 5.08-4.303 6.49l.254.48c.113-.028 10.723-3.47 11.429-15.026.056-.283.07-.565.084-.875v-.043z"/></svg>
Copied!