group by ref type icon

group-by-ref-type from Codicons by Microsoft Corporation · Regular · CC-BY-4.0 Attribution required.

Name
group-by-ref-type
Set
Codicons
Style
Regular
Viewbox
16×16
License
CC BY 4.0

Use the group by ref type icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M14 2h-3a1 1 0 0 0-1 1v1H8v-.25A.75.75 0 0 0 7.25 3h-1.5a.75.75 0 0 0-.75.75v1.5c0 .413.337.75.75.75h1.5c.413 0 .75-.337.75-.75V5h2v1a1 1 0 0 0 1 1h3a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1M7 5H6V4h1zm7 1h-3V3h3zm0 2h-3a1 1 0 0 0-1 1v1H8v-.25A.75.75 0 0 0 7.25 9h-1.5a.75.75 0 0 0-.75.75v1.5c0 .413.337.75.75.75h1.5c.413 0 .75-.337.75-.75V11h2v1a1 1 0 0 0 1 1h3a1 1 0 0 0 1-1V9a1 1 0 0 0-1-1m-7 3H6v-1h1zm7 1h-3V9h3zm-9.499 1.501a.5.5 0 0 1-.5.5a2 2 0 0 1-2-2v-2c0-.533-.009-1.298-.091-1.502c-.062-.157-.195-.331-.634-.551a.5.5 0 0 1 0-.894c.439-.22.571-.395.634-.551c.081-.203.089-.467.089-.997V3.001a2 2 0 0 1 2.001-2A.5.5 0 1 1 4 2a1 1 0 0 0-1 1l-.002 2.571c0 .444 0 .902-.161 1.303a1.7 1.7 0 0 1-.438.626c.196.18.342.384.439.627c.161.404.163 1.366.163 1.815v2.059a1 1 0 0 0 1 1a.5.5 0 0 1 .5.5"/></svg>

React

import type { SVGProps } from "react";

export function CodiconGroupByRefType(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M14 2h-3a1 1 0 0 0-1 1v1H8v-.25A.75.75 0 0 0 7.25 3h-1.5a.75.75 0 0 0-.75.75v1.5c0 .413.337.75.75.75h1.5c.413 0 .75-.337.75-.75V5h2v1a1 1 0 0 0 1 1h3a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1M7 5H6V4h1zm7 1h-3V3h3zm0 2h-3a1 1 0 0 0-1 1v1H8v-.25A.75.75 0 0 0 7.25 9h-1.5a.75.75 0 0 0-.75.75v1.5c0 .413.337.75.75.75h1.5c.413 0 .75-.337.75-.75V11h2v1a1 1 0 0 0 1 1h3a1 1 0 0 0 1-1V9a1 1 0 0 0-1-1m-7 3H6v-1h1zm7 1h-3V9h3zm-9.499 1.501a.5.5 0 0 1-.5.5a2 2 0 0 1-2-2v-2c0-.533-.009-1.298-.091-1.502c-.062-.157-.195-.331-.634-.551a.5.5 0 0 1 0-.894c.439-.22.571-.395.634-.551c.081-.203.089-.467.089-.997V3.001a2 2 0 0 1 2.001-2A.5.5 0 1 1 4 2a1 1 0 0 0-1 1l-.002 2.571c0 .444 0 .902-.161 1.303a1.7 1.7 0 0 1-.438.626c.196.18.342.384.439.627c.161.404.163 1.366.163 1.815v2.059a1 1 0 0 0 1 1a.5.5 0 0 1 .5.5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M14 2h-3a1 1 0 0 0-1 1v1H8v-.25A.75.75 0 0 0 7.25 3h-1.5a.75.75 0 0 0-.75.75v1.5c0 .413.337.75.75.75h1.5c.413 0 .75-.337.75-.75V5h2v1a1 1 0 0 0 1 1h3a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1M7 5H6V4h1zm7 1h-3V3h3zm0 2h-3a1 1 0 0 0-1 1v1H8v-.25A.75.75 0 0 0 7.25 9h-1.5a.75.75 0 0 0-.75.75v1.5c0 .413.337.75.75.75h1.5c.413 0 .75-.337.75-.75V11h2v1a1 1 0 0 0 1 1h3a1 1 0 0 0 1-1V9a1 1 0 0 0-1-1m-7 3H6v-1h1zm7 1h-3V9h3zm-9.499 1.501a.5.5 0 0 1-.5.5a2 2 0 0 1-2-2v-2c0-.533-.009-1.298-.091-1.502c-.062-.157-.195-.331-.634-.551a.5.5 0 0 1 0-.894c.439-.22.571-.395.634-.551c.081-.203.089-.467.089-.997V3.001a2 2 0 0 1 2.001-2A.5.5 0 1 1 4 2a1 1 0 0 0-1 1l-.002 2.571c0 .444 0 .902-.161 1.303a1.7 1.7 0 0 1-.438.626c.196.18.342.384.439.627c.161.404.163 1.366.163 1.815v2.059a1 1 0 0 0 1 1a.5.5 0 0 1 .5.5"/></svg>
</template>

CSS

.icon-group-by-ref-type {
  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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14%202h-3a1%201%200%200%200-1%201v1H8v-.25A.75.75%200%200%200%207.25%203h-1.5a.75.75%200%200%200-.75.75v1.5c0%20.413.337.75.75.75h1.5c.413%200%20.75-.337.75-.75V5h2v1a1%201%200%200%200%201%201h3a1%201%200%200%200%201-1V3a1%201%200%200%200-1-1M7%205H6V4h1zm7%201h-3V3h3zm0%202h-3a1%201%200%200%200-1%201v1H8v-.25A.75.75%200%200%200%207.25%209h-1.5a.75.75%200%200%200-.75.75v1.5c0%20.413.337.75.75.75h1.5c.413%200%20.75-.337.75-.75V11h2v1a1%201%200%200%200%201%201h3a1%201%200%200%200%201-1V9a1%201%200%200%200-1-1m-7%203H6v-1h1zm7%201h-3V9h3zm-9.499%201.501a.5.5%200%200%201-.5.5a2%202%200%200%201-2-2v-2c0-.533-.009-1.298-.091-1.502c-.062-.157-.195-.331-.634-.551a.5.5%200%200%201%200-.894c.439-.22.571-.395.634-.551c.081-.203.089-.467.089-.997V3.001a2%202%200%200%201%202.001-2A.5.5%200%201%201%204%202a1%201%200%200%200-1%201l-.002%202.571c0%20.444%200%20.902-.161%201.303a1.7%201.7%200%200%201-.438.626c.196.18.342.384.439.627c.161.404.163%201.366.163%201.815v2.059a1%201%200%200%200%201%201a.5.5%200%200%201%20.5.5%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14%202h-3a1%201%200%200%200-1%201v1H8v-.25A.75.75%200%200%200%207.25%203h-1.5a.75.75%200%200%200-.75.75v1.5c0%20.413.337.75.75.75h1.5c.413%200%20.75-.337.75-.75V5h2v1a1%201%200%200%200%201%201h3a1%201%200%200%200%201-1V3a1%201%200%200%200-1-1M7%205H6V4h1zm7%201h-3V3h3zm0%202h-3a1%201%200%200%200-1%201v1H8v-.25A.75.75%200%200%200%207.25%209h-1.5a.75.75%200%200%200-.75.75v1.5c0%20.413.337.75.75.75h1.5c.413%200%20.75-.337.75-.75V11h2v1a1%201%200%200%200%201%201h3a1%201%200%200%200%201-1V9a1%201%200%200%200-1-1m-7%203H6v-1h1zm7%201h-3V9h3zm-9.499%201.501a.5.5%200%200%201-.5.5a2%202%200%200%201-2-2v-2c0-.533-.009-1.298-.091-1.502c-.062-.157-.195-.331-.634-.551a.5.5%200%200%201%200-.894c.439-.22.571-.395.634-.551c.081-.203.089-.467.089-.997V3.001a2%202%200%200%201%202.001-2A.5.5%200%201%201%204%202a1%201%200%200%200-1%201l-.002%202.571c0%20.444%200%20.902-.161%201.303a1.7%201.7%200%200%201-.438.626c.196.18.342.384.439.627c.161.404.163%201.366.163%201.815v2.059a1%201%200%200%200%201%201a.5.5%200%200%201%20.5.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/codicon/group-by-ref-type.svg?color=%231a73e8&size=48