Join Right Outer Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Join Right Outer 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/318184.svg" alt="Join Right Outer icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/318184.svg" alt="Join Right Outer icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/318184.svg" alt="Join Right Outer icon" :width="24" :height="24" />
CSS background
.icon-join-right-outer {
background-image: url('https://proicons.com/icon/318184.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?>
<svg id="icon" xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 32 32">
<!-- Generator: Adobe Illustrator 29.5.1, SVG Export Plug-In . SVG Version: 2.1.0 Build 141) -->
<defs>
<style>
.st0 {
fill: none;
}
</style>
</defs>
<path d="M28.01,16l-5,5-1.41-1.41,2.59-2.59h-6.09s-2.07,0-2.07,0c-5.52,0-10.02,4.11-10.02,9.17v1.83h-2v-1.83c0-4.45,2.82-8.29,6.89-10.09-.43-.21-.85-.43-1.26-.69l1.02-1.74c1.04.66,2.16,1.11,3.35,1.34h2s0,0,0,0h8.17l-2.59-2.59,1.41-1.41,5,5h0ZM6.36,7.81c-.26-.92-.39-1.88-.39-2.85v-.96h-1.95v.96c0,1.16.16,2.32.47,3.43l1.87-.57ZM7.9,14.04l1.31-1.51c-.9-.85-1.64-1.85-2.19-2.97l-1.74.92c.66,1.35,1.54,2.54,2.62,3.56Z"/>
<rect id="_x3C_Tranparent_Rectangle_x3E_" class="st0" width="32" height="32"/>
</svg>
Copied!