solo-dining-sharp from Material Symbols by Google · Sharp · Maps · Apache-2.0 Free for personal and commercial use.

Name
solo-dining-sharp
Set
Material Symbols
Style
Sharp
Category
Maps
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols

The same icon in other sets

More maps icons from Material Symbols

Use the solo dining icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.5 8q-1.25 0-2.125-.875T6.5 5t.875-2.125T9.5 2t2.125.875T12.5 5t-.875 2.125T9.5 8M1 22v-2h2v-7.375q0-.875.713-1.625t2.062-1.25q.8-.325 1.825-.537T9.5 9q.85 0 1.913.225t1.937.575q1.275.5 1.963 1.237T16 12.625V14h-5.575l1.5 6H14l-1-4h10l-1 4h1v2z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsSoloDiningSharp(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="M9.5 8q-1.25 0-2.125-.875T6.5 5t.875-2.125T9.5 2t2.125.875T12.5 5t-.875 2.125T9.5 8M1 22v-2h2v-7.375q0-.875.713-1.625t2.062-1.25q.8-.325 1.825-.537T9.5 9q.85 0 1.913.225t1.937.575q1.275.5 1.963 1.237T16 12.625V14h-5.575l1.5 6H14l-1-4h10l-1 4h1v2z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.5 8q-1.25 0-2.125-.875T6.5 5t.875-2.125T9.5 2t2.125.875T12.5 5t-.875 2.125T9.5 8M1 22v-2h2v-7.375q0-.875.713-1.625t2.062-1.25q.8-.325 1.825-.537T9.5 9q.85 0 1.913.225t1.937.575q1.275.5 1.963 1.237T16 12.625V14h-5.575l1.5 6H14l-1-4h10l-1 4h1v2z"/></svg>
</template>

CSS

.icon-solo-dining-sharp {
  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%22M9.5%208q-1.25%200-2.125-.875T6.5%205t.875-2.125T9.5%202t2.125.875T12.5%205t-.875%202.125T9.5%208M1%2022v-2h2v-7.375q0-.875.713-1.625t2.062-1.25q.8-.325%201.825-.537T9.5%209q.85%200%201.913.225t1.937.575q1.275.5%201.963%201.237T16%2012.625V14h-5.575l1.5%206H14l-1-4h10l-1%204h1v2z%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%22M9.5%208q-1.25%200-2.125-.875T6.5%205t.875-2.125T9.5%202t2.125.875T12.5%205t-.875%202.125T9.5%208M1%2022v-2h2v-7.375q0-.875.713-1.625t2.062-1.25q.8-.325%201.825-.537T9.5%209q.85%200%201.913.225t1.937.575q1.275.5%201.963%201.237T16%2012.625V14h-5.575l1.5%206H14l-1-4h10l-1%204h1v2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/solo-dining-sharp.svg?color=%231a73e8&size=48