takeout-box from Fluent Emoji High Contrast by Microsoft Corporation · Default · Food & Drink · MIT Free for personal and commercial use.

Name
takeout-box
Set
Fluent Emoji High Contrast
Style
Default
Category
Food & Drink
Viewbox
32×32
License
MIT

The same emoji in other sets

More food & drink icons from Fluent Emoji High Contrast

Use the takeout box emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="M16 17.25a.25.25 0 0 1 .25.25v.75h1.693c.086 0 .12.108.12.108l.43 1.204c.022.07 0 .188-.156.188h-.587v1h1.368c.139 0 .193.143.193.143L20 22.5c.036.093 0 .25-.25.25h-1V25h.75a.5.5 0 1 1 0 1h-7a.5.5 0 0 1 0-1h.75v-2.25h-1c-.25 0-.294-.162-.25-.25l.689-1.607s.07-.143.2-.143h1.361v-1h-.588c-.156 0-.183-.121-.156-.187l.43-1.205s.043-.108.124-.108h1.69v-.75a.25.25 0 0 1 .25-.25m2.25 5.5h-4.5V25h4.5zm-3.5-3v1h2.5v-1z"/><path d="M5.5 15.5a1 1 0 0 0 .016.18l.048.26l-3.145 2.246a1 1 0 1 0 1.162 1.628l2.383-1.702l.726 3.944c.599 3.242 1.226 6.631 1.33 7.143c.16.789.592 1.284 1.07 1.55a2 2 0 0 0 .86.25h.039l.006.001H22.04l.012-.001a1.5 1.5 0 0 0 .274-.035c.156-.033.361-.096.578-.22c.467-.264.888-.747 1.07-1.514l.01-.048l2.05-11.072l2.385 1.704a1 1 0 1 0 1.162-1.628l-3.145-2.247l.047-.257q.017-.09.017-.182C26.5 9.701 21.799 5 16 5S5.5 9.701 5.5 15.5M21.925 29H10.06l-.012-.014a.5.5 0 0 1-.068-.185c-.1-.488-.722-3.849-1.323-7.107l-.811-4.406L7.609 16H24.39l-2.368 12.79a.5.5 0 0 1-.08.19zM16 7a8.5 8.5 0 0 1 8.368 7H7.632A8.5 8.5 0 0 1 16 7"/></g></svg>

React

import type { SVGProps } from "react";

export function FluentEmojiHighContrastTakeoutBox(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="M16 17.25a.25.25 0 0 1 .25.25v.75h1.693c.086 0 .12.108.12.108l.43 1.204c.022.07 0 .188-.156.188h-.587v1h1.368c.139 0 .193.143.193.143L20 22.5c.036.093 0 .25-.25.25h-1V25h.75a.5.5 0 1 1 0 1h-7a.5.5 0 0 1 0-1h.75v-2.25h-1c-.25 0-.294-.162-.25-.25l.689-1.607s.07-.143.2-.143h1.361v-1h-.588c-.156 0-.183-.121-.156-.187l.43-1.205s.043-.108.124-.108h1.69v-.75a.25.25 0 0 1 .25-.25m2.25 5.5h-4.5V25h4.5zm-3.5-3v1h2.5v-1z"/><path d="M5.5 15.5a1 1 0 0 0 .016.18l.048.26l-3.145 2.246a1 1 0 1 0 1.162 1.628l2.383-1.702l.726 3.944c.599 3.242 1.226 6.631 1.33 7.143c.16.789.592 1.284 1.07 1.55a2 2 0 0 0 .86.25h.039l.006.001H22.04l.012-.001a1.5 1.5 0 0 0 .274-.035c.156-.033.361-.096.578-.22c.467-.264.888-.747 1.07-1.514l.01-.048l2.05-11.072l2.385 1.704a1 1 0 1 0 1.162-1.628l-3.145-2.247l.047-.257q.017-.09.017-.182C26.5 9.701 21.799 5 16 5S5.5 9.701 5.5 15.5M21.925 29H10.06l-.012-.014a.5.5 0 0 1-.068-.185c-.1-.488-.722-3.849-1.323-7.107l-.811-4.406L7.609 16H24.39l-2.368 12.79a.5.5 0 0 1-.08.19zM16 7a8.5 8.5 0 0 1 8.368 7H7.632A8.5 8.5 0 0 1 16 7"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="M16 17.25a.25.25 0 0 1 .25.25v.75h1.693c.086 0 .12.108.12.108l.43 1.204c.022.07 0 .188-.156.188h-.587v1h1.368c.139 0 .193.143.193.143L20 22.5c.036.093 0 .25-.25.25h-1V25h.75a.5.5 0 1 1 0 1h-7a.5.5 0 0 1 0-1h.75v-2.25h-1c-.25 0-.294-.162-.25-.25l.689-1.607s.07-.143.2-.143h1.361v-1h-.588c-.156 0-.183-.121-.156-.187l.43-1.205s.043-.108.124-.108h1.69v-.75a.25.25 0 0 1 .25-.25m2.25 5.5h-4.5V25h4.5zm-3.5-3v1h2.5v-1z"/><path d="M5.5 15.5a1 1 0 0 0 .016.18l.048.26l-3.145 2.246a1 1 0 1 0 1.162 1.628l2.383-1.702l.726 3.944c.599 3.242 1.226 6.631 1.33 7.143c.16.789.592 1.284 1.07 1.55a2 2 0 0 0 .86.25h.039l.006.001H22.04l.012-.001a1.5 1.5 0 0 0 .274-.035c.156-.033.361-.096.578-.22c.467-.264.888-.747 1.07-1.514l.01-.048l2.05-11.072l2.385 1.704a1 1 0 1 0 1.162-1.628l-3.145-2.247l.047-.257q.017-.09.017-.182C26.5 9.701 21.799 5 16 5S5.5 9.701 5.5 15.5M21.925 29H10.06l-.012-.014a.5.5 0 0 1-.068-.185c-.1-.488-.722-3.849-1.323-7.107l-.811-4.406L7.609 16H24.39l-2.368 12.79a.5.5 0 0 1-.08.19zM16 7a8.5 8.5 0 0 1 8.368 7H7.632A8.5 8.5 0 0 1 16 7"/></g></svg>
</template>

CSS

.icon-takeout-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%2032%2032%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M16%2017.25a.25.25%200%200%201%20.25.25v.75h1.693c.086%200%20.12.108.12.108l.43%201.204c.022.07%200%20.188-.156.188h-.587v1h1.368c.139%200%20.193.143.193.143L20%2022.5c.036.093%200%20.25-.25.25h-1V25h.75a.5.5%200%201%201%200%201h-7a.5.5%200%200%201%200-1h.75v-2.25h-1c-.25%200-.294-.162-.25-.25l.689-1.607s.07-.143.2-.143h1.361v-1h-.588c-.156%200-.183-.121-.156-.187l.43-1.205s.043-.108.124-.108h1.69v-.75a.25.25%200%200%201%20.25-.25m2.25%205.5h-4.5V25h4.5zm-3.5-3v1h2.5v-1z%22%2F%3E%3Cpath%20d%3D%22M5.5%2015.5a1%201%200%200%200%20.016.18l.048.26l-3.145%202.246a1%201%200%201%200%201.162%201.628l2.383-1.702l.726%203.944c.599%203.242%201.226%206.631%201.33%207.143c.16.789.592%201.284%201.07%201.55a2%202%200%200%200%20.86.25h.039l.006.001H22.04l.012-.001a1.5%201.5%200%200%200%20.274-.035c.156-.033.361-.096.578-.22c.467-.264.888-.747%201.07-1.514l.01-.048l2.05-11.072l2.385%201.704a1%201%200%201%200%201.162-1.628l-3.145-2.247l.047-.257q.017-.09.017-.182C26.5%209.701%2021.799%205%2016%205S5.5%209.701%205.5%2015.5M21.925%2029H10.06l-.012-.014a.5.5%200%200%201-.068-.185c-.1-.488-.722-3.849-1.323-7.107l-.811-4.406L7.609%2016H24.39l-2.368%2012.79a.5.5%200%200%201-.08.19zM16%207a8.5%208.5%200%200%201%208.368%207H7.632A8.5%208.5%200%200%201%2016%207%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%2032%2032%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M16%2017.25a.25.25%200%200%201%20.25.25v.75h1.693c.086%200%20.12.108.12.108l.43%201.204c.022.07%200%20.188-.156.188h-.587v1h1.368c.139%200%20.193.143.193.143L20%2022.5c.036.093%200%20.25-.25.25h-1V25h.75a.5.5%200%201%201%200%201h-7a.5.5%200%200%201%200-1h.75v-2.25h-1c-.25%200-.294-.162-.25-.25l.689-1.607s.07-.143.2-.143h1.361v-1h-.588c-.156%200-.183-.121-.156-.187l.43-1.205s.043-.108.124-.108h1.69v-.75a.25.25%200%200%201%20.25-.25m2.25%205.5h-4.5V25h4.5zm-3.5-3v1h2.5v-1z%22%2F%3E%3Cpath%20d%3D%22M5.5%2015.5a1%201%200%200%200%20.016.18l.048.26l-3.145%202.246a1%201%200%201%200%201.162%201.628l2.383-1.702l.726%203.944c.599%203.242%201.226%206.631%201.33%207.143c.16.789.592%201.284%201.07%201.55a2%202%200%200%200%20.86.25h.039l.006.001H22.04l.012-.001a1.5%201.5%200%200%200%20.274-.035c.156-.033.361-.096.578-.22c.467-.264.888-.747%201.07-1.514l.01-.048l2.05-11.072l2.385%201.704a1%201%200%201%200%201.162-1.628l-3.145-2.247l.047-.257q.017-.09.017-.182C26.5%209.701%2021.799%205%2016%205S5.5%209.701%205.5%2015.5M21.925%2029H10.06l-.012-.014a.5.5%200%200%201-.068-.185c-.1-.488-.722-3.849-1.323-7.107l-.811-4.406L7.609%2016H24.39l-2.368%2012.79a.5.5%200%200%201-.08.19zM16%207a8.5%208.5%200%200%201%208.368%207H7.632A8.5%208.5%200%200%201%2016%207%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent-emoji-high-contrast/takeout-box.svg?color=%231a73e8&size=48