join right icon

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

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

The same icon in other sets

More organization icons from Carbon

Use the join right icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M20 6a9.95 9.95 0 0 0-4.003.84a9.99 9.99 0 0 1 0 18.32A9.999 9.999 0 1 0 20 6"/><path fill="none" d="M20 16a8.01 8.01 0 0 0-6.248-7.8a10 10 0 0 1 2.245-1.36a9.99 9.99 0 0 1 0 18.32a10 10 0 0 1-2.245-1.36A8.01 8.01 0 0 0 20 16"/><path fill="currentColor" d="M10 16a9.98 9.98 0 0 0 3.752 7.8a7.994 7.994 0 0 0 0-15.6A9.98 9.98 0 0 0 10 16"/><path fill="currentColor" d="M12 24a8 8 0 1 1 1.752-15.8a10 10 0 0 1 2.245-1.36a10 10 0 1 0 0 18.32a10 10 0 0 1-2.245-1.36A8 8 0 0 1 12 24"/></svg>

React

import type { SVGProps } from "react";

export function CarbonJoinRight(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="M20 6a9.95 9.95 0 0 0-4.003.84a9.99 9.99 0 0 1 0 18.32A9.999 9.999 0 1 0 20 6"/><path fill="none" d="M20 16a8.01 8.01 0 0 0-6.248-7.8a10 10 0 0 1 2.245-1.36a9.99 9.99 0 0 1 0 18.32a10 10 0 0 1-2.245-1.36A8.01 8.01 0 0 0 20 16"/><path fill="currentColor" d="M10 16a9.98 9.98 0 0 0 3.752 7.8a7.994 7.994 0 0 0 0-15.6A9.98 9.98 0 0 0 10 16"/><path fill="currentColor" d="M12 24a8 8 0 1 1 1.752-15.8a10 10 0 0 1 2.245-1.36a10 10 0 1 0 0 18.32a10 10 0 0 1-2.245-1.36A8 8 0 0 1 12 24"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M20 6a9.95 9.95 0 0 0-4.003.84a9.99 9.99 0 0 1 0 18.32A9.999 9.999 0 1 0 20 6"/><path fill="none" d="M20 16a8.01 8.01 0 0 0-6.248-7.8a10 10 0 0 1 2.245-1.36a9.99 9.99 0 0 1 0 18.32a10 10 0 0 1-2.245-1.36A8.01 8.01 0 0 0 20 16"/><path fill="currentColor" d="M10 16a9.98 9.98 0 0 0 3.752 7.8a7.994 7.994 0 0 0 0-15.6A9.98 9.98 0 0 0 10 16"/><path fill="currentColor" d="M12 24a8 8 0 1 1 1.752-15.8a10 10 0 0 1 2.245-1.36a10 10 0 1 0 0 18.32a10 10 0 0 1-2.245-1.36A8 8 0 0 1 12 24"/></svg>
</template>

CSS

.icon-join-right {
  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%22M20%206a9.95%209.95%200%200%200-4.003.84a9.99%209.99%200%200%201%200%2018.32A9.999%209.999%200%201%200%2020%206%22%2F%3E%3Cpath%20fill%3D%22none%22%20d%3D%22M20%2016a8.01%208.01%200%200%200-6.248-7.8a10%2010%200%200%201%202.245-1.36a9.99%209.99%200%200%201%200%2018.32a10%2010%200%200%201-2.245-1.36A8.01%208.01%200%200%200%2020%2016%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10%2016a9.98%209.98%200%200%200%203.752%207.8a7.994%207.994%200%200%200%200-15.6A9.98%209.98%200%200%200%2010%2016%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%2024a8%208%200%201%201%201.752-15.8a10%2010%200%200%201%202.245-1.36a10%2010%200%201%200%200%2018.32a10%2010%200%200%201-2.245-1.36A8%208%200%200%201%2012%2024%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%22M20%206a9.95%209.95%200%200%200-4.003.84a9.99%209.99%200%200%201%200%2018.32A9.999%209.999%200%201%200%2020%206%22%2F%3E%3Cpath%20fill%3D%22none%22%20d%3D%22M20%2016a8.01%208.01%200%200%200-6.248-7.8a10%2010%200%200%201%202.245-1.36a9.99%209.99%200%200%201%200%2018.32a10%2010%200%200%201-2.245-1.36A8.01%208.01%200%200%200%2020%2016%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10%2016a9.98%209.98%200%200%200%203.752%207.8a7.994%207.994%200%200%200%200-15.6A9.98%209.98%200%200%200%2010%2016%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%2024a8%208%200%201%201%201.752-15.8a10%2010%200%200%201%202.245-1.36a10%2010%200%201%200%200%2018.32a10%2010%200%200%201-2.245-1.36A8%208%200%200%201%2012%2024%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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