yakitori-rounded from Material Symbols by Google · Rounded · Maps · Apache-2.0 Free for personal and commercial use.

Name
yakitori-rounded
Set
Material Symbols
Style
Rounded
Category
Maps
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols

The same icon in other sets

More maps icons from Material Symbols

Use the yakitori icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m16.75 18.15l-2.125 2.125q-.575.575-1.412.575t-1.413-.575l-1.425-1.4Q9.8 18.3 9.8 17.463t.575-1.413l-1.4-1.425q-.575.575-1.412.575t-1.413-.575l-1.425-1.4q-.575-.575-.575-1.412t.575-1.413l-1.4-1.425Q2.75 8.4 2.75 7.563t.575-1.413l.7-.7L2.2 3.625q-.3-.3-.3-.712t.3-.713t.713-.3t.712.3L5.45 4.05l.7-.7q.575-.575 1.425-.575T9 3.35l1.4 1.4q.575-.575 1.413-.575t1.412.575l1.425 1.4q.575.575.575 1.425T14.65 9l1.4 1.4q.575-.575 1.413-.575t1.412.575l1.425 1.4q.575.575.575 1.425T20.3 14.65l-2.125 2.1l3.6 3.625q.3.3.3.7t-.3.7t-.7.3t-.7-.3z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsYakitoriRounded(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="m16.75 18.15l-2.125 2.125q-.575.575-1.412.575t-1.413-.575l-1.425-1.4Q9.8 18.3 9.8 17.463t.575-1.413l-1.4-1.425q-.575.575-1.412.575t-1.413-.575l-1.425-1.4q-.575-.575-.575-1.412t.575-1.413l-1.4-1.425Q2.75 8.4 2.75 7.563t.575-1.413l.7-.7L2.2 3.625q-.3-.3-.3-.712t.3-.713t.713-.3t.712.3L5.45 4.05l.7-.7q.575-.575 1.425-.575T9 3.35l1.4 1.4q.575-.575 1.413-.575t1.412.575l1.425 1.4q.575.575.575 1.425T14.65 9l1.4 1.4q.575-.575 1.413-.575t1.412.575l1.425 1.4q.575.575.575 1.425T20.3 14.65l-2.125 2.1l3.6 3.625q.3.3.3.7t-.3.7t-.7.3t-.7-.3z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m16.75 18.15l-2.125 2.125q-.575.575-1.412.575t-1.413-.575l-1.425-1.4Q9.8 18.3 9.8 17.463t.575-1.413l-1.4-1.425q-.575.575-1.412.575t-1.413-.575l-1.425-1.4q-.575-.575-.575-1.412t.575-1.413l-1.4-1.425Q2.75 8.4 2.75 7.563t.575-1.413l.7-.7L2.2 3.625q-.3-.3-.3-.712t.3-.713t.713-.3t.712.3L5.45 4.05l.7-.7q.575-.575 1.425-.575T9 3.35l1.4 1.4q.575-.575 1.413-.575t1.412.575l1.425 1.4q.575.575.575 1.425T14.65 9l1.4 1.4q.575-.575 1.413-.575t1.412.575l1.425 1.4q.575.575.575 1.425T20.3 14.65l-2.125 2.1l3.6 3.625q.3.3.3.7t-.3.7t-.7.3t-.7-.3z"/></svg>
</template>

CSS

.icon-yakitori-rounded {
  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%22m16.75%2018.15l-2.125%202.125q-.575.575-1.412.575t-1.413-.575l-1.425-1.4Q9.8%2018.3%209.8%2017.463t.575-1.413l-1.4-1.425q-.575.575-1.412.575t-1.413-.575l-1.425-1.4q-.575-.575-.575-1.412t.575-1.413l-1.4-1.425Q2.75%208.4%202.75%207.563t.575-1.413l.7-.7L2.2%203.625q-.3-.3-.3-.712t.3-.713t.713-.3t.712.3L5.45%204.05l.7-.7q.575-.575%201.425-.575T9%203.35l1.4%201.4q.575-.575%201.413-.575t1.412.575l1.425%201.4q.575.575.575%201.425T14.65%209l1.4%201.4q.575-.575%201.413-.575t1.412.575l1.425%201.4q.575.575.575%201.425T20.3%2014.65l-2.125%202.1l3.6%203.625q.3.3.3.7t-.3.7t-.7.3t-.7-.3z%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%22m16.75%2018.15l-2.125%202.125q-.575.575-1.412.575t-1.413-.575l-1.425-1.4Q9.8%2018.3%209.8%2017.463t.575-1.413l-1.4-1.425q-.575.575-1.412.575t-1.413-.575l-1.425-1.4q-.575-.575-.575-1.412t.575-1.413l-1.4-1.425Q2.75%208.4%202.75%207.563t.575-1.413l.7-.7L2.2%203.625q-.3-.3-.3-.712t.3-.713t.713-.3t.712.3L5.45%204.05l.7-.7q.575-.575%201.425-.575T9%203.35l1.4%201.4q.575-.575%201.413-.575t1.412.575l1.425%201.4q.575.575.575%201.425T14.65%209l1.4%201.4q.575-.575%201.413-.575t1.412.575l1.425%201.4q.575.575.575%201.425T20.3%2014.65l-2.125%202.1l3.6%203.625q.3.3.3.7t-.3.7t-.7.3t-.7-.3z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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