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

Name
tapas-outline-rounded
Set
Material Symbols
Style
Outline Rounded
Category
Travel
Viewbox
24×24
License
Apache 2.0

3 other variants in Material Symbols

The same icon in other sets

More travel icons from Material Symbols

Use the tapas icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.288 22.713Q6 22.425 6 22v-8H4q-1.05 0-1.775-.725T1.5 11.5t.725-1.775T4 9h2V8H4q-1.05 0-1.775-.725T1.5 5.5t.725-1.775T4 3h2V2q0-.425.288-.712T7 1t.713.288T8 2v1h2q1.05 0 1.775.725T12.5 5.5t-.725 1.775T10 8H8v1h2q1.05 0 1.775.725T12.5 11.5t-.725 1.775T10 14H8v8q0 .425-.288.713T7 23t-.712-.288M4 12h6q.2 0 .35-.15t.15-.35t-.15-.35T10 11H4q-.2 0-.35.15t-.15.35t.15.35T4 12m0-6h6q.2 0 .35-.15t.15-.35t-.15-.35T10 5H4q-.2 0-.35.15t-.15.35t.15.35T4 6m13 15v-7.15q-1.325-.35-2.162-1.412T14 10V2q0-.425.288-.712T15 1h6q.425 0 .713.288T22 2v8q0 1.375-.837 2.438T19 13.85V21h1q.425 0 .713.288T21 22t-.288.713T20 23h-4q-.425 0-.712-.288T15 22t.288-.712T16 21zm2.413-9.587Q20 10.825 20 10V8h-4v2q0 .825.588 1.413T18 12t1.413-.587M16 6h4V3h-4zM3.5 12v-1zm0-6V5zM18 8"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsTapasOutlineRounded(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="M6.288 22.713Q6 22.425 6 22v-8H4q-1.05 0-1.775-.725T1.5 11.5t.725-1.775T4 9h2V8H4q-1.05 0-1.775-.725T1.5 5.5t.725-1.775T4 3h2V2q0-.425.288-.712T7 1t.713.288T8 2v1h2q1.05 0 1.775.725T12.5 5.5t-.725 1.775T10 8H8v1h2q1.05 0 1.775.725T12.5 11.5t-.725 1.775T10 14H8v8q0 .425-.288.713T7 23t-.712-.288M4 12h6q.2 0 .35-.15t.15-.35t-.15-.35T10 11H4q-.2 0-.35.15t-.15.35t.15.35T4 12m0-6h6q.2 0 .35-.15t.15-.35t-.15-.35T10 5H4q-.2 0-.35.15t-.15.35t.15.35T4 6m13 15v-7.15q-1.325-.35-2.162-1.412T14 10V2q0-.425.288-.712T15 1h6q.425 0 .713.288T22 2v8q0 1.375-.837 2.438T19 13.85V21h1q.425 0 .713.288T21 22t-.288.713T20 23h-4q-.425 0-.712-.288T15 22t.288-.712T16 21zm2.413-9.587Q20 10.825 20 10V8h-4v2q0 .825.588 1.413T18 12t1.413-.587M16 6h4V3h-4zM3.5 12v-1zm0-6V5zM18 8"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.288 22.713Q6 22.425 6 22v-8H4q-1.05 0-1.775-.725T1.5 11.5t.725-1.775T4 9h2V8H4q-1.05 0-1.775-.725T1.5 5.5t.725-1.775T4 3h2V2q0-.425.288-.712T7 1t.713.288T8 2v1h2q1.05 0 1.775.725T12.5 5.5t-.725 1.775T10 8H8v1h2q1.05 0 1.775.725T12.5 11.5t-.725 1.775T10 14H8v8q0 .425-.288.713T7 23t-.712-.288M4 12h6q.2 0 .35-.15t.15-.35t-.15-.35T10 11H4q-.2 0-.35.15t-.15.35t.15.35T4 12m0-6h6q.2 0 .35-.15t.15-.35t-.15-.35T10 5H4q-.2 0-.35.15t-.15.35t.15.35T4 6m13 15v-7.15q-1.325-.35-2.162-1.412T14 10V2q0-.425.288-.712T15 1h6q.425 0 .713.288T22 2v8q0 1.375-.837 2.438T19 13.85V21h1q.425 0 .713.288T21 22t-.288.713T20 23h-4q-.425 0-.712-.288T15 22t.288-.712T16 21zm2.413-9.587Q20 10.825 20 10V8h-4v2q0 .825.588 1.413T18 12t1.413-.587M16 6h4V3h-4zM3.5 12v-1zm0-6V5zM18 8"/></svg>
</template>

CSS

.icon-tapas-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%22M6.288%2022.713Q6%2022.425%206%2022v-8H4q-1.05%200-1.775-.725T1.5%2011.5t.725-1.775T4%209h2V8H4q-1.05%200-1.775-.725T1.5%205.5t.725-1.775T4%203h2V2q0-.425.288-.712T7%201t.713.288T8%202v1h2q1.05%200%201.775.725T12.5%205.5t-.725%201.775T10%208H8v1h2q1.05%200%201.775.725T12.5%2011.5t-.725%201.775T10%2014H8v8q0%20.425-.288.713T7%2023t-.712-.288M4%2012h6q.2%200%20.35-.15t.15-.35t-.15-.35T10%2011H4q-.2%200-.35.15t-.15.35t.15.35T4%2012m0-6h6q.2%200%20.35-.15t.15-.35t-.15-.35T10%205H4q-.2%200-.35.15t-.15.35t.15.35T4%206m13%2015v-7.15q-1.325-.35-2.162-1.412T14%2010V2q0-.425.288-.712T15%201h6q.425%200%20.713.288T22%202v8q0%201.375-.837%202.438T19%2013.85V21h1q.425%200%20.713.288T21%2022t-.288.713T20%2023h-4q-.425%200-.712-.288T15%2022t.288-.712T16%2021zm2.413-9.587Q20%2010.825%2020%2010V8h-4v2q0%20.825.588%201.413T18%2012t1.413-.587M16%206h4V3h-4zM3.5%2012v-1zm0-6V5zM18%208%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%22M6.288%2022.713Q6%2022.425%206%2022v-8H4q-1.05%200-1.775-.725T1.5%2011.5t.725-1.775T4%209h2V8H4q-1.05%200-1.775-.725T1.5%205.5t.725-1.775T4%203h2V2q0-.425.288-.712T7%201t.713.288T8%202v1h2q1.05%200%201.775.725T12.5%205.5t-.725%201.775T10%208H8v1h2q1.05%200%201.775.725T12.5%2011.5t-.725%201.775T10%2014H8v8q0%20.425-.288.713T7%2023t-.712-.288M4%2012h6q.2%200%20.35-.15t.15-.35t-.15-.35T10%2011H4q-.2%200-.35.15t-.15.35t.15.35T4%2012m0-6h6q.2%200%20.35-.15t.15-.35t-.15-.35T10%205H4q-.2%200-.35.15t-.15.35t.15.35T4%206m13%2015v-7.15q-1.325-.35-2.162-1.412T14%2010V2q0-.425.288-.712T15%201h6q.425%200%20.713.288T22%202v8q0%201.375-.837%202.438T19%2013.85V21h1q.425%200%20.713.288T21%2022t-.288.713T20%2023h-4q-.425%200-.712-.288T15%2022t.288-.712T16%2021zm2.413-9.587Q20%2010.825%2020%2010V8h-4v2q0%20.825.588%201.413T18%2012t1.413-.587M16%206h4V3h-4zM3.5%2012v-1zm0-6V5zM18%208%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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