Meijer Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Meijer 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/343598.svg" alt="Meijer icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/343598.svg" alt="Meijer icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/343598.svg" alt="Meijer icon" :width="24" :height="24" />
CSS background
.icon-meijer {
background-image: url('https://proicons.com/icon/343598.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>.q{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}.r{fill:#fff;stroke-width:0px;}</style></defs><g id="c"><path id="d" class="q" d="M9.5,23.5178c0-1.0477.8572-1.9049,1.9049-1.9049h0c1.0477,0,1.9049.8572,1.9049,1.9049v3.1431"/><line id="e" class="q" x1="9.5" y1="21.6129" x2="9.5" y2="26.7561"/><path id="f" class="q" d="M13.3098,23.5178c0-1.0477.8572-1.9049,1.9049-1.9049h0c1.0477,0,1.9049.8572,1.9049,1.9049v3.1431"/></g><path id="g" class="q" d="M22.7116,25.7084c-.2857.5715-.9524.9524-1.6192.9524h0c-1.0477,0-1.9049-.8572-1.9049-1.9049v-1.2382c0-1.0477.8572-1.9049,1.9049-1.9049h0c1.0477,0,1.9049.8572,1.9049,1.9049v.6667h-3.8098"/><circle id="h" class="r" cx="25.1308" cy="19.5175" r=".75"/><line id="i" class="q" x1="25.1308" y1="21.6129" x2="25.1308" y2="26.7561"/><path id="j" class="q" d="M28.3691,21.6129v5.7147c0,1.0477-.8572,1.9049-1.9049,1.9049h0c-.4762,0-.9524-.1905-1.3334-.5715"/><circle id="k" class="r" cx="28.3691" cy="19.5175" r=".75"/><path id="l" class="q" d="M34.141,25.7084c-.2857.5715-.9524.9524-1.6192.9524h0c-1.0477,0-1.9049-.8572-1.9049-1.9049v-1.2382c0-1.0477.8572-1.9049,1.9049-1.9049h0c1.0477,0,1.9049.8572,1.9049,1.9049v.6667h-3.8098"/><g id="m"><path id="n" class="q" d="M36.5951,23.5178c0-1.0477.8572-1.9049,1.9049-1.9049h0"/><line id="o" class="q" x1="36.5951" y1="21.6129" x2="36.5951" y2="26.7561"/></g><path id="p" class="q" d="M38.5,5.5H9.5c-2.2091,0-4,1.7909-4,4v29c0,2.2091,1.7909,4,4,4h29c2.2091,0,4-1.7909,4-4V9.5c0-2.2091-1.7909-4-4-4Z"/></svg>
Copied!