kebab dining icon
kebab-dining-outline-rounded from Material Symbols by Google · Outline Rounded · Maps · Apache-2.0 Free for personal and commercial use.
- Name
- kebab-dining-outline-rounded
- Set
- Material Symbols
- Style
- Outline Rounded
- Category
- Maps
- Viewbox
- 24×24
- License
- Apache 2.0
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.463 22.788q-.213-.213-.213-.538V19H5.5q-1.05 0-1.775-.725T3 16.5t.725-1.775T5.5 14h.75v-1H4q-.425 0-.712-.288T3 12V9q0-.425.288-.712T4 8h2.25V7H5.5q-1.05 0-1.775-.725T3 4.5t.725-1.775T5.5 2h.75v-.25q0-.325.213-.537T7 1t.538.213t.212.537V2h.75q1.05 0 1.775.725T11 4.5t-.725 1.775T8.5 7h-.75v1H10q.425 0 .713.288T11 9v3q0 .425-.288.713T10 13H7.75v1h.75q1.05 0 1.775.725T11 16.5t-.725 1.775T8.5 19h-.75v3.25q0 .325-.213.538T7 23t-.537-.213m10 0q-.213-.212-.213-.537V19h-.75q-1.05 0-1.775-.725T13 16.5t.725-1.775T15.5 14h.75v-1H14q-.425 0-.712-.288T13 12V9q0-.425.288-.712T14 8h2.25V7h-.75q-1.05 0-1.775-.725T13 4.5t.725-1.775T15.5 2h.75v-.25q0-.325.213-.537T17 1t.538.213t.212.537V2h.75q1.05 0 1.775.725T21 4.5t-.725 1.775T18.5 7h-.75v1H20q.425 0 .713.288T21 9v3q0 .425-.288.713T20 13h-2.25v1h.75q1.05 0 1.775.725T21 16.5t-.725 1.775T18.5 19h-.75v3.25q0 .325-.213.538T17 23t-.537-.213M5.5 5h3q.2 0 .35-.15T9 4.5t-.15-.35T8.5 4h-3q-.2 0-.35.15T5 4.5t.15.35t.35.15m10 0h3q.2 0 .35-.15T19 4.5t-.15-.35T18.5 4h-3q-.2 0-.35.15T15 4.5t.15.35t.35.15M5 11h4v-1H5zm10 0h4v-1h-4zm-9.5 6h3q.2 0 .35-.15T9 16.5t-.15-.35T8.5 16h-3q-.2 0-.35.15T5 16.5t.15.35t.35.15m10 0h3q.2 0 .35-.15t.15-.35t-.15-.35t-.35-.15h-3q-.2 0-.35.15t-.15.35t.15.35t.35.15M5 5V4zm10 0V4zM5 11v-1zm10 0v-1zM5 17v-1zm10 0v-1z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsKebabDiningOutlineRounded(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.463 22.788q-.213-.213-.213-.538V19H5.5q-1.05 0-1.775-.725T3 16.5t.725-1.775T5.5 14h.75v-1H4q-.425 0-.712-.288T3 12V9q0-.425.288-.712T4 8h2.25V7H5.5q-1.05 0-1.775-.725T3 4.5t.725-1.775T5.5 2h.75v-.25q0-.325.213-.537T7 1t.538.213t.212.537V2h.75q1.05 0 1.775.725T11 4.5t-.725 1.775T8.5 7h-.75v1H10q.425 0 .713.288T11 9v3q0 .425-.288.713T10 13H7.75v1h.75q1.05 0 1.775.725T11 16.5t-.725 1.775T8.5 19h-.75v3.25q0 .325-.213.538T7 23t-.537-.213m10 0q-.213-.212-.213-.537V19h-.75q-1.05 0-1.775-.725T13 16.5t.725-1.775T15.5 14h.75v-1H14q-.425 0-.712-.288T13 12V9q0-.425.288-.712T14 8h2.25V7h-.75q-1.05 0-1.775-.725T13 4.5t.725-1.775T15.5 2h.75v-.25q0-.325.213-.537T17 1t.538.213t.212.537V2h.75q1.05 0 1.775.725T21 4.5t-.725 1.775T18.5 7h-.75v1H20q.425 0 .713.288T21 9v3q0 .425-.288.713T20 13h-2.25v1h.75q1.05 0 1.775.725T21 16.5t-.725 1.775T18.5 19h-.75v3.25q0 .325-.213.538T17 23t-.537-.213M5.5 5h3q.2 0 .35-.15T9 4.5t-.15-.35T8.5 4h-3q-.2 0-.35.15T5 4.5t.15.35t.35.15m10 0h3q.2 0 .35-.15T19 4.5t-.15-.35T18.5 4h-3q-.2 0-.35.15T15 4.5t.15.35t.35.15M5 11h4v-1H5zm10 0h4v-1h-4zm-9.5 6h3q.2 0 .35-.15T9 16.5t-.15-.35T8.5 16h-3q-.2 0-.35.15T5 16.5t.15.35t.35.15m10 0h3q.2 0 .35-.15t.15-.35t-.15-.35t-.35-.15h-3q-.2 0-.35.15t-.15.35t.15.35t.35.15M5 5V4zm10 0V4zM5 11v-1zm10 0v-1zM5 17v-1zm10 0v-1z"/></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.463 22.788q-.213-.213-.213-.538V19H5.5q-1.05 0-1.775-.725T3 16.5t.725-1.775T5.5 14h.75v-1H4q-.425 0-.712-.288T3 12V9q0-.425.288-.712T4 8h2.25V7H5.5q-1.05 0-1.775-.725T3 4.5t.725-1.775T5.5 2h.75v-.25q0-.325.213-.537T7 1t.538.213t.212.537V2h.75q1.05 0 1.775.725T11 4.5t-.725 1.775T8.5 7h-.75v1H10q.425 0 .713.288T11 9v3q0 .425-.288.713T10 13H7.75v1h.75q1.05 0 1.775.725T11 16.5t-.725 1.775T8.5 19h-.75v3.25q0 .325-.213.538T7 23t-.537-.213m10 0q-.213-.212-.213-.537V19h-.75q-1.05 0-1.775-.725T13 16.5t.725-1.775T15.5 14h.75v-1H14q-.425 0-.712-.288T13 12V9q0-.425.288-.712T14 8h2.25V7h-.75q-1.05 0-1.775-.725T13 4.5t.725-1.775T15.5 2h.75v-.25q0-.325.213-.537T17 1t.538.213t.212.537V2h.75q1.05 0 1.775.725T21 4.5t-.725 1.775T18.5 7h-.75v1H20q.425 0 .713.288T21 9v3q0 .425-.288.713T20 13h-2.25v1h.75q1.05 0 1.775.725T21 16.5t-.725 1.775T18.5 19h-.75v3.25q0 .325-.213.538T17 23t-.537-.213M5.5 5h3q.2 0 .35-.15T9 4.5t-.15-.35T8.5 4h-3q-.2 0-.35.15T5 4.5t.15.35t.35.15m10 0h3q.2 0 .35-.15T19 4.5t-.15-.35T18.5 4h-3q-.2 0-.35.15T15 4.5t.15.35t.35.15M5 11h4v-1H5zm10 0h4v-1h-4zm-9.5 6h3q.2 0 .35-.15T9 16.5t-.15-.35T8.5 16h-3q-.2 0-.35.15T5 16.5t.15.35t.35.15m10 0h3q.2 0 .35-.15t.15-.35t-.15-.35t-.35-.15h-3q-.2 0-.35.15t-.15.35t.15.35t.35.15M5 5V4zm10 0V4zM5 11v-1zm10 0v-1zM5 17v-1zm10 0v-1z"/></svg> </template>
CSS
.icon-kebab-dining-outline-rounded {
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.463%2022.788q-.213-.213-.213-.538V19H5.5q-1.05%200-1.775-.725T3%2016.5t.725-1.775T5.5%2014h.75v-1H4q-.425%200-.712-.288T3%2012V9q0-.425.288-.712T4%208h2.25V7H5.5q-1.05%200-1.775-.725T3%204.5t.725-1.775T5.5%202h.75v-.25q0-.325.213-.537T7%201t.538.213t.212.537V2h.75q1.05%200%201.775.725T11%204.5t-.725%201.775T8.5%207h-.75v1H10q.425%200%20.713.288T11%209v3q0%20.425-.288.713T10%2013H7.75v1h.75q1.05%200%201.775.725T11%2016.5t-.725%201.775T8.5%2019h-.75v3.25q0%20.325-.213.538T7%2023t-.537-.213m10%200q-.213-.212-.213-.537V19h-.75q-1.05%200-1.775-.725T13%2016.5t.725-1.775T15.5%2014h.75v-1H14q-.425%200-.712-.288T13%2012V9q0-.425.288-.712T14%208h2.25V7h-.75q-1.05%200-1.775-.725T13%204.5t.725-1.775T15.5%202h.75v-.25q0-.325.213-.537T17%201t.538.213t.212.537V2h.75q1.05%200%201.775.725T21%204.5t-.725%201.775T18.5%207h-.75v1H20q.425%200%20.713.288T21%209v3q0%20.425-.288.713T20%2013h-2.25v1h.75q1.05%200%201.775.725T21%2016.5t-.725%201.775T18.5%2019h-.75v3.25q0%20.325-.213.538T17%2023t-.537-.213M5.5%205h3q.2%200%20.35-.15T9%204.5t-.15-.35T8.5%204h-3q-.2%200-.35.15T5%204.5t.15.35t.35.15m10%200h3q.2%200%20.35-.15T19%204.5t-.15-.35T18.5%204h-3q-.2%200-.35.15T15%204.5t.15.35t.35.15M5%2011h4v-1H5zm10%200h4v-1h-4zm-9.5%206h3q.2%200%20.35-.15T9%2016.5t-.15-.35T8.5%2016h-3q-.2%200-.35.15T5%2016.5t.15.35t.35.15m10%200h3q.2%200%20.35-.15t.15-.35t-.15-.35t-.35-.15h-3q-.2%200-.35.15t-.15.35t.15.35t.35.15M5%205V4zm10%200V4zM5%2011v-1zm10%200v-1zM5%2017v-1zm10%200v-1z%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.463%2022.788q-.213-.213-.213-.538V19H5.5q-1.05%200-1.775-.725T3%2016.5t.725-1.775T5.5%2014h.75v-1H4q-.425%200-.712-.288T3%2012V9q0-.425.288-.712T4%208h2.25V7H5.5q-1.05%200-1.775-.725T3%204.5t.725-1.775T5.5%202h.75v-.25q0-.325.213-.537T7%201t.538.213t.212.537V2h.75q1.05%200%201.775.725T11%204.5t-.725%201.775T8.5%207h-.75v1H10q.425%200%20.713.288T11%209v3q0%20.425-.288.713T10%2013H7.75v1h.75q1.05%200%201.775.725T11%2016.5t-.725%201.775T8.5%2019h-.75v3.25q0%20.325-.213.538T7%2023t-.537-.213m10%200q-.213-.212-.213-.537V19h-.75q-1.05%200-1.775-.725T13%2016.5t.725-1.775T15.5%2014h.75v-1H14q-.425%200-.712-.288T13%2012V9q0-.425.288-.712T14%208h2.25V7h-.75q-1.05%200-1.775-.725T13%204.5t.725-1.775T15.5%202h.75v-.25q0-.325.213-.537T17%201t.538.213t.212.537V2h.75q1.05%200%201.775.725T21%204.5t-.725%201.775T18.5%207h-.75v1H20q.425%200%20.713.288T21%209v3q0%20.425-.288.713T20%2013h-2.25v1h.75q1.05%200%201.775.725T21%2016.5t-.725%201.775T18.5%2019h-.75v3.25q0%20.325-.213.538T17%2023t-.537-.213M5.5%205h3q.2%200%20.35-.15T9%204.5t-.15-.35T8.5%204h-3q-.2%200-.35.15T5%204.5t.15.35t.35.15m10%200h3q.2%200%20.35-.15T19%204.5t-.15-.35T18.5%204h-3q-.2%200-.35.15T15%204.5t.15.35t.35.15M5%2011h4v-1H5zm10%200h4v-1h-4zm-9.5%206h3q.2%200%20.35-.15T9%2016.5t-.15-.35T8.5%2016h-3q-.2%200-.35.15T5%2016.5t.15.35t.35.15m10%200h3q.2%200%20.35-.15t.15-.35t-.15-.35t-.35-.15h-3q-.2%200-.35.15t-.15.35t.15.35t.35.15M5%205V4zm10%200V4zM5%2011v-1zm10%200v-1zM5%2017v-1zm10%200v-1z%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-outline-rounded.svg?color=%231a73e8&size=48