account child icon

account-child-rounded from Material Symbols by Google · Rounded · Actions · Apache-2.0 Free for personal and commercial use.

Name
account-child-rounded
Set
Material Symbols
Style
Rounded
Category
Actions
Viewbox
24×24
License
Apache 2.0

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-1.075 3.538Q7.5 11.075 7.5 12.5v4q0 1.425 1.425 1.938T12 18.95q.425 0 .713-.288T13 17.95t-.288-.712T12 16.95q-.5.05-.975-.05t-.95-.3q-.275-.125-.35-.388t.1-.462q.425-.425 1-.588T12 15q.925 0 1.713.325t.787 1.125v.85q0 .3.213.525t.512.225q.575 0 .925-.475t.35-1.075v-4q0-1.425-1.425-1.963T12 10t-3.075.538m2.188 3.6q-.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 MaterialSymbolsAccountChildRounded(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-1.075 3.538Q7.5 11.075 7.5 12.5v4q0 1.425 1.425 1.938T12 18.95q.425 0 .713-.288T13 17.95t-.288-.712T12 16.95q-.5.05-.975-.05t-.95-.3q-.275-.125-.35-.388t.1-.462q.425-.425 1-.588T12 15q.925 0 1.713.325t.787 1.125v.85q0 .3.213.525t.512.225q.575 0 .925-.475t.35-1.075v-4q0-1.425-1.425-1.963T12 10t-3.075.538m2.188 3.6q-.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-1.075 3.538Q7.5 11.075 7.5 12.5v4q0 1.425 1.425 1.938T12 18.95q.425 0 .713-.288T13 17.95t-.288-.712T12 16.95q-.5.05-.975-.05t-.95-.3q-.275-.125-.35-.388t.1-.462q.425-.425 1-.588T12 15q.925 0 1.713.325t.787 1.125v.85q0 .3.213.525t.512.225q.575 0 .925-.475t.35-1.075v-4q0-1.425-1.425-1.963T12 10t-3.075.538m2.188 3.6q-.363-.363-.363-.888t.363-.888T12 12t.888.363t.362.887t-.363.888T12 14.5t-.888-.363"/></svg>
</template>

CSS

.icon-account-child-rounded {
  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-1.075%203.538Q7.5%2011.075%207.5%2012.5v4q0%201.425%201.425%201.938T12%2018.95q.425%200%20.713-.288T13%2017.95t-.288-.712T12%2016.95q-.5.05-.975-.05t-.95-.3q-.275-.125-.35-.388t.1-.462q.425-.425%201-.588T12%2015q.925%200%201.713.325t.787%201.125v.85q0%20.3.213.525t.512.225q.575%200%20.925-.475t.35-1.075v-4q0-1.425-1.425-1.963T12%2010t-3.075.538m2.188%203.6q-.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-1.075%203.538Q7.5%2011.075%207.5%2012.5v4q0%201.425%201.425%201.938T12%2018.95q.425%200%20.713-.288T13%2017.95t-.288-.712T12%2016.95q-.5.05-.975-.05t-.95-.3q-.275-.125-.35-.388t.1-.462q.425-.425%201-.588T12%2015q.925%200%201.713.325t.787%201.125v.85q0%20.3.213.525t.512.225q.575%200%20.925-.475t.35-1.075v-4q0-1.425-1.425-1.963T12%2010t-3.075.538m2.188%203.6q-.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-rounded.svg?color=%231a73e8&size=48