link circle icon

link-circle from Reicon by REICON · Outline · Text-formatting · MIT Free for personal and commercial use.

Name
link-circle
Set
Reicon
Style
Outline
Category
Text-formatting
Viewbox
24×24
License
MIT

2 other variants in Reicon

The same icon in other sets

All link circle icons →

More text-formatting icons from Reicon

Use the link circle icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M2.75 12C2.75 9.1 5.1 6.75 8 6.75a.75.75 0 0 0 0-1.5A6.75 6.75 0 1 0 14.75 12a.75.75 0 0 0-1.5 0a5.25 5.25 0 1 1-10.5 0"/><path d="M21.25 12c0 2.9-2.35 5.25-5.25 5.25a.75.75 0 0 0 0 1.5A6.75 6.75 0 1 0 9.25 12a.75.75 0 0 0 1.5 0a5.25 5.25 0 1 1 10.5 0"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconLinkCircle(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M2.75 12C2.75 9.1 5.1 6.75 8 6.75a.75.75 0 0 0 0-1.5A6.75 6.75 0 1 0 14.75 12a.75.75 0 0 0-1.5 0a5.25 5.25 0 1 1-10.5 0"/><path d="M21.25 12c0 2.9-2.35 5.25-5.25 5.25a.75.75 0 0 0 0 1.5A6.75 6.75 0 1 0 9.25 12a.75.75 0 0 0 1.5 0a5.25 5.25 0 1 1 10.5 0"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M2.75 12C2.75 9.1 5.1 6.75 8 6.75a.75.75 0 0 0 0-1.5A6.75 6.75 0 1 0 14.75 12a.75.75 0 0 0-1.5 0a5.25 5.25 0 1 1-10.5 0"/><path d="M21.25 12c0 2.9-2.35 5.25-5.25 5.25a.75.75 0 0 0 0 1.5A6.75 6.75 0 1 0 9.25 12a.75.75 0 0 0 1.5 0a5.25 5.25 0 1 1 10.5 0"/></g></svg>
</template>

CSS

.icon-link-circle {
  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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M2.75%2012C2.75%209.1%205.1%206.75%208%206.75a.75.75%200%200%200%200-1.5A6.75%206.75%200%201%200%2014.75%2012a.75.75%200%200%200-1.5%200a5.25%205.25%200%201%201-10.5%200%22%2F%3E%3Cpath%20d%3D%22M21.25%2012c0%202.9-2.35%205.25-5.25%205.25a.75.75%200%200%200%200%201.5A6.75%206.75%200%201%200%209.25%2012a.75.75%200%200%200%201.5%200a5.25%205.25%200%201%201%2010.5%200%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M2.75%2012C2.75%209.1%205.1%206.75%208%206.75a.75.75%200%200%200%200-1.5A6.75%206.75%200%201%200%2014.75%2012a.75.75%200%200%200-1.5%200a5.25%205.25%200%201%201-10.5%200%22%2F%3E%3Cpath%20d%3D%22M21.25%2012c0%202.9-2.35%205.25-5.25%205.25a.75.75%200%200%200%200%201.5A6.75%206.75%200%201%200%209.25%2012a.75.75%200%200%200%201.5%200a5.25%205.25%200%201%201%2010.5%200%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/link-circle.svg?color=%231a73e8&size=48