Brand Family icon

Brand Family is a Google Material Symbol from the Text category. It comes in outlined, rounded and sharp styles, filled or unfilled, at seven weights from 100 to 700. Download it as SVG or PNG, or copy code for HTML, React, Vue, Angular, Flutter and Android — it's free to use under the Apache License 2.0.

Outlined

SVG

Outlined, filled

SVG

Every style, fill and weight

Material Symbols are variable: each icon comes in three styles, with or without fill, at seven weights. Pick a combination to preview it, download it, or copy the code for your platform.

Outlined, unfilled, weight 400

brand_family_outlined_fill0_wght400.svg

Brand Family icon in HTML

Load the Material Symbols font from Google Fonts (this link loads just this icon), then use the icon's name as text.

<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,[email protected],100..700,0..1,-50..200&icon_names=brand_family" />

<span class="material-symbols-outlined">brand_family</span>

Brand Family icon in React

// With the font from the HTML tab:
export function BrandFamilyIcon() {
  return (
    <span className="material-symbols-outlined">
      brand_family
    </span>
  );
}

// Or as an SVG component (Vite + vite-plugin-svgr) instead:
//   npm install @material-symbols/svg-400
//   import BrandFamilyIcon from "@material-symbols/svg-400/outlined/brand_family.svg?react";

Brand Family icon in Vue

<!-- With the font from the HTML tab -->
<template>
  <span class="material-symbols-outlined">brand_family</span>
</template>

<!-- Or as an SVG component (Vite + vite-svg-loader):
     npm install @material-symbols/svg-400
     import BrandFamilyIcon from "@material-symbols/svg-400/outlined/brand_family.svg?component"; -->

Brand Family icon in Angular

With Angular Material and the font from the HTML tab:

<mat-icon fontSet="material-symbols-outlined">brand_family</mat-icon>

Brand Family icon in Flutter

Uses the community material_symbols_icons package.

flutter pub add material_symbols_icons

import 'package:material_symbols_icons/symbols.dart';

Icon(Symbols.brand_family, fill: 0, weight: 400)

Brand Family icon in Android

A vector drawable of the selected style, fill and weight:

<!-- res/drawable/brand_family.xml -->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
    android:width="24dp"
    android:height="24dp"
    android:viewportWidth="24"
    android:viewportHeight="24"
    android:tint="?attr/colorControlNormal">
        <path android:fillColor="@android:color/white" android:pathData="M4.65 22q-1.35 0-2-.55t-.65-1.65q0-1.45 1.225-1.85t2.9-.4h.525v-1.4q0-.75-.037-1.3t-.163-.9q-.125-.35-.287-.525t-.413-.175q-.225 0-.412 .075t-.313 .2q-.1 .125-.125 .263t.025 .287q.15 .275 .35 .538t.2 .612q0 .625-.437 1.063T3.975 16.725q-.625 0-1.062-.437T2.475 15.225q0-.675 .3-1.1t.813-.675q.512-.25 1.187-.35t1.45-.1q2.125 0 2.95 .763T10 16.45v3.675q0 .475 .113 .7t.387 .225q.3 0 .488-.45t.237-1.4h.275q-.075 1.55-.587 2.175T9.2 22q-1.075 0-1.687-.337T6.725 20.65q-.25 .725-.737 1.038T4.65 22Zm9.325 0q-.5 0-.812-.412T13.05 20.7l2.55-6.725q.175-.425 .55-.7t.85-.275q.475 0 .85 .275t.55 .7l2.55 6.725q.2 .475-.112 .888T20.025 22q-.3 0-.55-.175t-.375-.475l-.5-1.45H15.4l-.5 1.45q-.1 .275-.35 .463T13.975 22Zm-8.1-.725q.325 0 .55-.512t.225-1.238v-1.675q-.65 0-.95 .388T5.4 19.5v.275q0 .9 .1 1.2t.375 .3Zm10.175-3.125h1.925l-.975-2.85-.95 2.85Zm-.925-7.125q-1.2 0-1.912-.837T12.5 7.925q0-2.6 1.638-4.25T18.375 2.025q1.1 0 1.725 .225t.625 .6q0 .15-.05 .3t-.175 .275q-.125 .175-.312 .25t-.388 .025q-.35-.1-.8-.175t-.825-.075q-1.775 0-2.85 1.2t-1.075 3.175q0 .55 .2 1.15t.9 .6q.275 0 .538-.125t.462-.35q.425-.45 .788-1.5T17.8 5.05q.05-.325 .263-.462T18.65 4.45q.45 0 .688 .238T19.475 5.275q-.3 1.075-.437 1.875t-.138 1.45q0 .5 .138 .725t.412 .225q.275 0 .538-.2t.737-.75q.05-.075 .375-.175 .2 0 .3 .15t.1 .425q0 .7-.8 1.35t-1.675 .65q-.65 0-1.112-.35T17.275 9.65q-.375 .65-.925 1.013T15.125 11.025Zm-12.125-.025v-5.5q0-1.45 1.025-2.475t2.475-1.025q1.45 0 2.475 1.025t1.025 2.475v5.5h-2v-2H5v2h-2Zm2-4h3v-1.5q0-.625-.437-1.062T6.5 4q-.625 0-1.062 .438T5 5.5v1.5Z" />
</vector>

Brand Family icon in SVG

npm install @material-symbols/svg-400

import icon from "@material-symbols/svg-400/outlined/brand_family.svg";

<!-- or load it from a CDN -->
<img src="https://cdn.jsdelivr.net/npm/@material-symbols/[email protected]/outlined/brand_family.svg" width="24" height="24" alt="Brand Family">

Brand Family icon in Power Apps

Paste into an Image control's Image property. The Copy button copies the full formula with this icon's SVG.

"data:image/svg+xml;utf8, " & EncodeUrl("<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'>…</svg>")

Details

NameBrand Family
Ligaturebrand_family
Code pointU+F4F1
CategoryText
StylesOutlined, Rounded, Sharp — each unfilled or filled
Weights100, 200, 300, 400, 500, 600, 700
Files@material-symbols/svg-400/outlined/brand_family.svg, brand_family-fill.svg
FlutterSymbols.brand_family
LicenseApache License 2.0 (© Google LLC)

Keywords

textnetworkconnectiontypegraphicformatletterscharacterpeoplefontalphabetabstractorganization

Related icons