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

Name
sandwich
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 sandwich emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m28.1 9.67l-11.07-6.4c-.64-.36-1.42-.36-2.06.01L3.91 9.67a.95.95 0 0 0-.464.95H3.43v2.54c0 .215.072.43.216.602c-.921.552-1.593 1.544-1.616 2.978c.021 1.316.591 2.26 1.4 2.833v2.037c0 .32.16.64.48.82l11.07 6.4c.63.37 1.42.37 2.05 0l11.07-6.4c.32-.18.48-.5.48-.82v-2.033c.81-.572 1.384-1.518 1.41-2.837c-.032-1.43-.707-2.422-1.63-2.974a.94.94 0 0 0 .22-.606v-2.54h-.015a.95.95 0 0 0-.465-.95m-23.619.825l10.99-6.35c.329-.19.73-.192 1.064-.006l10.994 6.356l-11 6.36l-.005.003c-.318.186-.72.186-1.038 0zm-.351 3.612l10.85 6.273c.63.37 1.42.37 2.05 0l10.84-6.267l.22.127c.63.37.63 1.28 0 1.65l-11.07 6.4c-.63.37-1.42.37-2.05 0L3.9 15.89a.956.956 0 0 1 0-1.65zm.201 5.922a3.9 3.9 0 0 0 1.659.181c.53-.06 1.03.22 1.26.7C8 22.5 9.83 23.1 11.4 22.7c.52-.13 1.06.07 1.34.51a3.55 3.55 0 0 0 3 2.14h.01c.08.01.16.01.25.01h.02c.08 0 .16 0 .25-.01h.01a3.55 3.55 0 0 0 3-2.14c.28-.44.82-.64 1.34-.51c1.56.4 3.4-.2 4.15-1.79c.23-.48.73-.76 1.26-.7a3.9 3.9 0 0 0 1.592-.16l-.945.547A5.48 5.48 0 0 1 24.08 24a6.5 6.5 0 0 1-4.563.736L17.02 26.18c-.63.37-1.42.37-2.05 0l-2.495-1.442A6.5 6.5 0 0 1 7.92 24a5.48 5.48 0 0 1-2.596-3.396z"/></svg>

React

import type { SVGProps } from "react";

export function FluentEmojiHighContrastSandwich(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m28.1 9.67l-11.07-6.4c-.64-.36-1.42-.36-2.06.01L3.91 9.67a.95.95 0 0 0-.464.95H3.43v2.54c0 .215.072.43.216.602c-.921.552-1.593 1.544-1.616 2.978c.021 1.316.591 2.26 1.4 2.833v2.037c0 .32.16.64.48.82l11.07 6.4c.63.37 1.42.37 2.05 0l11.07-6.4c.32-.18.48-.5.48-.82v-2.033c.81-.572 1.384-1.518 1.41-2.837c-.032-1.43-.707-2.422-1.63-2.974a.94.94 0 0 0 .22-.606v-2.54h-.015a.95.95 0 0 0-.465-.95m-23.619.825l10.99-6.35c.329-.19.73-.192 1.064-.006l10.994 6.356l-11 6.36l-.005.003c-.318.186-.72.186-1.038 0zm-.351 3.612l10.85 6.273c.63.37 1.42.37 2.05 0l10.84-6.267l.22.127c.63.37.63 1.28 0 1.65l-11.07 6.4c-.63.37-1.42.37-2.05 0L3.9 15.89a.956.956 0 0 1 0-1.65zm.201 5.922a3.9 3.9 0 0 0 1.659.181c.53-.06 1.03.22 1.26.7C8 22.5 9.83 23.1 11.4 22.7c.52-.13 1.06.07 1.34.51a3.55 3.55 0 0 0 3 2.14h.01c.08.01.16.01.25.01h.02c.08 0 .16 0 .25-.01h.01a3.55 3.55 0 0 0 3-2.14c.28-.44.82-.64 1.34-.51c1.56.4 3.4-.2 4.15-1.79c.23-.48.73-.76 1.26-.7a3.9 3.9 0 0 0 1.592-.16l-.945.547A5.48 5.48 0 0 1 24.08 24a6.5 6.5 0 0 1-4.563.736L17.02 26.18c-.63.37-1.42.37-2.05 0l-2.495-1.442A6.5 6.5 0 0 1 7.92 24a5.48 5.48 0 0 1-2.596-3.396z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m28.1 9.67l-11.07-6.4c-.64-.36-1.42-.36-2.06.01L3.91 9.67a.95.95 0 0 0-.464.95H3.43v2.54c0 .215.072.43.216.602c-.921.552-1.593 1.544-1.616 2.978c.021 1.316.591 2.26 1.4 2.833v2.037c0 .32.16.64.48.82l11.07 6.4c.63.37 1.42.37 2.05 0l11.07-6.4c.32-.18.48-.5.48-.82v-2.033c.81-.572 1.384-1.518 1.41-2.837c-.032-1.43-.707-2.422-1.63-2.974a.94.94 0 0 0 .22-.606v-2.54h-.015a.95.95 0 0 0-.465-.95m-23.619.825l10.99-6.35c.329-.19.73-.192 1.064-.006l10.994 6.356l-11 6.36l-.005.003c-.318.186-.72.186-1.038 0zm-.351 3.612l10.85 6.273c.63.37 1.42.37 2.05 0l10.84-6.267l.22.127c.63.37.63 1.28 0 1.65l-11.07 6.4c-.63.37-1.42.37-2.05 0L3.9 15.89a.956.956 0 0 1 0-1.65zm.201 5.922a3.9 3.9 0 0 0 1.659.181c.53-.06 1.03.22 1.26.7C8 22.5 9.83 23.1 11.4 22.7c.52-.13 1.06.07 1.34.51a3.55 3.55 0 0 0 3 2.14h.01c.08.01.16.01.25.01h.02c.08 0 .16 0 .25-.01h.01a3.55 3.55 0 0 0 3-2.14c.28-.44.82-.64 1.34-.51c1.56.4 3.4-.2 4.15-1.79c.23-.48.73-.76 1.26-.7a3.9 3.9 0 0 0 1.592-.16l-.945.547A5.48 5.48 0 0 1 24.08 24a6.5 6.5 0 0 1-4.563.736L17.02 26.18c-.63.37-1.42.37-2.05 0l-2.495-1.442A6.5 6.5 0 0 1 7.92 24a5.48 5.48 0 0 1-2.596-3.396z"/></svg>
</template>

CSS

.icon-sandwich {
  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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m28.1%209.67l-11.07-6.4c-.64-.36-1.42-.36-2.06.01L3.91%209.67a.95.95%200%200%200-.464.95H3.43v2.54c0%20.215.072.43.216.602c-.921.552-1.593%201.544-1.616%202.978c.021%201.316.591%202.26%201.4%202.833v2.037c0%20.32.16.64.48.82l11.07%206.4c.63.37%201.42.37%202.05%200l11.07-6.4c.32-.18.48-.5.48-.82v-2.033c.81-.572%201.384-1.518%201.41-2.837c-.032-1.43-.707-2.422-1.63-2.974a.94.94%200%200%200%20.22-.606v-2.54h-.015a.95.95%200%200%200-.465-.95m-23.619.825l10.99-6.35c.329-.19.73-.192%201.064-.006l10.994%206.356l-11%206.36l-.005.003c-.318.186-.72.186-1.038%200zm-.351%203.612l10.85%206.273c.63.37%201.42.37%202.05%200l10.84-6.267l.22.127c.63.37.63%201.28%200%201.65l-11.07%206.4c-.63.37-1.42.37-2.05%200L3.9%2015.89a.956.956%200%200%201%200-1.65zm.201%205.922a3.9%203.9%200%200%200%201.659.181c.53-.06%201.03.22%201.26.7C8%2022.5%209.83%2023.1%2011.4%2022.7c.52-.13%201.06.07%201.34.51a3.55%203.55%200%200%200%203%202.14h.01c.08.01.16.01.25.01h.02c.08%200%20.16%200%20.25-.01h.01a3.55%203.55%200%200%200%203-2.14c.28-.44.82-.64%201.34-.51c1.56.4%203.4-.2%204.15-1.79c.23-.48.73-.76%201.26-.7a3.9%203.9%200%200%200%201.592-.16l-.945.547A5.48%205.48%200%200%201%2024.08%2024a6.5%206.5%200%200%201-4.563.736L17.02%2026.18c-.63.37-1.42.37-2.05%200l-2.495-1.442A6.5%206.5%200%200%201%207.92%2024a5.48%205.48%200%200%201-2.596-3.396z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m28.1%209.67l-11.07-6.4c-.64-.36-1.42-.36-2.06.01L3.91%209.67a.95.95%200%200%200-.464.95H3.43v2.54c0%20.215.072.43.216.602c-.921.552-1.593%201.544-1.616%202.978c.021%201.316.591%202.26%201.4%202.833v2.037c0%20.32.16.64.48.82l11.07%206.4c.63.37%201.42.37%202.05%200l11.07-6.4c.32-.18.48-.5.48-.82v-2.033c.81-.572%201.384-1.518%201.41-2.837c-.032-1.43-.707-2.422-1.63-2.974a.94.94%200%200%200%20.22-.606v-2.54h-.015a.95.95%200%200%200-.465-.95m-23.619.825l10.99-6.35c.329-.19.73-.192%201.064-.006l10.994%206.356l-11%206.36l-.005.003c-.318.186-.72.186-1.038%200zm-.351%203.612l10.85%206.273c.63.37%201.42.37%202.05%200l10.84-6.267l.22.127c.63.37.63%201.28%200%201.65l-11.07%206.4c-.63.37-1.42.37-2.05%200L3.9%2015.89a.956.956%200%200%201%200-1.65zm.201%205.922a3.9%203.9%200%200%200%201.659.181c.53-.06%201.03.22%201.26.7C8%2022.5%209.83%2023.1%2011.4%2022.7c.52-.13%201.06.07%201.34.51a3.55%203.55%200%200%200%203%202.14h.01c.08.01.16.01.25.01h.02c.08%200%20.16%200%20.25-.01h.01a3.55%203.55%200%200%200%203-2.14c.28-.44.82-.64%201.34-.51c1.56.4%203.4-.2%204.15-1.79c.23-.48.73-.76%201.26-.7a3.9%203.9%200%200%200%201.592-.16l-.945.547A5.48%205.48%200%200%201%2024.08%2024a6.5%206.5%200%200%201-4.563.736L17.02%2026.18c-.63.37-1.42.37-2.05%200l-2.495-1.442A6.5%206.5%200%200%201%207.92%2024a5.48%205.48%200%200%201-2.596-3.396z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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