sandwich icon

sandwich from IconPark by ByteDance · Color · Foods · Apache-2.0 Free for personal and commercial use.

Name
sandwich
Set
IconPark
Style
Color
Category
Foods
Viewbox
48×48
License
Apache 2.0

The same icon in other sets

More foods icons from IconPark

Use the sandwich icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke-linecap="round" stroke-linejoin="round" stroke-width="4"><path fill="#2F88FF" stroke="#000" d="M42 36V22H6V36C6 38.2091 7.79086 40 10 40H38C40.2091 40 42 38.2091 42 36Z"/><path stroke="#fff" d="M6 30H42"/><path stroke="#000" d="M6 26V34"/><path stroke="#000" d="M42 26V34"/><path stroke="#000" d="M6.06657 22H42C42 19.9844 30.1933 11.4184 24.0333 7.38735C17.8733 3.35628 12.7399 8.89906 8.6332 13.9379C5.34786 17.969 6.06659 19.9845 6.06657 22Z"/></g></svg>

React

import type { SVGProps } from "react";

export function IconParkSandwich(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" strokeLinecap="round" strokeLinejoin="round" strokeWidth="4"><path fill="#2F88FF" stroke="#000" d="M42 36V22H6V36C6 38.2091 7.79086 40 10 40H38C40.2091 40 42 38.2091 42 36Z"/><path stroke="#fff" d="M6 30H42"/><path stroke="#000" d="M6 26V34"/><path stroke="#000" d="M42 26V34"/><path stroke="#000" d="M6.06657 22H42C42 19.9844 30.1933 11.4184 24.0333 7.38735C17.8733 3.35628 12.7399 8.89906 8.6332 13.9379C5.34786 17.969 6.06659 19.9845 6.06657 22Z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke-linecap="round" stroke-linejoin="round" stroke-width="4"><path fill="#2F88FF" stroke="#000" d="M42 36V22H6V36C6 38.2091 7.79086 40 10 40H38C40.2091 40 42 38.2091 42 36Z"/><path stroke="#fff" d="M6 30H42"/><path stroke="#000" d="M6 26V34"/><path stroke="#000" d="M42 26V34"/><path stroke="#000" d="M6.06657 22H42C42 19.9844 30.1933 11.4184 24.0333 7.38735C17.8733 3.35628 12.7399 8.89906 8.6332 13.9379C5.34786 17.969 6.06659 19.9845 6.06657 22Z"/></g></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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20fill%3D%22%232F88FF%22%20stroke%3D%22%23000%22%20d%3D%22M42%2036V22H6V36C6%2038.2091%207.79086%2040%2010%2040H38C40.2091%2040%2042%2038.2091%2042%2036Z%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20d%3D%22M6%2030H42%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20d%3D%22M6%2026V34%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20d%3D%22M42%2026V34%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20d%3D%22M6.06657%2022H42C42%2019.9844%2030.1933%2011.4184%2024.0333%207.38735C17.8733%203.35628%2012.7399%208.89906%208.6332%2013.9379C5.34786%2017.969%206.06659%2019.9845%206.06657%2022Z%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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20fill%3D%22%232F88FF%22%20stroke%3D%22%23000%22%20d%3D%22M42%2036V22H6V36C6%2038.2091%207.79086%2040%2010%2040H38C40.2091%2040%2042%2038.2091%2042%2036Z%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20d%3D%22M6%2030H42%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20d%3D%22M6%2026V34%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20d%3D%22M42%2026V34%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20d%3D%22M6.06657%2022H42C42%2019.9844%2030.1933%2011.4184%2024.0333%207.38735C17.8733%203.35628%2012.7399%208.89906%208.6332%2013.9379C5.34786%2017.969%206.06659%2019.9845%206.06657%2022Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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