child from Font Awesome 6 Solid by Dave Gandy · Regular · Users & People · CC-BY-4.0 Attribution required.

Name
child
Set
Font Awesome 6 Solid
Style
Regular
Category
Users & People
Viewbox
320×512
License
CC BY 4.0

The same icon in other sets

More users & people icons from Font Awesome 6 Solid

Use the child icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 320 512"><path fill="currentColor" d="M96 64a64 64 0 1 1 128 0a64 64 0 1 1-128 0m48 320v96c0 17.7-14.3 32-32 32s-32-14.3-32-32V287.8L59.1 321c-9.4 15-29.2 19.4-44.1 10s-19.5-29.1-10.1-44l39.9-63.3C69.7 184 113.2 160 160 160s90.3 24 115.2 63.6l39.9 63.4c9.4 15 4.9 34.7-10 44.1s-34.7 4.9-44.1-10l-21-33.3V480c0 17.7-14.3 32-32 32s-32-14.3-32-32v-96z"/></svg>

React

import type { SVGProps } from "react";

export function Fa6SolidChild(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 320 512"><path fill="currentColor" d="M96 64a64 64 0 1 1 128 0a64 64 0 1 1-128 0m48 320v96c0 17.7-14.3 32-32 32s-32-14.3-32-32V287.8L59.1 321c-9.4 15-29.2 19.4-44.1 10s-19.5-29.1-10.1-44l39.9-63.3C69.7 184 113.2 160 160 160s90.3 24 115.2 63.6l39.9 63.4c9.4 15 4.9 34.7-10 44.1s-34.7 4.9-44.1-10l-21-33.3V480c0 17.7-14.3 32-32 32s-32-14.3-32-32v-96z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 320 512"><path fill="currentColor" d="M96 64a64 64 0 1 1 128 0a64 64 0 1 1-128 0m48 320v96c0 17.7-14.3 32-32 32s-32-14.3-32-32V287.8L59.1 321c-9.4 15-29.2 19.4-44.1 10s-19.5-29.1-10.1-44l39.9-63.3C69.7 184 113.2 160 160 160s90.3 24 115.2 63.6l39.9 63.4c9.4 15 4.9 34.7-10 44.1s-34.7 4.9-44.1-10l-21-33.3V480c0 17.7-14.3 32-32 32s-32-14.3-32-32v-96z"/></svg>
</template>

CSS

.icon-child {
  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%20320%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M96%2064a64%2064%200%201%201%20128%200a64%2064%200%201%201-128%200m48%20320v96c0%2017.7-14.3%2032-32%2032s-32-14.3-32-32V287.8L59.1%20321c-9.4%2015-29.2%2019.4-44.1%2010s-19.5-29.1-10.1-44l39.9-63.3C69.7%20184%20113.2%20160%20160%20160s90.3%2024%20115.2%2063.6l39.9%2063.4c9.4%2015%204.9%2034.7-10%2044.1s-34.7%204.9-44.1-10l-21-33.3V480c0%2017.7-14.3%2032-32%2032s-32-14.3-32-32v-96z%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%20320%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M96%2064a64%2064%200%201%201%20128%200a64%2064%200%201%201-128%200m48%20320v96c0%2017.7-14.3%2032-32%2032s-32-14.3-32-32V287.8L59.1%20321c-9.4%2015-29.2%2019.4-44.1%2010s-19.5-29.1-10.1-44l39.9-63.3C69.7%20184%20113.2%20160%20160%20160s90.3%2024%20115.2%2063.6l39.9%2063.4c9.4%2015%204.9%2034.7-10%2044.1s-34.7%204.9-44.1-10l-21-33.3V480c0%2017.7-14.3%2032-32%2032s-32-14.3-32-32v-96z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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