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

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

1 other variant in Material Symbols Light

The same icon in other sets

More text icons from Material Symbols Light

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="M2.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.29m19.084 4.58q-.457 1.102-1.303 1.949q-1.298 1.298-3.09 1.634q-1.791.337-3.424-.41q-.194-.069-.29-.254q-.096-.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.29m-9.854 1.703q-.155-.072-.28-.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-.072"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightJoinInnerRounded(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="M2.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.29m19.084 4.58q-.457 1.102-1.303 1.949q-1.298 1.298-3.09 1.634q-1.791.337-3.424-.41q-.194-.069-.29-.254q-.096-.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.29m-9.854 1.703q-.155-.072-.28-.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-.072"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2.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.29m19.084 4.58q-.457 1.102-1.303 1.949q-1.298 1.298-3.09 1.634q-1.791.337-3.424-.41q-.194-.069-.29-.254q-.096-.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.29m-9.854 1.703q-.155-.072-.28-.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-.072"/></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%22M2.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.29m19.084%204.58q-.457%201.102-1.303%201.949q-1.298%201.298-3.09%201.634q-1.791.337-3.424-.41q-.194-.069-.29-.254q-.096-.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.29m-9.854%201.703q-.155-.072-.28-.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-.072%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%22M2.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.29m19.084%204.58q-.457%201.102-1.303%201.949q-1.298%201.298-3.09%201.634q-1.791.337-3.424-.41q-.194-.069-.29-.254q-.096-.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.29m-9.854%201.703q-.155-.072-.28-.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-.072%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-inner-rounded.svg?color=%231a73e8&size=48