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

Name
tapas
Set
Material Symbols
Style
Regular
Category
Travel
Viewbox
24×24
License
Apache 2.0
Aliases
tapas-sharp

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 23v-9H4q-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 3h2V1h2v2h2q1.05 0 1.775.725T12.5 5.5t-.725 1.775T10 8H8v1h2q1.05 0 1.775.725T12.5 11.5t-.725 1.775T10 14H8v9zm9 0v-2h2v-7.15q-1.325-.35-2.162-1.412T14 10V1h8v9q0 1.375-.837 2.438T19 13.85V21h2v2zm1-17h4V3h-4z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsTapas(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 23v-9H4q-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 3h2V1h2v2h2q1.05 0 1.775.725T12.5 5.5t-.725 1.775T10 8H8v1h2q1.05 0 1.775.725T12.5 11.5t-.725 1.775T10 14H8v9zm9 0v-2h2v-7.15q-1.325-.35-2.162-1.412T14 10V1h8v9q0 1.375-.837 2.438T19 13.85V21h2v2zm1-17h4V3h-4z"/></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 23v-9H4q-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 3h2V1h2v2h2q1.05 0 1.775.725T12.5 5.5t-.725 1.775T10 8H8v1h2q1.05 0 1.775.725T12.5 11.5t-.725 1.775T10 14H8v9zm9 0v-2h2v-7.15q-1.325-.35-2.162-1.412T14 10V1h8v9q0 1.375-.837 2.438T19 13.85V21h2v2zm1-17h4V3h-4z"/></svg>
</template>

CSS

.icon-tapas {
  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%2023v-9H4q-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%203h2V1h2v2h2q1.05%200%201.775.725T12.5%205.5t-.725%201.775T10%208H8v1h2q1.05%200%201.775.725T12.5%2011.5t-.725%201.775T10%2014H8v9zm9%200v-2h2v-7.15q-1.325-.35-2.162-1.412T14%2010V1h8v9q0%201.375-.837%202.438T19%2013.85V21h2v2zm1-17h4V3h-4z%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%2023v-9H4q-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%203h2V1h2v2h2q1.05%200%201.775.725T12.5%205.5t-.725%201.775T10%208H8v1h2q1.05%200%201.775.725T12.5%2011.5t-.725%201.775T10%2014H8v9zm9%200v-2h2v-7.15q-1.325-.35-2.162-1.412T14%2010V1h8v9q0%201.375-.837%202.438T19%2013.85V21h2v2zm1-17h4V3h-4z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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