parent child dining icon
parent-child-dining-outline from Material Symbols Light by Google · Outline · Maps · Apache-2.0 Free for personal and commercial use.
- Name
- parent-child-dining-outline
- Set
- Material Symbols Light
- Style
- Outline
- Category
- Maps
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols Light
The same icon in other sets
More maps icons from Material Symbols Light
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.6 20h2.204q.485 0 .865-.296q.381-.296.495-.762l.42-1.711H14.8l.44 1.711q.114.466.495.762q.38.296.865.296M9.721 7.789q-.99 0-1.692-.702q-.702-.7-.702-1.702q0-.981.701-1.693q.701-.711 1.703-.711q.98 0 1.692.711t.712 1.702t-.712 1.693t-1.702.702m1.001-1.404q.393-.404.393-1q0-.58-.4-.992t-.991-.412t-1.004.404t-.412 1q0 .598.407 1q.408.404 1.011.404t.996-.404M5 12.496v6.671q.692-.48 2.042-.776q1.35-.295 2.689-.295q1.233 0 2.486.252t2.014.677l-.712-2.794h8.347l-.733 2.955q-.064.23-.172.436q-.109.207-.269.378H22v1H2v-1h2v-7.471q0-.587.559-1.183q.558-.596 1.524-1.019q.8-.363 1.757-.566q.958-.203 1.89-.203q.928 0 1.913.215q.986.216 1.803.604q.948.442 1.472 1.007q.524.564.524 1.145v1.317h-1v-1.375q-.069-.219-.466-.54q-.397-.32-.928-.589q-.744-.376-1.602-.58q-.857-.204-1.72-.204t-1.725.204t-1.607.58q-.55.27-.937.593q-.388.323-.457.561m6.15 3.251q.58-.58.58-1.419t-.579-1.42t-1.42-.581t-1.42.58t-.58 1.419t.58 1.42t1.419.581t1.42-.58M9.73 5.385"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightParentChildDiningOutline(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.6 20h2.204q.485 0 .865-.296q.381-.296.495-.762l.42-1.711H14.8l.44 1.711q.114.466.495.762q.38.296.865.296M9.721 7.789q-.99 0-1.692-.702q-.702-.7-.702-1.702q0-.981.701-1.693q.701-.711 1.703-.711q.98 0 1.692.711t.712 1.702t-.712 1.693t-1.702.702m1.001-1.404q.393-.404.393-1q0-.58-.4-.992t-.991-.412t-1.004.404t-.412 1q0 .598.407 1q.408.404 1.011.404t.996-.404M5 12.496v6.671q.692-.48 2.042-.776q1.35-.295 2.689-.295q1.233 0 2.486.252t2.014.677l-.712-2.794h8.347l-.733 2.955q-.064.23-.172.436q-.109.207-.269.378H22v1H2v-1h2v-7.471q0-.587.559-1.183q.558-.596 1.524-1.019q.8-.363 1.757-.566q.958-.203 1.89-.203q.928 0 1.913.215q.986.216 1.803.604q.948.442 1.472 1.007q.524.564.524 1.145v1.317h-1v-1.375q-.069-.219-.466-.54q-.397-.32-.928-.589q-.744-.376-1.602-.58q-.857-.204-1.72-.204t-1.725.204t-1.607.58q-.55.27-.937.593q-.388.323-.457.561m6.15 3.251q.58-.58.58-1.419t-.579-1.42t-1.42-.581t-1.42.58t-.58 1.419t.58 1.42t1.419.581t1.42-.58M9.73 5.385"/></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.6 20h2.204q.485 0 .865-.296q.381-.296.495-.762l.42-1.711H14.8l.44 1.711q.114.466.495.762q.38.296.865.296M9.721 7.789q-.99 0-1.692-.702q-.702-.7-.702-1.702q0-.981.701-1.693q.701-.711 1.703-.711q.98 0 1.692.711t.712 1.702t-.712 1.693t-1.702.702m1.001-1.404q.393-.404.393-1q0-.58-.4-.992t-.991-.412t-1.004.404t-.412 1q0 .598.407 1q.408.404 1.011.404t.996-.404M5 12.496v6.671q.692-.48 2.042-.776q1.35-.295 2.689-.295q1.233 0 2.486.252t2.014.677l-.712-2.794h8.347l-.733 2.955q-.064.23-.172.436q-.109.207-.269.378H22v1H2v-1h2v-7.471q0-.587.559-1.183q.558-.596 1.524-1.019q.8-.363 1.757-.566q.958-.203 1.89-.203q.928 0 1.913.215q.986.216 1.803.604q.948.442 1.472 1.007q.524.564.524 1.145v1.317h-1v-1.375q-.069-.219-.466-.54q-.397-.32-.928-.589q-.744-.376-1.602-.58q-.857-.204-1.72-.204t-1.725.204t-1.607.58q-.55.27-.937.593q-.388.323-.457.561m6.15 3.251q.58-.58.58-1.419t-.579-1.42t-1.42-.581t-1.42.58t-.58 1.419t.58 1.42t1.419.581t1.42-.58M9.73 5.385"/></svg> </template>
CSS
.icon-parent-child-dining-outline {
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.6%2020h2.204q.485%200%20.865-.296q.381-.296.495-.762l.42-1.711H14.8l.44%201.711q.114.466.495.762q.38.296.865.296M9.721%207.789q-.99%200-1.692-.702q-.702-.7-.702-1.702q0-.981.701-1.693q.701-.711%201.703-.711q.98%200%201.692.711t.712%201.702t-.712%201.693t-1.702.702m1.001-1.404q.393-.404.393-1q0-.58-.4-.992t-.991-.412t-1.004.404t-.412%201q0%20.598.407%201q.408.404%201.011.404t.996-.404M5%2012.496v6.671q.692-.48%202.042-.776q1.35-.295%202.689-.295q1.233%200%202.486.252t2.014.677l-.712-2.794h8.347l-.733%202.955q-.064.23-.172.436q-.109.207-.269.378H22v1H2v-1h2v-7.471q0-.587.559-1.183q.558-.596%201.524-1.019q.8-.363%201.757-.566q.958-.203%201.89-.203q.928%200%201.913.215q.986.216%201.803.604q.948.442%201.472%201.007q.524.564.524%201.145v1.317h-1v-1.375q-.069-.219-.466-.54q-.397-.32-.928-.589q-.744-.376-1.602-.58q-.857-.204-1.72-.204t-1.725.204t-1.607.58q-.55.27-.937.593q-.388.323-.457.561m6.15%203.251q.58-.58.58-1.419t-.579-1.42t-1.42-.581t-1.42.58t-.58%201.419t.58%201.42t1.419.581t1.42-.58M9.73%205.385%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.6%2020h2.204q.485%200%20.865-.296q.381-.296.495-.762l.42-1.711H14.8l.44%201.711q.114.466.495.762q.38.296.865.296M9.721%207.789q-.99%200-1.692-.702q-.702-.7-.702-1.702q0-.981.701-1.693q.701-.711%201.703-.711q.98%200%201.692.711t.712%201.702t-.712%201.693t-1.702.702m1.001-1.404q.393-.404.393-1q0-.58-.4-.992t-.991-.412t-1.004.404t-.412%201q0%20.598.407%201q.408.404%201.011.404t.996-.404M5%2012.496v6.671q.692-.48%202.042-.776q1.35-.295%202.689-.295q1.233%200%202.486.252t2.014.677l-.712-2.794h8.347l-.733%202.955q-.064.23-.172.436q-.109.207-.269.378H22v1H2v-1h2v-7.471q0-.587.559-1.183q.558-.596%201.524-1.019q.8-.363%201.757-.566q.958-.203%201.89-.203q.928%200%201.913.215q.986.216%201.803.604q.948.442%201.472%201.007q.524.564.524%201.145v1.317h-1v-1.375q-.069-.219-.466-.54q-.397-.32-.928-.589q-.744-.376-1.602-.58q-.857-.204-1.72-.204t-1.725.204t-1.607.58q-.55.27-.937.593q-.388.323-.457.561m6.15%203.251q.58-.58.58-1.419t-.579-1.42t-1.42-.581t-1.42.58t-.58%201.419t.58%201.42t1.419.581t1.42-.58M9.73%205.385%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/parent-child-dining-outline.svg?color=%231a73e8&size=48