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

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

3 other variants in Material Symbols Light

The same icon in other sets

More travel icons from Material Symbols Light

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.885 22.616v-9.5H4.768q-.84 0-1.42-.58t-.58-1.42t.58-1.42t1.42-.58h2.115V7.883H4.77q-.84 0-1.42-.579q-.58-.58-.58-1.42t.58-1.42t1.42-.58h2.115v-2.5h1v2.5H10q.84 0 1.42.58T12 5.882t-.58 1.42t-1.42.581H7.884v1.231H10q.84 0 1.42.58t.58 1.42t-.58 1.42t-1.42.58H7.884v9.5zm8.23 0v-1h2v-8.15q-1.267-.331-2.133-1.26q-.866-.927-.866-2.206V1.385h7V10q0 1.279-.867 2.207q-.866.927-2.133 1.258v8.15h2v1zm0-16.116h5V2.385h-5z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightTapas(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.885 22.616v-9.5H4.768q-.84 0-1.42-.58t-.58-1.42t.58-1.42t1.42-.58h2.115V7.883H4.77q-.84 0-1.42-.579q-.58-.58-.58-1.42t.58-1.42t1.42-.58h2.115v-2.5h1v2.5H10q.84 0 1.42.58T12 5.882t-.58 1.42t-1.42.581H7.884v1.231H10q.84 0 1.42.58t.58 1.42t-.58 1.42t-1.42.58H7.884v9.5zm8.23 0v-1h2v-8.15q-1.267-.331-2.133-1.26q-.866-.927-.866-2.206V1.385h7V10q0 1.279-.867 2.207q-.866.927-2.133 1.258v8.15h2v1zm0-16.116h5V2.385h-5z"/></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.885 22.616v-9.5H4.768q-.84 0-1.42-.58t-.58-1.42t.58-1.42t1.42-.58h2.115V7.883H4.77q-.84 0-1.42-.579q-.58-.58-.58-1.42t.58-1.42t1.42-.58h2.115v-2.5h1v2.5H10q.84 0 1.42.58T12 5.882t-.58 1.42t-1.42.581H7.884v1.231H10q.84 0 1.42.58t.58 1.42t-.58 1.42t-1.42.58H7.884v9.5zm8.23 0v-1h2v-8.15q-1.267-.331-2.133-1.26q-.866-.927-.866-2.206V1.385h7V10q0 1.279-.867 2.207q-.866.927-2.133 1.258v8.15h2v1zm0-16.116h5V2.385h-5z"/></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.885%2022.616v-9.5H4.768q-.84%200-1.42-.58t-.58-1.42t.58-1.42t1.42-.58h2.115V7.883H4.77q-.84%200-1.42-.579q-.58-.58-.58-1.42t.58-1.42t1.42-.58h2.115v-2.5h1v2.5H10q.84%200%201.42.58T12%205.882t-.58%201.42t-1.42.581H7.884v1.231H10q.84%200%201.42.58t.58%201.42t-.58%201.42t-1.42.58H7.884v9.5zm8.23%200v-1h2v-8.15q-1.267-.331-2.133-1.26q-.866-.927-.866-2.206V1.385h7V10q0%201.279-.867%202.207q-.866.927-2.133%201.258v8.15h2v1zm0-16.116h5V2.385h-5z%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.885%2022.616v-9.5H4.768q-.84%200-1.42-.58t-.58-1.42t.58-1.42t1.42-.58h2.115V7.883H4.77q-.84%200-1.42-.579q-.58-.58-.58-1.42t.58-1.42t1.42-.58h2.115v-2.5h1v2.5H10q.84%200%201.42.58T12%205.882t-.58%201.42t-1.42.581H7.884v1.231H10q.84%200%201.42.58t.58%201.42t-.58%201.42t-1.42.58H7.884v9.5zm8.23%200v-1h2v-8.15q-1.267-.331-2.133-1.26q-.866-.927-.866-2.206V1.385h7V10q0%201.279-.867%202.207q-.866.927-2.133%201.258v8.15h2v1zm0-16.116h5V2.385h-5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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