join inner icon
join-inner-rounded from Material Symbols by Google · Rounded · Text · Apache-2.0 Free for personal and commercial use.
- Name
- join-inner-rounded
- Set
- Material Symbols
- Style
- Rounded
- Category
- Text
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- join-inner-outline-rounded
1 other variant in Material Symbols
The same icon in other sets
More text icons from Material Symbols
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 inner icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M1.525 9.325Q2.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.675m20.95 5.35q-.525 1.275-1.525 2.275q-1.125 1.125-2.637 1.625t-3.088.35q-.425-.05-.675-.35t-.2-.725t.363-.675t.737-.2q1.125.125 2.2-.263t1.875-1.187q.7-.7 1.088-1.613T21 12t-.387-1.912t-1.088-1.613q-.8-.8-1.875-1.187t-2.2-.263q-.425.05-.737-.2t-.363-.675t.2-.737t.675-.363q1.6-.175 3.1.35t2.625 1.65q1 1 1.525 2.275T23 12t-.525 2.675M11.65 17.387q-.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-.062"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsJoinInnerRounded(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="M1.525 9.325Q2.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.675m20.95 5.35q-.525 1.275-1.525 2.275q-1.125 1.125-2.637 1.625t-3.088.35q-.425-.05-.675-.35t-.2-.725t.363-.675t.737-.2q1.125.125 2.2-.263t1.875-1.187q.7-.7 1.088-1.613T21 12t-.387-1.912t-1.088-1.613q-.8-.8-1.875-1.187t-2.2-.263q-.425.05-.737-.2t-.363-.675t.2-.737t.675-.363q1.6-.175 3.1.35t2.625 1.65q1 1 1.525 2.275T23 12t-.525 2.675M11.65 17.387q-.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-.062"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M1.525 9.325Q2.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.675m20.95 5.35q-.525 1.275-1.525 2.275q-1.125 1.125-2.637 1.625t-3.088.35q-.425-.05-.675-.35t-.2-.725t.363-.675t.737-.2q1.125.125 2.2-.263t1.875-1.187q.7-.7 1.088-1.613T21 12t-.387-1.912t-1.088-1.613q-.8-.8-1.875-1.187t-2.2-.263q-.425.05-.737-.2t-.363-.675t.2-.737t.675-.363q1.6-.175 3.1.35t2.625 1.65q1 1 1.525 2.275T23 12t-.525 2.675M11.65 17.387q-.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-.062"/></svg> </template>
CSS
.icon-join-inner-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%22M1.525%209.325Q2.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.675m20.95%205.35q-.525%201.275-1.525%202.275q-1.125%201.125-2.637%201.625t-3.088.35q-.425-.05-.675-.35t-.2-.725t.363-.675t.737-.2q1.125.125%202.2-.263t1.875-1.187q.7-.7%201.088-1.613T21%2012t-.387-1.912t-1.088-1.613q-.8-.8-1.875-1.187t-2.2-.263q-.425.05-.737-.2t-.363-.675t.2-.737t.675-.363q1.6-.175%203.1.35t2.625%201.65q1%201%201.525%202.275T23%2012t-.525%202.675M11.65%2017.387q-.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-.062%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%22M1.525%209.325Q2.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.675m20.95%205.35q-.525%201.275-1.525%202.275q-1.125%201.125-2.637%201.625t-3.088.35q-.425-.05-.675-.35t-.2-.725t.363-.675t.737-.2q1.125.125%202.2-.263t1.875-1.187q.7-.7%201.088-1.613T21%2012t-.387-1.912t-1.088-1.613q-.8-.8-1.875-1.187t-2.2-.263q-.425.05-.737-.2t-.363-.675t.2-.737t.675-.363q1.6-.175%203.1.35t2.625%201.65q1%201%201.525%202.275T23%2012t-.525%202.675M11.65%2017.387q-.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-.062%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/join-inner-rounded.svg?color=%231a73e8&size=48