sushi from BoxIcons v2 by Boxicons · Regular · MIT Free for personal and commercial use.

Name
sushi
Set
BoxIcons v2
Style
Regular
Viewbox
24×24
License
MIT
Aliases
bx-sushi

The same icon in other sets

Use the sushi icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 2C7.51 2 4 4.2 4 7v10c0 2.8 3.51 5 8 5s8-2.2 8-5V7c0-2.8-3.51-5-8-5m0 18c-3.54 0-6-1.58-6-3v-6.67A10.5 10.5 0 0 0 12 12a10.5 10.5 0 0 0 6-1.67V17c0 1.42-2.46 3-6 3m0-10c-3.54 0-6-1.58-6-3s2.46-3 6-3s6 1.58 6 3s-2.46 3-6 3"/><ellipse cx="12" cy="7" fill="currentColor" rx="3" ry="1.71"/></svg>

React

import type { SVGProps } from "react";

export function BxSushi(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 2C7.51 2 4 4.2 4 7v10c0 2.8 3.51 5 8 5s8-2.2 8-5V7c0-2.8-3.51-5-8-5m0 18c-3.54 0-6-1.58-6-3v-6.67A10.5 10.5 0 0 0 12 12a10.5 10.5 0 0 0 6-1.67V17c0 1.42-2.46 3-6 3m0-10c-3.54 0-6-1.58-6-3s2.46-3 6-3s6 1.58 6 3s-2.46 3-6 3"/><ellipse cx="12" cy="7" fill="currentColor" rx="3" ry="1.71"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 2C7.51 2 4 4.2 4 7v10c0 2.8 3.51 5 8 5s8-2.2 8-5V7c0-2.8-3.51-5-8-5m0 18c-3.54 0-6-1.58-6-3v-6.67A10.5 10.5 0 0 0 12 12a10.5 10.5 0 0 0 6-1.67V17c0 1.42-2.46 3-6 3m0-10c-3.54 0-6-1.58-6-3s2.46-3 6-3s6 1.58 6 3s-2.46 3-6 3"/><ellipse cx="12" cy="7" fill="currentColor" rx="3" ry="1.71"/></svg>
</template>

CSS

.icon-sushi {
  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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%202C7.51%202%204%204.2%204%207v10c0%202.8%203.51%205%208%205s8-2.2%208-5V7c0-2.8-3.51-5-8-5m0%2018c-3.54%200-6-1.58-6-3v-6.67A10.5%2010.5%200%200%200%2012%2012a10.5%2010.5%200%200%200%206-1.67V17c0%201.42-2.46%203-6%203m0-10c-3.54%200-6-1.58-6-3s2.46-3%206-3s6%201.58%206%203s-2.46%203-6%203%22%2F%3E%3Cellipse%20cx%3D%2212%22%20cy%3D%227%22%20fill%3D%22currentColor%22%20rx%3D%223%22%20ry%3D%221.71%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%202C7.51%202%204%204.2%204%207v10c0%202.8%203.51%205%208%205s8-2.2%208-5V7c0-2.8-3.51-5-8-5m0%2018c-3.54%200-6-1.58-6-3v-6.67A10.5%2010.5%200%200%200%2012%2012a10.5%2010.5%200%200%200%206-1.67V17c0%201.42-2.46%203-6%203m0-10c-3.54%200-6-1.58-6-3s2.46-3%206-3s6%201.58%206%203s-2.46%203-6%203%22%2F%3E%3Cellipse%20cx%3D%2212%22%20cy%3D%227%22%20fill%3D%22currentColor%22%20rx%3D%223%22%20ry%3D%221.71%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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