sandwich one icon
sandwich-one from IconPark TwoTone by ByteDance · Two tone · Foods · Apache-2.0 Free for personal and commercial use.
- Name
- sandwich-one
- Set
- IconPark TwoTone
- Style
- Two tone
- Category
- Foods
- Viewbox
- 48×48
- License
- Apache 2.0
The same icon in other sets
More foods icons from IconPark TwoTone
Use the sandwich one icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><defs><mask id="SVGBQsS7c4f"><g fill="none" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="4"><path d="M17.799 40.142s4.16 4.16 8.652 2.995s15.805-12.478 16.97-16.97c1.165-4.493-2.995-8.652-2.995-8.652M7.9 30.243s-4.16-4.16-2.995-8.652c1.164-4.492 12.478-15.806 16.97-16.97c4.492-1.165 8.652 2.994 8.652 2.994"/><rect width="40" height="14" x="5.071" y="33.071" fill="#555" rx="7" transform="rotate(-45 5.071 33.071)"/><path d="m15.678 33.779l.563-1.689a6 6 0 0 1 3.326-3.615l.42-.18a4.98 4.98 0 0 0 2.762-3.002v0a4.98 4.98 0 0 1 2.762-3.002l.95-.407a4.7 4.7 0 0 0 2.614-2.84v0a4.71 4.71 0 0 1 2.98-2.981l2.008-.67"/></g></mask></defs><path fill="currentColor" d="M0 0h48v48H0z" mask="url(#SVGBQsS7c4f)"/></svg>
React
import type { SVGProps } from "react";
export function IconParkTwotoneSandwichOne(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><defs><mask id="SVGBQsS7c4f"><g fill="none" stroke="#fff" strokeLinecap="round" strokeLinejoin="round" strokeWidth="4"><path d="M17.799 40.142s4.16 4.16 8.652 2.995s15.805-12.478 16.97-16.97c1.165-4.493-2.995-8.652-2.995-8.652M7.9 30.243s-4.16-4.16-2.995-8.652c1.164-4.492 12.478-15.806 16.97-16.97c4.492-1.165 8.652 2.994 8.652 2.994"/><rect width="40" height="14" x="5.071" y="33.071" fill="#555" rx="7" transform="rotate(-45 5.071 33.071)"/><path d="m15.678 33.779l.563-1.689a6 6 0 0 1 3.326-3.615l.42-.18a4.98 4.98 0 0 0 2.762-3.002v0a4.98 4.98 0 0 1 2.762-3.002l.95-.407a4.7 4.7 0 0 0 2.614-2.84v0a4.71 4.71 0 0 1 2.98-2.981l2.008-.67"/></g></mask></defs><path fill="currentColor" d="M0 0h48v48H0z" mask="url(#SVGBQsS7c4f)"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><defs><mask id="SVGBQsS7c4f"><g fill="none" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="4"><path d="M17.799 40.142s4.16 4.16 8.652 2.995s15.805-12.478 16.97-16.97c1.165-4.493-2.995-8.652-2.995-8.652M7.9 30.243s-4.16-4.16-2.995-8.652c1.164-4.492 12.478-15.806 16.97-16.97c4.492-1.165 8.652 2.994 8.652 2.994"/><rect width="40" height="14" x="5.071" y="33.071" fill="#555" rx="7" transform="rotate(-45 5.071 33.071)"/><path d="m15.678 33.779l.563-1.689a6 6 0 0 1 3.326-3.615l.42-.18a4.98 4.98 0 0 0 2.762-3.002v0a4.98 4.98 0 0 1 2.762-3.002l.95-.407a4.7 4.7 0 0 0 2.614-2.84v0a4.71 4.71 0 0 1 2.98-2.981l2.008-.67"/></g></mask></defs><path fill="currentColor" d="M0 0h48v48H0z" mask="url(#SVGBQsS7c4f)"/></svg> </template>
CSS
.icon-sandwich-one {
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%3Cdefs%3E%3Cmask%20id%3D%22SVGBQsS7c4f%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20d%3D%22M17.799%2040.142s4.16%204.16%208.652%202.995s15.805-12.478%2016.97-16.97c1.165-4.493-2.995-8.652-2.995-8.652M7.9%2030.243s-4.16-4.16-2.995-8.652c1.164-4.492%2012.478-15.806%2016.97-16.97c4.492-1.165%208.652%202.994%208.652%202.994%22%2F%3E%3Crect%20width%3D%2240%22%20height%3D%2214%22%20x%3D%225.071%22%20y%3D%2233.071%22%20fill%3D%22%23555%22%20rx%3D%227%22%20transform%3D%22rotate(-45%205.071%2033.071)%22%2F%3E%3Cpath%20d%3D%22m15.678%2033.779l.563-1.689a6%206%200%200%201%203.326-3.615l.42-.18a4.98%204.98%200%200%200%202.762-3.002v0a4.98%204.98%200%200%201%202.762-3.002l.95-.407a4.7%204.7%200%200%200%202.614-2.84v0a4.71%204.71%200%200%201%202.98-2.981l2.008-.67%22%2F%3E%3C%2Fg%3E%3C%2Fmask%3E%3C%2Fdefs%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M0%200h48v48H0z%22%20mask%3D%22url(%23SVGBQsS7c4f)%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%2048%2048%22%3E%3Cdefs%3E%3Cmask%20id%3D%22SVGBQsS7c4f%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20d%3D%22M17.799%2040.142s4.16%204.16%208.652%202.995s15.805-12.478%2016.97-16.97c1.165-4.493-2.995-8.652-2.995-8.652M7.9%2030.243s-4.16-4.16-2.995-8.652c1.164-4.492%2012.478-15.806%2016.97-16.97c4.492-1.165%208.652%202.994%208.652%202.994%22%2F%3E%3Crect%20width%3D%2240%22%20height%3D%2214%22%20x%3D%225.071%22%20y%3D%2233.071%22%20fill%3D%22%23555%22%20rx%3D%227%22%20transform%3D%22rotate(-45%205.071%2033.071)%22%2F%3E%3Cpath%20d%3D%22m15.678%2033.779l.563-1.689a6%206%200%200%201%203.326-3.615l.42-.18a4.98%204.98%200%200%200%202.762-3.002v0a4.98%204.98%200%200%201%202.762-3.002l.95-.407a4.7%204.7%200%200%200%202.614-2.84v0a4.71%204.71%200%200%201%202.98-2.981l2.008-.67%22%2F%3E%3C%2Fg%3E%3C%2Fmask%3E%3C%2Fdefs%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M0%200h48v48H0z%22%20mask%3D%22url(%23SVGBQsS7c4f)%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/icon-park-twotone/sandwich-one.svg?color=%231a73e8&size=48