join-right from Material Symbols Light by Google · Regular · Text · Apache-2.0 Free for personal and commercial use.

Name
join-right
Set
Material Symbols Light
Style
Regular
Category
Text
Viewbox
24×24
License
Apache 2.0
Aliases
join-right-outline, join-right-outline-sharp, join-right-sharp

1 other variant in Material Symbols Light

The same icon in other sets

More text icons from Material Symbols Light

Use the join right icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16 18q-.906 0-1.735-.26t-1.527-.753q1.028-.975 1.587-2.271q.56-1.297.56-2.716t-.56-2.716t-1.586-2.27q.696-.495 1.526-.755Q15.095 6 16 6q2.502 0 4.251 1.749T22 12t-1.749 4.251T16 18m-8 0q-2.502 0-4.251-1.749T2 12t1.749-4.251T8 6q.906 0 1.736.26t1.525.754q-.194.177-.367.377l-.344.401q-.539-.376-1.186-.584T8 7Q5.925 7 4.463 8.463T3 12t1.463 3.538T8 17q.717 0 1.365-.208q.646-.208 1.185-.584l.344.4q.173.202.367.379q-.695.494-1.525.754Q8.906 18 8 18m4-1.558q-.944-.84-1.472-2T10 12t.528-2.442t1.472-2q.944.84 1.472 2T14 12t-.528 2.442t-1.472 2"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightJoinRight(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16 18q-.906 0-1.735-.26t-1.527-.753q1.028-.975 1.587-2.271q.56-1.297.56-2.716t-.56-2.716t-1.586-2.27q.696-.495 1.526-.755Q15.095 6 16 6q2.502 0 4.251 1.749T22 12t-1.749 4.251T16 18m-8 0q-2.502 0-4.251-1.749T2 12t1.749-4.251T8 6q.906 0 1.736.26t1.525.754q-.194.177-.367.377l-.344.401q-.539-.376-1.186-.584T8 7Q5.925 7 4.463 8.463T3 12t1.463 3.538T8 17q.717 0 1.365-.208q.646-.208 1.185-.584l.344.4q.173.202.367.379q-.695.494-1.525.754Q8.906 18 8 18m4-1.558q-.944-.84-1.472-2T10 12t.528-2.442t1.472-2q.944.84 1.472 2T14 12t-.528 2.442t-1.472 2"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16 18q-.906 0-1.735-.26t-1.527-.753q1.028-.975 1.587-2.271q.56-1.297.56-2.716t-.56-2.716t-1.586-2.27q.696-.495 1.526-.755Q15.095 6 16 6q2.502 0 4.251 1.749T22 12t-1.749 4.251T16 18m-8 0q-2.502 0-4.251-1.749T2 12t1.749-4.251T8 6q.906 0 1.736.26t1.525.754q-.194.177-.367.377l-.344.401q-.539-.376-1.186-.584T8 7Q5.925 7 4.463 8.463T3 12t1.463 3.538T8 17q.717 0 1.365-.208q.646-.208 1.185-.584l.344.4q.173.202.367.379q-.695.494-1.525.754Q8.906 18 8 18m4-1.558q-.944-.84-1.472-2T10 12t.528-2.442t1.472-2q.944.84 1.472 2T14 12t-.528 2.442t-1.472 2"/></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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%2018q-.906%200-1.735-.26t-1.527-.753q1.028-.975%201.587-2.271q.56-1.297.56-2.716t-.56-2.716t-1.586-2.27q.696-.495%201.526-.755Q15.095%206%2016%206q2.502%200%204.251%201.749T22%2012t-1.749%204.251T16%2018m-8%200q-2.502%200-4.251-1.749T2%2012t1.749-4.251T8%206q.906%200%201.736.26t1.525.754q-.194.177-.367.377l-.344.401q-.539-.376-1.186-.584T8%207Q5.925%207%204.463%208.463T3%2012t1.463%203.538T8%2017q.717%200%201.365-.208q.646-.208%201.185-.584l.344.4q.173.202.367.379q-.695.494-1.525.754Q8.906%2018%208%2018m4-1.558q-.944-.84-1.472-2T10%2012t.528-2.442t1.472-2q.944.84%201.472%202T14%2012t-.528%202.442t-1.472%202%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%2018q-.906%200-1.735-.26t-1.527-.753q1.028-.975%201.587-2.271q.56-1.297.56-2.716t-.56-2.716t-1.586-2.27q.696-.495%201.526-.755Q15.095%206%2016%206q2.502%200%204.251%201.749T22%2012t-1.749%204.251T16%2018m-8%200q-2.502%200-4.251-1.749T2%2012t1.749-4.251T8%206q.906%200%201.736.26t1.525.754q-.194.177-.367.377l-.344.401q-.539-.376-1.186-.584T8%207Q5.925%207%204.463%208.463T3%2012t1.463%203.538T8%2017q.717%200%201.365-.208q.646-.208%201.185-.584l.344.4q.173.202.367.379q-.695.494-1.525.754Q8.906%2018%208%2018m4-1.558q-.944-.84-1.472-2T10%2012t.528-2.442t1.472-2q.944.84%201.472%202T14%2012t-.528%202.442t-1.472%202%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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