child icon
child from Line Awesome by Icons8 · Line · Users & People · Apache-2.0 Free for personal and commercial use.
- Name
- child
- Set
- Line Awesome
- Style
- Line
- Category
- Users & People
- Viewbox
- 32×32
- License
- Apache 2.0
- Aliases
- child-solid
The same icon in other sets
More users & people icons from Line Awesome
Use the child icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 3c-2.75 0-5 2.25-5 5c0 1.57.766 2.957 1.906 3.875C11.176 12.93 10 14.832 10 17v3.406l.281.313L12 22.437V29h2v-5h4v5h2v-6.563l1.719-1.718l.281-.313V17c0-2.168-1.176-4.07-2.906-5.125C20.234 10.957 21 9.57 21 8c0-2.75-2.25-5-5-5m0 2c1.668 0 3 1.332 3 3s-1.332 3-3 3s-3-1.332-3-3s1.332-3 3-3m0 8c2.219 0 4 1.781 4 4v2.563l-.438.437h-7.125L12 19.562V17c0-2.219 1.781-4 4-4"/></svg>
React
import type { SVGProps } from "react";
export function LaChild(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 3c-2.75 0-5 2.25-5 5c0 1.57.766 2.957 1.906 3.875C11.176 12.93 10 14.832 10 17v3.406l.281.313L12 22.437V29h2v-5h4v5h2v-6.563l1.719-1.718l.281-.313V17c0-2.168-1.176-4.07-2.906-5.125C20.234 10.957 21 9.57 21 8c0-2.75-2.25-5-5-5m0 2c1.668 0 3 1.332 3 3s-1.332 3-3 3s-3-1.332-3-3s1.332-3 3-3m0 8c2.219 0 4 1.781 4 4v2.563l-.438.437h-7.125L12 19.562V17c0-2.219 1.781-4 4-4"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 3c-2.75 0-5 2.25-5 5c0 1.57.766 2.957 1.906 3.875C11.176 12.93 10 14.832 10 17v3.406l.281.313L12 22.437V29h2v-5h4v5h2v-6.563l1.719-1.718l.281-.313V17c0-2.168-1.176-4.07-2.906-5.125C20.234 10.957 21 9.57 21 8c0-2.75-2.25-5-5-5m0 2c1.668 0 3 1.332 3 3s-1.332 3-3 3s-3-1.332-3-3s1.332-3 3-3m0 8c2.219 0 4 1.781 4 4v2.563l-.438.437h-7.125L12 19.562V17c0-2.219 1.781-4 4-4"/></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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%203c-2.75%200-5%202.25-5%205c0%201.57.766%202.957%201.906%203.875C11.176%2012.93%2010%2014.832%2010%2017v3.406l.281.313L12%2022.437V29h2v-5h4v5h2v-6.563l1.719-1.718l.281-.313V17c0-2.168-1.176-4.07-2.906-5.125C20.234%2010.957%2021%209.57%2021%208c0-2.75-2.25-5-5-5m0%202c1.668%200%203%201.332%203%203s-1.332%203-3%203s-3-1.332-3-3s1.332-3%203-3m0%208c2.219%200%204%201.781%204%204v2.563l-.438.437h-7.125L12%2019.562V17c0-2.219%201.781-4%204-4%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%203c-2.75%200-5%202.25-5%205c0%201.57.766%202.957%201.906%203.875C11.176%2012.93%2010%2014.832%2010%2017v3.406l.281.313L12%2022.437V29h2v-5h4v5h2v-6.563l1.719-1.718l.281-.313V17c0-2.168-1.176-4.07-2.906-5.125C20.234%2010.957%2021%209.57%2021%208c0-2.75-2.25-5-5-5m0%202c1.668%200%203%201.332%203%203s-1.332%203-3%203s-3-1.332-3-3s1.332-3%203-3m0%208c2.219%200%204%201.781%204%204v2.563l-.438.437h-7.125L12%2019.562V17c0-2.219%201.781-4%204-4%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/la/child.svg?color=%231a73e8&size=48