onigiri icon

onigiri-thin from Phosphor by Phosphor Icons · Thin · MIT Free for personal and commercial use.

Name
onigiri-thin
Set
Phosphor
Style
Thin
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="m228.11 148.63l-55.88-96l-.06-.09a52 52 0 0 0-88.34 0l-.06.09l-55.88 96A52 52 0 0 0 72.09 228h111.82a52 52 0 0 0 44.2-79.37M164 220H92v-52a4 4 0 0 1 4-4h64a4 4 0 0 1 4 4Zm58.36-22.61A43.43 43.43 0 0 1 183.91 220H172v-52a12 12 0 0 0-12-12H96a12 12 0 0 0-12 12v52H72.09a44 44 0 0 1-37.37-67.2a.3.3 0 0 1 .05-.1l55.88-95.95a44 44 0 0 1 74.7 0l55.88 95.95a.3.3 0 0 1 .05.1a43.43 43.43 0 0 1 1.07 44.59Z"/></svg>

React

import type { SVGProps } from "react";

export function PhOnigiriThin(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="m228.11 148.63l-55.88-96l-.06-.09a52 52 0 0 0-88.34 0l-.06.09l-55.88 96A52 52 0 0 0 72.09 228h111.82a52 52 0 0 0 44.2-79.37M164 220H92v-52a4 4 0 0 1 4-4h64a4 4 0 0 1 4 4Zm58.36-22.61A43.43 43.43 0 0 1 183.91 220H172v-52a12 12 0 0 0-12-12H96a12 12 0 0 0-12 12v52H72.09a44 44 0 0 1-37.37-67.2a.3.3 0 0 1 .05-.1l55.88-95.95a44 44 0 0 1 74.7 0l55.88 95.95a.3.3 0 0 1 .05.1a43.43 43.43 0 0 1 1.07 44.59Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="m228.11 148.63l-55.88-96l-.06-.09a52 52 0 0 0-88.34 0l-.06.09l-55.88 96A52 52 0 0 0 72.09 228h111.82a52 52 0 0 0 44.2-79.37M164 220H92v-52a4 4 0 0 1 4-4h64a4 4 0 0 1 4 4Zm58.36-22.61A43.43 43.43 0 0 1 183.91 220H172v-52a12 12 0 0 0-12-12H96a12 12 0 0 0-12 12v52H72.09a44 44 0 0 1-37.37-67.2a.3.3 0 0 1 .05-.1l55.88-95.95a44 44 0 0 1 74.7 0l55.88 95.95a.3.3 0 0 1 .05.1a43.43 43.43 0 0 1 1.07 44.59Z"/></svg>
</template>

CSS

.icon-onigiri-thin {
  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%22m228.11%20148.63l-55.88-96l-.06-.09a52%2052%200%200%200-88.34%200l-.06.09l-55.88%2096A52%2052%200%200%200%2072.09%20228h111.82a52%2052%200%200%200%2044.2-79.37M164%20220H92v-52a4%204%200%200%201%204-4h64a4%204%200%200%201%204%204Zm58.36-22.61A43.43%2043.43%200%200%201%20183.91%20220H172v-52a12%2012%200%200%200-12-12H96a12%2012%200%200%200-12%2012v52H72.09a44%2044%200%200%201-37.37-67.2a.3.3%200%200%201%20.05-.1l55.88-95.95a44%2044%200%200%201%2074.7%200l55.88%2095.95a.3.3%200%200%201%20.05.1a43.43%2043.43%200%200%201%201.07%2044.59Z%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%22m228.11%20148.63l-55.88-96l-.06-.09a52%2052%200%200%200-88.34%200l-.06.09l-55.88%2096A52%2052%200%200%200%2072.09%20228h111.82a52%2052%200%200%200%2044.2-79.37M164%20220H92v-52a4%204%200%200%201%204-4h64a4%204%200%200%201%204%204Zm58.36-22.61A43.43%2043.43%200%200%201%20183.91%20220H172v-52a12%2012%200%200%200-12-12H96a12%2012%200%200%200-12%2012v52H72.09a44%2044%200%200%201-37.37-67.2a.3.3%200%200%201%20.05-.1l55.88-95.95a44%2044%200%200%201%2074.7%200l55.88%2095.95a.3.3%200%200%201%20.05.1a43.43%2043.43%200%200%201%201.07%2044.59Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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