connect reference icon

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

Name
connect-reference
Set
Carbon
Style
Outline
Category
Actions
Viewbox
32×32
License
Apache 2.0

More actions icons from Carbon

Use the connect reference icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M4 20v2h4.586L2 28.586L3.414 30L10 23.414V28h2v-8z"/><path fill="currentColor" d="M23 16c-1.57 0-3.012.516-4.181 1.392L14.6 13.175A6.92 6.92 0 0 0 16 9c0-3.86-3.14-7-7-7S2 5.14 2 9s3.14 7 7 7c1.57 0 3.018-.535 4.187-1.411l4.218 4.217A7 7 0 0 0 16 23c0 3.86 3.14 7 7 7s7-3.14 7-7s-3.14-7-7-7M4 9c0-2.757 2.243-5 5-5s5 2.243 5 5s-2.243 5-5 5s-5-2.243-5-5"/></svg>

React

import type { SVGProps } from "react";

export function CarbonConnectReference(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M4 20v2h4.586L2 28.586L3.414 30L10 23.414V28h2v-8z"/><path fill="currentColor" d="M23 16c-1.57 0-3.012.516-4.181 1.392L14.6 13.175A6.92 6.92 0 0 0 16 9c0-3.86-3.14-7-7-7S2 5.14 2 9s3.14 7 7 7c1.57 0 3.018-.535 4.187-1.411l4.218 4.217A7 7 0 0 0 16 23c0 3.86 3.14 7 7 7s7-3.14 7-7s-3.14-7-7-7M4 9c0-2.757 2.243-5 5-5s5 2.243 5 5s-2.243 5-5 5s-5-2.243-5-5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M4 20v2h4.586L2 28.586L3.414 30L10 23.414V28h2v-8z"/><path fill="currentColor" d="M23 16c-1.57 0-3.012.516-4.181 1.392L14.6 13.175A6.92 6.92 0 0 0 16 9c0-3.86-3.14-7-7-7S2 5.14 2 9s3.14 7 7 7c1.57 0 3.018-.535 4.187-1.411l4.218 4.217A7 7 0 0 0 16 23c0 3.86 3.14 7 7 7s7-3.14 7-7s-3.14-7-7-7M4 9c0-2.757 2.243-5 5-5s5 2.243 5 5s-2.243 5-5 5s-5-2.243-5-5"/></svg>
</template>

CSS

.icon-connect-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%20fill%3D%22currentColor%22%20d%3D%22M4%2020v2h4.586L2%2028.586L3.414%2030L10%2023.414V28h2v-8z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M23%2016c-1.57%200-3.012.516-4.181%201.392L14.6%2013.175A6.92%206.92%200%200%200%2016%209c0-3.86-3.14-7-7-7S2%205.14%202%209s3.14%207%207%207c1.57%200%203.018-.535%204.187-1.411l4.218%204.217A7%207%200%200%200%2016%2023c0%203.86%203.14%207%207%207s7-3.14%207-7s-3.14-7-7-7M4%209c0-2.757%202.243-5%205-5s5%202.243%205%205s-2.243%205-5%205s-5-2.243-5-5%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%20fill%3D%22currentColor%22%20d%3D%22M4%2020v2h4.586L2%2028.586L3.414%2030L10%2023.414V28h2v-8z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M23%2016c-1.57%200-3.012.516-4.181%201.392L14.6%2013.175A6.92%206.92%200%200%200%2016%209c0-3.86-3.14-7-7-7S2%205.14%202%209s3.14%207%207%207c1.57%200%203.018-.535%204.187-1.411l4.218%204.217A7%207%200%200%200%2016%2023c0%203.86%203.14%207%207%207s7-3.14%207-7s-3.14-7-7-7M4%209c0-2.757%202.243-5%205-5s5%202.243%205%205s-2.243%205-5%205s-5-2.243-5-5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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