round join inner icon

round-join-inner from Google Material Icons by Material Design Authors · Baseline · Action · Apache-2.0 Free for personal and commercial use.

Name
round-join-inner
Set
Google Material Icons
Style
Baseline
Category
Action
Viewbox
24×24
License
Apache 2.0

More action icons from Google Material Icons

Use the round 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="M12.68 6.8c-.39-.35-.98-.35-1.37 0C9.35 8.56 9 10.84 9 12c0 1.15.35 3.44 2.32 5.2c.39.35.98.35 1.37 0C14.65 15.44 15 13.16 15 12c0-1.15-.35-3.44-2.32-5.2"/><path fill="currentColor" d="M9.04 16.87c-.33.08-.68.13-1.04.13c-2.76 0-5-2.24-5-5s2.24-5 5-5c.36 0 .71.05 1.04.13c.39-.56.88-1.12 1.49-1.63C9.75 5.19 8.9 5 8 5c-3.86 0-7 3.14-7 7s3.14 7 7 7c.9 0 1.75-.19 2.53-.5c-.61-.51-1.1-1.07-1.49-1.63M16 5c-.9 0-1.75.19-2.53.5c.61.51 1.1 1.07 1.49 1.63c.33-.08.68-.13 1.04-.13c2.76 0 5 2.24 5 5s-2.24 5-5 5c-.36 0-.71-.05-1.04-.13c-.39.56-.88 1.12-1.49 1.63c.78.31 1.63.5 2.53.5c3.86 0 7-3.14 7-7s-3.14-7-7-7"/></svg>

React

import type { SVGProps } from "react";

export function IcRoundJoinInner(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="M12.68 6.8c-.39-.35-.98-.35-1.37 0C9.35 8.56 9 10.84 9 12c0 1.15.35 3.44 2.32 5.2c.39.35.98.35 1.37 0C14.65 15.44 15 13.16 15 12c0-1.15-.35-3.44-2.32-5.2"/><path fill="currentColor" d="M9.04 16.87c-.33.08-.68.13-1.04.13c-2.76 0-5-2.24-5-5s2.24-5 5-5c.36 0 .71.05 1.04.13c.39-.56.88-1.12 1.49-1.63C9.75 5.19 8.9 5 8 5c-3.86 0-7 3.14-7 7s3.14 7 7 7c.9 0 1.75-.19 2.53-.5c-.61-.51-1.1-1.07-1.49-1.63M16 5c-.9 0-1.75.19-2.53.5c.61.51 1.1 1.07 1.49 1.63c.33-.08.68-.13 1.04-.13c2.76 0 5 2.24 5 5s-2.24 5-5 5c-.36 0-.71-.05-1.04-.13c-.39.56-.88 1.12-1.49 1.63c.78.31 1.63.5 2.53.5c3.86 0 7-3.14 7-7s-3.14-7-7-7"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.68 6.8c-.39-.35-.98-.35-1.37 0C9.35 8.56 9 10.84 9 12c0 1.15.35 3.44 2.32 5.2c.39.35.98.35 1.37 0C14.65 15.44 15 13.16 15 12c0-1.15-.35-3.44-2.32-5.2"/><path fill="currentColor" d="M9.04 16.87c-.33.08-.68.13-1.04.13c-2.76 0-5-2.24-5-5s2.24-5 5-5c.36 0 .71.05 1.04.13c.39-.56.88-1.12 1.49-1.63C9.75 5.19 8.9 5 8 5c-3.86 0-7 3.14-7 7s3.14 7 7 7c.9 0 1.75-.19 2.53-.5c-.61-.51-1.1-1.07-1.49-1.63M16 5c-.9 0-1.75.19-2.53.5c.61.51 1.1 1.07 1.49 1.63c.33-.08.68-.13 1.04-.13c2.76 0 5 2.24 5 5s-2.24 5-5 5c-.36 0-.71-.05-1.04-.13c-.39.56-.88 1.12-1.49 1.63c.78.31 1.63.5 2.53.5c3.86 0 7-3.14 7-7s-3.14-7-7-7"/></svg>
</template>

CSS

.icon-round-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%22M12.68%206.8c-.39-.35-.98-.35-1.37%200C9.35%208.56%209%2010.84%209%2012c0%201.15.35%203.44%202.32%205.2c.39.35.98.35%201.37%200C14.65%2015.44%2015%2013.16%2015%2012c0-1.15-.35-3.44-2.32-5.2%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.04%2016.87c-.33.08-.68.13-1.04.13c-2.76%200-5-2.24-5-5s2.24-5%205-5c.36%200%20.71.05%201.04.13c.39-.56.88-1.12%201.49-1.63C9.75%205.19%208.9%205%208%205c-3.86%200-7%203.14-7%207s3.14%207%207%207c.9%200%201.75-.19%202.53-.5c-.61-.51-1.1-1.07-1.49-1.63M16%205c-.9%200-1.75.19-2.53.5c.61.51%201.1%201.07%201.49%201.63c.33-.08.68-.13%201.04-.13c2.76%200%205%202.24%205%205s-2.24%205-5%205c-.36%200-.71-.05-1.04-.13c-.39.56-.88%201.12-1.49%201.63c.78.31%201.63.5%202.53.5c3.86%200%207-3.14%207-7s-3.14-7-7-7%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%22M12.68%206.8c-.39-.35-.98-.35-1.37%200C9.35%208.56%209%2010.84%209%2012c0%201.15.35%203.44%202.32%205.2c.39.35.98.35%201.37%200C14.65%2015.44%2015%2013.16%2015%2012c0-1.15-.35-3.44-2.32-5.2%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.04%2016.87c-.33.08-.68.13-1.04.13c-2.76%200-5-2.24-5-5s2.24-5%205-5c.36%200%20.71.05%201.04.13c.39-.56.88-1.12%201.49-1.63C9.75%205.19%208.9%205%208%205c-3.86%200-7%203.14-7%207s3.14%207%207%207c.9%200%201.75-.19%202.53-.5c-.61-.51-1.1-1.07-1.49-1.63M16%205c-.9%200-1.75.19-2.53.5c.61.51%201.1%201.07%201.49%201.63c.33-.08.68-.13%201.04-.13c2.76%200%205%202.24%205%205s-2.24%205-5%205c-.36%200-.71-.05-1.04-.13c-.39.56-.88%201.12-1.49%201.63c.78.31%201.63.5%202.53.5c3.86%200%207-3.14%207-7s-3.14-7-7-7%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/round-join-inner.svg?color=%231a73e8&size=48