glass bottle emoji
glass-bottle from OpenMoji by OpenMoji · Default · Extras Openmoji · CC-BY-SA-4.0 Attribution required.
- Name
- glass-bottle
- Set
- OpenMoji
- Style
- Default
- Category
- Extras Openmoji
- Viewbox
- 72×72
- License
- CC BY-SA 4.0
More extras openmoji icons from OpenMoji
Use the glass bottle emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#92d3f5" d="M33 5.5v12L28.594 31l.629 4l.277 2l-1.5 5v25h16V42l-1.5-5l.278-2l.628-4L39 17.5v-12z"/><rect width="7" height="4.5" x="32.5" y="4" fill="#9b9b9a" rx="1"/><path fill="#61b2e4" d="M39 7.5V17l4.5 14l-1 6l1.5 5v25h-4V43c0-1.5-1-3-1-5.5s2-3.5 2-5.5c0-3.5-5-12.5-5-19.5v-5z"/><path fill="#3f3f3f" d="M36 4v4.5h2.5c.554 0 1-.446 1-1V5c0-.554-.446-1-1-1z"/><circle cx="36" cy="31" r="1"/><circle cx="36" cy="35" r="1"/><ellipse cx="38.5" cy="33" rx=".9" ry="1"/><ellipse cx="33.5" cy="33" rx=".9" ry="1"/><ellipse cx="40.5" cy="31" rx=".75" ry="1"/><ellipse cx="40.5" cy="35" rx=".75" ry="1"/><ellipse cx="31.5" cy="31" rx=".75" ry="1"/><ellipse cx="31.5" cy="35" rx=".75" ry="1"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M33.5 7.5h5m-7 36h9M38 11v1.5c0 4.5 5.5 16 5.5 19.5c0 2-1 3-1 5s1.5 3 1.5 6v24H28V43c0-3 1.5-4 1.5-6s-1-3-1-5c0-3.5 5.5-15 5.5-19.5V11"/></svg>
React
import type { SVGProps } from "react";
export function OpenmojiGlassBottle(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#92d3f5" d="M33 5.5v12L28.594 31l.629 4l.277 2l-1.5 5v25h16V42l-1.5-5l.278-2l.628-4L39 17.5v-12z"/><rect width="7" height="4.5" x="32.5" y="4" fill="#9b9b9a" rx="1"/><path fill="#61b2e4" d="M39 7.5V17l4.5 14l-1 6l1.5 5v25h-4V43c0-1.5-1-3-1-5.5s2-3.5 2-5.5c0-3.5-5-12.5-5-19.5v-5z"/><path fill="#3f3f3f" d="M36 4v4.5h2.5c.554 0 1-.446 1-1V5c0-.554-.446-1-1-1z"/><circle cx="36" cy="31" r="1"/><circle cx="36" cy="35" r="1"/><ellipse cx="38.5" cy="33" rx=".9" ry="1"/><ellipse cx="33.5" cy="33" rx=".9" ry="1"/><ellipse cx="40.5" cy="31" rx=".75" ry="1"/><ellipse cx="40.5" cy="35" rx=".75" ry="1"/><ellipse cx="31.5" cy="31" rx=".75" ry="1"/><ellipse cx="31.5" cy="35" rx=".75" ry="1"/><path fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M33.5 7.5h5m-7 36h9M38 11v1.5c0 4.5 5.5 16 5.5 19.5c0 2-1 3-1 5s1.5 3 1.5 6v24H28V43c0-3 1.5-4 1.5-6s-1-3-1-5c0-3.5 5.5-15 5.5-19.5V11"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#92d3f5" d="M33 5.5v12L28.594 31l.629 4l.277 2l-1.5 5v25h16V42l-1.5-5l.278-2l.628-4L39 17.5v-12z"/><rect width="7" height="4.5" x="32.5" y="4" fill="#9b9b9a" rx="1"/><path fill="#61b2e4" d="M39 7.5V17l4.5 14l-1 6l1.5 5v25h-4V43c0-1.5-1-3-1-5.5s2-3.5 2-5.5c0-3.5-5-12.5-5-19.5v-5z"/><path fill="#3f3f3f" d="M36 4v4.5h2.5c.554 0 1-.446 1-1V5c0-.554-.446-1-1-1z"/><circle cx="36" cy="31" r="1"/><circle cx="36" cy="35" r="1"/><ellipse cx="38.5" cy="33" rx=".9" ry="1"/><ellipse cx="33.5" cy="33" rx=".9" ry="1"/><ellipse cx="40.5" cy="31" rx=".75" ry="1"/><ellipse cx="40.5" cy="35" rx=".75" ry="1"/><ellipse cx="31.5" cy="31" rx=".75" ry="1"/><ellipse cx="31.5" cy="35" rx=".75" ry="1"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M33.5 7.5h5m-7 36h9M38 11v1.5c0 4.5 5.5 16 5.5 19.5c0 2-1 3-1 5s1.5 3 1.5 6v24H28V43c0-3 1.5-4 1.5-6s-1-3-1-5c0-3.5 5.5-15 5.5-19.5V11"/></svg> </template>
CSS
.icon-glass-bottle {
width: 24px;
height: 24px;
background-color: currentColor;
-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2072%2072%22%3E%3Cpath%20fill%3D%22%2392d3f5%22%20d%3D%22M33%205.5v12L28.594%2031l.629%204l.277%202l-1.5%205v25h16V42l-1.5-5l.278-2l.628-4L39%2017.5v-12z%22%2F%3E%3Crect%20width%3D%227%22%20height%3D%224.5%22%20x%3D%2232.5%22%20y%3D%224%22%20fill%3D%22%239b9b9a%22%20rx%3D%221%22%2F%3E%3Cpath%20fill%3D%22%2361b2e4%22%20d%3D%22M39%207.5V17l4.5%2014l-1%206l1.5%205v25h-4V43c0-1.5-1-3-1-5.5s2-3.5%202-5.5c0-3.5-5-12.5-5-19.5v-5z%22%2F%3E%3Cpath%20fill%3D%22%233f3f3f%22%20d%3D%22M36%204v4.5h2.5c.554%200%201-.446%201-1V5c0-.554-.446-1-1-1z%22%2F%3E%3Ccircle%20cx%3D%2236%22%20cy%3D%2231%22%20r%3D%221%22%2F%3E%3Ccircle%20cx%3D%2236%22%20cy%3D%2235%22%20r%3D%221%22%2F%3E%3Cellipse%20cx%3D%2238.5%22%20cy%3D%2233%22%20rx%3D%22.9%22%20ry%3D%221%22%2F%3E%3Cellipse%20cx%3D%2233.5%22%20cy%3D%2233%22%20rx%3D%22.9%22%20ry%3D%221%22%2F%3E%3Cellipse%20cx%3D%2240.5%22%20cy%3D%2231%22%20rx%3D%22.75%22%20ry%3D%221%22%2F%3E%3Cellipse%20cx%3D%2240.5%22%20cy%3D%2235%22%20rx%3D%22.75%22%20ry%3D%221%22%2F%3E%3Cellipse%20cx%3D%2231.5%22%20cy%3D%2231%22%20rx%3D%22.75%22%20ry%3D%221%22%2F%3E%3Cellipse%20cx%3D%2231.5%22%20cy%3D%2235%22%20rx%3D%22.75%22%20ry%3D%221%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M33.5%207.5h5m-7%2036h9M38%2011v1.5c0%204.5%205.5%2016%205.5%2019.5c0%202-1%203-1%205s1.5%203%201.5%206v24H28V43c0-3%201.5-4%201.5-6s-1-3-1-5c0-3.5%205.5-15%205.5-19.5V11%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2072%2072%22%3E%3Cpath%20fill%3D%22%2392d3f5%22%20d%3D%22M33%205.5v12L28.594%2031l.629%204l.277%202l-1.5%205v25h16V42l-1.5-5l.278-2l.628-4L39%2017.5v-12z%22%2F%3E%3Crect%20width%3D%227%22%20height%3D%224.5%22%20x%3D%2232.5%22%20y%3D%224%22%20fill%3D%22%239b9b9a%22%20rx%3D%221%22%2F%3E%3Cpath%20fill%3D%22%2361b2e4%22%20d%3D%22M39%207.5V17l4.5%2014l-1%206l1.5%205v25h-4V43c0-1.5-1-3-1-5.5s2-3.5%202-5.5c0-3.5-5-12.5-5-19.5v-5z%22%2F%3E%3Cpath%20fill%3D%22%233f3f3f%22%20d%3D%22M36%204v4.5h2.5c.554%200%201-.446%201-1V5c0-.554-.446-1-1-1z%22%2F%3E%3Ccircle%20cx%3D%2236%22%20cy%3D%2231%22%20r%3D%221%22%2F%3E%3Ccircle%20cx%3D%2236%22%20cy%3D%2235%22%20r%3D%221%22%2F%3E%3Cellipse%20cx%3D%2238.5%22%20cy%3D%2233%22%20rx%3D%22.9%22%20ry%3D%221%22%2F%3E%3Cellipse%20cx%3D%2233.5%22%20cy%3D%2233%22%20rx%3D%22.9%22%20ry%3D%221%22%2F%3E%3Cellipse%20cx%3D%2240.5%22%20cy%3D%2231%22%20rx%3D%22.75%22%20ry%3D%221%22%2F%3E%3Cellipse%20cx%3D%2240.5%22%20cy%3D%2235%22%20rx%3D%22.75%22%20ry%3D%221%22%2F%3E%3Cellipse%20cx%3D%2231.5%22%20cy%3D%2231%22%20rx%3D%22.75%22%20ry%3D%221%22%2F%3E%3Cellipse%20cx%3D%2231.5%22%20cy%3D%2235%22%20rx%3D%22.75%22%20ry%3D%221%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M33.5%207.5h5m-7%2036h9M38%2011v1.5c0%204.5%205.5%2016%205.5%2019.5c0%202-1%203-1%205s1.5%203%201.5%206v24H28V43c0-3%201.5-4%201.5-6s-1-3-1-5c0-3.5%205.5-15%205.5-19.5V11%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/openmoji/glass-bottle.svg?color=%231a73e8&size=48