baseline child friendly icon

baseline-child-friendly from Google Material Icons by Material Design Authors · Baseline · Places · Apache-2.0 Free for personal and commercial use.

Name
baseline-child-friendly
Set
Google Material Icons
Style
Baseline
Category
Places
Viewbox
24×24
License
Apache 2.0
Aliases
child-friendly

More places icons from Google Material Icons

Use the baseline child friendly icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13 2v8h8c0-4.42-3.58-8-8-8m6.32 13.89A7.95 7.95 0 0 0 21 11H6.44l-.95-2H2v2h2.22s1.89 4.07 2.12 4.42c-1.1.59-1.84 1.75-1.84 3.08C4.5 20.43 6.07 22 8 22c1.76 0 3.22-1.3 3.46-3h2.08c.24 1.7 1.7 3 3.46 3c1.93 0 3.5-1.57 3.5-3.5c0-1.04-.46-1.97-1.18-2.61M8 20c-.83 0-1.5-.67-1.5-1.5S7.17 17 8 17s1.5.67 1.5 1.5S8.83 20 8 20m9 0c-.83 0-1.5-.67-1.5-1.5S16.17 17 17 17s1.5.67 1.5 1.5S17.83 20 17 20"/></svg>

React

import type { SVGProps } from "react";

export function IcBaselineChildFriendly(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="M13 2v8h8c0-4.42-3.58-8-8-8m6.32 13.89A7.95 7.95 0 0 0 21 11H6.44l-.95-2H2v2h2.22s1.89 4.07 2.12 4.42c-1.1.59-1.84 1.75-1.84 3.08C4.5 20.43 6.07 22 8 22c1.76 0 3.22-1.3 3.46-3h2.08c.24 1.7 1.7 3 3.46 3c1.93 0 3.5-1.57 3.5-3.5c0-1.04-.46-1.97-1.18-2.61M8 20c-.83 0-1.5-.67-1.5-1.5S7.17 17 8 17s1.5.67 1.5 1.5S8.83 20 8 20m9 0c-.83 0-1.5-.67-1.5-1.5S16.17 17 17 17s1.5.67 1.5 1.5S17.83 20 17 20"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13 2v8h8c0-4.42-3.58-8-8-8m6.32 13.89A7.95 7.95 0 0 0 21 11H6.44l-.95-2H2v2h2.22s1.89 4.07 2.12 4.42c-1.1.59-1.84 1.75-1.84 3.08C4.5 20.43 6.07 22 8 22c1.76 0 3.22-1.3 3.46-3h2.08c.24 1.7 1.7 3 3.46 3c1.93 0 3.5-1.57 3.5-3.5c0-1.04-.46-1.97-1.18-2.61M8 20c-.83 0-1.5-.67-1.5-1.5S7.17 17 8 17s1.5.67 1.5 1.5S8.83 20 8 20m9 0c-.83 0-1.5-.67-1.5-1.5S16.17 17 17 17s1.5.67 1.5 1.5S17.83 20 17 20"/></svg>
</template>

CSS

.icon-baseline-child-friendly {
  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%22M13%202v8h8c0-4.42-3.58-8-8-8m6.32%2013.89A7.95%207.95%200%200%200%2021%2011H6.44l-.95-2H2v2h2.22s1.89%204.07%202.12%204.42c-1.1.59-1.84%201.75-1.84%203.08C4.5%2020.43%206.07%2022%208%2022c1.76%200%203.22-1.3%203.46-3h2.08c.24%201.7%201.7%203%203.46%203c1.93%200%203.5-1.57%203.5-3.5c0-1.04-.46-1.97-1.18-2.61M8%2020c-.83%200-1.5-.67-1.5-1.5S7.17%2017%208%2017s1.5.67%201.5%201.5S8.83%2020%208%2020m9%200c-.83%200-1.5-.67-1.5-1.5S16.17%2017%2017%2017s1.5.67%201.5%201.5S17.83%2020%2017%2020%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%22M13%202v8h8c0-4.42-3.58-8-8-8m6.32%2013.89A7.95%207.95%200%200%200%2021%2011H6.44l-.95-2H2v2h2.22s1.89%204.07%202.12%204.42c-1.1.59-1.84%201.75-1.84%203.08C4.5%2020.43%206.07%2022%208%2022c1.76%200%203.22-1.3%203.46-3h2.08c.24%201.7%201.7%203%203.46%203c1.93%200%203.5-1.57%203.5-3.5c0-1.04-.46-1.97-1.18-2.61M8%2020c-.83%200-1.5-.67-1.5-1.5S7.17%2017%208%2017s1.5.67%201.5%201.5S8.83%2020%208%2020m9%200c-.83%200-1.5-.67-1.5-1.5S16.17%2017%2017%2017s1.5.67%201.5%201.5S17.83%2020%2017%2020%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/baseline-child-friendly.svg?color=%231a73e8&size=48