Child Friendly icon

Child Friendly is a Google Material Symbol from the Travel category. It comes in outlined, rounded and sharp styles, filled or unfilled, at seven weights from 100 to 700. Download it as SVG or PNG, or copy code for HTML, React, Vue, Angular, Flutter and Android — it's free to use under the Apache License 2.0.

Outlined

SVG

Outlined, filled

SVG

Every style, fill and weight

Material Symbols are variable: each icon comes in three styles, with or without fill, at seven weights. Pick a combination to preview it, download it, or copy the code for your platform.

Outlined, unfilled, weight 400

child_friendly_outlined_fill0_wght400.svg

Child Friendly icon in HTML

Load the Material Symbols font from Google Fonts (this link loads just this icon), then use the icon's name as text.

<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,[email protected],100..700,0..1,-50..200&icon_names=child_friendly" />

<span class="material-symbols-outlined">child_friendly</span>

Child Friendly icon in React

// With the font from the HTML tab:
export function ChildFriendlyIcon() {
  return (
    <span className="material-symbols-outlined">
      child_friendly
    </span>
  );
}

// Or as an SVG component (Vite + vite-plugin-svgr) instead:
//   npm install @material-symbols/svg-400
//   import ChildFriendlyIcon from "@material-symbols/svg-400/outlined/child_friendly.svg?react";

Child Friendly icon in Vue

<!-- With the font from the HTML tab -->
<template>
  <span class="material-symbols-outlined">child_friendly</span>
</template>

<!-- Or as an SVG component (Vite + vite-svg-loader):
     npm install @material-symbols/svg-400
     import ChildFriendlyIcon from "@material-symbols/svg-400/outlined/child_friendly.svg?component"; -->

Child Friendly icon in Angular

With Angular Material and the font from the HTML tab:

<mat-icon fontSet="material-symbols-outlined">child_friendly</mat-icon>

Child Friendly icon in Flutter

Uses the community material_symbols_icons package.

flutter pub add material_symbols_icons

import 'package:material_symbols_icons/symbols.dart';

Icon(Symbols.child_friendly, fill: 0, weight: 400)

Child Friendly icon in Android

A vector drawable of the selected style, fill and weight:

<!-- res/drawable/child_friendly.xml -->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
    android:width="24dp"
    android:height="24dp"
    android:viewportWidth="24"
    android:viewportHeight="24"
    android:tint="?attr/colorControlNormal">
        <path android:fillColor="@android:color/white" android:pathData="M8.038 21.588Q7.625 21.175 7.625 20.6t.413-.987Q8.45 19.2 9.025 19.2t.988 .413Q10.425 20.025 10.425 20.6t-.412 .988Q9.6 22 9.025 22t-.987-.412Zm10.575 0Q18.2 21.175 18.2 20.6t.413-.987Q19.025 19.2 19.6 19.2t.988 .413Q21 20.025 21 20.6t-.412 .988Q20.175 22 19.6 22t-.987-.412ZM13.4 7.825 9.55 3.2q.925-.475 1.975-.712t1.975-.238q1.275 0 2.475 .325t2.25 1.025L13.4 7.825Zm-.95 10.175q-2.025 0-3.412-1.387T7.65 13.2v-7.55l-.725-.825q-.7-.8-1.087-1.062T5.075 3.5q-.775 0-1.175 .6t-.4 1.3H2q0-1.4 .9-2.4t2.175-1q.725 0 1.363 .313T8 3.75l10.575 12.65q.375 .45 .113 1.025T17.8 18H12.45Zm0-1.5h4.2L9.15 7.475v5.725q0 1.425 .938 2.363T12.45 16.5Zm.45-4.525Z" />
</vector>

Child Friendly icon in SVG

npm install @material-symbols/svg-400

import icon from "@material-symbols/svg-400/outlined/child_friendly.svg";

<!-- or load it from a CDN -->
<img src="https://cdn.jsdelivr.net/npm/@material-symbols/[email protected]/outlined/child_friendly.svg" width="24" height="24" alt="Child Friendly">

Child Friendly icon in Power Apps

Paste into an Image control's Image property. The Copy button copies the full formula with this icon's SVG.

"data:image/svg+xml;utf8, " & EncodeUrl("<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'>…</svg>")

Details

NameChild Friendly
Ligaturechild_friendly
Code pointU+EB42
CategoryTravel
StylesOutlined, Rounded, Sharp — each unfilled or filled
Weights100, 200, 300, 400, 500, 600, 700
Files@material-symbols/svg-400/outlined/child_friendly.svg, child_friendly-fill.svg
FlutterSymbols.child_friendly
LicenseApache License 2.0 (© Google LLC)

Keywords

travelpersoncontentaccessbodyprofileuserprotectionsilhouettefiltersecurefigurehead

Related icons