sushi 2 icon
sushi-2 from Lucide Lab by Lucide Contributors · Outline · ISC Free for personal and commercial use.
- Name
- sushi-2
- Set
- Lucide Lab
- Style
- Outline
- Viewbox
- 24×24
- License
- ISC
Related icons in Lucide Lab
Use the sushi 2 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="M16.4 3.3a8.23 8.23 0 0 0-8.8 0L3.8 6c-2.4 1.7-2.4 4.4 0 6.1l3.9 2.7c2.4 1.7 6.3 1.7 8.7 0l3.9-2.7c2.4-1.7 2.4-4.4 0-6.1Z"/><path d="M2 9v6c0 1.1.6 2.2 1.8 3l3.9 2.7c2.4 1.7 6.3 1.7 8.7 0l3.9-2.7c1.2-.8 1.8-1.9 1.8-3V9"/><path d="M7.7 10.1c-.9-.6-.9-1.6 0-2.2l2.7-1.8c.9-.6 2.4-.6 3.3 0l2.7 1.8c.9.6.9 1.6 0 2.2l-2.7 1.8c-.9.6-2.4.6-3.3 0Z"/><path d="M15 11c-2-3-5-2-6 0"/></g></svg>
React
import type { SVGProps } from "react";
export function LucideLabSushi2(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2"><path d="M16.4 3.3a8.23 8.23 0 0 0-8.8 0L3.8 6c-2.4 1.7-2.4 4.4 0 6.1l3.9 2.7c2.4 1.7 6.3 1.7 8.7 0l3.9-2.7c2.4-1.7 2.4-4.4 0-6.1Z"/><path d="M2 9v6c0 1.1.6 2.2 1.8 3l3.9 2.7c2.4 1.7 6.3 1.7 8.7 0l3.9-2.7c1.2-.8 1.8-1.9 1.8-3V9"/><path d="M7.7 10.1c-.9-.6-.9-1.6 0-2.2l2.7-1.8c.9-.6 2.4-.6 3.3 0l2.7 1.8c.9.6.9 1.6 0 2.2l-2.7 1.8c-.9.6-2.4.6-3.3 0Z"/><path d="M15 11c-2-3-5-2-6 0"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="M16.4 3.3a8.23 8.23 0 0 0-8.8 0L3.8 6c-2.4 1.7-2.4 4.4 0 6.1l3.9 2.7c2.4 1.7 6.3 1.7 8.7 0l3.9-2.7c2.4-1.7 2.4-4.4 0-6.1Z"/><path d="M2 9v6c0 1.1.6 2.2 1.8 3l3.9 2.7c2.4 1.7 6.3 1.7 8.7 0l3.9-2.7c1.2-.8 1.8-1.9 1.8-3V9"/><path d="M7.7 10.1c-.9-.6-.9-1.6 0-2.2l2.7-1.8c.9-.6 2.4-.6 3.3 0l2.7 1.8c.9.6.9 1.6 0 2.2l-2.7 1.8c-.9.6-2.4.6-3.3 0Z"/><path d="M15 11c-2-3-5-2-6 0"/></g></svg> </template>
CSS
.icon-sushi-2 {
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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22M16.4%203.3a8.23%208.23%200%200%200-8.8%200L3.8%206c-2.4%201.7-2.4%204.4%200%206.1l3.9%202.7c2.4%201.7%206.3%201.7%208.7%200l3.9-2.7c2.4-1.7%202.4-4.4%200-6.1Z%22%2F%3E%3Cpath%20d%3D%22M2%209v6c0%201.1.6%202.2%201.8%203l3.9%202.7c2.4%201.7%206.3%201.7%208.7%200l3.9-2.7c1.2-.8%201.8-1.9%201.8-3V9%22%2F%3E%3Cpath%20d%3D%22M7.7%2010.1c-.9-.6-.9-1.6%200-2.2l2.7-1.8c.9-.6%202.4-.6%203.3%200l2.7%201.8c.9.6.9%201.6%200%202.2l-2.7%201.8c-.9.6-2.4.6-3.3%200Z%22%2F%3E%3Cpath%20d%3D%22M15%2011c-2-3-5-2-6%200%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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22M16.4%203.3a8.23%208.23%200%200%200-8.8%200L3.8%206c-2.4%201.7-2.4%204.4%200%206.1l3.9%202.7c2.4%201.7%206.3%201.7%208.7%200l3.9-2.7c2.4-1.7%202.4-4.4%200-6.1Z%22%2F%3E%3Cpath%20d%3D%22M2%209v6c0%201.1.6%202.2%201.8%203l3.9%202.7c2.4%201.7%206.3%201.7%208.7%200l3.9-2.7c1.2-.8%201.8-1.9%201.8-3V9%22%2F%3E%3Cpath%20d%3D%22M7.7%2010.1c-.9-.6-.9-1.6%200-2.2l2.7-1.8c.9-.6%202.4-.6%203.3%200l2.7%201.8c.9.6.9%201.6%200%202.2l-2.7%201.8c-.9.6-2.4.6-3.3%200Z%22%2F%3E%3Cpath%20d%3D%22M15%2011c-2-3-5-2-6%200%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/lucide-lab/sushi-2.svg?color=%231a73e8&size=48