Cross Reference Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Cross Reference icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/319322.svg" alt="Cross Reference icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/319322.svg" alt="Cross Reference icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/319322.svg" alt="Cross Reference icon" :width="24" :height="24" />
CSS background
.icon-cross-reference {
background-image: url('https://proicons.com/icon/319322.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg id="icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><defs><style>.cls-1{fill:none;}</style></defs><title>watson-health--cross-reference</title><rect x="11" y="24" width="4" height="2"/><rect x="5" y="24" width="4" height="2"/><rect x="23" y="24" width="4" height="2"/><rect x="17" y="24" width="4" height="2"/><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,19,18H13a6.87,6.87,0,0,0-6.3,4Z"/><rect x="24" y="28" width="2" height="2"/><rect x="6" y="28" width="2" height="2"/><path d="M16,16a7,7,0,1,1,7-7A7,7,0,0,1,16,16ZM16,4a5,5,0,0,0-5,5A5,5,0,0,0,21,9,5,5,0,0,0,16,4Z"/><rect id="_Transparent_Rectangle_" data-name="<Transparent Rectangle>" class="cls-1" width="32" height="32"/></svg>
Copied!