3rd party connected icon
3rd-party-connected from Carbon by IBM · Outline · Apache-2.0 Free for personal and commercial use.
- Name
- 3rd-party-connected
- Set
- Carbon
- Style
- Outline
- Viewbox
- 32×32
- License
- Apache 2.0
Use the 3rd party connected icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><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 2 .57a4 4 0 1 0-4-4a3.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 4a3.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 4a3.86 3.86 0 0 0-.57-2l3.1-3.09a6 6 0 0 0 6.94 0l3.1 3.09a3.86 3.86 0 0 0-.57 2a4 4 0 1 0 4-4zm-10-2a4 4 0 1 1 4-4a4 4 0 0 1-4 4z" fill="currentColor"/></svg>
React
import type { SVGProps } from "react";
export function Carbon3rdPartyConnected(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><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 2 .57a4 4 0 1 0-4-4a3.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 4a3.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 4a3.86 3.86 0 0 0-.57-2l3.1-3.09a6 6 0 0 0 6.94 0l3.1 3.09a3.86 3.86 0 0 0-.57 2a4 4 0 1 0 4-4zm-10-2a4 4 0 1 1 4-4a4 4 0 0 1-4 4z" fill="currentColor"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><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 2 .57a4 4 0 1 0-4-4a3.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 4a3.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 4a3.86 3.86 0 0 0-.57-2l3.1-3.09a6 6 0 0 0 6.94 0l3.1 3.09a3.86 3.86 0 0 0-.57 2a4 4 0 1 0 4-4zm-10-2a4 4 0 1 1 4-4a4 4 0 0 1-4 4z" fill="currentColor"/></svg> </template>
CSS
.icon-3rd-party-connected {
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%22M26%2022a3.86%203.86%200%200%200-2%20.57l-3.09-3.1a6%206%200%200%200%200-6.94L24%209.43a3.86%203.86%200%200%200%202%20.57a4%204%200%201%200-4-4a3.86%203.86%200%200%200%20.57%202l-3.1%203.09a6%206%200%200%200-6.94%200L9.43%208A3.86%203.86%200%200%200%2010%206a4%204%200%201%200-4%204a3.86%203.86%200%200%200%202-.57l3.09%203.1a6%206%200%200%200%200%206.94L8%2022.57A3.86%203.86%200%200%200%206%2022a4%204%200%201%200%204%204a3.86%203.86%200%200%200-.57-2l3.1-3.09a6%206%200%200%200%206.94%200l3.1%203.09a3.86%203.86%200%200%200-.57%202a4%204%200%201%200%204-4zm-10-2a4%204%200%201%201%204-4a4%204%200%200%201-4%204z%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%22M26%2022a3.86%203.86%200%200%200-2%20.57l-3.09-3.1a6%206%200%200%200%200-6.94L24%209.43a3.86%203.86%200%200%200%202%20.57a4%204%200%201%200-4-4a3.86%203.86%200%200%200%20.57%202l-3.1%203.09a6%206%200%200%200-6.94%200L9.43%208A3.86%203.86%200%200%200%2010%206a4%204%200%201%200-4%204a3.86%203.86%200%200%200%202-.57l3.09%203.1a6%206%200%200%200%200%206.94L8%2022.57A3.86%203.86%200%200%200%206%2022a4%204%200%201%200%204%204a3.86%203.86%200%200%200-.57-2l3.1-3.09a6%206%200%200%200%206.94%200l3.1%203.09a3.86%203.86%200%200%200-.57%202a4%204%200%201%200%204-4zm-10-2a4%204%200%201%201%204-4a4%204%200%200%201-4%204z%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/3rd-party-connected.svg?color=%231a73e8&size=48