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

Name
join-inner
Set
Material Symbols Light
Style
Regular
Category
Text
Viewbox
24×24
License
Apache 2.0
Aliases
join-inner-outline, join-inner-outline-sharp, join-inner-sharp

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="M8 18q-2.502 0-4.251-1.749T2 12t1.749-4.251T8 6q.906 0 1.736.26t1.525.754q-.194.177-.367.377l-.344.401q-.539-.376-1.186-.584T8 7Q5.925 7 4.463 8.463T3 12t1.463 3.538T8 17q.717 0 1.365-.208q.646-.208 1.185-.584l.344.4q.173.202.367.379q-.695.494-1.525.754Q8.906 18 8 18m8 0q-.906 0-1.735-.26t-1.527-.753q.195-.177.368-.378l.344-.401q.544.377 1.189.584T16 17q2.075 0 3.538-1.463T21 12t-1.463-3.537T16 7q-.717 0-1.362.208t-1.188.584l-.344-.4q-.173-.201-.367-.379q.695-.494 1.525-.753Q15.095 6 16 6q2.502 0 4.251 1.749T22 12t-1.749 4.251T16 18m-4-1.558q-.944-.84-1.472-2T10 12t.528-2.442t1.472-2q.944.84 1.472 2T14 12t-.528 2.442t-1.472 2"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightJoinInner(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="M8 18q-2.502 0-4.251-1.749T2 12t1.749-4.251T8 6q.906 0 1.736.26t1.525.754q-.194.177-.367.377l-.344.401q-.539-.376-1.186-.584T8 7Q5.925 7 4.463 8.463T3 12t1.463 3.538T8 17q.717 0 1.365-.208q.646-.208 1.185-.584l.344.4q.173.202.367.379q-.695.494-1.525.754Q8.906 18 8 18m8 0q-.906 0-1.735-.26t-1.527-.753q.195-.177.368-.378l.344-.401q.544.377 1.189.584T16 17q2.075 0 3.538-1.463T21 12t-1.463-3.537T16 7q-.717 0-1.362.208t-1.188.584l-.344-.4q-.173-.201-.367-.379q.695-.494 1.525-.753Q15.095 6 16 6q2.502 0 4.251 1.749T22 12t-1.749 4.251T16 18m-4-1.558q-.944-.84-1.472-2T10 12t.528-2.442t1.472-2q.944.84 1.472 2T14 12t-.528 2.442t-1.472 2"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8 18q-2.502 0-4.251-1.749T2 12t1.749-4.251T8 6q.906 0 1.736.26t1.525.754q-.194.177-.367.377l-.344.401q-.539-.376-1.186-.584T8 7Q5.925 7 4.463 8.463T3 12t1.463 3.538T8 17q.717 0 1.365-.208q.646-.208 1.185-.584l.344.4q.173.202.367.379q-.695.494-1.525.754Q8.906 18 8 18m8 0q-.906 0-1.735-.26t-1.527-.753q.195-.177.368-.378l.344-.401q.544.377 1.189.584T16 17q2.075 0 3.538-1.463T21 12t-1.463-3.537T16 7q-.717 0-1.362.208t-1.188.584l-.344-.4q-.173-.201-.367-.379q.695-.494 1.525-.753Q15.095 6 16 6q2.502 0 4.251 1.749T22 12t-1.749 4.251T16 18m-4-1.558q-.944-.84-1.472-2T10 12t.528-2.442t1.472-2q.944.84 1.472 2T14 12t-.528 2.442t-1.472 2"/></svg>
</template>

CSS

.icon-join-inner {
  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%22M8%2018q-2.502%200-4.251-1.749T2%2012t1.749-4.251T8%206q.906%200%201.736.26t1.525.754q-.194.177-.367.377l-.344.401q-.539-.376-1.186-.584T8%207Q5.925%207%204.463%208.463T3%2012t1.463%203.538T8%2017q.717%200%201.365-.208q.646-.208%201.185-.584l.344.4q.173.202.367.379q-.695.494-1.525.754Q8.906%2018%208%2018m8%200q-.906%200-1.735-.26t-1.527-.753q.195-.177.368-.378l.344-.401q.544.377%201.189.584T16%2017q2.075%200%203.538-1.463T21%2012t-1.463-3.537T16%207q-.717%200-1.362.208t-1.188.584l-.344-.4q-.173-.201-.367-.379q.695-.494%201.525-.753Q15.095%206%2016%206q2.502%200%204.251%201.749T22%2012t-1.749%204.251T16%2018m-4-1.558q-.944-.84-1.472-2T10%2012t.528-2.442t1.472-2q.944.84%201.472%202T14%2012t-.528%202.442t-1.472%202%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%22M8%2018q-2.502%200-4.251-1.749T2%2012t1.749-4.251T8%206q.906%200%201.736.26t1.525.754q-.194.177-.367.377l-.344.401q-.539-.376-1.186-.584T8%207Q5.925%207%204.463%208.463T3%2012t1.463%203.538T8%2017q.717%200%201.365-.208q.646-.208%201.185-.584l.344.4q.173.202.367.379q-.695.494-1.525.754Q8.906%2018%208%2018m8%200q-.906%200-1.735-.26t-1.527-.753q.195-.177.368-.378l.344-.401q.544.377%201.189.584T16%2017q2.075%200%203.538-1.463T21%2012t-1.463-3.537T16%207q-.717%200-1.362.208t-1.188.584l-.344-.4q-.173-.201-.367-.379q.695-.494%201.525-.753Q15.095%206%2016%206q2.502%200%204.251%201.749T22%2012t-1.749%204.251T16%2018m-4-1.558q-.944-.84-1.472-2T10%2012t.528-2.442t1.472-2q.944.84%201.472%202T14%2012t-.528%202.442t-1.472%202%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.svg?color=%231a73e8&size=48