okonomiyaki from Material Symbols by Google · Regular · Travel · Apache-2.0 Free for personal and commercial use.

Name
okonomiyaki
Set
Material Symbols
Style
Regular
Category
Travel
Viewbox
24×24
License
Apache 2.0
Aliases
okonomiyaki-sharp

3 other variants in Material Symbols

The same icon in other sets

More travel icons from Material Symbols

Use the okonomiyaki icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.313 21.913q-.338-.113-.613-.313l-.9-.65q-.275-.2-.6-.312t-.675-.113H7.4q-.725 0-1.287-.425T5.325 19l-.35-1.05q-.125-.35-.325-.625t-.475-.475l-.9-.65q-.575-.425-.775-1.1t0-1.35l.325-1.05q.1-.35.1-.675t-.1-.675L2.5 10.275q-.2-.675 0-1.35t.775-1.1l.9-.65q.275-.2.475-.475t.325-.625l.35-1.05q.225-.675.788-1.1T7.4 3.5h1.125q.35 0 .675-.1t.6-.3l.9-.675q.275-.2.613-.313T12 2t.688.113t.612.312l.9.675q.275.2.6.3t.675.1H16.6q.725 0 1.288.425t.787 1.1l.35 1.05q.125.325.313.613t.462.487l.9.65q.575.425.8 1.1t0 1.35l-.35 1.075q-.125.35-.125.675t.125.675l.35 1.05q.225.675 0 1.35t-.8 1.1l-.9.65q-.275.2-.462.488t-.313.612l-.35 1.05q-.225.675-.788 1.1t-1.287.425h-1.125q-.35 0-.675.113t-.6.312l-.9.65q-.275.2-.612.313t-.688.112t-.687-.112m.787-5.588q.725.75 1.775.75t1.8-.75l1.075-1.05l-1.425-1.425l-1.075 1.05q-.15.15-.35.15t-.35-.15t-.15-.35t.15-.35l2.125-2.125q.725-.725.725-1.763t-.725-1.762t-1.775-.725t-1.775.725L9.3 11.375q-.15.15-.35.15t-.35-.15t-.15-.35t.15-.35L11.075 8.2l-1.4-1.425L7.2 9.25q-.75.725-.737 1.775T7.2 12.8t1.763.725t1.762-.725l2.825-2.85q.15-.15.35-.15t.35.15t.15.363t-.15.362l-2.1 2.125q-.725.725-.75 1.763t.7 1.762"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsOkonomiyaki(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.313 21.913q-.338-.113-.613-.313l-.9-.65q-.275-.2-.6-.312t-.675-.113H7.4q-.725 0-1.287-.425T5.325 19l-.35-1.05q-.125-.35-.325-.625t-.475-.475l-.9-.65q-.575-.425-.775-1.1t0-1.35l.325-1.05q.1-.35.1-.675t-.1-.675L2.5 10.275q-.2-.675 0-1.35t.775-1.1l.9-.65q.275-.2.475-.475t.325-.625l.35-1.05q.225-.675.788-1.1T7.4 3.5h1.125q.35 0 .675-.1t.6-.3l.9-.675q.275-.2.613-.313T12 2t.688.113t.612.312l.9.675q.275.2.6.3t.675.1H16.6q.725 0 1.288.425t.787 1.1l.35 1.05q.125.325.313.613t.462.487l.9.65q.575.425.8 1.1t0 1.35l-.35 1.075q-.125.35-.125.675t.125.675l.35 1.05q.225.675 0 1.35t-.8 1.1l-.9.65q-.275.2-.462.488t-.313.612l-.35 1.05q-.225.675-.788 1.1t-1.287.425h-1.125q-.35 0-.675.113t-.6.312l-.9.65q-.275.2-.612.313t-.688.112t-.687-.112m.787-5.588q.725.75 1.775.75t1.8-.75l1.075-1.05l-1.425-1.425l-1.075 1.05q-.15.15-.35.15t-.35-.15t-.15-.35t.15-.35l2.125-2.125q.725-.725.725-1.763t-.725-1.762t-1.775-.725t-1.775.725L9.3 11.375q-.15.15-.35.15t-.35-.15t-.15-.35t.15-.35L11.075 8.2l-1.4-1.425L7.2 9.25q-.75.725-.737 1.775T7.2 12.8t1.763.725t1.762-.725l2.825-2.85q.15-.15.35-.15t.35.15t.15.363t-.15.362l-2.1 2.125q-.725.725-.75 1.763t.7 1.762"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.313 21.913q-.338-.113-.613-.313l-.9-.65q-.275-.2-.6-.312t-.675-.113H7.4q-.725 0-1.287-.425T5.325 19l-.35-1.05q-.125-.35-.325-.625t-.475-.475l-.9-.65q-.575-.425-.775-1.1t0-1.35l.325-1.05q.1-.35.1-.675t-.1-.675L2.5 10.275q-.2-.675 0-1.35t.775-1.1l.9-.65q.275-.2.475-.475t.325-.625l.35-1.05q.225-.675.788-1.1T7.4 3.5h1.125q.35 0 .675-.1t.6-.3l.9-.675q.275-.2.613-.313T12 2t.688.113t.612.312l.9.675q.275.2.6.3t.675.1H16.6q.725 0 1.288.425t.787 1.1l.35 1.05q.125.325.313.613t.462.487l.9.65q.575.425.8 1.1t0 1.35l-.35 1.075q-.125.35-.125.675t.125.675l.35 1.05q.225.675 0 1.35t-.8 1.1l-.9.65q-.275.2-.462.488t-.313.612l-.35 1.05q-.225.675-.788 1.1t-1.287.425h-1.125q-.35 0-.675.113t-.6.312l-.9.65q-.275.2-.612.313t-.688.112t-.687-.112m.787-5.588q.725.75 1.775.75t1.8-.75l1.075-1.05l-1.425-1.425l-1.075 1.05q-.15.15-.35.15t-.35-.15t-.15-.35t.15-.35l2.125-2.125q.725-.725.725-1.763t-.725-1.762t-1.775-.725t-1.775.725L9.3 11.375q-.15.15-.35.15t-.35-.15t-.15-.35t.15-.35L11.075 8.2l-1.4-1.425L7.2 9.25q-.75.725-.737 1.775T7.2 12.8t1.763.725t1.762-.725l2.825-2.85q.15-.15.35-.15t.35.15t.15.363t-.15.362l-2.1 2.125q-.725.725-.75 1.763t.7 1.762"/></svg>
</template>

CSS

.icon-okonomiyaki {
  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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.313%2021.913q-.338-.113-.613-.313l-.9-.65q-.275-.2-.6-.312t-.675-.113H7.4q-.725%200-1.287-.425T5.325%2019l-.35-1.05q-.125-.35-.325-.625t-.475-.475l-.9-.65q-.575-.425-.775-1.1t0-1.35l.325-1.05q.1-.35.1-.675t-.1-.675L2.5%2010.275q-.2-.675%200-1.35t.775-1.1l.9-.65q.275-.2.475-.475t.325-.625l.35-1.05q.225-.675.788-1.1T7.4%203.5h1.125q.35%200%20.675-.1t.6-.3l.9-.675q.275-.2.613-.313T12%202t.688.113t.612.312l.9.675q.275.2.6.3t.675.1H16.6q.725%200%201.288.425t.787%201.1l.35%201.05q.125.325.313.613t.462.487l.9.65q.575.425.8%201.1t0%201.35l-.35%201.075q-.125.35-.125.675t.125.675l.35%201.05q.225.675%200%201.35t-.8%201.1l-.9.65q-.275.2-.462.488t-.313.612l-.35%201.05q-.225.675-.788%201.1t-1.287.425h-1.125q-.35%200-.675.113t-.6.312l-.9.65q-.275.2-.612.313t-.688.112t-.687-.112m.787-5.588q.725.75%201.775.75t1.8-.75l1.075-1.05l-1.425-1.425l-1.075%201.05q-.15.15-.35.15t-.35-.15t-.15-.35t.15-.35l2.125-2.125q.725-.725.725-1.763t-.725-1.762t-1.775-.725t-1.775.725L9.3%2011.375q-.15.15-.35.15t-.35-.15t-.15-.35t.15-.35L11.075%208.2l-1.4-1.425L7.2%209.25q-.75.725-.737%201.775T7.2%2012.8t1.763.725t1.762-.725l2.825-2.85q.15-.15.35-.15t.35.15t.15.363t-.15.362l-2.1%202.125q-.725.725-.75%201.763t.7%201.762%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.313%2021.913q-.338-.113-.613-.313l-.9-.65q-.275-.2-.6-.312t-.675-.113H7.4q-.725%200-1.287-.425T5.325%2019l-.35-1.05q-.125-.35-.325-.625t-.475-.475l-.9-.65q-.575-.425-.775-1.1t0-1.35l.325-1.05q.1-.35.1-.675t-.1-.675L2.5%2010.275q-.2-.675%200-1.35t.775-1.1l.9-.65q.275-.2.475-.475t.325-.625l.35-1.05q.225-.675.788-1.1T7.4%203.5h1.125q.35%200%20.675-.1t.6-.3l.9-.675q.275-.2.613-.313T12%202t.688.113t.612.312l.9.675q.275.2.6.3t.675.1H16.6q.725%200%201.288.425t.787%201.1l.35%201.05q.125.325.313.613t.462.487l.9.65q.575.425.8%201.1t0%201.35l-.35%201.075q-.125.35-.125.675t.125.675l.35%201.05q.225.675%200%201.35t-.8%201.1l-.9.65q-.275.2-.462.488t-.313.612l-.35%201.05q-.225.675-.788%201.1t-1.287.425h-1.125q-.35%200-.675.113t-.6.312l-.9.65q-.275.2-.612.313t-.688.112t-.687-.112m.787-5.588q.725.75%201.775.75t1.8-.75l1.075-1.05l-1.425-1.425l-1.075%201.05q-.15.15-.35.15t-.35-.15t-.15-.35t.15-.35l2.125-2.125q.725-.725.725-1.763t-.725-1.762t-1.775-.725t-1.775.725L9.3%2011.375q-.15.15-.35.15t-.35-.15t-.15-.35t.15-.35L11.075%208.2l-1.4-1.425L7.2%209.25q-.75.725-.737%201.775T7.2%2012.8t1.763.725t1.762-.725l2.825-2.85q.15-.15.35-.15t.35.15t.15.363t-.15.362l-2.1%202.125q-.725.725-.75%201.763t.7%201.762%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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