family-link-outline from Material Symbols by Google · Outline · Activities · Apache-2.0 Free for personal and commercial use.

Name
family-link-outline
Set
Material Symbols
Style
Outline
Category
Activities
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols

The same icon in other sets

More activities icons from Material Symbols

Use the family link icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.75 23q-1.275 0-2.262-.763T6.15 20.276Q6 19.7 5.525 19.35T4.45 19q-.4 0-.75.163t-.6.462L1.575 18.35q.525-.65 1.288-1T4.45 17q1.275 0 2.275.75t1.35 1.975q.15.575.625.925t1.05.35q.475 0 .85-.25t.65-.625l.025-.05l-6.9-9.525q-.2-.275-.288-.575T4 9.375q0-.4.15-.762t.45-.663l6.5-6.375q.275-.275.65-.425T12.5 1t.75.15t.65.425l6.5 6.375q.3.3.45.663t.15.762q0 .3-.088.6t-.287.575L12.5 21.8q-.45.625-1.2.913T9.75 23m2.75-4.625l6.5-9L12.5 3L6.025 9.4zm.025-7.7"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsFamilyLinkOutline(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.75 23q-1.275 0-2.262-.763T6.15 20.276Q6 19.7 5.525 19.35T4.45 19q-.4 0-.75.163t-.6.462L1.575 18.35q.525-.65 1.288-1T4.45 17q1.275 0 2.275.75t1.35 1.975q.15.575.625.925t1.05.35q.475 0 .85-.25t.65-.625l.025-.05l-6.9-9.525q-.2-.275-.288-.575T4 9.375q0-.4.15-.762t.45-.663l6.5-6.375q.275-.275.65-.425T12.5 1t.75.15t.65.425l6.5 6.375q.3.3.45.663t.15.762q0 .3-.088.6t-.287.575L12.5 21.8q-.45.625-1.2.913T9.75 23m2.75-4.625l6.5-9L12.5 3L6.025 9.4zm.025-7.7"/></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.75 23q-1.275 0-2.262-.763T6.15 20.276Q6 19.7 5.525 19.35T4.45 19q-.4 0-.75.163t-.6.462L1.575 18.35q.525-.65 1.288-1T4.45 17q1.275 0 2.275.75t1.35 1.975q.15.575.625.925t1.05.35q.475 0 .85-.25t.65-.625l.025-.05l-6.9-9.525q-.2-.275-.288-.575T4 9.375q0-.4.15-.762t.45-.663l6.5-6.375q.275-.275.65-.425T12.5 1t.75.15t.65.425l6.5 6.375q.3.3.45.663t.15.762q0 .3-.088.6t-.287.575L12.5 21.8q-.45.625-1.2.913T9.75 23m2.75-4.625l6.5-9L12.5 3L6.025 9.4zm.025-7.7"/></svg>
</template>

CSS

.icon-family-link-outline {
  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.75%2023q-1.275%200-2.262-.763T6.15%2020.276Q6%2019.7%205.525%2019.35T4.45%2019q-.4%200-.75.163t-.6.462L1.575%2018.35q.525-.65%201.288-1T4.45%2017q1.275%200%202.275.75t1.35%201.975q.15.575.625.925t1.05.35q.475%200%20.85-.25t.65-.625l.025-.05l-6.9-9.525q-.2-.275-.288-.575T4%209.375q0-.4.15-.762t.45-.663l6.5-6.375q.275-.275.65-.425T12.5%201t.75.15t.65.425l6.5%206.375q.3.3.45.663t.15.762q0%20.3-.088.6t-.287.575L12.5%2021.8q-.45.625-1.2.913T9.75%2023m2.75-4.625l6.5-9L12.5%203L6.025%209.4zm.025-7.7%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.75%2023q-1.275%200-2.262-.763T6.15%2020.276Q6%2019.7%205.525%2019.35T4.45%2019q-.4%200-.75.163t-.6.462L1.575%2018.35q.525-.65%201.288-1T4.45%2017q1.275%200%202.275.75t1.35%201.975q.15.575.625.925t1.05.35q.475%200%20.85-.25t.65-.625l.025-.05l-6.9-9.525q-.2-.275-.288-.575T4%209.375q0-.4.15-.762t.45-.663l6.5-6.375q.275-.275.65-.425T12.5%201t.75.15t.65.425l6.5%206.375q.3.3.45.663t.15.762q0%20.3-.088.6t-.287.575L12.5%2021.8q-.45.625-1.2.913T9.75%2023m2.75-4.625l6.5-9L12.5%203L6.025%209.4zm.025-7.7%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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