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

Name
yoshoku
Set
Material Symbols Light
Style
Regular
Category
Travel
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols Light

The same icon in other sets

More travel icons from Material Symbols Light

Use the yoshoku icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 22q-2.083 0-3.903-.786q-1.82-.785-3.173-2.138t-2.139-3.173T2 12q0-2.064.786-3.89q.785-1.827 2.138-3.183t3.173-2.141T12 2q1.07 0 2.064.216q.994.217 1.919.624q1.002-.346 2.23-.494q1.23-.148 2.652-.148q0 1.108-.072 2.244T20.43 6.66q.738 1.162 1.155 2.511Q22 10.52 22 12q0 2.083-.786 3.903q-.785 1.82-2.141 3.173t-3.182 2.139Q14.063 22 12 22m-1.553-3.84q.165-.083.295-.245l2.712-3.807q.344-.495.506-1.017T14.124 12t-.162-1.091q-.163-.523-.507-.992l-2.712-3.813q-.13-.162-.295-.245q-.164-.084-.35-.084q-.187 0-.364.084q-.177.083-.308.264L6.733 9.917q-.344.47-.507.995T6.064 12q0 .57.162 1.091q.163.523.507 1.017l2.692 3.788q.13.162.308.255q.177.093.363.093q.187 0 .351-.083m3.938-.911q1.586 0 2.697-1.108t1.11-2.713q0-.821-.34-1.532q-.34-.71-.913-1.228q-.423.16-.9.287t-.993.213q.045.215.073.418t.029.413q0 .716-.214 1.393q-.215.678-.657 1.288l-1.561 2.196q.363.177.78.275t.888.098m.38-7.064q1.092-.198 2.052-.583q.961-.386 1.659-1.215q.858-1.03 1.115-2.404q.256-1.375.285-2.803q-1.113.082-2.384.304q-1.27.223-2.239.805q-.873.52-1.382 1.316t-.82 2.019q.312.437.87 1.188t.844 1.373m-5.572 3.58q0-.178.13-.307l.847-.847l-1.067-.874q-.16-.122-.16-.316q0-.193.148-.322l1.173-1.192q.148-.13.314-.13q.165 0 .313.13q.13.148.13.313q0 .166-.13.295l-.867.867l1.067.879q.16.123.17.306q.01.184-.139.313L9.93 14.073q-.129.129-.304.129t-.304-.129t-.129-.307"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightYoshoku(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="M12 22q-2.083 0-3.903-.786q-1.82-.785-3.173-2.138t-2.139-3.173T2 12q0-2.064.786-3.89q.785-1.827 2.138-3.183t3.173-2.141T12 2q1.07 0 2.064.216q.994.217 1.919.624q1.002-.346 2.23-.494q1.23-.148 2.652-.148q0 1.108-.072 2.244T20.43 6.66q.738 1.162 1.155 2.511Q22 10.52 22 12q0 2.083-.786 3.903q-.785 1.82-2.141 3.173t-3.182 2.139Q14.063 22 12 22m-1.553-3.84q.165-.083.295-.245l2.712-3.807q.344-.495.506-1.017T14.124 12t-.162-1.091q-.163-.523-.507-.992l-2.712-3.813q-.13-.162-.295-.245q-.164-.084-.35-.084q-.187 0-.364.084q-.177.083-.308.264L6.733 9.917q-.344.47-.507.995T6.064 12q0 .57.162 1.091q.163.523.507 1.017l2.692 3.788q.13.162.308.255q.177.093.363.093q.187 0 .351-.083m3.938-.911q1.586 0 2.697-1.108t1.11-2.713q0-.821-.34-1.532q-.34-.71-.913-1.228q-.423.16-.9.287t-.993.213q.045.215.073.418t.029.413q0 .716-.214 1.393q-.215.678-.657 1.288l-1.561 2.196q.363.177.78.275t.888.098m.38-7.064q1.092-.198 2.052-.583q.961-.386 1.659-1.215q.858-1.03 1.115-2.404q.256-1.375.285-2.803q-1.113.082-2.384.304q-1.27.223-2.239.805q-.873.52-1.382 1.316t-.82 2.019q.312.437.87 1.188t.844 1.373m-5.572 3.58q0-.178.13-.307l.847-.847l-1.067-.874q-.16-.122-.16-.316q0-.193.148-.322l1.173-1.192q.148-.13.314-.13q.165 0 .313.13q.13.148.13.313q0 .166-.13.295l-.867.867l1.067.879q.16.123.17.306q.01.184-.139.313L9.93 14.073q-.129.129-.304.129t-.304-.129t-.129-.307"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 22q-2.083 0-3.903-.786q-1.82-.785-3.173-2.138t-2.139-3.173T2 12q0-2.064.786-3.89q.785-1.827 2.138-3.183t3.173-2.141T12 2q1.07 0 2.064.216q.994.217 1.919.624q1.002-.346 2.23-.494q1.23-.148 2.652-.148q0 1.108-.072 2.244T20.43 6.66q.738 1.162 1.155 2.511Q22 10.52 22 12q0 2.083-.786 3.903q-.785 1.82-2.141 3.173t-3.182 2.139Q14.063 22 12 22m-1.553-3.84q.165-.083.295-.245l2.712-3.807q.344-.495.506-1.017T14.124 12t-.162-1.091q-.163-.523-.507-.992l-2.712-3.813q-.13-.162-.295-.245q-.164-.084-.35-.084q-.187 0-.364.084q-.177.083-.308.264L6.733 9.917q-.344.47-.507.995T6.064 12q0 .57.162 1.091q.163.523.507 1.017l2.692 3.788q.13.162.308.255q.177.093.363.093q.187 0 .351-.083m3.938-.911q1.586 0 2.697-1.108t1.11-2.713q0-.821-.34-1.532q-.34-.71-.913-1.228q-.423.16-.9.287t-.993.213q.045.215.073.418t.029.413q0 .716-.214 1.393q-.215.678-.657 1.288l-1.561 2.196q.363.177.78.275t.888.098m.38-7.064q1.092-.198 2.052-.583q.961-.386 1.659-1.215q.858-1.03 1.115-2.404q.256-1.375.285-2.803q-1.113.082-2.384.304q-1.27.223-2.239.805q-.873.52-1.382 1.316t-.82 2.019q.312.437.87 1.188t.844 1.373m-5.572 3.58q0-.178.13-.307l.847-.847l-1.067-.874q-.16-.122-.16-.316q0-.193.148-.322l1.173-1.192q.148-.13.314-.13q.165 0 .313.13q.13.148.13.313q0 .166-.13.295l-.867.867l1.067.879q.16.123.17.306q.01.184-.139.313L9.93 14.073q-.129.129-.304.129t-.304-.129t-.129-.307"/></svg>
</template>

CSS

.icon-yoshoku {
  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%22M12%2022q-2.083%200-3.903-.786q-1.82-.785-3.173-2.138t-2.139-3.173T2%2012q0-2.064.786-3.89q.785-1.827%202.138-3.183t3.173-2.141T12%202q1.07%200%202.064.216q.994.217%201.919.624q1.002-.346%202.23-.494q1.23-.148%202.652-.148q0%201.108-.072%202.244T20.43%206.66q.738%201.162%201.155%202.511Q22%2010.52%2022%2012q0%202.083-.786%203.903q-.785%201.82-2.141%203.173t-3.182%202.139Q14.063%2022%2012%2022m-1.553-3.84q.165-.083.295-.245l2.712-3.807q.344-.495.506-1.017T14.124%2012t-.162-1.091q-.163-.523-.507-.992l-2.712-3.813q-.13-.162-.295-.245q-.164-.084-.35-.084q-.187%200-.364.084q-.177.083-.308.264L6.733%209.917q-.344.47-.507.995T6.064%2012q0%20.57.162%201.091q.163.523.507%201.017l2.692%203.788q.13.162.308.255q.177.093.363.093q.187%200%20.351-.083m3.938-.911q1.586%200%202.697-1.108t1.11-2.713q0-.821-.34-1.532q-.34-.71-.913-1.228q-.423.16-.9.287t-.993.213q.045.215.073.418t.029.413q0%20.716-.214%201.393q-.215.678-.657%201.288l-1.561%202.196q.363.177.78.275t.888.098m.38-7.064q1.092-.198%202.052-.583q.961-.386%201.659-1.215q.858-1.03%201.115-2.404q.256-1.375.285-2.803q-1.113.082-2.384.304q-1.27.223-2.239.805q-.873.52-1.382%201.316t-.82%202.019q.312.437.87%201.188t.844%201.373m-5.572%203.58q0-.178.13-.307l.847-.847l-1.067-.874q-.16-.122-.16-.316q0-.193.148-.322l1.173-1.192q.148-.13.314-.13q.165%200%20.313.13q.13.148.13.313q0%20.166-.13.295l-.867.867l1.067.879q.16.123.17.306q.01.184-.139.313L9.93%2014.073q-.129.129-.304.129t-.304-.129t-.129-.307%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%22M12%2022q-2.083%200-3.903-.786q-1.82-.785-3.173-2.138t-2.139-3.173T2%2012q0-2.064.786-3.89q.785-1.827%202.138-3.183t3.173-2.141T12%202q1.07%200%202.064.216q.994.217%201.919.624q1.002-.346%202.23-.494q1.23-.148%202.652-.148q0%201.108-.072%202.244T20.43%206.66q.738%201.162%201.155%202.511Q22%2010.52%2022%2012q0%202.083-.786%203.903q-.785%201.82-2.141%203.173t-3.182%202.139Q14.063%2022%2012%2022m-1.553-3.84q.165-.083.295-.245l2.712-3.807q.344-.495.506-1.017T14.124%2012t-.162-1.091q-.163-.523-.507-.992l-2.712-3.813q-.13-.162-.295-.245q-.164-.084-.35-.084q-.187%200-.364.084q-.177.083-.308.264L6.733%209.917q-.344.47-.507.995T6.064%2012q0%20.57.162%201.091q.163.523.507%201.017l2.692%203.788q.13.162.308.255q.177.093.363.093q.187%200%20.351-.083m3.938-.911q1.586%200%202.697-1.108t1.11-2.713q0-.821-.34-1.532q-.34-.71-.913-1.228q-.423.16-.9.287t-.993.213q.045.215.073.418t.029.413q0%20.716-.214%201.393q-.215.678-.657%201.288l-1.561%202.196q.363.177.78.275t.888.098m.38-7.064q1.092-.198%202.052-.583q.961-.386%201.659-1.215q.858-1.03%201.115-2.404q.256-1.375.285-2.803q-1.113.082-2.384.304q-1.27.223-2.239.805q-.873.52-1.382%201.316t-.82%202.019q.312.437.87%201.188t.844%201.373m-5.572%203.58q0-.178.13-.307l.847-.847l-1.067-.874q-.16-.122-.16-.316q0-.193.148-.322l1.173-1.192q.148-.13.314-.13q.165%200%20.313.13q.13.148.13.313q0%20.166-.13.295l-.867.867l1.067.879q.16.123.17.306q.01.184-.139.313L9.93%2014.073q-.129.129-.304.129t-.304-.129t-.129-.307%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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