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

Name
family-history
Set
Material Symbols Light
Style
Regular
Category
Business
Viewbox
24×24
License
Apache 2.0
Aliases
family-history-sharp

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.413q-.914-.915-.914-2.24q0-1.184.756-2.057q.756-.872 1.898-1.049V12.5H6V8.904H3.596V3.096h5.808v5.808H7V11.5h10V8.856q-1.142-.177-1.898-1.05q-.756-.871-.756-2.056q0-1.325.914-2.24q.915-.914 2.24-.914t2.24.914t.914 2.24q0 1.185-.756 2.057T18 8.856V12.5h-5.5v2.567q1.142.177 1.898 1.05q.756.872.756 2.056q0 1.325-.914 2.24q-.915.914-2.24.914t-2.24-.914"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightFamilyHistory(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.413q-.914-.915-.914-2.24q0-1.184.756-2.057q.756-.872 1.898-1.049V12.5H6V8.904H3.596V3.096h5.808v5.808H7V11.5h10V8.856q-1.142-.177-1.898-1.05q-.756-.871-.756-2.056q0-1.325.914-2.24q.915-.914 2.24-.914t2.24.914t.914 2.24q0 1.185-.756 2.057T18 8.856V12.5h-5.5v2.567q1.142.177 1.898 1.05q.756.872.756 2.056q0 1.325-.914 2.24q-.915.914-2.24.914t-2.24-.914"/></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.413q-.914-.915-.914-2.24q0-1.184.756-2.057q.756-.872 1.898-1.049V12.5H6V8.904H3.596V3.096h5.808v5.808H7V11.5h10V8.856q-1.142-.177-1.898-1.05q-.756-.871-.756-2.056q0-1.325.914-2.24q.915-.914 2.24-.914t2.24.914t.914 2.24q0 1.185-.756 2.057T18 8.856V12.5h-5.5v2.567q1.142.177 1.898 1.05q.756.872.756 2.056q0 1.325-.914 2.24q-.915.914-2.24.914t-2.24-.914"/></svg>
</template>

CSS

.icon-family-history {
  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.413q-.914-.915-.914-2.24q0-1.184.756-2.057q.756-.872%201.898-1.049V12.5H6V8.904H3.596V3.096h5.808v5.808H7V11.5h10V8.856q-1.142-.177-1.898-1.05q-.756-.871-.756-2.056q0-1.325.914-2.24q.915-.914%202.24-.914t2.24.914t.914%202.24q0%201.185-.756%202.057T18%208.856V12.5h-5.5v2.567q1.142.177%201.898%201.05q.756.872.756%202.056q0%201.325-.914%202.24q-.915.914-2.24.914t-2.24-.914%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.413q-.914-.915-.914-2.24q0-1.184.756-2.057q.756-.872%201.898-1.049V12.5H6V8.904H3.596V3.096h5.808v5.808H7V11.5h10V8.856q-1.142-.177-1.898-1.05q-.756-.871-.756-2.056q0-1.325.914-2.24q.915-.914%202.24-.914t2.24.914t.914%202.24q0%201.185-.756%202.057T18%208.856V12.5h-5.5v2.567q1.142.177%201.898%201.05q.756.872.756%202.056q0%201.325-.914%202.24q-.915.914-2.24.914t-2.24-.914%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.svg?color=%231a73e8&size=48