join left outer icon

join-left-outer from Carbon by IBM · Outline · Organization · Apache-2.0 Free for personal and commercial use.

Name
join-left-outer
Set
Carbon
Style
Outline
Category
Organization
Viewbox
32×32
License
Apache 2.0

More organization icons from Carbon

Use the join left outer icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m28 16l-5 5l-1.4-1.4l2.6-2.6H14c-1.2.2-2.3.7-3.4 1.3l-1-1.7c.4-.3.8-.5 1.3-.7C6.8 14.1 4 10.3 4 5.8V4h2v1.8c0 5.1 4.5 9.2 10 9.2h8.2l-2.6-2.6L23 11zM4 27v1h2v-1c0-1 0-1.9.3-2.9l-1.9-.6c-.3 1.1-.5 2.3-.5 3.4Zm1.3-5.5l1.7.9c.6-1.1 1.3-2.1 2.2-3l-1.3-1.5c-1.1 1-2 2.2-2.6 3.6"/></svg>

React

import type { SVGProps } from "react";

export function CarbonJoinLeftOuter(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="m28 16l-5 5l-1.4-1.4l2.6-2.6H14c-1.2.2-2.3.7-3.4 1.3l-1-1.7c.4-.3.8-.5 1.3-.7C6.8 14.1 4 10.3 4 5.8V4h2v1.8c0 5.1 4.5 9.2 10 9.2h8.2l-2.6-2.6L23 11zM4 27v1h2v-1c0-1 0-1.9.3-2.9l-1.9-.6c-.3 1.1-.5 2.3-.5 3.4Zm1.3-5.5l1.7.9c.6-1.1 1.3-2.1 2.2-3l-1.3-1.5c-1.1 1-2 2.2-2.6 3.6"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m28 16l-5 5l-1.4-1.4l2.6-2.6H14c-1.2.2-2.3.7-3.4 1.3l-1-1.7c.4-.3.8-.5 1.3-.7C6.8 14.1 4 10.3 4 5.8V4h2v1.8c0 5.1 4.5 9.2 10 9.2h8.2l-2.6-2.6L23 11zM4 27v1h2v-1c0-1 0-1.9.3-2.9l-1.9-.6c-.3 1.1-.5 2.3-.5 3.4Zm1.3-5.5l1.7.9c.6-1.1 1.3-2.1 2.2-3l-1.3-1.5c-1.1 1-2 2.2-2.6 3.6"/></svg>
</template>

CSS

.icon-join-left-outer {
  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%22m28%2016l-5%205l-1.4-1.4l2.6-2.6H14c-1.2.2-2.3.7-3.4%201.3l-1-1.7c.4-.3.8-.5%201.3-.7C6.8%2014.1%204%2010.3%204%205.8V4h2v1.8c0%205.1%204.5%209.2%2010%209.2h8.2l-2.6-2.6L23%2011zM4%2027v1h2v-1c0-1%200-1.9.3-2.9l-1.9-.6c-.3%201.1-.5%202.3-.5%203.4Zm1.3-5.5l1.7.9c.6-1.1%201.3-2.1%202.2-3l-1.3-1.5c-1.1%201-2%202.2-2.6%203.6%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%22m28%2016l-5%205l-1.4-1.4l2.6-2.6H14c-1.2.2-2.3.7-3.4%201.3l-1-1.7c.4-.3.8-.5%201.3-.7C6.8%2014.1%204%2010.3%204%205.8V4h2v1.8c0%205.1%204.5%209.2%2010%209.2h8.2l-2.6-2.6L23%2011zM4%2027v1h2v-1c0-1%200-1.9.3-2.9l-1.9-.6c-.3%201.1-.5%202.3-.5%203.4Zm1.3-5.5l1.7.9c.6-1.1%201.3-2.1%202.2-3l-1.3-1.5c-1.1%201-2%202.2-2.6%203.6%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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