Account Child Invert icon

Account Child Invert 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_invert_outlined_fill0_wght400.svg

Account Child Invert 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_invert" />

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

Account Child Invert icon in React

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

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

Account Child Invert icon in Vue

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

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

Account Child Invert icon in Angular

With Angular Material and the font from the HTML tab:

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

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

Account Child Invert icon in Android

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

<!-- res/drawable/account_child_invert.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="M12 2q1.275 0 2.138 .863T15 5q0 1.275-.862 2.138T12 8q-1.275 0-2.137-.862T9 5q0-1.275 .863-2.137T12 2Zm0 7q1.15 0 2.3 .3t2.075 .8q.95 .5 1.538 1.163T18.5 12.675v5.775q0 .45-.212 .863T17.725 20.075q-.375 .35-.85 .65t-1.05 .5v-2.25q0-.95-1.262-1.512T12 16.9q-1.3 0-2.5 .5t-1.425 1.3q.95 .425 1.925 .563t2.025 .162h.85v2.55q-.175 .05-.375 .05h-.4q-.9 0-2.037-.187T7.9 21.225q-1.025-.425-1.712-1.1T5.5 18.45v-5.775q0-.75 .575-1.412t1.525-1.163q.95-.5 2.1-.8t2.3-.3Zm0 6q.875 0 1.438-.562T14 13q0-.875-.562-1.437T12 11q-.875 0-1.437 .563T10 13q0 .875 .563 1.438T12 15Z" />
</vector>

Account Child Invert icon in SVG

npm install @material-symbols/svg-400

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

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

Account Child Invert 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 Invert
Ligatureaccount_child_invert
Code pointU+E659
CategoryActions
StylesOutlined, Rounded, Sharp — each unfilled or filled
Weights100, 200, 300, 400, 500, 600, 700
Files@material-symbols/svg-400/outlined/account_child_invert.svg, account_child_invert-fill.svg
FlutterSymbols.account_child_invert
LicenseApache License 2.0 (© Google LLC)

Keywords

actionssettingshumanpersonsecuritypeopleaccessbodyprofileuserconfigurationprivacysilhouette

Related icons