Account Child icon

Account Child is a Google Material Symbol from the Actions 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

account_child_outlined_fill0_wght400.svg

Account Child 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=account_child" />

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

Account Child icon in React

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

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

Account Child icon in Vue

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

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

Account Child icon in Angular

With Angular Material and the font from the HTML tab:

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

Account Child 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.account_child, fill: 0, weight: 400)

Account Child icon in Android

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

<!-- res/drawable/account_child.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="M15.925 2.775q1.825 .775 3.175 2.125t2.125 3.175q.775 1.825 .775 3.925t-.775 3.925q-.775 1.825-2.125 3.175t-3.175 2.125q-1.825 .775-3.925 .775t-3.925-.775q-1.825-.775-3.175-2.125t-2.125-3.175q-.775-1.825-.775-3.925t.775-3.925q.775-1.825 2.125-3.175t3.175-2.125q1.825-.775 3.925-.775t3.925 .775Zm2.1 15.25q2.475-2.475 2.475-6.025t-2.475-6.025q-2.475-2.475-6.025-2.475t-6.025 2.475q-2.475 2.475-2.475 6.025t2.475 6.025q2.475 2.475 6.025 2.475t6.025-2.475ZM9.85 6.85q0 .95 .6 1.55t1.55 .6q.95 0 1.55-.6t.6-1.55q0-.95-.6-1.55t-1.55-.6q-.95 0-1.55 .6t-.6 1.55Zm-1.175 3.863Q7 11.425 7 12.75v3.975q0 1.2 1.763 2.025T12.55 19.425v-1.95q-.85-.025-1.75-.225t-1.525-.55q.025-.65 .813-1.037T12 15.275q1.125 0 1.925 .3t.8 .85v2.475q1.125-.25 1.7-.887t.575-1.288v-3.975q0-1.325-1.675-2.037T12 10q-1.65 0-3.325 .713ZM11 14.325q-.4-.4-.4-1t.4-1q.4-.4 1-.4t1 .4q.4 .4 .4 1t-.4 1q-.4 .4-1 .4t-1-.4Zm1-2.4Z" />
</vector>

Account Child icon in SVG

npm install @material-symbols/svg-400

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

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

Account Child 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

NameAccount Child
Ligatureaccount_child
Code pointU+E852
CategoryActions
StylesOutlined, Rounded, Sharp — each unfilled or filled
Weights100, 200, 300, 400, 500, 600, 700
Files@material-symbols/svg-400/outlined/account_child.svg, account_child-fill.svg
FlutterSymbols.account_child
LicenseApache License 2.0 (© Google LLC)

Keywords

actionshumanpersonpeoplebodychildrenkidyounghead and shouldersaccount childchild accountchild profilechild user

Related icons