yoshoku-outline-rounded from Material Symbols Light by Google · Outline Rounded · Travel · Apache-2.0 Free for personal and commercial use.

Name
yoshoku-outline-rounded
Set
Material Symbols Light
Style
Outline Rounded
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="M2 12q0-2.064.786-3.89q.785-1.827 2.141-3.183T8.11 2.786T12 2q1.373 0 2.612.34q1.238.34 2.342.972q.479-.125 1.017-.2t1.142-.126q.404-.025.694.268q.29.292.264.696q-.025.517-.085.978q-.059.46-.14.884q1.012 1.284 1.583 2.856Q22 10.241 22 12q0 2.064-.786 3.89q-.785 1.827-2.141 3.183t-3.182 2.142Q14.063 22 12 22t-3.89-.786t-3.183-2.141t-2.141-3.182T2 12m4.833 0q0 .433.134.856q.135.423.399.786l2.48 3.481q.096.135.26.135t.26-.154l2.48-3.462q.264-.363.398-.786q.135-.423.135-.856q0-.438-.135-.859q-.134-.42-.398-.783l-2.5-3.487q-.096-.135-.25-.135t-.25.135l-2.48 3.487q-.264.363-.399.786q-.134.423-.134.856M3 12q0 3.73 2.625 6.356T12 20.98q3.73 0 6.356-2.625T20.98 12q0-1.375-.39-2.617q-.391-1.242-1.103-2.327q-.2.561-.48 1.015t-.65.825q-.408.408-.94.718q-.531.311-1.199.511q.898.471 1.436 1.343t.537 1.955q0 1.587-1.107 2.697q-1.108 1.11-2.694 1.11q-.65 0-1.238-.203q-.587-.204-1.068-.58l-.831 1.151q-.217.279-.508.437q-.29.157-.63.157q-.341 0-.638-.157q-.297-.158-.495-.437l-2.435-3.382q-.367-.499-.539-1.065q-.17-.566-.17-1.151q0-.604.17-1.163q.172-.56.539-1.058l2.435-3.402q.198-.279.495-.424t.638-.145t.64.145t.498.424l1.363 1.906q.181-1.11.558-1.962t.986-1.479q.322-.332.68-.592t.813-.46q-.823-.373-1.751-.581Q12.975 3 12 3Q8.25 3 5.625 5.625T3 12m10.67 2.216l-1.012 1.432q.352.298.79.45t.937.152q1.165 0 1.986-.821t.821-2.006q0-1.142-.795-1.955q-.795-.812-1.926-.841h-.173q-.077 0-.173.02q.127.326.19.666q.064.34.064.687q0 .584-.171 1.151q-.171.566-.539 1.064m5.414-10.223q-1.137.106-2.252.412q-1.115.305-1.87 1.06q-.638.638-.99 1.59q-.354.952-.517 2.375q.038.057.086.115q.049.058.087.115q1.45-.163 2.421-.51t1.61-.985q.773-.774 1.065-1.902q.293-1.128.36-2.27m-9.89 9.774q0-.178.128-.307l.848-.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 MaterialSymbolsLightYoshokuOutlineRounded(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="M2 12q0-2.064.786-3.89q.785-1.827 2.141-3.183T8.11 2.786T12 2q1.373 0 2.612.34q1.238.34 2.342.972q.479-.125 1.017-.2t1.142-.126q.404-.025.694.268q.29.292.264.696q-.025.517-.085.978q-.059.46-.14.884q1.012 1.284 1.583 2.856Q22 10.241 22 12q0 2.064-.786 3.89q-.785 1.827-2.141 3.183t-3.182 2.142Q14.063 22 12 22t-3.89-.786t-3.183-2.141t-2.141-3.182T2 12m4.833 0q0 .433.134.856q.135.423.399.786l2.48 3.481q.096.135.26.135t.26-.154l2.48-3.462q.264-.363.398-.786q.135-.423.135-.856q0-.438-.135-.859q-.134-.42-.398-.783l-2.5-3.487q-.096-.135-.25-.135t-.25.135l-2.48 3.487q-.264.363-.399.786q-.134.423-.134.856M3 12q0 3.73 2.625 6.356T12 20.98q3.73 0 6.356-2.625T20.98 12q0-1.375-.39-2.617q-.391-1.242-1.103-2.327q-.2.561-.48 1.015t-.65.825q-.408.408-.94.718q-.531.311-1.199.511q.898.471 1.436 1.343t.537 1.955q0 1.587-1.107 2.697q-1.108 1.11-2.694 1.11q-.65 0-1.238-.203q-.587-.204-1.068-.58l-.831 1.151q-.217.279-.508.437q-.29.157-.63.157q-.341 0-.638-.157q-.297-.158-.495-.437l-2.435-3.382q-.367-.499-.539-1.065q-.17-.566-.17-1.151q0-.604.17-1.163q.172-.56.539-1.058l2.435-3.402q.198-.279.495-.424t.638-.145t.64.145t.498.424l1.363 1.906q.181-1.11.558-1.962t.986-1.479q.322-.332.68-.592t.813-.46q-.823-.373-1.751-.581Q12.975 3 12 3Q8.25 3 5.625 5.625T3 12m10.67 2.216l-1.012 1.432q.352.298.79.45t.937.152q1.165 0 1.986-.821t.821-2.006q0-1.142-.795-1.955q-.795-.812-1.926-.841h-.173q-.077 0-.173.02q.127.326.19.666q.064.34.064.687q0 .584-.171 1.151q-.171.566-.539 1.064m5.414-10.223q-1.137.106-2.252.412q-1.115.305-1.87 1.06q-.638.638-.99 1.59q-.354.952-.517 2.375q.038.057.086.115q.049.058.087.115q1.45-.163 2.421-.51t1.61-.985q.773-.774 1.065-1.902q.293-1.128.36-2.27m-9.89 9.774q0-.178.128-.307l.848-.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="M2 12q0-2.064.786-3.89q.785-1.827 2.141-3.183T8.11 2.786T12 2q1.373 0 2.612.34q1.238.34 2.342.972q.479-.125 1.017-.2t1.142-.126q.404-.025.694.268q.29.292.264.696q-.025.517-.085.978q-.059.46-.14.884q1.012 1.284 1.583 2.856Q22 10.241 22 12q0 2.064-.786 3.89q-.785 1.827-2.141 3.183t-3.182 2.142Q14.063 22 12 22t-3.89-.786t-3.183-2.141t-2.141-3.182T2 12m4.833 0q0 .433.134.856q.135.423.399.786l2.48 3.481q.096.135.26.135t.26-.154l2.48-3.462q.264-.363.398-.786q.135-.423.135-.856q0-.438-.135-.859q-.134-.42-.398-.783l-2.5-3.487q-.096-.135-.25-.135t-.25.135l-2.48 3.487q-.264.363-.399.786q-.134.423-.134.856M3 12q0 3.73 2.625 6.356T12 20.98q3.73 0 6.356-2.625T20.98 12q0-1.375-.39-2.617q-.391-1.242-1.103-2.327q-.2.561-.48 1.015t-.65.825q-.408.408-.94.718q-.531.311-1.199.511q.898.471 1.436 1.343t.537 1.955q0 1.587-1.107 2.697q-1.108 1.11-2.694 1.11q-.65 0-1.238-.203q-.587-.204-1.068-.58l-.831 1.151q-.217.279-.508.437q-.29.157-.63.157q-.341 0-.638-.157q-.297-.158-.495-.437l-2.435-3.382q-.367-.499-.539-1.065q-.17-.566-.17-1.151q0-.604.17-1.163q.172-.56.539-1.058l2.435-3.402q.198-.279.495-.424t.638-.145t.64.145t.498.424l1.363 1.906q.181-1.11.558-1.962t.986-1.479q.322-.332.68-.592t.813-.46q-.823-.373-1.751-.581Q12.975 3 12 3Q8.25 3 5.625 5.625T3 12m10.67 2.216l-1.012 1.432q.352.298.79.45t.937.152q1.165 0 1.986-.821t.821-2.006q0-1.142-.795-1.955q-.795-.812-1.926-.841h-.173q-.077 0-.173.02q.127.326.19.666q.064.34.064.687q0 .584-.171 1.151q-.171.566-.539 1.064m5.414-10.223q-1.137.106-2.252.412q-1.115.305-1.87 1.06q-.638.638-.99 1.59q-.354.952-.517 2.375q.038.057.086.115q.049.058.087.115q1.45-.163 2.421-.51t1.61-.985q.773-.774 1.065-1.902q.293-1.128.36-2.27m-9.89 9.774q0-.178.128-.307l.848-.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-outline-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%22M2%2012q0-2.064.786-3.89q.785-1.827%202.141-3.183T8.11%202.786T12%202q1.373%200%202.612.34q1.238.34%202.342.972q.479-.125%201.017-.2t1.142-.126q.404-.025.694.268q.29.292.264.696q-.025.517-.085.978q-.059.46-.14.884q1.012%201.284%201.583%202.856Q22%2010.241%2022%2012q0%202.064-.786%203.89q-.785%201.827-2.141%203.183t-3.182%202.142Q14.063%2022%2012%2022t-3.89-.786t-3.183-2.141t-2.141-3.182T2%2012m4.833%200q0%20.433.134.856q.135.423.399.786l2.48%203.481q.096.135.26.135t.26-.154l2.48-3.462q.264-.363.398-.786q.135-.423.135-.856q0-.438-.135-.859q-.134-.42-.398-.783l-2.5-3.487q-.096-.135-.25-.135t-.25.135l-2.48%203.487q-.264.363-.399.786q-.134.423-.134.856M3%2012q0%203.73%202.625%206.356T12%2020.98q3.73%200%206.356-2.625T20.98%2012q0-1.375-.39-2.617q-.391-1.242-1.103-2.327q-.2.561-.48%201.015t-.65.825q-.408.408-.94.718q-.531.311-1.199.511q.898.471%201.436%201.343t.537%201.955q0%201.587-1.107%202.697q-1.108%201.11-2.694%201.11q-.65%200-1.238-.203q-.587-.204-1.068-.58l-.831%201.151q-.217.279-.508.437q-.29.157-.63.157q-.341%200-.638-.157q-.297-.158-.495-.437l-2.435-3.382q-.367-.499-.539-1.065q-.17-.566-.17-1.151q0-.604.17-1.163q.172-.56.539-1.058l2.435-3.402q.198-.279.495-.424t.638-.145t.64.145t.498.424l1.363%201.906q.181-1.11.558-1.962t.986-1.479q.322-.332.68-.592t.813-.46q-.823-.373-1.751-.581Q12.975%203%2012%203Q8.25%203%205.625%205.625T3%2012m10.67%202.216l-1.012%201.432q.352.298.79.45t.937.152q1.165%200%201.986-.821t.821-2.006q0-1.142-.795-1.955q-.795-.812-1.926-.841h-.173q-.077%200-.173.02q.127.326.19.666q.064.34.064.687q0%20.584-.171%201.151q-.171.566-.539%201.064m5.414-10.223q-1.137.106-2.252.412q-1.115.305-1.87%201.06q-.638.638-.99%201.59q-.354.952-.517%202.375q.038.057.086.115q.049.058.087.115q1.45-.163%202.421-.51t1.61-.985q.773-.774%201.065-1.902q.293-1.128.36-2.27m-9.89%209.774q0-.178.128-.307l.848-.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%22M2%2012q0-2.064.786-3.89q.785-1.827%202.141-3.183T8.11%202.786T12%202q1.373%200%202.612.34q1.238.34%202.342.972q.479-.125%201.017-.2t1.142-.126q.404-.025.694.268q.29.292.264.696q-.025.517-.085.978q-.059.46-.14.884q1.012%201.284%201.583%202.856Q22%2010.241%2022%2012q0%202.064-.786%203.89q-.785%201.827-2.141%203.183t-3.182%202.142Q14.063%2022%2012%2022t-3.89-.786t-3.183-2.141t-2.141-3.182T2%2012m4.833%200q0%20.433.134.856q.135.423.399.786l2.48%203.481q.096.135.26.135t.26-.154l2.48-3.462q.264-.363.398-.786q.135-.423.135-.856q0-.438-.135-.859q-.134-.42-.398-.783l-2.5-3.487q-.096-.135-.25-.135t-.25.135l-2.48%203.487q-.264.363-.399.786q-.134.423-.134.856M3%2012q0%203.73%202.625%206.356T12%2020.98q3.73%200%206.356-2.625T20.98%2012q0-1.375-.39-2.617q-.391-1.242-1.103-2.327q-.2.561-.48%201.015t-.65.825q-.408.408-.94.718q-.531.311-1.199.511q.898.471%201.436%201.343t.537%201.955q0%201.587-1.107%202.697q-1.108%201.11-2.694%201.11q-.65%200-1.238-.203q-.587-.204-1.068-.58l-.831%201.151q-.217.279-.508.437q-.29.157-.63.157q-.341%200-.638-.157q-.297-.158-.495-.437l-2.435-3.382q-.367-.499-.539-1.065q-.17-.566-.17-1.151q0-.604.17-1.163q.172-.56.539-1.058l2.435-3.402q.198-.279.495-.424t.638-.145t.64.145t.498.424l1.363%201.906q.181-1.11.558-1.962t.986-1.479q.322-.332.68-.592t.813-.46q-.823-.373-1.751-.581Q12.975%203%2012%203Q8.25%203%205.625%205.625T3%2012m10.67%202.216l-1.012%201.432q.352.298.79.45t.937.152q1.165%200%201.986-.821t.821-2.006q0-1.142-.795-1.955q-.795-.812-1.926-.841h-.173q-.077%200-.173.02q.127.326.19.666q.064.34.064.687q0%20.584-.171%201.151q-.171.566-.539%201.064m5.414-10.223q-1.137.106-2.252.412q-1.115.305-1.87%201.06q-.638.638-.99%201.59q-.354.952-.517%202.375q.038.057.086.115q.049.058.087.115q1.45-.163%202.421-.51t1.61-.985q.773-.774%201.065-1.902q.293-1.128.36-2.27m-9.89%209.774q0-.178.128-.307l.848-.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-outline-rounded.svg?color=%231a73e8&size=48