3rd Party Connected Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The 3rd Party Connected 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/319293.svg" alt="3rd Party Connected icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/319293.svg" alt="3rd Party Connected icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/319293.svg" alt="3rd Party Connected icon" :width="24" :height="24" />
CSS background
.icon-3rd-party-connected {
background-image: url('https://proicons.com/icon/319293.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--3rd-party-connected</title><path d="M26,22a3.86,3.86,0,0,0-2,.57l-3.09-3.1a6,6,0,0,0,0-6.94L24,9.43A3.86,3.86,0,0,0,26,10a4,4,0,1,0-4-4,3.86,3.86,0,0,0,.57,2l-3.1,3.09a6,6,0,0,0-6.94,0L9.43,8A3.86,3.86,0,0,0,10,6a4,4,0,1,0-4,4,3.86,3.86,0,0,0,2-.57l3.09,3.1a6,6,0,0,0,0,6.94L8,22.57A3.86,3.86,0,0,0,6,22a4,4,0,1,0,4,4,3.86,3.86,0,0,0-.57-2l3.1-3.09a6,6,0,0,0,6.94,0L22.57,24A3.86,3.86,0,0,0,22,26a4,4,0,1,0,4-4ZM16,20a4,4,0,1,1,4-4A4,4,0,0,1,16,20Z"/><rect class="cls-1" width="32" height="32"/></svg>
Copied!