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

Name
family-history-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 family history icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.76 20.412q-.914-.914-.914-2.239q0-1.184.756-2.057q.756-.872 1.898-1.049V12.5H7.616q-.667 0-1.141-.475T6 10.885V8.904H4.404q-.344 0-.576-.232t-.232-.576V3.912q0-.356.232-.586t.576-.23h4.185q.355 0 .585.232t.23.576v4.185q0 .355-.232.585q-.233.23-.576.23H7v1.98q0 .27.173.443t.443.173h8.769q.269 0 .442-.173t.173-.442v-2.03q-1.142-.176-1.898-1.048t-.756-2.057q0-1.324.915-2.24q.914-.914 2.24-.914t2.238.915q.915.915.915 2.239q0 1.185-.756 2.057T18 8.856v2.029q0 .666-.475 1.14t-1.14.475H12.5v2.567q1.142.177 1.898 1.05q.756.872.756 2.056q0 1.325-.915 2.24q-.915.914-2.24.914t-2.238-.915"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightFamilyHistoryRounded(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="M9.76 20.412q-.914-.914-.914-2.239q0-1.184.756-2.057q.756-.872 1.898-1.049V12.5H7.616q-.667 0-1.141-.475T6 10.885V8.904H4.404q-.344 0-.576-.232t-.232-.576V3.912q0-.356.232-.586t.576-.23h4.185q.355 0 .585.232t.23.576v4.185q0 .355-.232.585q-.233.23-.576.23H7v1.98q0 .27.173.443t.443.173h8.769q.269 0 .442-.173t.173-.442v-2.03q-1.142-.176-1.898-1.048t-.756-2.057q0-1.324.915-2.24q.914-.914 2.24-.914t2.238.915q.915.915.915 2.239q0 1.185-.756 2.057T18 8.856v2.029q0 .666-.475 1.14t-1.14.475H12.5v2.567q1.142.177 1.898 1.05q.756.872.756 2.056q0 1.325-.915 2.24q-.915.914-2.24.914t-2.238-.915"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.76 20.412q-.914-.914-.914-2.239q0-1.184.756-2.057q.756-.872 1.898-1.049V12.5H7.616q-.667 0-1.141-.475T6 10.885V8.904H4.404q-.344 0-.576-.232t-.232-.576V3.912q0-.356.232-.586t.576-.23h4.185q.355 0 .585.232t.23.576v4.185q0 .355-.232.585q-.233.23-.576.23H7v1.98q0 .27.173.443t.443.173h8.769q.269 0 .442-.173t.173-.442v-2.03q-1.142-.176-1.898-1.048t-.756-2.057q0-1.324.915-2.24q.914-.914 2.24-.914t2.238.915q.915.915.915 2.239q0 1.185-.756 2.057T18 8.856v2.029q0 .666-.475 1.14t-1.14.475H12.5v2.567q1.142.177 1.898 1.05q.756.872.756 2.056q0 1.325-.915 2.24q-.915.914-2.24.914t-2.238-.915"/></svg>
</template>

CSS

.icon-family-history-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%22M9.76%2020.412q-.914-.914-.914-2.239q0-1.184.756-2.057q.756-.872%201.898-1.049V12.5H7.616q-.667%200-1.141-.475T6%2010.885V8.904H4.404q-.344%200-.576-.232t-.232-.576V3.912q0-.356.232-.586t.576-.23h4.185q.355%200%20.585.232t.23.576v4.185q0%20.355-.232.585q-.233.23-.576.23H7v1.98q0%20.27.173.443t.443.173h8.769q.269%200%20.442-.173t.173-.442v-2.03q-1.142-.176-1.898-1.048t-.756-2.057q0-1.324.915-2.24q.914-.914%202.24-.914t2.238.915q.915.915.915%202.239q0%201.185-.756%202.057T18%208.856v2.029q0%20.666-.475%201.14t-1.14.475H12.5v2.567q1.142.177%201.898%201.05q.756.872.756%202.056q0%201.325-.915%202.24q-.915.914-2.24.914t-2.238-.915%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%22M9.76%2020.412q-.914-.914-.914-2.239q0-1.184.756-2.057q.756-.872%201.898-1.049V12.5H7.616q-.667%200-1.141-.475T6%2010.885V8.904H4.404q-.344%200-.576-.232t-.232-.576V3.912q0-.356.232-.586t.576-.23h4.185q.355%200%20.585.232t.23.576v4.185q0%20.355-.232.585q-.233.23-.576.23H7v1.98q0%20.27.173.443t.443.173h8.769q.269%200%20.442-.173t.173-.442v-2.03q-1.142-.176-1.898-1.048t-.756-2.057q0-1.324.915-2.24q.914-.914%202.24-.914t2.238.915q.915.915.915%202.239q0%201.185-.756%202.057T18%208.856v2.029q0%20.666-.475%201.14t-1.14.475H12.5v2.567q1.142.177%201.898%201.05q.756.872.756%202.056q0%201.325-.915%202.24q-.915.914-2.24.914t-2.238-.915%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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