Child Hat icon

Child Hat is a Google Material Symbol from the Social 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_hat_outlined_fill0_wght400.svg

Child Hat 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_hat" />

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

Child Hat icon in React

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

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

Child Hat icon in Vue

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

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

Child Hat icon in Angular

With Angular Material and the font from the HTML tab:

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

Child Hat 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_hat, fill: 0, weight: 400)

Child Hat icon in Android

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

<!-- res/drawable/child_hat.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="M9.425 17.463Q8.275 16.675 7.725 15.4h8.55q-.55 1.275-1.7 2.063T12 18.25q-1.425 0-2.575-.787Zm-.637-4.5Q8.5 12.675 8.5 12.25t.288-.712Q9.075 11.25 9.5 11.25t.713 .288Q10.5 11.825 10.5 12.25t-.287 .713Q9.925 13.25 9.5 13.25t-.712-.287Zm5 0Q13.5 12.675 13.5 12.25t.288-.712Q14.075 11.25 14.5 11.25t.713 .288Q15.5 11.825 15.5 12.25t-.287 .713Q14.925 13.25 14.5 13.25t-.712-.287ZM12 22q-1.875 0-3.512-.712t-2.85-1.925q-1.213-1.213-1.925-2.85T3 13q0-.725 .113-1.437T3.45 10.2l1.475 .25q-.225 .6-.337 1.238T4.475 13q0 3.125 2.2 5.313T12 20.5q3.125 0 5.313-2.187T19.5 13q0-.525-.075-1.012t-.2-.988q-2.025-.15-3.762-1.075T12.475 7.5l1.325-.75q.95 1.05 2.163 1.725T18.6 9.4q-.6-1.125-1.537-1.962T14.95 6.1l1.55-.9q2.025 1.175 3.263 3.238T21 13q0 1.875-.712 3.513t-1.925 2.85q-1.213 1.212-2.85 1.925T12 22ZM4.525 9.4l11.25-4.475q-.95-.95-2.15-1.475t-2.55-.525q-2.675 0-4.562 1.888T4.525 9.4Zm-1.325 2.075q-.1-.45-.15-.9t-.05-.925q0-2.45 1.275-4.437T7.6 2.225q-.075-.1-.125-.225t-.05-.25q0-.325 .213-.537T8.175 1q.3 0 .513 .213T8.925 1.725q.5-.15 1.038-.225t1.112-.075q1.8 0 3.413 .775T17.275 4.35l3.05-1.225 .525 1.4-17.65 6.95Zm6.95-4.3Z" />
</vector>

Child Hat icon in SVG

npm install @material-symbols/svg-400

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

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

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

Keywords

socialfacesafetycareaccessoryroundedchildrenbabykidkidsyounginfanttoddler

Related icons