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

Name
join-right-rounded
Set
Material Symbols
Style
Rounded
Category
Text
Viewbox
24×24
License
Apache 2.0
Aliases
join-right-outline-rounded

1 other variant in Material Symbols

The same icon in other sets

More text icons from Material Symbols

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="M20.963 16.963Q18.925 19 16 19q-.675 0-1.312-.125t-1.238-.35Q14.9 17.3 15.7 15.6t.8-3.6t-.8-3.6t-2.25-2.925q.6-.225 1.238-.35T16 5q2.925 0 4.963 2.038T23 12t-2.037 4.963m-9.313.424q-.175-.062-.3-.187q-1.15-.95-1.75-2.325T9 12t.6-2.875T11.35 6.8q.125-.125.3-.187T12 6.55t.35.063t.3.187q1.15.95 1.75 2.325T15 12t-.6 2.875t-1.75 2.325q-.125.125-.3.188t-.35.062t-.35-.062M1.525 9.324Q2.05 8.05 3.05 7.05q1.125-1.125 2.638-1.662T8.8 5.05q.425.05.675.363t.2.737t-.375.675t-.75.2q-1.125-.125-2.2.263T4.475 8.475q-.7.7-1.087 1.613T3 12t.388 1.913t1.087 1.612q.8.8 1.875 1.188t2.2.262q.425-.05.738.2t.362.675q.05.4-.187.725t-.663.375q-1.6.2-3.113-.337T3.05 16.95q-1-1-1.525-2.275T1 12t.525-2.675"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsJoinRightRounded(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="M20.963 16.963Q18.925 19 16 19q-.675 0-1.312-.125t-1.238-.35Q14.9 17.3 15.7 15.6t.8-3.6t-.8-3.6t-2.25-2.925q.6-.225 1.238-.35T16 5q2.925 0 4.963 2.038T23 12t-2.037 4.963m-9.313.424q-.175-.062-.3-.187q-1.15-.95-1.75-2.325T9 12t.6-2.875T11.35 6.8q.125-.125.3-.187T12 6.55t.35.063t.3.187q1.15.95 1.75 2.325T15 12t-.6 2.875t-1.75 2.325q-.125.125-.3.188t-.35.062t-.35-.062M1.525 9.324Q2.05 8.05 3.05 7.05q1.125-1.125 2.638-1.662T8.8 5.05q.425.05.675.363t.2.737t-.375.675t-.75.2q-1.125-.125-2.2.263T4.475 8.475q-.7.7-1.087 1.613T3 12t.388 1.913t1.087 1.612q.8.8 1.875 1.188t2.2.262q.425-.05.738.2t.362.675q.05.4-.187.725t-.663.375q-1.6.2-3.113-.337T3.05 16.95q-1-1-1.525-2.275T1 12t.525-2.675"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.963 16.963Q18.925 19 16 19q-.675 0-1.312-.125t-1.238-.35Q14.9 17.3 15.7 15.6t.8-3.6t-.8-3.6t-2.25-2.925q.6-.225 1.238-.35T16 5q2.925 0 4.963 2.038T23 12t-2.037 4.963m-9.313.424q-.175-.062-.3-.187q-1.15-.95-1.75-2.325T9 12t.6-2.875T11.35 6.8q.125-.125.3-.187T12 6.55t.35.063t.3.187q1.15.95 1.75 2.325T15 12t-.6 2.875t-1.75 2.325q-.125.125-.3.188t-.35.062t-.35-.062M1.525 9.324Q2.05 8.05 3.05 7.05q1.125-1.125 2.638-1.662T8.8 5.05q.425.05.675.363t.2.737t-.375.675t-.75.2q-1.125-.125-2.2.263T4.475 8.475q-.7.7-1.087 1.613T3 12t.388 1.913t1.087 1.612q.8.8 1.875 1.188t2.2.262q.425-.05.738.2t.362.675q.05.4-.187.725t-.663.375q-1.6.2-3.113-.337T3.05 16.95q-1-1-1.525-2.275T1 12t.525-2.675"/></svg>
</template>

CSS

.icon-join-right-rounded {
  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%22M20.963%2016.963Q18.925%2019%2016%2019q-.675%200-1.312-.125t-1.238-.35Q14.9%2017.3%2015.7%2015.6t.8-3.6t-.8-3.6t-2.25-2.925q.6-.225%201.238-.35T16%205q2.925%200%204.963%202.038T23%2012t-2.037%204.963m-9.313.424q-.175-.062-.3-.187q-1.15-.95-1.75-2.325T9%2012t.6-2.875T11.35%206.8q.125-.125.3-.187T12%206.55t.35.063t.3.187q1.15.95%201.75%202.325T15%2012t-.6%202.875t-1.75%202.325q-.125.125-.3.188t-.35.062t-.35-.062M1.525%209.324Q2.05%208.05%203.05%207.05q1.125-1.125%202.638-1.662T8.8%205.05q.425.05.675.363t.2.737t-.375.675t-.75.2q-1.125-.125-2.2.263T4.475%208.475q-.7.7-1.087%201.613T3%2012t.388%201.913t1.087%201.612q.8.8%201.875%201.188t2.2.262q.425-.05.738.2t.362.675q.05.4-.187.725t-.663.375q-1.6.2-3.113-.337T3.05%2016.95q-1-1-1.525-2.275T1%2012t.525-2.675%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%22M20.963%2016.963Q18.925%2019%2016%2019q-.675%200-1.312-.125t-1.238-.35Q14.9%2017.3%2015.7%2015.6t.8-3.6t-.8-3.6t-2.25-2.925q.6-.225%201.238-.35T16%205q2.925%200%204.963%202.038T23%2012t-2.037%204.963m-9.313.424q-.175-.062-.3-.187q-1.15-.95-1.75-2.325T9%2012t.6-2.875T11.35%206.8q.125-.125.3-.187T12%206.55t.35.063t.3.187q1.15.95%201.75%202.325T15%2012t-.6%202.875t-1.75%202.325q-.125.125-.3.188t-.35.062t-.35-.062M1.525%209.324Q2.05%208.05%203.05%207.05q1.125-1.125%202.638-1.662T8.8%205.05q.425.05.675.363t.2.737t-.375.675t-.75.2q-1.125-.125-2.2.263T4.475%208.475q-.7.7-1.087%201.613T3%2012t.388%201.913t1.087%201.612q.8.8%201.875%201.188t2.2.262q.425-.05.738.2t.362.675q.05.4-.187.725t-.663.375q-1.6.2-3.113-.337T3.05%2016.95q-1-1-1.525-2.275T1%2012t.525-2.675%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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