Franprix Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Franprix 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/314386.svg" alt="Franprix icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/314386.svg" alt="Franprix icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/314386.svg" alt="Franprix icon" :width="24" :height="24" />
CSS background
.icon-franprix {
background-image: url('https://proicons.com/icon/314386.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>Franprix</title><path d="M12 6.305c3.691 0 6.323-3.071 6.13-6.286-2.124-.17-5.069.791-6.13 3.79C10.939.81 7.993-.15 5.87.02 5.677 3.234 8.309 6.305 12 6.305m11.002 6.962c-.139-3.413-2.821-6.362-6.55-6.362-1.69 0-3.236.635-4.452 1.744-1.217-1.11-2.763-1.744-4.452-1.744-3.729 0-6.412 2.949-6.55 6.362C.758 19.19 5.913 24 12 24c6.087 0 11.242-4.81 11.002-10.733"/></svg>
Copied!