join right icon
join-right-rounded from Material Symbols Light by Google · Rounded · Text · Apache-2.0 Free for personal and commercial use.
- Name
- join-right-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- Category
- Text
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- join-right-outline-rounded
1 other variant in Material Symbols Light
The same icon in other sets
More text icons from Material Symbols Light
add-column-leftadd-column-rightadd-linkadd-notesadd-row-aboveadd-row-belowadd-to-drivealign-centeralign-endalign-flex-centeralign-flex-endalign-flex-startalign-horizontal-centeralign-horizontal-leftalign-horizontal-rightalign-items-stretchalign-justify-centeralign-justify-flex-endalign-justify-flex-startalign-justify-space-aroundalign-justify-space-betweenalign-justify-space-evenalign-justify-stretchalign-self-stretch
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.251 16.251Q18.502 18 16 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.251m-8.562-.258q-.156-.072-.281-.197q-.67-.777-1.039-1.757T10 12t.37-2.039t1.038-1.757q.125-.125.28-.197T12 7.935t.312.072t.28.197q.67.777 1.039 1.757T14 12t-.37 2.039t-1.038 1.757q-.125.125-.28.197t-.312.072t-.312-.072M2.458 9.71q.458-1.102 1.304-1.949Q5.06 6.464 6.85 6.119t3.43.413q.194.069.29.257q.096.187.027.381t-.26.281t-.384.017q-1.375-.644-2.873-.372t-2.606 1.38q-.7.7-1.087 1.613T3 12t.388 1.913t1.087 1.612q1.108 1.108 2.606 1.38t2.873-.372q.194-.07.382.017t.256.28q.07.19-.024.38q-.093.19-.287.26q-1.639.757-3.43.412t-3.09-1.643q-.845-.847-1.303-1.948Q2 13.188 2 12t.458-2.29"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightJoinRightRounded(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.251 16.251Q18.502 18 16 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.251m-8.562-.258q-.156-.072-.281-.197q-.67-.777-1.039-1.757T10 12t.37-2.039t1.038-1.757q.125-.125.28-.197T12 7.935t.312.072t.28.197q.67.777 1.039 1.757T14 12t-.37 2.039t-1.038 1.757q-.125.125-.28.197t-.312.072t-.312-.072M2.458 9.71q.458-1.102 1.304-1.949Q5.06 6.464 6.85 6.119t3.43.413q.194.069.29.257q.096.187.027.381t-.26.281t-.384.017q-1.375-.644-2.873-.372t-2.606 1.38q-.7.7-1.087 1.613T3 12t.388 1.913t1.087 1.612q1.108 1.108 2.606 1.38t2.873-.372q.194-.07.382.017t.256.28q.07.19-.024.38q-.093.19-.287.26q-1.639.757-3.43.412t-3.09-1.643q-.845-.847-1.303-1.948Q2 13.188 2 12t.458-2.29"/></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.251 16.251Q18.502 18 16 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.251m-8.562-.258q-.156-.072-.281-.197q-.67-.777-1.039-1.757T10 12t.37-2.039t1.038-1.757q.125-.125.28-.197T12 7.935t.312.072t.28.197q.67.777 1.039 1.757T14 12t-.37 2.039t-1.038 1.757q-.125.125-.28.197t-.312.072t-.312-.072M2.458 9.71q.458-1.102 1.304-1.949Q5.06 6.464 6.85 6.119t3.43.413q.194.069.29.257q.096.187.027.381t-.26.281t-.384.017q-1.375-.644-2.873-.372t-2.606 1.38q-.7.7-1.087 1.613T3 12t.388 1.913t1.087 1.612q1.108 1.108 2.606 1.38t2.873-.372q.194-.07.382.017t.256.28q.07.19-.024.38q-.093.19-.287.26q-1.639.757-3.43.412t-3.09-1.643q-.845-.847-1.303-1.948Q2 13.188 2 12t.458-2.29"/></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.251%2016.251Q18.502%2018%2016%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.251m-8.562-.258q-.156-.072-.281-.197q-.67-.777-1.039-1.757T10%2012t.37-2.039t1.038-1.757q.125-.125.28-.197T12%207.935t.312.072t.28.197q.67.777%201.039%201.757T14%2012t-.37%202.039t-1.038%201.757q-.125.125-.28.197t-.312.072t-.312-.072M2.458%209.71q.458-1.102%201.304-1.949Q5.06%206.464%206.85%206.119t3.43.413q.194.069.29.257q.096.187.027.381t-.26.281t-.384.017q-1.375-.644-2.873-.372t-2.606%201.38q-.7.7-1.087%201.613T3%2012t.388%201.913t1.087%201.612q1.108%201.108%202.606%201.38t2.873-.372q.194-.07.382.017t.256.28q.07.19-.024.38q-.093.19-.287.26q-1.639.757-3.43.412t-3.09-1.643q-.845-.847-1.303-1.948Q2%2013.188%202%2012t.458-2.29%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.251%2016.251Q18.502%2018%2016%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.251m-8.562-.258q-.156-.072-.281-.197q-.67-.777-1.039-1.757T10%2012t.37-2.039t1.038-1.757q.125-.125.28-.197T12%207.935t.312.072t.28.197q.67.777%201.039%201.757T14%2012t-.37%202.039t-1.038%201.757q-.125.125-.28.197t-.312.072t-.312-.072M2.458%209.71q.458-1.102%201.304-1.949Q5.06%206.464%206.85%206.119t3.43.413q.194.069.29.257q.096.187.027.381t-.26.281t-.384.017q-1.375-.644-2.873-.372t-2.606%201.38q-.7.7-1.087%201.613T3%2012t.388%201.913t1.087%201.612q1.108%201.108%202.606%201.38t2.873-.372q.194-.07.382.017t.256.28q.07.19-.024.38q-.093.19-.287.26q-1.639.757-3.43.412t-3.09-1.643q-.845-.847-1.303-1.948Q2%2013.188%202%2012t.458-2.29%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-rounded.svg?color=%231a73e8&size=48