Best Before Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Best Before 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/322541.svg" alt="Best Before icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/322541.svg" alt="Best Before icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/322541.svg" alt="Best Before icon" :width="24" :height="24" />
CSS background
.icon-best-before {
background-image: url('https://proicons.com/icon/322541.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="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M41.4,19.8h-7.9l-7.8-13c-.5-1-1.8-1.3-2.7-.8-.3,.2-.6,.5-.8,.8l-7.8,13H6.6c-1.7,0-3.1,1.4-3.1,3.1,0,.3,0,.5,.1,.8l4.4,16.4c.3,1.2,1.5,2.1,2.7,2.1h26.5c1.3,0,2.4-.9,2.8-2.1l4.4-16.3c.4-1.7-.5-3.4-2.2-3.8-.3-.1-.5-.2-.8-.2Z"/><polygon class="b" points="24 11.8 28.8 19.8 19.2 19.8 24 11.8"/><circle class="b" cx="24" cy="31" r="4.8"/></svg>
Copied!