kebab dining icon
kebab-dining from Material Symbols Light by Google · Regular · Maps · Apache-2.0 Free for personal and commercial use.
- Name
- kebab-dining
- Set
- Material Symbols Light
- Style
- Regular
- Category
- Maps
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- kebab-dining-sharp
3 other variants in Material Symbols Light
The same icon in other sets
More maps icons from Material Symbols Light
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.942 22.616v-4.5H5.885q-.84 0-1.42-.58t-.58-1.42t.58-1.42t1.42-.58h1.057V12.5H3.885v-4h3.057V6.884H5.885q-.84 0-1.42-.579q-.58-.58-.58-1.42t.58-1.42t1.42-.58h1.057v-1.5h.885v1.5h1.058q.84 0 1.42.58t.58 1.419t-.58 1.42t-1.42.58H7.827V8.5h3.058v4H7.826v1.616h1.057q.84 0 1.42.579q.58.58.58 1.42t-.58 1.42t-1.42.58H7.827v4.5zm9.231 0v-4.5h-1.057q-.84 0-1.42-.58t-.58-1.42t.58-1.42t1.42-.58h1.057V12.5h-3.057v-4h3.057V6.884h-1.057q-.84 0-1.42-.579q-.58-.58-.58-1.42t.58-1.42t1.42-.58h1.057v-1.5h.885v1.5h1.058q.84 0 1.42.58t.58 1.419t-.58 1.42t-1.42.58h-1.058V8.5h3.058v4h-3.058v1.616h1.057q.84 0 1.42.579q.58.58.58 1.42t-.58 1.42t-1.42.58h-1.057v4.5z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightKebabDining(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.942 22.616v-4.5H5.885q-.84 0-1.42-.58t-.58-1.42t.58-1.42t1.42-.58h1.057V12.5H3.885v-4h3.057V6.884H5.885q-.84 0-1.42-.579q-.58-.58-.58-1.42t.58-1.42t1.42-.58h1.057v-1.5h.885v1.5h1.058q.84 0 1.42.58t.58 1.419t-.58 1.42t-1.42.58H7.827V8.5h3.058v4H7.826v1.616h1.057q.84 0 1.42.579q.58.58.58 1.42t-.58 1.42t-1.42.58H7.827v4.5zm9.231 0v-4.5h-1.057q-.84 0-1.42-.58t-.58-1.42t.58-1.42t1.42-.58h1.057V12.5h-3.057v-4h3.057V6.884h-1.057q-.84 0-1.42-.579q-.58-.58-.58-1.42t.58-1.42t1.42-.58h1.057v-1.5h.885v1.5h1.058q.84 0 1.42.58t.58 1.419t-.58 1.42t-1.42.58h-1.058V8.5h3.058v4h-3.058v1.616h1.057q.84 0 1.42.579q.58.58.58 1.42t-.58 1.42t-1.42.58h-1.057v4.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.942 22.616v-4.5H5.885q-.84 0-1.42-.58t-.58-1.42t.58-1.42t1.42-.58h1.057V12.5H3.885v-4h3.057V6.884H5.885q-.84 0-1.42-.579q-.58-.58-.58-1.42t.58-1.42t1.42-.58h1.057v-1.5h.885v1.5h1.058q.84 0 1.42.58t.58 1.419t-.58 1.42t-1.42.58H7.827V8.5h3.058v4H7.826v1.616h1.057q.84 0 1.42.579q.58.58.58 1.42t-.58 1.42t-1.42.58H7.827v4.5zm9.231 0v-4.5h-1.057q-.84 0-1.42-.58t-.58-1.42t.58-1.42t1.42-.58h1.057V12.5h-3.057v-4h3.057V6.884h-1.057q-.84 0-1.42-.579q-.58-.58-.58-1.42t.58-1.42t1.42-.58h1.057v-1.5h.885v1.5h1.058q.84 0 1.42.58t.58 1.419t-.58 1.42t-1.42.58h-1.058V8.5h3.058v4h-3.058v1.616h1.057q.84 0 1.42.579q.58.58.58 1.42t-.58 1.42t-1.42.58h-1.057v4.5z"/></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.942%2022.616v-4.5H5.885q-.84%200-1.42-.58t-.58-1.42t.58-1.42t1.42-.58h1.057V12.5H3.885v-4h3.057V6.884H5.885q-.84%200-1.42-.579q-.58-.58-.58-1.42t.58-1.42t1.42-.58h1.057v-1.5h.885v1.5h1.058q.84%200%201.42.58t.58%201.419t-.58%201.42t-1.42.58H7.827V8.5h3.058v4H7.826v1.616h1.057q.84%200%201.42.579q.58.58.58%201.42t-.58%201.42t-1.42.58H7.827v4.5zm9.231%200v-4.5h-1.057q-.84%200-1.42-.58t-.58-1.42t.58-1.42t1.42-.58h1.057V12.5h-3.057v-4h3.057V6.884h-1.057q-.84%200-1.42-.579q-.58-.58-.58-1.42t.58-1.42t1.42-.58h1.057v-1.5h.885v1.5h1.058q.84%200%201.42.58t.58%201.419t-.58%201.42t-1.42.58h-1.058V8.5h3.058v4h-3.058v1.616h1.057q.84%200%201.42.579q.58.58.58%201.42t-.58%201.42t-1.42.58h-1.057v4.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.942%2022.616v-4.5H5.885q-.84%200-1.42-.58t-.58-1.42t.58-1.42t1.42-.58h1.057V12.5H3.885v-4h3.057V6.884H5.885q-.84%200-1.42-.579q-.58-.58-.58-1.42t.58-1.42t1.42-.58h1.057v-1.5h.885v1.5h1.058q.84%200%201.42.58t.58%201.419t-.58%201.42t-1.42.58H7.827V8.5h3.058v4H7.826v1.616h1.057q.84%200%201.42.579q.58.58.58%201.42t-.58%201.42t-1.42.58H7.827v4.5zm9.231%200v-4.5h-1.057q-.84%200-1.42-.58t-.58-1.42t.58-1.42t1.42-.58h1.057V12.5h-3.057v-4h3.057V6.884h-1.057q-.84%200-1.42-.579q-.58-.58-.58-1.42t.58-1.42t1.42-.58h1.057v-1.5h.885v1.5h1.058q.84%200%201.42.58t.58%201.419t-.58%201.42t-1.42.58h-1.058V8.5h3.058v4h-3.058v1.616h1.057q.84%200%201.42.579q.58.58.58%201.42t-.58%201.42t-1.42.58h-1.057v4.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/kebab-dining.svg?color=%231a73e8&size=48