kebab dining icon
kebab-dining from Material Symbols by Google · Regular · Maps · Apache-2.0 Free for personal and commercial use.
- Name
- kebab-dining
- Set
- Material Symbols
- Style
- Regular
- Category
- Maps
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- kebab-dining-sharp
3 other variants in Material Symbols
The same icon in other sets
More maps icons from Material Symbols
Use the kebab dining icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.25 23v-4H5.5q-1.05 0-1.775-.725T3 16.5t.725-1.775T5.5 14h.75v-1H3V8h3.25V7H5.5q-1.05 0-1.775-.725T3 4.5t.725-1.775T5.5 2h.75V1h1.5v1h.75q1.05 0 1.775.725T11 4.5t-.725 1.775T8.5 7h-.75v1H11v5H7.75v1h.75q1.05 0 1.775.725T11 16.5t-.725 1.775T8.5 19h-.75v4zm10 0v-4h-.75q-1.05 0-1.775-.725T13 16.5t.725-1.775T15.5 14h.75v-1H13V8h3.25V7h-.75q-1.05 0-1.775-.725T13 4.5t.725-1.775T15.5 2h.75V1h1.5v1h.75q1.05 0 1.775.725T21 4.5t-.725 1.775T18.5 7h-.75v1H21v5h-3.25v1h.75q1.05 0 1.775.725T21 16.5t-.725 1.775T18.5 19h-.75v4z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsKebabDining(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.25 23v-4H5.5q-1.05 0-1.775-.725T3 16.5t.725-1.775T5.5 14h.75v-1H3V8h3.25V7H5.5q-1.05 0-1.775-.725T3 4.5t.725-1.775T5.5 2h.75V1h1.5v1h.75q1.05 0 1.775.725T11 4.5t-.725 1.775T8.5 7h-.75v1H11v5H7.75v1h.75q1.05 0 1.775.725T11 16.5t-.725 1.775T8.5 19h-.75v4zm10 0v-4h-.75q-1.05 0-1.775-.725T13 16.5t.725-1.775T15.5 14h.75v-1H13V8h3.25V7h-.75q-1.05 0-1.775-.725T13 4.5t.725-1.775T15.5 2h.75V1h1.5v1h.75q1.05 0 1.775.725T21 4.5t-.725 1.775T18.5 7h-.75v1H21v5h-3.25v1h.75q1.05 0 1.775.725T21 16.5t-.725 1.775T18.5 19h-.75v4z"/></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.25 23v-4H5.5q-1.05 0-1.775-.725T3 16.5t.725-1.775T5.5 14h.75v-1H3V8h3.25V7H5.5q-1.05 0-1.775-.725T3 4.5t.725-1.775T5.5 2h.75V1h1.5v1h.75q1.05 0 1.775.725T11 4.5t-.725 1.775T8.5 7h-.75v1H11v5H7.75v1h.75q1.05 0 1.775.725T11 16.5t-.725 1.775T8.5 19h-.75v4zm10 0v-4h-.75q-1.05 0-1.775-.725T13 16.5t.725-1.775T15.5 14h.75v-1H13V8h3.25V7h-.75q-1.05 0-1.775-.725T13 4.5t.725-1.775T15.5 2h.75V1h1.5v1h.75q1.05 0 1.775.725T21 4.5t-.725 1.775T18.5 7h-.75v1H21v5h-3.25v1h.75q1.05 0 1.775.725T21 16.5t-.725 1.775T18.5 19h-.75v4z"/></svg> </template>
CSS
.icon-kebab-dining {
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.25%2023v-4H5.5q-1.05%200-1.775-.725T3%2016.5t.725-1.775T5.5%2014h.75v-1H3V8h3.25V7H5.5q-1.05%200-1.775-.725T3%204.5t.725-1.775T5.5%202h.75V1h1.5v1h.75q1.05%200%201.775.725T11%204.5t-.725%201.775T8.5%207h-.75v1H11v5H7.75v1h.75q1.05%200%201.775.725T11%2016.5t-.725%201.775T8.5%2019h-.75v4zm10%200v-4h-.75q-1.05%200-1.775-.725T13%2016.5t.725-1.775T15.5%2014h.75v-1H13V8h3.25V7h-.75q-1.05%200-1.775-.725T13%204.5t.725-1.775T15.5%202h.75V1h1.5v1h.75q1.05%200%201.775.725T21%204.5t-.725%201.775T18.5%207h-.75v1H21v5h-3.25v1h.75q1.05%200%201.775.725T21%2016.5t-.725%201.775T18.5%2019h-.75v4z%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.25%2023v-4H5.5q-1.05%200-1.775-.725T3%2016.5t.725-1.775T5.5%2014h.75v-1H3V8h3.25V7H5.5q-1.05%200-1.775-.725T3%204.5t.725-1.775T5.5%202h.75V1h1.5v1h.75q1.05%200%201.775.725T11%204.5t-.725%201.775T8.5%207h-.75v1H11v5H7.75v1h.75q1.05%200%201.775.725T11%2016.5t-.725%201.775T8.5%2019h-.75v4zm10%200v-4h-.75q-1.05%200-1.775-.725T13%2016.5t.725-1.775T15.5%2014h.75v-1H13V8h3.25V7h-.75q-1.05%200-1.775-.725T13%204.5t.725-1.775T15.5%202h.75V1h1.5v1h.75q1.05%200%201.775.725T21%204.5t-.725%201.775T18.5%207h-.75v1H21v5h-3.25v1h.75q1.05%200%201.775.725T21%2016.5t-.725%201.775T18.5%2019h-.75v4z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/kebab-dining.svg?color=%231a73e8&size=48