family history icon

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

Name
family-history-rounded
Set
Material Symbols
Style
Rounded
Category
Business
Viewbox
24×24
License
Apache 2.0

3 other variants in Material Symbols

The same icon in other sets

More business icons from Material Symbols

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.338 21.413Q8.25 20.325 8.25 18.75q0-1.3.775-2.287T11 15.124V13H7q-.825 0-1.412-.587T5 11V9H3.5q-.425 0-.712-.288T2.5 8V3q0-.425.288-.712T3.5 2h5q.425 0 .713.288T9.5 3v5q0 .425-.288.713T8.5 9H7v2h10V8.875q-1.2-.35-1.975-1.338T14.25 5.25q0-1.575 1.088-2.662T18 1.5t2.663 1.088T21.75 5.25q0 1.3-.775 2.288T19 8.875V11q0 .825-.587 1.413T17 13h-4v2.125q1.2.35 1.975 1.338t.775 2.287q0 1.575-1.088 2.663T12 22.5t-2.662-1.088"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsFamilyHistoryRounded(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.338 21.413Q8.25 20.325 8.25 18.75q0-1.3.775-2.287T11 15.124V13H7q-.825 0-1.412-.587T5 11V9H3.5q-.425 0-.712-.288T2.5 8V3q0-.425.288-.712T3.5 2h5q.425 0 .713.288T9.5 3v5q0 .425-.288.713T8.5 9H7v2h10V8.875q-1.2-.35-1.975-1.338T14.25 5.25q0-1.575 1.088-2.662T18 1.5t2.663 1.088T21.75 5.25q0 1.3-.775 2.288T19 8.875V11q0 .825-.587 1.413T17 13h-4v2.125q1.2.35 1.975 1.338t.775 2.287q0 1.575-1.088 2.663T12 22.5t-2.662-1.088"/></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.338 21.413Q8.25 20.325 8.25 18.75q0-1.3.775-2.287T11 15.124V13H7q-.825 0-1.412-.587T5 11V9H3.5q-.425 0-.712-.288T2.5 8V3q0-.425.288-.712T3.5 2h5q.425 0 .713.288T9.5 3v5q0 .425-.288.713T8.5 9H7v2h10V8.875q-1.2-.35-1.975-1.338T14.25 5.25q0-1.575 1.088-2.662T18 1.5t2.663 1.088T21.75 5.25q0 1.3-.775 2.288T19 8.875V11q0 .825-.587 1.413T17 13h-4v2.125q1.2.35 1.975 1.338t.775 2.287q0 1.575-1.088 2.663T12 22.5t-2.662-1.088"/></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.338%2021.413Q8.25%2020.325%208.25%2018.75q0-1.3.775-2.287T11%2015.124V13H7q-.825%200-1.412-.587T5%2011V9H3.5q-.425%200-.712-.288T2.5%208V3q0-.425.288-.712T3.5%202h5q.425%200%20.713.288T9.5%203v5q0%20.425-.288.713T8.5%209H7v2h10V8.875q-1.2-.35-1.975-1.338T14.25%205.25q0-1.575%201.088-2.662T18%201.5t2.663%201.088T21.75%205.25q0%201.3-.775%202.288T19%208.875V11q0%20.825-.587%201.413T17%2013h-4v2.125q1.2.35%201.975%201.338t.775%202.287q0%201.575-1.088%202.663T12%2022.5t-2.662-1.088%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.338%2021.413Q8.25%2020.325%208.25%2018.75q0-1.3.775-2.287T11%2015.124V13H7q-.825%200-1.412-.587T5%2011V9H3.5q-.425%200-.712-.288T2.5%208V3q0-.425.288-.712T3.5%202h5q.425%200%20.713.288T9.5%203v5q0%20.425-.288.713T8.5%209H7v2h10V8.875q-1.2-.35-1.975-1.338T14.25%205.25q0-1.575%201.088-2.662T18%201.5t2.663%201.088T21.75%205.25q0%201.3-.775%202.288T19%208.875V11q0%20.825-.587%201.413T17%2013h-4v2.125q1.2.35%201.975%201.338t.775%202.287q0%201.575-1.088%202.663T12%2022.5t-2.662-1.088%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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