onigiri icon

onigiri from Phosphor by Phosphor Icons · Regular · MIT Free for personal and commercial use.

Name
onigiri
Set
Phosphor
Style
Regular
Viewbox
256×256
License
MIT

5 other variants in Phosphor

Use the onigiri icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="m231.53 146.57l-55.85-95.91l-.11-.19a56 56 0 0 0-95.14 0l-.11.19l-55.85 95.91A56 56 0 0 0 72.09 232h111.82a56 56 0 0 0 47.62-85.43M160 216H96v-48h64Zm58.86-20.55A39.49 39.49 0 0 1 183.91 216H176v-48a16 16 0 0 0-16-16H96a16 16 0 0 0-16 16v48h-7.91a40 40 0 0 1-34-61.09a2 2 0 0 0 .11-.2l55.85-95.9a40 40 0 0 1 67.84 0l55.85 95.9a2 2 0 0 0 .11.2a39.5 39.5 0 0 1 1 40.54Z"/></svg>

React

import type { SVGProps } from "react";

export function PhOnigiri(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="m231.53 146.57l-55.85-95.91l-.11-.19a56 56 0 0 0-95.14 0l-.11.19l-55.85 95.91A56 56 0 0 0 72.09 232h111.82a56 56 0 0 0 47.62-85.43M160 216H96v-48h64Zm58.86-20.55A39.49 39.49 0 0 1 183.91 216H176v-48a16 16 0 0 0-16-16H96a16 16 0 0 0-16 16v48h-7.91a40 40 0 0 1-34-61.09a2 2 0 0 0 .11-.2l55.85-95.9a40 40 0 0 1 67.84 0l55.85 95.9a2 2 0 0 0 .11.2a39.5 39.5 0 0 1 1 40.54Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="m231.53 146.57l-55.85-95.91l-.11-.19a56 56 0 0 0-95.14 0l-.11.19l-55.85 95.91A56 56 0 0 0 72.09 232h111.82a56 56 0 0 0 47.62-85.43M160 216H96v-48h64Zm58.86-20.55A39.49 39.49 0 0 1 183.91 216H176v-48a16 16 0 0 0-16-16H96a16 16 0 0 0-16 16v48h-7.91a40 40 0 0 1-34-61.09a2 2 0 0 0 .11-.2l55.85-95.9a40 40 0 0 1 67.84 0l55.85 95.9a2 2 0 0 0 .11.2a39.5 39.5 0 0 1 1 40.54Z"/></svg>
</template>

CSS

.icon-onigiri {
  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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m231.53%20146.57l-55.85-95.91l-.11-.19a56%2056%200%200%200-95.14%200l-.11.19l-55.85%2095.91A56%2056%200%200%200%2072.09%20232h111.82a56%2056%200%200%200%2047.62-85.43M160%20216H96v-48h64Zm58.86-20.55A39.49%2039.49%200%200%201%20183.91%20216H176v-48a16%2016%200%200%200-16-16H96a16%2016%200%200%200-16%2016v48h-7.91a40%2040%200%200%201-34-61.09a2%202%200%200%200%20.11-.2l55.85-95.9a40%2040%200%200%201%2067.84%200l55.85%2095.9a2%202%200%200%200%20.11.2a39.5%2039.5%200%200%201%201%2040.54Z%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m231.53%20146.57l-55.85-95.91l-.11-.19a56%2056%200%200%200-95.14%200l-.11.19l-55.85%2095.91A56%2056%200%200%200%2072.09%20232h111.82a56%2056%200%200%200%2047.62-85.43M160%20216H96v-48h64Zm58.86-20.55A39.49%2039.49%200%200%201%20183.91%20216H176v-48a16%2016%200%200%200-16-16H96a16%2016%200%200%200-16%2016v48h-7.91a40%2040%200%200%201-34-61.09a2%202%200%200%200%20.11-.2l55.85-95.9a40%2040%200%200%201%2067.84%200l55.85%2095.9a2%202%200%200%200%20.11.2a39.5%2039.5%200%200%201%201%2040.54Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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