sushi 01 icon
sushi-01 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- sushi-01
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Related icons in Huge Icons
Use the sushi 01 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-width="1.5"><path d="M20 13c0 3.002 0 4.504-.879 5.436c-2.087 2.215-12.405 1.95-14.242 0C4 17.504 4 16.002 4 13"/><path d="M12.04 4C4.453 4 2.477 8.796 2.039 12.633c-.188 1.642.3 1.616 1.653.908c2.068-1.083 4.817-1.775 8.348-1.775c3.526 0 6.224.69 8.268 1.77c1.35.713 1.836.738 1.656-.904C21.544 8.796 19.627 4 12.04 4Z"/><path d="M6.996 12c0-2.528.887-7.436 6-8M15 12c0-1.939.512-5.264 3-7"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsSushi01(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" strokeWidth="1.5"><path d="M20 13c0 3.002 0 4.504-.879 5.436c-2.087 2.215-12.405 1.95-14.242 0C4 17.504 4 16.002 4 13"/><path d="M12.04 4C4.453 4 2.477 8.796 2.039 12.633c-.188 1.642.3 1.616 1.653.908c2.068-1.083 4.817-1.775 8.348-1.775c3.526 0 6.224.69 8.268 1.77c1.35.713 1.836.738 1.656-.904C21.544 8.796 19.627 4 12.04 4Z"/><path d="M6.996 12c0-2.528.887-7.436 6-8M15 12c0-1.939.512-5.264 3-7"/></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-width="1.5"><path d="M20 13c0 3.002 0 4.504-.879 5.436c-2.087 2.215-12.405 1.95-14.242 0C4 17.504 4 16.002 4 13"/><path d="M12.04 4C4.453 4 2.477 8.796 2.039 12.633c-.188 1.642.3 1.616 1.653.908c2.068-1.083 4.817-1.775 8.348-1.775c3.526 0 6.224.69 8.268 1.77c1.35.713 1.836.738 1.656-.904C21.544 8.796 19.627 4 12.04 4Z"/><path d="M6.996 12c0-2.528.887-7.436 6-8M15 12c0-1.939.512-5.264 3-7"/></g></svg> </template>
CSS
.icon-sushi-01 {
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-width%3D%221.5%22%3E%3Cpath%20d%3D%22M20%2013c0%203.002%200%204.504-.879%205.436c-2.087%202.215-12.405%201.95-14.242%200C4%2017.504%204%2016.002%204%2013%22%2F%3E%3Cpath%20d%3D%22M12.04%204C4.453%204%202.477%208.796%202.039%2012.633c-.188%201.642.3%201.616%201.653.908c2.068-1.083%204.817-1.775%208.348-1.775c3.526%200%206.224.69%208.268%201.77c1.35.713%201.836.738%201.656-.904C21.544%208.796%2019.627%204%2012.04%204Z%22%2F%3E%3Cpath%20d%3D%22M6.996%2012c0-2.528.887-7.436%206-8M15%2012c0-1.939.512-5.264%203-7%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-width%3D%221.5%22%3E%3Cpath%20d%3D%22M20%2013c0%203.002%200%204.504-.879%205.436c-2.087%202.215-12.405%201.95-14.242%200C4%2017.504%204%2016.002%204%2013%22%2F%3E%3Cpath%20d%3D%22M12.04%204C4.453%204%202.477%208.796%202.039%2012.633c-.188%201.642.3%201.616%201.653.908c2.068-1.083%204.817-1.775%208.348-1.775c3.526%200%206.224.69%208.268%201.77c1.35.713%201.836.738%201.656-.904C21.544%208.796%2019.627%204%2012.04%204Z%22%2F%3E%3Cpath%20d%3D%22M6.996%2012c0-2.528.887-7.436%206-8M15%2012c0-1.939.512-5.264%203-7%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/sushi-01.svg?color=%231a73e8&size=48