account child icon
account-child from Material Symbols by Google · Regular · Actions · Apache-2.0 Free for personal and commercial use.
- Name
- account-child
- Set
- Material Symbols
- Style
- Regular
- Category
- Actions
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- account-child-sharp
3 other variants in Material Symbols
The same icon in other sets
More actions icons from Material Symbols
Use the account child icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.888 2.788q1.812.787 3.175 2.15t2.15 3.175t.787 3.875t-.787 3.887t-2.15 3.188t-3.175 2.15t-3.875.787t-3.888-.787t-3.187-2.15t-2.15-3.188T2 11.988t.788-3.875t2.15-3.175t3.187-2.15T12.013 2t3.875.788M10 7q0 .825.588 1.413T12 9t1.413-.587T14 7t-.587-1.412T12 5t-1.412.588T10 7m-.913 3.65Q7.5 11.3 7.5 12.5v4q0 1.1 1.575 1.85t3.425.6v-2q-.875.05-1.65-.125T9.5 16.3q.125-.575.875-.937T12 15t1.688.4t.812 1.05v2.05q1.1-.4 1.55-.962t.45-1.038v-4q0-1.2-1.588-1.85T12 10t-2.912.65m2.025 3.488q-.363-.363-.363-.888t.363-.888T12 12t.888.363t.362.887t-.363.888T12 14.5t-.888-.363"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsAccountChild(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.888 2.788q1.812.787 3.175 2.15t2.15 3.175t.787 3.875t-.787 3.887t-2.15 3.188t-3.175 2.15t-3.875.787t-3.888-.787t-3.187-2.15t-2.15-3.188T2 11.988t.788-3.875t2.15-3.175t3.187-2.15T12.013 2t3.875.788M10 7q0 .825.588 1.413T12 9t1.413-.587T14 7t-.587-1.412T12 5t-1.412.588T10 7m-.913 3.65Q7.5 11.3 7.5 12.5v4q0 1.1 1.575 1.85t3.425.6v-2q-.875.05-1.65-.125T9.5 16.3q.125-.575.875-.937T12 15t1.688.4t.812 1.05v2.05q1.1-.4 1.55-.962t.45-1.038v-4q0-1.2-1.588-1.85T12 10t-2.912.65m2.025 3.488q-.363-.363-.363-.888t.363-.888T12 12t.888.363t.362.887t-.363.888T12 14.5t-.888-.363"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.888 2.788q1.812.787 3.175 2.15t2.15 3.175t.787 3.875t-.787 3.887t-2.15 3.188t-3.175 2.15t-3.875.787t-3.888-.787t-3.187-2.15t-2.15-3.188T2 11.988t.788-3.875t2.15-3.175t3.187-2.15T12.013 2t3.875.788M10 7q0 .825.588 1.413T12 9t1.413-.587T14 7t-.587-1.412T12 5t-1.412.588T10 7m-.913 3.65Q7.5 11.3 7.5 12.5v4q0 1.1 1.575 1.85t3.425.6v-2q-.875.05-1.65-.125T9.5 16.3q.125-.575.875-.937T12 15t1.688.4t.812 1.05v2.05q1.1-.4 1.55-.962t.45-1.038v-4q0-1.2-1.588-1.85T12 10t-2.912.65m2.025 3.488q-.363-.363-.363-.888t.363-.888T12 12t.888.363t.362.887t-.363.888T12 14.5t-.888-.363"/></svg> </template>
CSS
.icon-account-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15.888%202.788q1.812.787%203.175%202.15t2.15%203.175t.787%203.875t-.787%203.887t-2.15%203.188t-3.175%202.15t-3.875.787t-3.888-.787t-3.187-2.15t-2.15-3.188T2%2011.988t.788-3.875t2.15-3.175t3.187-2.15T12.013%202t3.875.788M10%207q0%20.825.588%201.413T12%209t1.413-.587T14%207t-.587-1.412T12%205t-1.412.588T10%207m-.913%203.65Q7.5%2011.3%207.5%2012.5v4q0%201.1%201.575%201.85t3.425.6v-2q-.875.05-1.65-.125T9.5%2016.3q.125-.575.875-.937T12%2015t1.688.4t.812%201.05v2.05q1.1-.4%201.55-.962t.45-1.038v-4q0-1.2-1.588-1.85T12%2010t-2.912.65m2.025%203.488q-.363-.363-.363-.888t.363-.888T12%2012t.888.363t.362.887t-.363.888T12%2014.5t-.888-.363%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15.888%202.788q1.812.787%203.175%202.15t2.15%203.175t.787%203.875t-.787%203.887t-2.15%203.188t-3.175%202.15t-3.875.787t-3.888-.787t-3.187-2.15t-2.15-3.188T2%2011.988t.788-3.875t2.15-3.175t3.187-2.15T12.013%202t3.875.788M10%207q0%20.825.588%201.413T12%209t1.413-.587T14%207t-.587-1.412T12%205t-1.412.588T10%207m-.913%203.65Q7.5%2011.3%207.5%2012.5v4q0%201.1%201.575%201.85t3.425.6v-2q-.875.05-1.65-.125T9.5%2016.3q.125-.575.875-.937T12%2015t1.688.4t.812%201.05v2.05q1.1-.4%201.55-.962t.45-1.038v-4q0-1.2-1.588-1.85T12%2010t-2.912.65m2.025%203.488q-.363-.363-.363-.888t.363-.888T12%2012t.888.363t.362.887t-.363.888T12%2014.5t-.888-.363%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/account-child.svg?color=%231a73e8&size=48