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

Name
sushi
Set
BoxIcons v2 Solid
Style
Solid
Viewbox
24×24
License
MIT

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"><ellipse cx="12.07" cy="7" fill="currentColor" rx="3" ry="1.71"/><path fill="currentColor" d="M12.07 22c4.48 0 8-2.2 8-5V7c0-2.8-3.52-5-8-5s-8 2.2-8 5v10c0 2.8 3.51 5 8 5m0-18c3.53 0 6 1.58 6 3a2 2 0 0 1-.29.87c-.68 1-2.53 2-5 2.12h-1.39C8.88 9.83 7 8.89 6.35 7.84a2.2 2.2 0 0 1-.28-.76V7c0-1.42 2.46-3 6-3"/></svg>

React

import type { SVGProps } from "react";

export function BxsSushi(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><ellipse cx="12.07" cy="7" fill="currentColor" rx="3" ry="1.71"/><path fill="currentColor" d="M12.07 22c4.48 0 8-2.2 8-5V7c0-2.8-3.52-5-8-5s-8 2.2-8 5v10c0 2.8 3.51 5 8 5m0-18c3.53 0 6 1.58 6 3a2 2 0 0 1-.29.87c-.68 1-2.53 2-5 2.12h-1.39C8.88 9.83 7 8.89 6.35 7.84a2.2 2.2 0 0 1-.28-.76V7c0-1.42 2.46-3 6-3"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><ellipse cx="12.07" cy="7" fill="currentColor" rx="3" ry="1.71"/><path fill="currentColor" d="M12.07 22c4.48 0 8-2.2 8-5V7c0-2.8-3.52-5-8-5s-8 2.2-8 5v10c0 2.8 3.51 5 8 5m0-18c3.53 0 6 1.58 6 3a2 2 0 0 1-.29.87c-.68 1-2.53 2-5 2.12h-1.39C8.88 9.83 7 8.89 6.35 7.84a2.2 2.2 0 0 1-.28-.76V7c0-1.42 2.46-3 6-3"/></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%3Cellipse%20cx%3D%2212.07%22%20cy%3D%227%22%20fill%3D%22currentColor%22%20rx%3D%223%22%20ry%3D%221.71%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.07%2022c4.48%200%208-2.2%208-5V7c0-2.8-3.52-5-8-5s-8%202.2-8%205v10c0%202.8%203.51%205%208%205m0-18c3.53%200%206%201.58%206%203a2%202%200%200%201-.29.87c-.68%201-2.53%202-5%202.12h-1.39C8.88%209.83%207%208.89%206.35%207.84a2.2%202.2%200%200%201-.28-.76V7c0-1.42%202.46-3%206-3%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%3Cellipse%20cx%3D%2212.07%22%20cy%3D%227%22%20fill%3D%22currentColor%22%20rx%3D%223%22%20ry%3D%221.71%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.07%2022c4.48%200%208-2.2%208-5V7c0-2.8-3.52-5-8-5s-8%202.2-8%205v10c0%202.8%203.51%205%208%205m0-18c3.53%200%206%201.58%206%203a2%202%200%200%201-.29.87c-.68%201-2.53%202-5%202.12h-1.39C8.88%209.83%207%208.89%206.35%207.84a2.2%202.2%200%200%201-.28-.76V7c0-1.42%202.46-3%206-3%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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