round-tapas from Google Material Icons by Material Design Authors · Baseline · Places · Apache-2.0 Free for personal and commercial use.

Name
round-tapas
Set
Google Material Icons
Style
Baseline
Category
Places
Viewbox
24×24
License
Apache 2.0

More places icons from Google Material Icons

Use the round tapas icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M22 10V2c0-.55-.45-1-1-1h-6c-.55 0-1 .45-1 1v8c0 1.86 1.28 3.41 3 3.86V21h-1c-.55 0-1 .45-1 1s.45 1 1 1h4c.55 0 1-.45 1-1s-.45-1-1-1h-1v-7.14c1.72-.45 3-2 3-3.86m-2-7v3h-4V3zM9.86 9H8V8h1.86c1.31 0 2.5-.94 2.63-2.24A2.5 2.5 0 0 0 10 3H8V2c0-.55-.45-1-1-1s-1 .45-1 1v1H4.14c-1.31 0-2.5.94-2.63 2.24A2.5 2.5 0 0 0 4 8h2v1H4.14c-1.31 0-2.5.94-2.63 2.24A2.5 2.5 0 0 0 4 14h2v8c0 .55.45 1 1 1s1-.45 1-1v-8h2a2.5 2.5 0 0 0 2.49-2.76C12.36 9.94 11.17 9 9.86 9"/></svg>

React

import type { SVGProps } from "react";

export function IcRoundTapas(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="M22 10V2c0-.55-.45-1-1-1h-6c-.55 0-1 .45-1 1v8c0 1.86 1.28 3.41 3 3.86V21h-1c-.55 0-1 .45-1 1s.45 1 1 1h4c.55 0 1-.45 1-1s-.45-1-1-1h-1v-7.14c1.72-.45 3-2 3-3.86m-2-7v3h-4V3zM9.86 9H8V8h1.86c1.31 0 2.5-.94 2.63-2.24A2.5 2.5 0 0 0 10 3H8V2c0-.55-.45-1-1-1s-1 .45-1 1v1H4.14c-1.31 0-2.5.94-2.63 2.24A2.5 2.5 0 0 0 4 8h2v1H4.14c-1.31 0-2.5.94-2.63 2.24A2.5 2.5 0 0 0 4 14h2v8c0 .55.45 1 1 1s1-.45 1-1v-8h2a2.5 2.5 0 0 0 2.49-2.76C12.36 9.94 11.17 9 9.86 9"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M22 10V2c0-.55-.45-1-1-1h-6c-.55 0-1 .45-1 1v8c0 1.86 1.28 3.41 3 3.86V21h-1c-.55 0-1 .45-1 1s.45 1 1 1h4c.55 0 1-.45 1-1s-.45-1-1-1h-1v-7.14c1.72-.45 3-2 3-3.86m-2-7v3h-4V3zM9.86 9H8V8h1.86c1.31 0 2.5-.94 2.63-2.24A2.5 2.5 0 0 0 10 3H8V2c0-.55-.45-1-1-1s-1 .45-1 1v1H4.14c-1.31 0-2.5.94-2.63 2.24A2.5 2.5 0 0 0 4 8h2v1H4.14c-1.31 0-2.5.94-2.63 2.24A2.5 2.5 0 0 0 4 14h2v8c0 .55.45 1 1 1s1-.45 1-1v-8h2a2.5 2.5 0 0 0 2.49-2.76C12.36 9.94 11.17 9 9.86 9"/></svg>
</template>

CSS

.icon-round-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%22M22%2010V2c0-.55-.45-1-1-1h-6c-.55%200-1%20.45-1%201v8c0%201.86%201.28%203.41%203%203.86V21h-1c-.55%200-1%20.45-1%201s.45%201%201%201h4c.55%200%201-.45%201-1s-.45-1-1-1h-1v-7.14c1.72-.45%203-2%203-3.86m-2-7v3h-4V3zM9.86%209H8V8h1.86c1.31%200%202.5-.94%202.63-2.24A2.5%202.5%200%200%200%2010%203H8V2c0-.55-.45-1-1-1s-1%20.45-1%201v1H4.14c-1.31%200-2.5.94-2.63%202.24A2.5%202.5%200%200%200%204%208h2v1H4.14c-1.31%200-2.5.94-2.63%202.24A2.5%202.5%200%200%200%204%2014h2v8c0%20.55.45%201%201%201s1-.45%201-1v-8h2a2.5%202.5%200%200%200%202.49-2.76C12.36%209.94%2011.17%209%209.86%209%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%22M22%2010V2c0-.55-.45-1-1-1h-6c-.55%200-1%20.45-1%201v8c0%201.86%201.28%203.41%203%203.86V21h-1c-.55%200-1%20.45-1%201s.45%201%201%201h4c.55%200%201-.45%201-1s-.45-1-1-1h-1v-7.14c1.72-.45%203-2%203-3.86m-2-7v3h-4V3zM9.86%209H8V8h1.86c1.31%200%202.5-.94%202.63-2.24A2.5%202.5%200%200%200%2010%203H8V2c0-.55-.45-1-1-1s-1%20.45-1%201v1H4.14c-1.31%200-2.5.94-2.63%202.24A2.5%202.5%200%200%200%204%208h2v1H4.14c-1.31%200-2.5.94-2.63%202.24A2.5%202.5%200%200%200%204%2014h2v8c0%20.55.45%201%201%201s1-.45%201-1v-8h2a2.5%202.5%200%200%200%202.49-2.76C12.36%209.94%2011.17%209%209.86%209%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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