Glass Bottle Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Glass 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/320081.svg" alt="Glass Bottle icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/320081.svg" alt="Glass Bottle icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/320081.svg" alt="Glass Bottle icon" :width="24" :height="24" />
CSS background
.icon-glass-bottle {
background-image: url('https://proicons.com/icon/320081.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="iso-8859-1"?> <!-- Generator: Adobe Illustrator 29.1.0, SVG Export Plug-In . SVG Version: 9.03 Build 55587) --> <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 32 32" style="enable-background:new 0 0 32 32;" xml:space="preserve"> <path id="glass-bottle_00000060729202224619367840000014166469108857312936_" d="M19,31.36h-6c-1.301,0-2.36-1.059-2.36-2.36V15 c0-1.803,0.857-2.643,1.547-3.318C12.719,11.16,13.14,10.748,13.14,10l0.473-6.64H13.5c-0.199,0-0.36-0.161-0.36-0.36V2 c0-0.75,0.61-1.36,1.36-1.36h3c0.75,0,1.36,0.61,1.36,1.36v1c0,0.199-0.161,0.36-0.36,0.36h-0.113l0.473,6.614 c0.001,0.773,0.421,1.186,0.954,1.708c0.688,0.675,1.547,1.516,1.547,3.318v14C21.36,30.302,20.302,31.36,19,31.36z M11.36,27.36V29 c0,0.904,0.736,1.64,1.64,1.64h6c0.904,0,1.64-0.735,1.64-1.64v-1.64H11.36z M11.36,26.64h9.28v-9.28h-9.28V26.64z M11.36,16.64 h9.28V15c0-1.5-0.676-2.163-1.33-2.804c-0.575-0.563-1.17-1.146-1.17-2.196l-0.475-6.64h-3.33l-0.477,6.666 c0.001,1.024-0.593,1.607-1.168,2.17C12.037,12.837,11.36,13.5,11.36,15V16.64z M17.36,2.64h0.779V2c0-0.353-0.287-0.64-0.64-0.64 h-3c-0.353,0-0.64,0.287-0.64,0.64v0.64h0.78V2h0.72v0.64h1.28V2h0.72v0.64H17.36z"/> <rect id="_Transparent_Rectangle" style="fill:none;" width="32" height="32"/> </svg>
Copied!