Mijn Eetmeter Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Mijn Eetmeter 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/343831.svg" alt="Mijn Eetmeter icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/343831.svg" alt="Mijn Eetmeter icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/343831.svg" alt="Mijn Eetmeter icon" :width="24" :height="24" />
CSS background
.icon-mijn-eetmeter {
background-image: url('https://proicons.com/icon/343831.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>.d{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><rect id="c" class="d" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/><path class="d" d="M22.7422,16.0461c1.1565-.0016,2.0953.9347,2.0969,2.0912,0,.0007,0,.0014,0,.0021,0,.6844-.3345,1.2874-.8432,1.6689-.0454.0258-.0876.0562-.1265.0914-.1825.1572-.2877.3859-.2881.6268v10.5897c0,.4631-.3759.8376-.839.8376"/><path class="d" d="M13.0969,16.0461h21.8063c1.1565-.0016,2.0953.9347,2.0969,2.0912,0,.0007,0,.0014,0,.0021,0,.6844-.3345,1.2874-.8432,1.6689-.045.0258-.0869.0562-.1258.0914-.1828.157-.2882.3858-.2888.6268v10.5897c0,.4631-.3759.8376-.839.8376H13.0969c-.4638,0-.839-.3745-.839-.8369v-10.5897c.0003-.2965-.1578-.5706-.4146-.7189-.5294-.3915-.8421-1.0105-.8432-1.6689.0004-1.1565.9382-2.0937,2.0948-2.0934h.0021"/></svg>
Copied!