onigiri icon
onigiri-light from Phosphor by Phosphor Icons · Light · MIT Free for personal and commercial use.
- Name
- onigiri-light
- Set
- Phosphor
- Style
- Light
- 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="M229.82 147.6L174 51.67l-.09-.15a54 54 0 0 0-91.74 0l-.09.15l-55.9 95.93A54 54 0 0 0 72.09 230h111.82a54 54 0 0 0 45.91-82.4M162 218H94v-50a2 2 0 0 1 2-2h64a2 2 0 0 1 2 2Zm58.61-21.58a41.47 41.47 0 0 1-36.7 21.58H174v-50a14 14 0 0 0-14-14H96a14 14 0 0 0-14 14v50h-9.91a42 42 0 0 1-35.67-64.15l.08-.14l55.87-95.93a42 42 0 0 1 71.26 0l55.87 95.93l.08.14a41.48 41.48 0 0 1 1.02 42.57Z"/></svg>
React
import type { SVGProps } from "react";
export function PhOnigiriLight(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="M229.82 147.6L174 51.67l-.09-.15a54 54 0 0 0-91.74 0l-.09.15l-55.9 95.93A54 54 0 0 0 72.09 230h111.82a54 54 0 0 0 45.91-82.4M162 218H94v-50a2 2 0 0 1 2-2h64a2 2 0 0 1 2 2Zm58.61-21.58a41.47 41.47 0 0 1-36.7 21.58H174v-50a14 14 0 0 0-14-14H96a14 14 0 0 0-14 14v50h-9.91a42 42 0 0 1-35.67-64.15l.08-.14l55.87-95.93a42 42 0 0 1 71.26 0l55.87 95.93l.08.14a41.48 41.48 0 0 1 1.02 42.57Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M229.82 147.6L174 51.67l-.09-.15a54 54 0 0 0-91.74 0l-.09.15l-55.9 95.93A54 54 0 0 0 72.09 230h111.82a54 54 0 0 0 45.91-82.4M162 218H94v-50a2 2 0 0 1 2-2h64a2 2 0 0 1 2 2Zm58.61-21.58a41.47 41.47 0 0 1-36.7 21.58H174v-50a14 14 0 0 0-14-14H96a14 14 0 0 0-14 14v50h-9.91a42 42 0 0 1-35.67-64.15l.08-.14l55.87-95.93a42 42 0 0 1 71.26 0l55.87 95.93l.08.14a41.48 41.48 0 0 1 1.02 42.57Z"/></svg> </template>
CSS
.icon-onigiri-light {
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%22M229.82%20147.6L174%2051.67l-.09-.15a54%2054%200%200%200-91.74%200l-.09.15l-55.9%2095.93A54%2054%200%200%200%2072.09%20230h111.82a54%2054%200%200%200%2045.91-82.4M162%20218H94v-50a2%202%200%200%201%202-2h64a2%202%200%200%201%202%202Zm58.61-21.58a41.47%2041.47%200%200%201-36.7%2021.58H174v-50a14%2014%200%200%200-14-14H96a14%2014%200%200%200-14%2014v50h-9.91a42%2042%200%200%201-35.67-64.15l.08-.14l55.87-95.93a42%2042%200%200%201%2071.26%200l55.87%2095.93l.08.14a41.48%2041.48%200%200%201%201.02%2042.57Z%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%22M229.82%20147.6L174%2051.67l-.09-.15a54%2054%200%200%200-91.74%200l-.09.15l-55.9%2095.93A54%2054%200%200%200%2072.09%20230h111.82a54%2054%200%200%200%2045.91-82.4M162%20218H94v-50a2%202%200%200%201%202-2h64a2%202%200%200%201%202%202Zm58.61-21.58a41.47%2041.47%200%200%201-36.7%2021.58H174v-50a14%2014%200%200%200-14-14H96a14%2014%200%200%200-14%2014v50h-9.91a42%2042%200%200%201-35.67-64.15l.08-.14l55.87-95.93a42%2042%200%200%201%2071.26%200l55.87%2095.93l.08.14a41.48%2041.48%200%200%201%201.02%2042.57Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/onigiri-light.svg?color=%231a73e8&size=48