cross reference icon

cross-reference from Carbon by IBM · Outline · Apache-2.0 Free for personal and commercial use.

Name
cross-reference
Set
Carbon
Style
Outline
Viewbox
32×32
License
Apache 2.0

The same icon in other sets

Related icons in Carbon

Use the cross reference icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path d="M11 24h4v2h-4z" fill="currentColor"/><path d="M5 24h4v2H5z" fill="currentColor"/><path d="M23 24h4v2h-4z" fill="currentColor"/><path d="M17 24h4v2h-4z" fill="currentColor"/><path d="M9 22a4.92 4.92 0 0 1 4-2h6a5.22 5.22 0 0 1 4 2h2.3a6.87 6.87 0 0 0-6.3-4h-6a6.87 6.87 0 0 0-6.3 4z" fill="currentColor"/><path d="M24 28h2v2h-2z" fill="currentColor"/><path d="M6 28h2v2H6z" fill="currentColor"/><path d="M16 16a7 7 0 1 1 7-7a7 7 0 0 1-7 7zm0-12a5 5 0 0 0-5 5a5 5 0 0 0 10 0a5 5 0 0 0-5-5z" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function CarbonCrossReference(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path d="M11 24h4v2h-4z" fill="currentColor"/><path d="M5 24h4v2H5z" fill="currentColor"/><path d="M23 24h4v2h-4z" fill="currentColor"/><path d="M17 24h4v2h-4z" fill="currentColor"/><path d="M9 22a4.92 4.92 0 0 1 4-2h6a5.22 5.22 0 0 1 4 2h2.3a6.87 6.87 0 0 0-6.3-4h-6a6.87 6.87 0 0 0-6.3 4z" fill="currentColor"/><path d="M24 28h2v2h-2z" fill="currentColor"/><path d="M6 28h2v2H6z" fill="currentColor"/><path d="M16 16a7 7 0 1 1 7-7a7 7 0 0 1-7 7zm0-12a5 5 0 0 0-5 5a5 5 0 0 0 10 0a5 5 0 0 0-5-5z" fill="currentColor"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path d="M11 24h4v2h-4z" fill="currentColor"/><path d="M5 24h4v2H5z" fill="currentColor"/><path d="M23 24h4v2h-4z" fill="currentColor"/><path d="M17 24h4v2h-4z" fill="currentColor"/><path d="M9 22a4.92 4.92 0 0 1 4-2h6a5.22 5.22 0 0 1 4 2h2.3a6.87 6.87 0 0 0-6.3-4h-6a6.87 6.87 0 0 0-6.3 4z" fill="currentColor"/><path d="M24 28h2v2h-2z" fill="currentColor"/><path d="M6 28h2v2H6z" fill="currentColor"/><path d="M16 16a7 7 0 1 1 7-7a7 7 0 0 1-7 7zm0-12a5 5 0 0 0-5 5a5 5 0 0 0 10 0a5 5 0 0 0-5-5z" fill="currentColor"/></svg>
</template>

CSS

.icon-cross-reference {
  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%2032%2032%22%3E%3Cpath%20d%3D%22M11%2024h4v2h-4z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M5%2024h4v2H5z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M23%2024h4v2h-4z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M17%2024h4v2h-4z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M9%2022a4.92%204.92%200%200%201%204-2h6a5.22%205.22%200%200%201%204%202h2.3a6.87%206.87%200%200%200-6.3-4h-6a6.87%206.87%200%200%200-6.3%204z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M24%2028h2v2h-2z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M6%2028h2v2H6z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M16%2016a7%207%200%201%201%207-7a7%207%200%200%201-7%207zm0-12a5%205%200%200%200-5%205a5%205%200%200%200%2010%200a5%205%200%200%200-5-5z%22%20fill%3D%22currentColor%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%2032%2032%22%3E%3Cpath%20d%3D%22M11%2024h4v2h-4z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M5%2024h4v2H5z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M23%2024h4v2h-4z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M17%2024h4v2h-4z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M9%2022a4.92%204.92%200%200%201%204-2h6a5.22%205.22%200%200%201%204%202h2.3a6.87%206.87%200%200%200-6.3-4h-6a6.87%206.87%200%200%200-6.3%204z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M24%2028h2v2h-2z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M6%2028h2v2H6z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M16%2016a7%207%200%201%201%207-7a7%207%200%200%201-7%207zm0-12a5%205%200%200%200-5%205a5%205%200%200%200%2010%200a5%205%200%200%200-5-5z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/cross-reference.svg?color=%231a73e8&size=48