parent child dining icon

parent-child-dining-outline-rounded from Material Symbols by Google · Outline Rounded · Maps · Apache-2.0 Free for personal and commercial use.

Name
parent-child-dining-outline-rounded
Set
Material Symbols
Style
Outline Rounded
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 parent child dining icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.85 20h2.3q.35 0 .625-.2t.35-.55L20.45 18h-4.9l.325 1.25q.075.35.35.55t.625.2M9.5 8q-1.25 0-2.125-.875T6.5 5t.875-2.125T9.5 2t2.125.875T12.5 5t-.875 2.125T9.5 8m.713-2.287Q10.5 5.425 10.5 5t-.288-.712T9.5 4t-.712.288T8.5 5t.288.713T9.5 6t.713-.288M2 22q-.425 0-.712-.288T1 21t.288-.712T2 20h1v-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.625V13q0 .425-.288.713T15 14t-.712-.288T14 13v-.375q-.05-.2-.437-.462t-.938-.513q-.725-.3-1.525-.475T9.5 11t-1.6.175t-1.525.475q-.55.25-.937.525T5 12.65v6.575q.5-.5 1.85-.862T9.5 18q1.175 0 2.4.3t1.85.725l-.45-1.775q-.125-.475.175-.862t.8-.388h7.45q.5 0 .8.388t.175.862l-.625 2.475q-.025.075-.037.138T22 20q.425 0 .713.288T23 21t-.288.713T22 22zm9.275-5.725Q12 15.55 12 14.5t-.725-1.775T9.5 12t-1.775.725T7 14.5t.725 1.775T9.5 17t1.775-.725M9.5 5"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsParentChildDiningOutlineRounded(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="M16.85 20h2.3q.35 0 .625-.2t.35-.55L20.45 18h-4.9l.325 1.25q.075.35.35.55t.625.2M9.5 8q-1.25 0-2.125-.875T6.5 5t.875-2.125T9.5 2t2.125.875T12.5 5t-.875 2.125T9.5 8m.713-2.287Q10.5 5.425 10.5 5t-.288-.712T9.5 4t-.712.288T8.5 5t.288.713T9.5 6t.713-.288M2 22q-.425 0-.712-.288T1 21t.288-.712T2 20h1v-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.625V13q0 .425-.288.713T15 14t-.712-.288T14 13v-.375q-.05-.2-.437-.462t-.938-.513q-.725-.3-1.525-.475T9.5 11t-1.6.175t-1.525.475q-.55.25-.937.525T5 12.65v6.575q.5-.5 1.85-.862T9.5 18q1.175 0 2.4.3t1.85.725l-.45-1.775q-.125-.475.175-.862t.8-.388h7.45q.5 0 .8.388t.175.862l-.625 2.475q-.025.075-.037.138T22 20q.425 0 .713.288T23 21t-.288.713T22 22zm9.275-5.725Q12 15.55 12 14.5t-.725-1.775T9.5 12t-1.775.725T7 14.5t.725 1.775T9.5 17t1.775-.725M9.5 5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.85 20h2.3q.35 0 .625-.2t.35-.55L20.45 18h-4.9l.325 1.25q.075.35.35.55t.625.2M9.5 8q-1.25 0-2.125-.875T6.5 5t.875-2.125T9.5 2t2.125.875T12.5 5t-.875 2.125T9.5 8m.713-2.287Q10.5 5.425 10.5 5t-.288-.712T9.5 4t-.712.288T8.5 5t.288.713T9.5 6t.713-.288M2 22q-.425 0-.712-.288T1 21t.288-.712T2 20h1v-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.625V13q0 .425-.288.713T15 14t-.712-.288T14 13v-.375q-.05-.2-.437-.462t-.938-.513q-.725-.3-1.525-.475T9.5 11t-1.6.175t-1.525.475q-.55.25-.937.525T5 12.65v6.575q.5-.5 1.85-.862T9.5 18q1.175 0 2.4.3t1.85.725l-.45-1.775q-.125-.475.175-.862t.8-.388h7.45q.5 0 .8.388t.175.862l-.625 2.475q-.025.075-.037.138T22 20q.425 0 .713.288T23 21t-.288.713T22 22zm9.275-5.725Q12 15.55 12 14.5t-.725-1.775T9.5 12t-1.775.725T7 14.5t.725 1.775T9.5 17t1.775-.725M9.5 5"/></svg>
</template>

CSS

.icon-parent-child-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%22M16.85%2020h2.3q.35%200%20.625-.2t.35-.55L20.45%2018h-4.9l.325%201.25q.075.35.35.55t.625.2M9.5%208q-1.25%200-2.125-.875T6.5%205t.875-2.125T9.5%202t2.125.875T12.5%205t-.875%202.125T9.5%208m.713-2.287Q10.5%205.425%2010.5%205t-.288-.712T9.5%204t-.712.288T8.5%205t.288.713T9.5%206t.713-.288M2%2022q-.425%200-.712-.288T1%2021t.288-.712T2%2020h1v-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.625V13q0%20.425-.288.713T15%2014t-.712-.288T14%2013v-.375q-.05-.2-.437-.462t-.938-.513q-.725-.3-1.525-.475T9.5%2011t-1.6.175t-1.525.475q-.55.25-.937.525T5%2012.65v6.575q.5-.5%201.85-.862T9.5%2018q1.175%200%202.4.3t1.85.725l-.45-1.775q-.125-.475.175-.862t.8-.388h7.45q.5%200%20.8.388t.175.862l-.625%202.475q-.025.075-.037.138T22%2020q.425%200%20.713.288T23%2021t-.288.713T22%2022zm9.275-5.725Q12%2015.55%2012%2014.5t-.725-1.775T9.5%2012t-1.775.725T7%2014.5t.725%201.775T9.5%2017t1.775-.725M9.5%205%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%22M16.85%2020h2.3q.35%200%20.625-.2t.35-.55L20.45%2018h-4.9l.325%201.25q.075.35.35.55t.625.2M9.5%208q-1.25%200-2.125-.875T6.5%205t.875-2.125T9.5%202t2.125.875T12.5%205t-.875%202.125T9.5%208m.713-2.287Q10.5%205.425%2010.5%205t-.288-.712T9.5%204t-.712.288T8.5%205t.288.713T9.5%206t.713-.288M2%2022q-.425%200-.712-.288T1%2021t.288-.712T2%2020h1v-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.625V13q0%20.425-.288.713T15%2014t-.712-.288T14%2013v-.375q-.05-.2-.437-.462t-.938-.513q-.725-.3-1.525-.475T9.5%2011t-1.6.175t-1.525.475q-.55.25-.937.525T5%2012.65v6.575q.5-.5%201.85-.862T9.5%2018q1.175%200%202.4.3t1.85.725l-.45-1.775q-.125-.475.175-.862t.8-.388h7.45q.5%200%20.8.388t.175.862l-.625%202.475q-.025.075-.037.138T22%2020q.425%200%20.713.288T23%2021t-.288.713T22%2022zm9.275-5.725Q12%2015.55%2012%2014.5t-.725-1.775T9.5%2012t-1.775.725T7%2014.5t.725%201.775T9.5%2017t1.775-.725M9.5%205%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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