tapas icon
tapas-outline from Material Symbols Light by Google · Outline · Travel · Apache-2.0 Free for personal and commercial use.
- Name
- tapas-outline
- Set
- Material Symbols Light
- Style
- Outline
- Category
- Travel
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- tapas-outline-sharp
3 other variants in Material Symbols Light
The same icon in other sets
More travel icons from Material Symbols Light
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 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.5zm-2.116-10.5H10q.412 0 .706-.295t.294-.705t-.294-.706t-.706-.294H4.77q-.412 0-.706.294q-.295.294-.295.706q0 .411.295.705t.705.295m0-5.231H10q.412 0 .706-.294q.294-.295.294-.707q0-.411-.294-.705T10 4.884H4.77q-.412 0-.706.295t-.295.705t.295.706t.705.295m10.347 15.73v-1h2v-8.15q-1.268-.33-2.134-1.258T14.116 10V1.385h7V10q0 1.279-.867 2.207q-.866.927-2.133 1.258v8.15h2v1zm4.277-10.837q.723-.722.723-1.778V7.5h-5V10q0 1.056.722 1.778t1.778.722q1.055 0 1.777-.722M15.116 6.5h5V2.385h-5zM3.769 12.116v-2zm0-5.231v-2zm13.847.615"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightTapasOutline(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.5zm-2.116-10.5H10q.412 0 .706-.295t.294-.705t-.294-.706t-.706-.294H4.77q-.412 0-.706.294q-.295.294-.295.706q0 .411.295.705t.705.295m0-5.231H10q.412 0 .706-.294q.294-.295.294-.707q0-.411-.294-.705T10 4.884H4.77q-.412 0-.706.295t-.295.705t.295.706t.705.295m10.347 15.73v-1h2v-8.15q-1.268-.33-2.134-1.258T14.116 10V1.385h7V10q0 1.279-.867 2.207q-.866.927-2.133 1.258v8.15h2v1zm4.277-10.837q.723-.722.723-1.778V7.5h-5V10q0 1.056.722 1.778t1.778.722q1.055 0 1.777-.722M15.116 6.5h5V2.385h-5zM3.769 12.116v-2zm0-5.231v-2zm13.847.615"/></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.5zm-2.116-10.5H10q.412 0 .706-.295t.294-.705t-.294-.706t-.706-.294H4.77q-.412 0-.706.294q-.295.294-.295.706q0 .411.295.705t.705.295m0-5.231H10q.412 0 .706-.294q.294-.295.294-.707q0-.411-.294-.705T10 4.884H4.77q-.412 0-.706.295t-.295.705t.295.706t.705.295m10.347 15.73v-1h2v-8.15q-1.268-.33-2.134-1.258T14.116 10V1.385h7V10q0 1.279-.867 2.207q-.866.927-2.133 1.258v8.15h2v1zm4.277-10.837q.723-.722.723-1.778V7.5h-5V10q0 1.056.722 1.778t1.778.722q1.055 0 1.777-.722M15.116 6.5h5V2.385h-5zM3.769 12.116v-2zm0-5.231v-2zm13.847.615"/></svg> </template>
CSS
.icon-tapas-outline {
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.5zm-2.116-10.5H10q.412%200%20.706-.295t.294-.705t-.294-.706t-.706-.294H4.77q-.412%200-.706.294q-.295.294-.295.706q0%20.411.295.705t.705.295m0-5.231H10q.412%200%20.706-.294q.294-.295.294-.707q0-.411-.294-.705T10%204.884H4.77q-.412%200-.706.295t-.295.705t.295.706t.705.295m10.347%2015.73v-1h2v-8.15q-1.268-.33-2.134-1.258T14.116%2010V1.385h7V10q0%201.279-.867%202.207q-.866.927-2.133%201.258v8.15h2v1zm4.277-10.837q.723-.722.723-1.778V7.5h-5V10q0%201.056.722%201.778t1.778.722q1.055%200%201.777-.722M15.116%206.5h5V2.385h-5zM3.769%2012.116v-2zm0-5.231v-2zm13.847.615%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.5zm-2.116-10.5H10q.412%200%20.706-.295t.294-.705t-.294-.706t-.706-.294H4.77q-.412%200-.706.294q-.295.294-.295.706q0%20.411.295.705t.705.295m0-5.231H10q.412%200%20.706-.294q.294-.295.294-.707q0-.411-.294-.705T10%204.884H4.77q-.412%200-.706.295t-.295.705t.295.706t.705.295m10.347%2015.73v-1h2v-8.15q-1.268-.33-2.134-1.258T14.116%2010V1.385h7V10q0%201.279-.867%202.207q-.866.927-2.133%201.258v8.15h2v1zm4.277-10.837q.723-.722.723-1.778V7.5h-5V10q0%201.056.722%201.778t1.778.722q1.055%200%201.777-.722M15.116%206.5h5V2.385h-5zM3.769%2012.116v-2zm0-5.231v-2zm13.847.615%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-outline.svg?color=%231a73e8&size=48