brand family icon
brand-family from Material Symbols Light by Google · Regular · Text · Apache-2.0 Free for personal and commercial use.
- Name
- brand-family
- Set
- Material Symbols Light
- Style
- Regular
- Category
- Text
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- brand-family-outline, brand-family-outline-rounded, brand-family-outline-sharp, brand-family-rounded, brand-family-sharp
The same icon in other sets
More text icons from Material Symbols Light
add-column-leftadd-column-rightadd-linkadd-notesadd-row-aboveadd-row-belowadd-to-drivealign-centeralign-endalign-flex-centeralign-flex-endalign-flex-startalign-horizontal-centeralign-horizontal-leftalign-horizontal-rightalign-items-stretchalign-justify-centeralign-justify-flex-endalign-justify-flex-startalign-justify-space-aroundalign-justify-space-betweenalign-justify-space-evenalign-justify-stretchalign-self-stretch
Use the brand family icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.746 20.462q-1.138 0-1.692-.464q-.554-.463-.554-1.39q0-1.23 1.036-1.57t2.451-.339h.452v-1.187q0-.721-.025-1.177t-.134-.751t-.249-.41t-.358-.116q-.206 0-.357.062q-.151.063-.252.168q-.081.104-.106.22t.025.24q.124.233.289.456t.165.52q0 .53-.37.9t-.9.37t-.899-.368t-.37-.893q0-.568.254-.932t.688-.579t1.004-.295t1.227-.08q1.798 0 2.498.637t.7 2.27v3.116q0 .403.103.6q.103.195.328.195q.245 0 .399-.392q.153-.392.197-1.189h.243q-.065 1.316-.501 1.847t-1.459.53q-.916 0-1.432-.28q-.516-.279-.653-.858q-.21.611-.621.875q-.411.263-1.128.263m7.883 0q-.442 0-.687-.354q-.245-.355-.077-.757l2.14-5.683q.137-.367.463-.594q.327-.227.725-.227q.399 0 .725.227q.327.227.464.594l2.14 5.683q.168.402-.078.757t-.685.354q-.264 0-.475-.147q-.211-.148-.316-.401l-.423-1.225h-2.702l-.421 1.225q-.084.232-.295.39t-.498.158m-6.84-.609q.278 0 .464-.435q.187-.435.187-1.05v-1.42q-.55 0-.804.329t-.254 1.073v.234q0 .765.085 1.017t.321.252m8.61-2.644h1.616l-.82-2.408zm-.785-6.03q-1.014 0-1.62-.712t-.608-1.913q0-2.19 1.391-3.602t3.583-1.413q.894 0 1.438.201t.544.519q0 .126-.04.248t-.146.246q-.125.136-.275.202q-.15.065-.31.015q-.296-.085-.678-.148q-.38-.063-.699-.063q-1.504 0-2.415 1.015q-.912 1.015-.912 2.686q0 .454.162.968t.765.513q.217 0 .442-.096q.224-.096.404-.302q.363-.38.673-1.265t.566-2.15q.042-.284.22-.403t.491-.12q.377 0 .576.208t.114.507q-.257.915-.366 1.586q-.108.67-.108 1.214q0 .43.113.622t.34.193q.236 0 .46-.18q.225-.181.623-.635q.05-.075.316-.136q.163 0 .254.127q.09.127.09.361q0 .594-.677 1.138q-.677.545-1.417.545q-.55 0-.946-.302t-.531-.837q-.317.55-.782.857t-1.035.307m-10.266-.025V6.49q0-1.23.862-2.091t2.1-.861t2.1.861t.861 2.09v4.664H8.577V9.458H6.039v1.696zm1.692-3.385h2.539V6.5q0-.529-.37-.899t-.9-.37t-.898.37t-.37.899z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightBrandFamily(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="M5.746 20.462q-1.138 0-1.692-.464q-.554-.463-.554-1.39q0-1.23 1.036-1.57t2.451-.339h.452v-1.187q0-.721-.025-1.177t-.134-.751t-.249-.41t-.358-.116q-.206 0-.357.062q-.151.063-.252.168q-.081.104-.106.22t.025.24q.124.233.289.456t.165.52q0 .53-.37.9t-.9.37t-.899-.368t-.37-.893q0-.568.254-.932t.688-.579t1.004-.295t1.227-.08q1.798 0 2.498.637t.7 2.27v3.116q0 .403.103.6q.103.195.328.195q.245 0 .399-.392q.153-.392.197-1.189h.243q-.065 1.316-.501 1.847t-1.459.53q-.916 0-1.432-.28q-.516-.279-.653-.858q-.21.611-.621.875q-.411.263-1.128.263m7.883 0q-.442 0-.687-.354q-.245-.355-.077-.757l2.14-5.683q.137-.367.463-.594q.327-.227.725-.227q.399 0 .725.227q.327.227.464.594l2.14 5.683q.168.402-.078.757t-.685.354q-.264 0-.475-.147q-.211-.148-.316-.401l-.423-1.225h-2.702l-.421 1.225q-.084.232-.295.39t-.498.158m-6.84-.609q.278 0 .464-.435q.187-.435.187-1.05v-1.42q-.55 0-.804.329t-.254 1.073v.234q0 .765.085 1.017t.321.252m8.61-2.644h1.616l-.82-2.408zm-.785-6.03q-1.014 0-1.62-.712t-.608-1.913q0-2.19 1.391-3.602t3.583-1.413q.894 0 1.438.201t.544.519q0 .126-.04.248t-.146.246q-.125.136-.275.202q-.15.065-.31.015q-.296-.085-.678-.148q-.38-.063-.699-.063q-1.504 0-2.415 1.015q-.912 1.015-.912 2.686q0 .454.162.968t.765.513q.217 0 .442-.096q.224-.096.404-.302q.363-.38.673-1.265t.566-2.15q.042-.284.22-.403t.491-.12q.377 0 .576.208t.114.507q-.257.915-.366 1.586q-.108.67-.108 1.214q0 .43.113.622t.34.193q.236 0 .46-.18q.225-.181.623-.635q.05-.075.316-.136q.163 0 .254.127q.09.127.09.361q0 .594-.677 1.138q-.677.545-1.417.545q-.55 0-.946-.302t-.531-.837q-.317.55-.782.857t-1.035.307m-10.266-.025V6.49q0-1.23.862-2.091t2.1-.861t2.1.861t.861 2.09v4.664H8.577V9.458H6.039v1.696zm1.692-3.385h2.539V6.5q0-.529-.37-.899t-.9-.37t-.898.37t-.37.899z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.746 20.462q-1.138 0-1.692-.464q-.554-.463-.554-1.39q0-1.23 1.036-1.57t2.451-.339h.452v-1.187q0-.721-.025-1.177t-.134-.751t-.249-.41t-.358-.116q-.206 0-.357.062q-.151.063-.252.168q-.081.104-.106.22t.025.24q.124.233.289.456t.165.52q0 .53-.37.9t-.9.37t-.899-.368t-.37-.893q0-.568.254-.932t.688-.579t1.004-.295t1.227-.08q1.798 0 2.498.637t.7 2.27v3.116q0 .403.103.6q.103.195.328.195q.245 0 .399-.392q.153-.392.197-1.189h.243q-.065 1.316-.501 1.847t-1.459.53q-.916 0-1.432-.28q-.516-.279-.653-.858q-.21.611-.621.875q-.411.263-1.128.263m7.883 0q-.442 0-.687-.354q-.245-.355-.077-.757l2.14-5.683q.137-.367.463-.594q.327-.227.725-.227q.399 0 .725.227q.327.227.464.594l2.14 5.683q.168.402-.078.757t-.685.354q-.264 0-.475-.147q-.211-.148-.316-.401l-.423-1.225h-2.702l-.421 1.225q-.084.232-.295.39t-.498.158m-6.84-.609q.278 0 .464-.435q.187-.435.187-1.05v-1.42q-.55 0-.804.329t-.254 1.073v.234q0 .765.085 1.017t.321.252m8.61-2.644h1.616l-.82-2.408zm-.785-6.03q-1.014 0-1.62-.712t-.608-1.913q0-2.19 1.391-3.602t3.583-1.413q.894 0 1.438.201t.544.519q0 .126-.04.248t-.146.246q-.125.136-.275.202q-.15.065-.31.015q-.296-.085-.678-.148q-.38-.063-.699-.063q-1.504 0-2.415 1.015q-.912 1.015-.912 2.686q0 .454.162.968t.765.513q.217 0 .442-.096q.224-.096.404-.302q.363-.38.673-1.265t.566-2.15q.042-.284.22-.403t.491-.12q.377 0 .576.208t.114.507q-.257.915-.366 1.586q-.108.67-.108 1.214q0 .43.113.622t.34.193q.236 0 .46-.18q.225-.181.623-.635q.05-.075.316-.136q.163 0 .254.127q.09.127.09.361q0 .594-.677 1.138q-.677.545-1.417.545q-.55 0-.946-.302t-.531-.837q-.317.55-.782.857t-1.035.307m-10.266-.025V6.49q0-1.23.862-2.091t2.1-.861t2.1.861t.861 2.09v4.664H8.577V9.458H6.039v1.696zm1.692-3.385h2.539V6.5q0-.529-.37-.899t-.9-.37t-.898.37t-.37.899z"/></svg> </template>
CSS
.icon-brand-family {
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%22M5.746%2020.462q-1.138%200-1.692-.464q-.554-.463-.554-1.39q0-1.23%201.036-1.57t2.451-.339h.452v-1.187q0-.721-.025-1.177t-.134-.751t-.249-.41t-.358-.116q-.206%200-.357.062q-.151.063-.252.168q-.081.104-.106.22t.025.24q.124.233.289.456t.165.52q0%20.53-.37.9t-.9.37t-.899-.368t-.37-.893q0-.568.254-.932t.688-.579t1.004-.295t1.227-.08q1.798%200%202.498.637t.7%202.27v3.116q0%20.403.103.6q.103.195.328.195q.245%200%20.399-.392q.153-.392.197-1.189h.243q-.065%201.316-.501%201.847t-1.459.53q-.916%200-1.432-.28q-.516-.279-.653-.858q-.21.611-.621.875q-.411.263-1.128.263m7.883%200q-.442%200-.687-.354q-.245-.355-.077-.757l2.14-5.683q.137-.367.463-.594q.327-.227.725-.227q.399%200%20.725.227q.327.227.464.594l2.14%205.683q.168.402-.078.757t-.685.354q-.264%200-.475-.147q-.211-.148-.316-.401l-.423-1.225h-2.702l-.421%201.225q-.084.232-.295.39t-.498.158m-6.84-.609q.278%200%20.464-.435q.187-.435.187-1.05v-1.42q-.55%200-.804.329t-.254%201.073v.234q0%20.765.085%201.017t.321.252m8.61-2.644h1.616l-.82-2.408zm-.785-6.03q-1.014%200-1.62-.712t-.608-1.913q0-2.19%201.391-3.602t3.583-1.413q.894%200%201.438.201t.544.519q0%20.126-.04.248t-.146.246q-.125.136-.275.202q-.15.065-.31.015q-.296-.085-.678-.148q-.38-.063-.699-.063q-1.504%200-2.415%201.015q-.912%201.015-.912%202.686q0%20.454.162.968t.765.513q.217%200%20.442-.096q.224-.096.404-.302q.363-.38.673-1.265t.566-2.15q.042-.284.22-.403t.491-.12q.377%200%20.576.208t.114.507q-.257.915-.366%201.586q-.108.67-.108%201.214q0%20.43.113.622t.34.193q.236%200%20.46-.18q.225-.181.623-.635q.05-.075.316-.136q.163%200%20.254.127q.09.127.09.361q0%20.594-.677%201.138q-.677.545-1.417.545q-.55%200-.946-.302t-.531-.837q-.317.55-.782.857t-1.035.307m-10.266-.025V6.49q0-1.23.862-2.091t2.1-.861t2.1.861t.861%202.09v4.664H8.577V9.458H6.039v1.696zm1.692-3.385h2.539V6.5q0-.529-.37-.899t-.9-.37t-.898.37t-.37.899z%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%22M5.746%2020.462q-1.138%200-1.692-.464q-.554-.463-.554-1.39q0-1.23%201.036-1.57t2.451-.339h.452v-1.187q0-.721-.025-1.177t-.134-.751t-.249-.41t-.358-.116q-.206%200-.357.062q-.151.063-.252.168q-.081.104-.106.22t.025.24q.124.233.289.456t.165.52q0%20.53-.37.9t-.9.37t-.899-.368t-.37-.893q0-.568.254-.932t.688-.579t1.004-.295t1.227-.08q1.798%200%202.498.637t.7%202.27v3.116q0%20.403.103.6q.103.195.328.195q.245%200%20.399-.392q.153-.392.197-1.189h.243q-.065%201.316-.501%201.847t-1.459.53q-.916%200-1.432-.28q-.516-.279-.653-.858q-.21.611-.621.875q-.411.263-1.128.263m7.883%200q-.442%200-.687-.354q-.245-.355-.077-.757l2.14-5.683q.137-.367.463-.594q.327-.227.725-.227q.399%200%20.725.227q.327.227.464.594l2.14%205.683q.168.402-.078.757t-.685.354q-.264%200-.475-.147q-.211-.148-.316-.401l-.423-1.225h-2.702l-.421%201.225q-.084.232-.295.39t-.498.158m-6.84-.609q.278%200%20.464-.435q.187-.435.187-1.05v-1.42q-.55%200-.804.329t-.254%201.073v.234q0%20.765.085%201.017t.321.252m8.61-2.644h1.616l-.82-2.408zm-.785-6.03q-1.014%200-1.62-.712t-.608-1.913q0-2.19%201.391-3.602t3.583-1.413q.894%200%201.438.201t.544.519q0%20.126-.04.248t-.146.246q-.125.136-.275.202q-.15.065-.31.015q-.296-.085-.678-.148q-.38-.063-.699-.063q-1.504%200-2.415%201.015q-.912%201.015-.912%202.686q0%20.454.162.968t.765.513q.217%200%20.442-.096q.224-.096.404-.302q.363-.38.673-1.265t.566-2.15q.042-.284.22-.403t.491-.12q.377%200%20.576.208t.114.507q-.257.915-.366%201.586q-.108.67-.108%201.214q0%20.43.113.622t.34.193q.236%200%20.46-.18q.225-.181.623-.635q.05-.075.316-.136q.163%200%20.254.127q.09.127.09.361q0%20.594-.677%201.138q-.677.545-1.417.545q-.55%200-.946-.302t-.531-.837q-.317.55-.782.857t-1.035.307m-10.266-.025V6.49q0-1.23.862-2.091t2.1-.861t2.1.861t.861%202.09v4.664H8.577V9.458H6.039v1.696zm1.692-3.385h2.539V6.5q0-.529-.37-.899t-.9-.37t-.898.37t-.37.899z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/brand-family.svg?color=%231a73e8&size=48