join left icon
join-left-rounded from Material Symbols Light by Google · Rounded · Text · Apache-2.0 Free for personal and commercial use.
- Name
- join-left-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- Category
- Text
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- join-left-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 left icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.749 7.749Q5.498 6 8 6q.658 0 1.278.153t1.176.434q.31.132.364.47t-.174.632q-.736.925-1.132 2.023T9.115 12t.397 2.289t1.132 2.023q.223.292.169.618t-.36.484q-.555.28-1.175.433T8 18q-2.502 0-4.251-1.749T2 12t1.749-4.251m7.94 8.244q-.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-.072m9.854-1.703q-.458 1.102-1.304 1.949q-1.298 1.297-3.089 1.634t-3.424-.41q-.194-.069-.29-.254q-.097-.184-.027-.378t.257-.281t.381-.017q1.375.644 2.873.372t2.606-1.38q.7-.7 1.088-1.612T21 12t-.387-1.912t-1.088-1.613q-1.108-1.108-2.606-1.38t-2.873.372q-.194.07-.381-.017t-.257-.28t.027-.383q.096-.187.29-.256q1.639-.752 3.427-.41t3.087 1.64q.846.847 1.303 1.949Q22 10.81 22 12t-.458 2.29"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightJoinLeftRounded(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="M3.749 7.749Q5.498 6 8 6q.658 0 1.278.153t1.176.434q.31.132.364.47t-.174.632q-.736.925-1.132 2.023T9.115 12t.397 2.289t1.132 2.023q.223.292.169.618t-.36.484q-.555.28-1.175.433T8 18q-2.502 0-4.251-1.749T2 12t1.749-4.251m7.94 8.244q-.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-.072m9.854-1.703q-.458 1.102-1.304 1.949q-1.298 1.297-3.089 1.634t-3.424-.41q-.194-.069-.29-.254q-.097-.184-.027-.378t.257-.281t.381-.017q1.375.644 2.873.372t2.606-1.38q.7-.7 1.088-1.612T21 12t-.387-1.912t-1.088-1.613q-1.108-1.108-2.606-1.38t-2.873.372q-.194.07-.381-.017t-.257-.28t.027-.383q.096-.187.29-.256q1.639-.752 3.427-.41t3.087 1.64q.846.847 1.303 1.949Q22 10.81 22 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="M3.749 7.749Q5.498 6 8 6q.658 0 1.278.153t1.176.434q.31.132.364.47t-.174.632q-.736.925-1.132 2.023T9.115 12t.397 2.289t1.132 2.023q.223.292.169.618t-.36.484q-.555.28-1.175.433T8 18q-2.502 0-4.251-1.749T2 12t1.749-4.251m7.94 8.244q-.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-.072m9.854-1.703q-.458 1.102-1.304 1.949q-1.298 1.297-3.089 1.634t-3.424-.41q-.194-.069-.29-.254q-.097-.184-.027-.378t.257-.281t.381-.017q1.375.644 2.873.372t2.606-1.38q.7-.7 1.088-1.612T21 12t-.387-1.912t-1.088-1.613q-1.108-1.108-2.606-1.38t-2.873.372q-.194.07-.381-.017t-.257-.28t.027-.383q.096-.187.29-.256q1.639-.752 3.427-.41t3.087 1.64q.846.847 1.303 1.949Q22 10.81 22 12t-.458 2.29"/></svg> </template>
CSS
.icon-join-left-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%22M3.749%207.749Q5.498%206%208%206q.658%200%201.278.153t1.176.434q.31.132.364.47t-.174.632q-.736.925-1.132%202.023T9.115%2012t.397%202.289t1.132%202.023q.223.292.169.618t-.36.484q-.555.28-1.175.433T8%2018q-2.502%200-4.251-1.749T2%2012t1.749-4.251m7.94%208.244q-.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-.072m9.854-1.703q-.458%201.102-1.304%201.949q-1.298%201.297-3.089%201.634t-3.424-.41q-.194-.069-.29-.254q-.097-.184-.027-.378t.257-.281t.381-.017q1.375.644%202.873.372t2.606-1.38q.7-.7%201.088-1.612T21%2012t-.387-1.912t-1.088-1.613q-1.108-1.108-2.606-1.38t-2.873.372q-.194.07-.381-.017t-.257-.28t.027-.383q.096-.187.29-.256q1.639-.752%203.427-.41t3.087%201.64q.846.847%201.303%201.949Q22%2010.81%2022%2012t-.458%202.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%22M3.749%207.749Q5.498%206%208%206q.658%200%201.278.153t1.176.434q.31.132.364.47t-.174.632q-.736.925-1.132%202.023T9.115%2012t.397%202.289t1.132%202.023q.223.292.169.618t-.36.484q-.555.28-1.175.433T8%2018q-2.502%200-4.251-1.749T2%2012t1.749-4.251m7.94%208.244q-.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-.072m9.854-1.703q-.458%201.102-1.304%201.949q-1.298%201.297-3.089%201.634t-3.424-.41q-.194-.069-.29-.254q-.097-.184-.027-.378t.257-.281t.381-.017q1.375.644%202.873.372t2.606-1.38q.7-.7%201.088-1.612T21%2012t-.387-1.912t-1.088-1.613q-1.108-1.108-2.606-1.38t-2.873.372q-.194.07-.381-.017t-.257-.28t.027-.383q.096-.187.29-.256q1.639-.752%203.427-.41t3.087%201.64q.846.847%201.303%201.949Q22%2010.81%2022%2012t-.458%202.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-left-rounded.svg?color=%231a73e8&size=48