beverage box emoji

beverage-box from OpenMoji by OpenMoji · Default · Food Drink · CC-BY-SA-4.0 Attribution required.

Name
beverage-box
Set
OpenMoji
Style
Default
Category
Food Drink
Viewbox
72×72
License
CC BY-SA 4.0

The same emoji in other sets

More food drink icons from OpenMoji

Use the beverage box emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#f4aa41" d="M19.895 17H19v50h34V17h-.895"/><path fill="#fcea2b" d="M27.716 49.891a2.17 2.17 0 0 1-.403-2.406c-1.684-3.303-.663-8.017 2.752-11.431s8.128-4.436 11.431-2.752a2.175 2.175 0 0 1 2.883 2.883c1.688 3.306.663 8.016-2.752 11.43s-8.124 4.44-11.431 2.753a2.17 2.17 0 0 1-2.443-.44z"/><path fill="#f4aa41" d="M41.378 47.547c-3.416 3.415-8.126 4.44-11.434 2.753c13.724 0 14.378-13.907 14.378-13.907c1.691 3.304.467 7.739-2.945 11.154"/><path fill="#f4aa41" d="M33.424 51.494a16.6 16.6 0 0 1-4.137-1.182l-.99-.408h1.647c5.535 0 9.568-2.27 11.988-6.746a17.8 17.8 0 0 0 1.995-6.783l.07-1.486l.678 1.324c1.766 3.452.582 8.01-3.018 11.614a11.95 11.95 0 0 1-8.233 3.667m-1.395-.911a10.63 10.63 0 0 0 9.069-3.316c2.803-2.807 4.059-6.331 3.402-9.224c-.644 3.5-3.133 11.5-12.471 12.54"/><path fill="#f4aa41" d="M43.912 33.654a5.8 5.8 0 0 1 .383 2.862l-1.623-1.623zM27.77 50.36a5.8 5.8 0 0 0 2.888-.082l-1.863-1.341z"/><g fill="none" stroke="#000" stroke-linecap="round" stroke-width="2"><path stroke-linejoin="round" d="M23 17h26M19 28h34M19 56h34M19.895 17H19v50h34V17h-.895M40 14l2.766-4.978A7.82 7.82 0 0 1 49.6 5H60"/><path stroke-miterlimit="10" d="M27.716 49.891a2.17 2.17 0 0 1-.403-2.406c-1.684-3.303-.663-8.017 2.752-11.431s8.128-4.436 11.431-2.752a2.175 2.175 0 0 1 2.883 2.883c1.688 3.306.663 8.016-2.752 11.43s-8.124 4.44-11.431 2.753a2.17 2.17 0 0 1-2.443-.44l-.037-.037"/></g></svg>

React

import type { SVGProps } from "react";

export function OpenmojiBeverageBox(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#f4aa41" d="M19.895 17H19v50h34V17h-.895"/><path fill="#fcea2b" d="M27.716 49.891a2.17 2.17 0 0 1-.403-2.406c-1.684-3.303-.663-8.017 2.752-11.431s8.128-4.436 11.431-2.752a2.175 2.175 0 0 1 2.883 2.883c1.688 3.306.663 8.016-2.752 11.43s-8.124 4.44-11.431 2.753a2.17 2.17 0 0 1-2.443-.44z"/><path fill="#f4aa41" d="M41.378 47.547c-3.416 3.415-8.126 4.44-11.434 2.753c13.724 0 14.378-13.907 14.378-13.907c1.691 3.304.467 7.739-2.945 11.154"/><path fill="#f4aa41" d="M33.424 51.494a16.6 16.6 0 0 1-4.137-1.182l-.99-.408h1.647c5.535 0 9.568-2.27 11.988-6.746a17.8 17.8 0 0 0 1.995-6.783l.07-1.486l.678 1.324c1.766 3.452.582 8.01-3.018 11.614a11.95 11.95 0 0 1-8.233 3.667m-1.395-.911a10.63 10.63 0 0 0 9.069-3.316c2.803-2.807 4.059-6.331 3.402-9.224c-.644 3.5-3.133 11.5-12.471 12.54"/><path fill="#f4aa41" d="M43.912 33.654a5.8 5.8 0 0 1 .383 2.862l-1.623-1.623zM27.77 50.36a5.8 5.8 0 0 0 2.888-.082l-1.863-1.341z"/><g fill="none" stroke="#000" strokeLinecap="round" strokeWidth="2"><path strokeLinejoin="round" d="M23 17h26M19 28h34M19 56h34M19.895 17H19v50h34V17h-.895M40 14l2.766-4.978A7.82 7.82 0 0 1 49.6 5H60"/><path strokeMiterlimit="10" d="M27.716 49.891a2.17 2.17 0 0 1-.403-2.406c-1.684-3.303-.663-8.017 2.752-11.431s8.128-4.436 11.431-2.752a2.175 2.175 0 0 1 2.883 2.883c1.688 3.306.663 8.016-2.752 11.43s-8.124 4.44-11.431 2.753a2.17 2.17 0 0 1-2.443-.44l-.037-.037"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#f4aa41" d="M19.895 17H19v50h34V17h-.895"/><path fill="#fcea2b" d="M27.716 49.891a2.17 2.17 0 0 1-.403-2.406c-1.684-3.303-.663-8.017 2.752-11.431s8.128-4.436 11.431-2.752a2.175 2.175 0 0 1 2.883 2.883c1.688 3.306.663 8.016-2.752 11.43s-8.124 4.44-11.431 2.753a2.17 2.17 0 0 1-2.443-.44z"/><path fill="#f4aa41" d="M41.378 47.547c-3.416 3.415-8.126 4.44-11.434 2.753c13.724 0 14.378-13.907 14.378-13.907c1.691 3.304.467 7.739-2.945 11.154"/><path fill="#f4aa41" d="M33.424 51.494a16.6 16.6 0 0 1-4.137-1.182l-.99-.408h1.647c5.535 0 9.568-2.27 11.988-6.746a17.8 17.8 0 0 0 1.995-6.783l.07-1.486l.678 1.324c1.766 3.452.582 8.01-3.018 11.614a11.95 11.95 0 0 1-8.233 3.667m-1.395-.911a10.63 10.63 0 0 0 9.069-3.316c2.803-2.807 4.059-6.331 3.402-9.224c-.644 3.5-3.133 11.5-12.471 12.54"/><path fill="#f4aa41" d="M43.912 33.654a5.8 5.8 0 0 1 .383 2.862l-1.623-1.623zM27.77 50.36a5.8 5.8 0 0 0 2.888-.082l-1.863-1.341z"/><g fill="none" stroke="#000" stroke-linecap="round" stroke-width="2"><path stroke-linejoin="round" d="M23 17h26M19 28h34M19 56h34M19.895 17H19v50h34V17h-.895M40 14l2.766-4.978A7.82 7.82 0 0 1 49.6 5H60"/><path stroke-miterlimit="10" d="M27.716 49.891a2.17 2.17 0 0 1-.403-2.406c-1.684-3.303-.663-8.017 2.752-11.431s8.128-4.436 11.431-2.752a2.175 2.175 0 0 1 2.883 2.883c1.688 3.306.663 8.016-2.752 11.43s-8.124 4.44-11.431 2.753a2.17 2.17 0 0 1-2.443-.44l-.037-.037"/></g></svg>
</template>

CSS

.icon-beverage-box {
  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%23f4aa41%22%20d%3D%22M19.895%2017H19v50h34V17h-.895%22%2F%3E%3Cpath%20fill%3D%22%23fcea2b%22%20d%3D%22M27.716%2049.891a2.17%202.17%200%200%201-.403-2.406c-1.684-3.303-.663-8.017%202.752-11.431s8.128-4.436%2011.431-2.752a2.175%202.175%200%200%201%202.883%202.883c1.688%203.306.663%208.016-2.752%2011.43s-8.124%204.44-11.431%202.753a2.17%202.17%200%200%201-2.443-.44z%22%2F%3E%3Cpath%20fill%3D%22%23f4aa41%22%20d%3D%22M41.378%2047.547c-3.416%203.415-8.126%204.44-11.434%202.753c13.724%200%2014.378-13.907%2014.378-13.907c1.691%203.304.467%207.739-2.945%2011.154%22%2F%3E%3Cpath%20fill%3D%22%23f4aa41%22%20d%3D%22M33.424%2051.494a16.6%2016.6%200%200%201-4.137-1.182l-.99-.408h1.647c5.535%200%209.568-2.27%2011.988-6.746a17.8%2017.8%200%200%200%201.995-6.783l.07-1.486l.678%201.324c1.766%203.452.582%208.01-3.018%2011.614a11.95%2011.95%200%200%201-8.233%203.667m-1.395-.911a10.63%2010.63%200%200%200%209.069-3.316c2.803-2.807%204.059-6.331%203.402-9.224c-.644%203.5-3.133%2011.5-12.471%2012.54%22%2F%3E%3Cpath%20fill%3D%22%23f4aa41%22%20d%3D%22M43.912%2033.654a5.8%205.8%200%200%201%20.383%202.862l-1.623-1.623zM27.77%2050.36a5.8%205.8%200%200%200%202.888-.082l-1.863-1.341z%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M23%2017h26M19%2028h34M19%2056h34M19.895%2017H19v50h34V17h-.895M40%2014l2.766-4.978A7.82%207.82%200%200%201%2049.6%205H60%22%2F%3E%3Cpath%20stroke-miterlimit%3D%2210%22%20d%3D%22M27.716%2049.891a2.17%202.17%200%200%201-.403-2.406c-1.684-3.303-.663-8.017%202.752-11.431s8.128-4.436%2011.431-2.752a2.175%202.175%200%200%201%202.883%202.883c1.688%203.306.663%208.016-2.752%2011.43s-8.124%204.44-11.431%202.753a2.17%202.17%200%200%201-2.443-.44l-.037-.037%22%2F%3E%3C%2Fg%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%23f4aa41%22%20d%3D%22M19.895%2017H19v50h34V17h-.895%22%2F%3E%3Cpath%20fill%3D%22%23fcea2b%22%20d%3D%22M27.716%2049.891a2.17%202.17%200%200%201-.403-2.406c-1.684-3.303-.663-8.017%202.752-11.431s8.128-4.436%2011.431-2.752a2.175%202.175%200%200%201%202.883%202.883c1.688%203.306.663%208.016-2.752%2011.43s-8.124%204.44-11.431%202.753a2.17%202.17%200%200%201-2.443-.44z%22%2F%3E%3Cpath%20fill%3D%22%23f4aa41%22%20d%3D%22M41.378%2047.547c-3.416%203.415-8.126%204.44-11.434%202.753c13.724%200%2014.378-13.907%2014.378-13.907c1.691%203.304.467%207.739-2.945%2011.154%22%2F%3E%3Cpath%20fill%3D%22%23f4aa41%22%20d%3D%22M33.424%2051.494a16.6%2016.6%200%200%201-4.137-1.182l-.99-.408h1.647c5.535%200%209.568-2.27%2011.988-6.746a17.8%2017.8%200%200%200%201.995-6.783l.07-1.486l.678%201.324c1.766%203.452.582%208.01-3.018%2011.614a11.95%2011.95%200%200%201-8.233%203.667m-1.395-.911a10.63%2010.63%200%200%200%209.069-3.316c2.803-2.807%204.059-6.331%203.402-9.224c-.644%203.5-3.133%2011.5-12.471%2012.54%22%2F%3E%3Cpath%20fill%3D%22%23f4aa41%22%20d%3D%22M43.912%2033.654a5.8%205.8%200%200%201%20.383%202.862l-1.623-1.623zM27.77%2050.36a5.8%205.8%200%200%200%202.888-.082l-1.863-1.341z%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M23%2017h26M19%2028h34M19%2056h34M19.895%2017H19v50h34V17h-.895M40%2014l2.766-4.978A7.82%207.82%200%200%201%2049.6%205H60%22%2F%3E%3Cpath%20stroke-miterlimit%3D%2210%22%20d%3D%22M27.716%2049.891a2.17%202.17%200%200%201-.403-2.406c-1.684-3.303-.663-8.017%202.752-11.431s8.128-4.436%2011.431-2.752a2.175%202.175%200%200%201%202.883%202.883c1.688%203.306.663%208.016-2.752%2011.43s-8.124%204.44-11.431%202.753a2.17%202.17%200%200%201-2.443-.44l-.037-.037%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/openmoji/beverage-box.svg?color=%231a73e8&size=48