Test Bottle Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Test Bottle 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/306654.svg" alt="Test Bottle icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306654.svg" alt="Test Bottle icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306654.svg" alt="Test Bottle icon" :width="24" :height="24" />
CSS background
.icon-test-bottle {
background-image: url('https://proicons.com/icon/306654.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M882 328l-73-109c-5-8-9-21-9-29s3-15 7-15c3 0 6-7 6-17V17c0-9-7-17-17-17H205c-9 0-17 8-17 17v141c0 10 3 17 6 17 4 0 6 7 6 15s-4 21-9 29l-73 109c-5 8-9 22-9 32v623c0 9 8 17 17 17h748c10 0 17-8 17-17V360c0-10-4-24-9-32zM733 38c0-5 4-8 9-8s8 3 8 8v110c0 5-4 9-8 9-5 0-9-4-9-9V38zm-97 0c0-5 3-8 8-8s9 3 9 8v110c0 5-4 9-9 9s-8-4-8-9V38zm-98 0c0-5 4-8 9-8s8 3 8 8v110c0 5-4 9-8 9-5 0-9-4-9-9V38zm-98 0c0-5 4-8 9-8s8 3 8 8v110c0 5-3 9-8 9s-9-4-9-9V38zm-97 0c0-5 4-8 8-8 5 0 9 3 9 8v110c0 5-4 9-9 9s-8-4-8-9V38zm-98 0c0-5 4-8 9-8s8 3 8 8v110c0 5-3 9-8 9s-9-4-9-9V38zm578 877c0 10-7 17-17 17H194c-9 0-17-8-17-17V730h646v185zM534 558h53c3 0 6 2 6 6v44c0 3-3 6-6 6h-53c-3 0-6 3-6 6v52c0 4-2 6-6 6h-44c-3 0-6-2-6-6v-52c0-3-3-6-6-6h-52c-4 0-7-3-7-6v-44c0-4 3-6 7-6h52c3 0 6-3 6-7v-52c0-3 3-6 6-6h44c4 0 6 3 6 6v52c0 4 3 7 6 7zm289-106H177v-72c0-9 4-23 9-31l73-110c5-8 9-22 9-31v-16c0-9 8-17 17-17h430c10 0 17 8 17 17v16c0 9 4 23 9 31l73 110c5 8 9 22 9 31v72z"/></svg>
Copied!