link-3-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.

Name
link-3-fill
Set
MingCute Icon
Style
Fill
Viewbox
24×24
License
Apache 2.0

1 other variant in MingCute Icon

Related icons in MingCute Icon

Use the link 3 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.626 8.673a1.5 1.5 0 0 1 .748 2.906A2.501 2.501 0 0 0 12 16.5h6a2.5 2.5 0 0 0 1.249-4.666a1.5 1.5 0 0 1 1.502-2.598A5.5 5.5 0 0 1 18 19.5h-6a5.5 5.5 0 0 1-1.374-10.827M12 4.5a5.5 5.5 0 0 1 1.374 10.826a1.5 1.5 0 1 1-.748-2.905A2.501 2.501 0 0 0 12 7.5H6a2.5 2.5 0 0 0-1.249 4.666a1.5 1.5 0 0 1-1.502 2.598A5.5 5.5 0 0 1 6 4.5z"/></svg>

React

import type { SVGProps } from "react";

export function MingcuteLink3Fill(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="M10.626 8.673a1.5 1.5 0 0 1 .748 2.906A2.501 2.501 0 0 0 12 16.5h6a2.5 2.5 0 0 0 1.249-4.666a1.5 1.5 0 0 1 1.502-2.598A5.5 5.5 0 0 1 18 19.5h-6a5.5 5.5 0 0 1-1.374-10.827M12 4.5a5.5 5.5 0 0 1 1.374 10.826a1.5 1.5 0 1 1-.748-2.905A2.501 2.501 0 0 0 12 7.5H6a2.5 2.5 0 0 0-1.249 4.666a1.5 1.5 0 0 1-1.502 2.598A5.5 5.5 0 0 1 6 4.5z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.626 8.673a1.5 1.5 0 0 1 .748 2.906A2.501 2.501 0 0 0 12 16.5h6a2.5 2.5 0 0 0 1.249-4.666a1.5 1.5 0 0 1 1.502-2.598A5.5 5.5 0 0 1 18 19.5h-6a5.5 5.5 0 0 1-1.374-10.827M12 4.5a5.5 5.5 0 0 1 1.374 10.826a1.5 1.5 0 1 1-.748-2.905A2.501 2.501 0 0 0 12 7.5H6a2.5 2.5 0 0 0-1.249 4.666a1.5 1.5 0 0 1-1.502 2.598A5.5 5.5 0 0 1 6 4.5z"/></svg>
</template>

CSS

.icon-link-3-fill {
  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%22M10.626%208.673a1.5%201.5%200%200%201%20.748%202.906A2.501%202.501%200%200%200%2012%2016.5h6a2.5%202.5%200%200%200%201.249-4.666a1.5%201.5%200%200%201%201.502-2.598A5.5%205.5%200%200%201%2018%2019.5h-6a5.5%205.5%200%200%201-1.374-10.827M12%204.5a5.5%205.5%200%200%201%201.374%2010.826a1.5%201.5%200%201%201-.748-2.905A2.501%202.501%200%200%200%2012%207.5H6a2.5%202.5%200%200%200-1.249%204.666a1.5%201.5%200%200%201-1.502%202.598A5.5%205.5%200%200%201%206%204.5z%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%22M10.626%208.673a1.5%201.5%200%200%201%20.748%202.906A2.501%202.501%200%200%200%2012%2016.5h6a2.5%202.5%200%200%200%201.249-4.666a1.5%201.5%200%200%201%201.502-2.598A5.5%205.5%200%200%201%2018%2019.5h-6a5.5%205.5%200%200%201-1.374-10.827M12%204.5a5.5%205.5%200%200%201%201.374%2010.826a1.5%201.5%200%201%201-.748-2.905A2.501%202.501%200%200%200%2012%207.5H6a2.5%202.5%200%200%200-1.249%204.666a1.5%201.5%200%200%201-1.502%202.598A5.5%205.5%200%200%201%206%204.5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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