yoshoku icon
yoshoku-outline-sharp from Material Symbols by Google · Outline Sharp · Travel · Apache-2.0 Free for personal and commercial use.
- Name
- yoshoku-outline-sharp
- Set
- Material Symbols
- Style
- Outline Sharp
- Category
- Travel
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols
The same icon in other sets
More travel icons from Material Symbols
airline-seat-flatairline-seat-flat-angledairline-seat-individual-suiteairline-seat-legroom-extraairline-seat-legroom-normalairline-seat-legroom-reducedairline-seat-recline-extraairline-seat-recline-normalairplane-ticketapartmentattractionsbakery-diningbath-bedrockbeach-accessbeer-mealbentobreakfast-diningbrunch-diningbungalowcabincar-rentalcar-repaircarpentercarry-on-bag
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="M1 12q0-2.275.863-4.275t2.362-3.5t3.5-2.362T12 1q1.45 0 2.775.35t2.525 1q.8-.2 1.713-.275T21 2q0 .95-.062 1.788T20.75 5.35q1.05 1.4 1.65 3.088T23 12q0 2.275-.862 4.275t-2.363 3.5t-3.5 2.363T12 23t-4.275-.862t-3.5-2.363t-2.362-3.5T1 12m6.025 0q0 .375.125.75t.35.7l2.5 3.5l2.5-3.5q.225-.325.35-.7t.125-.75q0-.4-.125-.763t-.35-.687L10 7.025L7.5 10.55q-.225.325-.35.7t-.125.75M3 12q0 3.75 2.625 6.375T12 21t6.375-2.625T21 12q0-1.125-.275-2.175t-.775-2q-.2.35-.412.65t-.488.575q-.35.35-.737.613t-.863.462q.725.625 1.138 1.488T19 13.5q0 1.875-1.3 3.188T14.525 18q-.65 0-1.237-.175T12.2 17.35L11 19H9l-3.125-4.4q-.425-.575-.625-1.237T5.05 12t.2-1.375t.625-1.25L9 5h2l1.425 1.975q.2-.725.5-1.375t.775-1.2q.225-.275.488-.525t.562-.45q-.65-.2-1.337-.313T12 3Q8.25 3 5.625 5.625T3 12m11.15 2.6l-.8 1.125q.275.125.55.2t.6.075q1.05 0 1.775-.725T17 13.5q0-.95-.612-1.638t-1.513-.812q.05.25.075.475t.025.475q0 .7-.2 1.363T14.15 14.6m4.875-10.55q-1.175.125-2.05.45t-1.475.925t-.963 1.475t-.487 2.125q1.2-.125 2.075-.462t1.475-.938t.95-1.487t.475-2.088m-9.375 8.6l-1.5-1.225L10.5 9.05l1.05 1.075l-1.2 1.2l1.5 1.225l-2.35 2.375l-1.05-1.075z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsYoshokuOutlineSharp(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="M1 12q0-2.275.863-4.275t2.362-3.5t3.5-2.362T12 1q1.45 0 2.775.35t2.525 1q.8-.2 1.713-.275T21 2q0 .95-.062 1.788T20.75 5.35q1.05 1.4 1.65 3.088T23 12q0 2.275-.862 4.275t-2.363 3.5t-3.5 2.363T12 23t-4.275-.862t-3.5-2.363t-2.362-3.5T1 12m6.025 0q0 .375.125.75t.35.7l2.5 3.5l2.5-3.5q.225-.325.35-.7t.125-.75q0-.4-.125-.763t-.35-.687L10 7.025L7.5 10.55q-.225.325-.35.7t-.125.75M3 12q0 3.75 2.625 6.375T12 21t6.375-2.625T21 12q0-1.125-.275-2.175t-.775-2q-.2.35-.412.65t-.488.575q-.35.35-.737.613t-.863.462q.725.625 1.138 1.488T19 13.5q0 1.875-1.3 3.188T14.525 18q-.65 0-1.237-.175T12.2 17.35L11 19H9l-3.125-4.4q-.425-.575-.625-1.237T5.05 12t.2-1.375t.625-1.25L9 5h2l1.425 1.975q.2-.725.5-1.375t.775-1.2q.225-.275.488-.525t.562-.45q-.65-.2-1.337-.313T12 3Q8.25 3 5.625 5.625T3 12m11.15 2.6l-.8 1.125q.275.125.55.2t.6.075q1.05 0 1.775-.725T17 13.5q0-.95-.612-1.638t-1.513-.812q.05.25.075.475t.025.475q0 .7-.2 1.363T14.15 14.6m4.875-10.55q-1.175.125-2.05.45t-1.475.925t-.963 1.475t-.487 2.125q1.2-.125 2.075-.462t1.475-.938t.95-1.487t.475-2.088m-9.375 8.6l-1.5-1.225L10.5 9.05l1.05 1.075l-1.2 1.2l1.5 1.225l-2.35 2.375l-1.05-1.075z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M1 12q0-2.275.863-4.275t2.362-3.5t3.5-2.362T12 1q1.45 0 2.775.35t2.525 1q.8-.2 1.713-.275T21 2q0 .95-.062 1.788T20.75 5.35q1.05 1.4 1.65 3.088T23 12q0 2.275-.862 4.275t-2.363 3.5t-3.5 2.363T12 23t-4.275-.862t-3.5-2.363t-2.362-3.5T1 12m6.025 0q0 .375.125.75t.35.7l2.5 3.5l2.5-3.5q.225-.325.35-.7t.125-.75q0-.4-.125-.763t-.35-.687L10 7.025L7.5 10.55q-.225.325-.35.7t-.125.75M3 12q0 3.75 2.625 6.375T12 21t6.375-2.625T21 12q0-1.125-.275-2.175t-.775-2q-.2.35-.412.65t-.488.575q-.35.35-.737.613t-.863.462q.725.625 1.138 1.488T19 13.5q0 1.875-1.3 3.188T14.525 18q-.65 0-1.237-.175T12.2 17.35L11 19H9l-3.125-4.4q-.425-.575-.625-1.237T5.05 12t.2-1.375t.625-1.25L9 5h2l1.425 1.975q.2-.725.5-1.375t.775-1.2q.225-.275.488-.525t.562-.45q-.65-.2-1.337-.313T12 3Q8.25 3 5.625 5.625T3 12m11.15 2.6l-.8 1.125q.275.125.55.2t.6.075q1.05 0 1.775-.725T17 13.5q0-.95-.612-1.638t-1.513-.812q.05.25.075.475t.025.475q0 .7-.2 1.363T14.15 14.6m4.875-10.55q-1.175.125-2.05.45t-1.475.925t-.963 1.475t-.487 2.125q1.2-.125 2.075-.462t1.475-.938t.95-1.487t.475-2.088m-9.375 8.6l-1.5-1.225L10.5 9.05l1.05 1.075l-1.2 1.2l1.5 1.225l-2.35 2.375l-1.05-1.075z"/></svg> </template>
CSS
.icon-yoshoku-outline-sharp {
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%22M1%2012q0-2.275.863-4.275t2.362-3.5t3.5-2.362T12%201q1.45%200%202.775.35t2.525%201q.8-.2%201.713-.275T21%202q0%20.95-.062%201.788T20.75%205.35q1.05%201.4%201.65%203.088T23%2012q0%202.275-.862%204.275t-2.363%203.5t-3.5%202.363T12%2023t-4.275-.862t-3.5-2.363t-2.362-3.5T1%2012m6.025%200q0%20.375.125.75t.35.7l2.5%203.5l2.5-3.5q.225-.325.35-.7t.125-.75q0-.4-.125-.763t-.35-.687L10%207.025L7.5%2010.55q-.225.325-.35.7t-.125.75M3%2012q0%203.75%202.625%206.375T12%2021t6.375-2.625T21%2012q0-1.125-.275-2.175t-.775-2q-.2.35-.412.65t-.488.575q-.35.35-.737.613t-.863.462q.725.625%201.138%201.488T19%2013.5q0%201.875-1.3%203.188T14.525%2018q-.65%200-1.237-.175T12.2%2017.35L11%2019H9l-3.125-4.4q-.425-.575-.625-1.237T5.05%2012t.2-1.375t.625-1.25L9%205h2l1.425%201.975q.2-.725.5-1.375t.775-1.2q.225-.275.488-.525t.562-.45q-.65-.2-1.337-.313T12%203Q8.25%203%205.625%205.625T3%2012m11.15%202.6l-.8%201.125q.275.125.55.2t.6.075q1.05%200%201.775-.725T17%2013.5q0-.95-.612-1.638t-1.513-.812q.05.25.075.475t.025.475q0%20.7-.2%201.363T14.15%2014.6m4.875-10.55q-1.175.125-2.05.45t-1.475.925t-.963%201.475t-.487%202.125q1.2-.125%202.075-.462t1.475-.938t.95-1.487t.475-2.088m-9.375%208.6l-1.5-1.225L10.5%209.05l1.05%201.075l-1.2%201.2l1.5%201.225l-2.35%202.375l-1.05-1.075z%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%22M1%2012q0-2.275.863-4.275t2.362-3.5t3.5-2.362T12%201q1.45%200%202.775.35t2.525%201q.8-.2%201.713-.275T21%202q0%20.95-.062%201.788T20.75%205.35q1.05%201.4%201.65%203.088T23%2012q0%202.275-.862%204.275t-2.363%203.5t-3.5%202.363T12%2023t-4.275-.862t-3.5-2.363t-2.362-3.5T1%2012m6.025%200q0%20.375.125.75t.35.7l2.5%203.5l2.5-3.5q.225-.325.35-.7t.125-.75q0-.4-.125-.763t-.35-.687L10%207.025L7.5%2010.55q-.225.325-.35.7t-.125.75M3%2012q0%203.75%202.625%206.375T12%2021t6.375-2.625T21%2012q0-1.125-.275-2.175t-.775-2q-.2.35-.412.65t-.488.575q-.35.35-.737.613t-.863.462q.725.625%201.138%201.488T19%2013.5q0%201.875-1.3%203.188T14.525%2018q-.65%200-1.237-.175T12.2%2017.35L11%2019H9l-3.125-4.4q-.425-.575-.625-1.237T5.05%2012t.2-1.375t.625-1.25L9%205h2l1.425%201.975q.2-.725.5-1.375t.775-1.2q.225-.275.488-.525t.562-.45q-.65-.2-1.337-.313T12%203Q8.25%203%205.625%205.625T3%2012m11.15%202.6l-.8%201.125q.275.125.55.2t.6.075q1.05%200%201.775-.725T17%2013.5q0-.95-.612-1.638t-1.513-.812q.05.25.075.475t.025.475q0%20.7-.2%201.363T14.15%2014.6m4.875-10.55q-1.175.125-2.05.45t-1.475.925t-.963%201.475t-.487%202.125q1.2-.125%202.075-.462t1.475-.938t.95-1.487t.475-2.088m-9.375%208.6l-1.5-1.225L10.5%209.05l1.05%201.075l-1.2%201.2l1.5%201.225l-2.35%202.375l-1.05-1.075z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/yoshoku-outline-sharp.svg?color=%231a73e8&size=48