account-tree-rounded from Material Symbols Light by Google · Rounded · Business · Apache-2.0 Free for personal and commercial use.

Name
account-tree-rounded
Set
Material Symbols Light
Style
Rounded
Category
Business
Viewbox
24×24
License
Apache 2.0

3 other variants in Material Symbols Light

The same icon in other sets

More business icons from Material Symbols Light

Use the account tree icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.5 19.462V17.5h-2.384q-.672 0-1.144-.472t-.472-1.143V7.5h-3v1.962q0 .44-.299.739t-.74.299H3.539q-.44 0-.739-.299t-.299-.74V4.54q0-.441.299-.74t.74-.299h3.923q.44 0 .739.299t.299.74V6.5h7V4.539q0-.441.299-.74t.74-.299h3.922q.441 0 .74.299t.299.74v4.923q0 .44-.299.739t-.74.299H16.54q-.441 0-.74-.299t-.299-.74V7.5h-3v8.385q0 .269.173.442t.443.173H15.5v-1.961q0-.441.299-.74t.74-.299h3.922q.441 0 .74.299t.299.74v4.922q0 .441-.299.74t-.74.299H16.54q-.441 0-.74-.299t-.299-.74"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightAccountTreeRounded(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.5 19.462V17.5h-2.384q-.672 0-1.144-.472t-.472-1.143V7.5h-3v1.962q0 .44-.299.739t-.74.299H3.539q-.44 0-.739-.299t-.299-.74V4.54q0-.441.299-.74t.74-.299h3.923q.44 0 .739.299t.299.74V6.5h7V4.539q0-.441.299-.74t.74-.299h3.922q.441 0 .74.299t.299.74v4.923q0 .44-.299.739t-.74.299H16.54q-.441 0-.74-.299t-.299-.74V7.5h-3v8.385q0 .269.173.442t.443.173H15.5v-1.961q0-.441.299-.74t.74-.299h3.922q.441 0 .74.299t.299.74v4.922q0 .441-.299.74t-.74.299H16.54q-.441 0-.74-.299t-.299-.74"/></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.5 19.462V17.5h-2.384q-.672 0-1.144-.472t-.472-1.143V7.5h-3v1.962q0 .44-.299.739t-.74.299H3.539q-.44 0-.739-.299t-.299-.74V4.54q0-.441.299-.74t.74-.299h3.923q.44 0 .739.299t.299.74V6.5h7V4.539q0-.441.299-.74t.74-.299h3.922q.441 0 .74.299t.299.74v4.923q0 .44-.299.739t-.74.299H16.54q-.441 0-.74-.299t-.299-.74V7.5h-3v8.385q0 .269.173.442t.443.173H15.5v-1.961q0-.441.299-.74t.74-.299h3.922q.441 0 .74.299t.299.74v4.922q0 .441-.299.74t-.74.299H16.54q-.441 0-.74-.299t-.299-.74"/></svg>
</template>

CSS

.icon-account-tree-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.5%2019.462V17.5h-2.384q-.672%200-1.144-.472t-.472-1.143V7.5h-3v1.962q0%20.44-.299.739t-.74.299H3.539q-.44%200-.739-.299t-.299-.74V4.54q0-.441.299-.74t.74-.299h3.923q.44%200%20.739.299t.299.74V6.5h7V4.539q0-.441.299-.74t.74-.299h3.922q.441%200%20.74.299t.299.74v4.923q0%20.44-.299.739t-.74.299H16.54q-.441%200-.74-.299t-.299-.74V7.5h-3v8.385q0%20.269.173.442t.443.173H15.5v-1.961q0-.441.299-.74t.74-.299h3.922q.441%200%20.74.299t.299.74v4.922q0%20.441-.299.74t-.74.299H16.54q-.441%200-.74-.299t-.299-.74%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.5%2019.462V17.5h-2.384q-.672%200-1.144-.472t-.472-1.143V7.5h-3v1.962q0%20.44-.299.739t-.74.299H3.539q-.44%200-.739-.299t-.299-.74V4.54q0-.441.299-.74t.74-.299h3.923q.44%200%20.739.299t.299.74V6.5h7V4.539q0-.441.299-.74t.74-.299h3.922q.441%200%20.74.299t.299.74v4.923q0%20.44-.299.739t-.74.299H16.54q-.441%200-.74-.299t-.299-.74V7.5h-3v8.385q0%20.269.173.442t.443.173H15.5v-1.961q0-.441.299-.74t.74-.299h3.922q.441%200%20.74.299t.299.74v4.922q0%20.441-.299.74t-.74.299H16.54q-.441%200-.74-.299t-.299-.74%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/account-tree-rounded.svg?color=%231a73e8&size=48