link-filled from Tabler Icons by Paweł Kuna · Filled · MIT Free for personal and commercial use.

Name
link-filled
Set
Tabler Icons
Style
Filled
Viewbox
24×24
License
MIT

1 other variant in Tabler Icons

The same icon in other sets

Related icons in Tabler Icons

Use the link icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M15.707 8.293a1 1 0 0 1 0 1.414l-6 6a1 1 0 1 1-1.414-1.414l6-6a1 1 0 0 1 1.414 0"/><path d="M19.242 4.757c2.343 2.344 2.342 6.143-.052 8.534l-.534.464a1 1 0 1 1-1.312-1.51l.483-.416a4 4 0 0 0 0-5.657c-1.562-1.563-4.095-1.563-5.607-.054l-.463.536a1 1 0 1 1-1.514-1.308l.513-.59a6 6 0 0 1 8.486.001M6.75 10.338a1 1 0 0 1-.088 1.411l-.483.425a3.97 3.97 0 0 0 0 5.649a4.064 4.064 0 0 0 5.678.038l.34-.458a1 1 0 1 1 1.606 1.194l-.397.534l-.1.114a6.07 6.07 0 0 1-8.533 0A5.97 5.97 0 0 1 3 14.998c0-1.595.638-3.124 1.814-4.284l.524-.463a1 1 0 0 1 1.411.087"/></g></svg>

React

import type { SVGProps } from "react";

export function TablerLinkFilled(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="M15.707 8.293a1 1 0 0 1 0 1.414l-6 6a1 1 0 1 1-1.414-1.414l6-6a1 1 0 0 1 1.414 0"/><path d="M19.242 4.757c2.343 2.344 2.342 6.143-.052 8.534l-.534.464a1 1 0 1 1-1.312-1.51l.483-.416a4 4 0 0 0 0-5.657c-1.562-1.563-4.095-1.563-5.607-.054l-.463.536a1 1 0 1 1-1.514-1.308l.513-.59a6 6 0 0 1 8.486.001M6.75 10.338a1 1 0 0 1-.088 1.411l-.483.425a3.97 3.97 0 0 0 0 5.649a4.064 4.064 0 0 0 5.678.038l.34-.458a1 1 0 1 1 1.606 1.194l-.397.534l-.1.114a6.07 6.07 0 0 1-8.533 0A5.97 5.97 0 0 1 3 14.998c0-1.595.638-3.124 1.814-4.284l.524-.463a1 1 0 0 1 1.411.087"/></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="M15.707 8.293a1 1 0 0 1 0 1.414l-6 6a1 1 0 1 1-1.414-1.414l6-6a1 1 0 0 1 1.414 0"/><path d="M19.242 4.757c2.343 2.344 2.342 6.143-.052 8.534l-.534.464a1 1 0 1 1-1.312-1.51l.483-.416a4 4 0 0 0 0-5.657c-1.562-1.563-4.095-1.563-5.607-.054l-.463.536a1 1 0 1 1-1.514-1.308l.513-.59a6 6 0 0 1 8.486.001M6.75 10.338a1 1 0 0 1-.088 1.411l-.483.425a3.97 3.97 0 0 0 0 5.649a4.064 4.064 0 0 0 5.678.038l.34-.458a1 1 0 1 1 1.606 1.194l-.397.534l-.1.114a6.07 6.07 0 0 1-8.533 0A5.97 5.97 0 0 1 3 14.998c0-1.595.638-3.124 1.814-4.284l.524-.463a1 1 0 0 1 1.411.087"/></g></svg>
</template>

CSS

.icon-link-filled {
  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%22M15.707%208.293a1%201%200%200%201%200%201.414l-6%206a1%201%200%201%201-1.414-1.414l6-6a1%201%200%200%201%201.414%200%22%2F%3E%3Cpath%20d%3D%22M19.242%204.757c2.343%202.344%202.342%206.143-.052%208.534l-.534.464a1%201%200%201%201-1.312-1.51l.483-.416a4%204%200%200%200%200-5.657c-1.562-1.563-4.095-1.563-5.607-.054l-.463.536a1%201%200%201%201-1.514-1.308l.513-.59a6%206%200%200%201%208.486.001M6.75%2010.338a1%201%200%200%201-.088%201.411l-.483.425a3.97%203.97%200%200%200%200%205.649a4.064%204.064%200%200%200%205.678.038l.34-.458a1%201%200%201%201%201.606%201.194l-.397.534l-.1.114a6.07%206.07%200%200%201-8.533%200A5.97%205.97%200%200%201%203%2014.998c0-1.595.638-3.124%201.814-4.284l.524-.463a1%201%200%200%201%201.411.087%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%22M15.707%208.293a1%201%200%200%201%200%201.414l-6%206a1%201%200%201%201-1.414-1.414l6-6a1%201%200%200%201%201.414%200%22%2F%3E%3Cpath%20d%3D%22M19.242%204.757c2.343%202.344%202.342%206.143-.052%208.534l-.534.464a1%201%200%201%201-1.312-1.51l.483-.416a4%204%200%200%200%200-5.657c-1.562-1.563-4.095-1.563-5.607-.054l-.463.536a1%201%200%201%201-1.514-1.308l.513-.59a6%206%200%200%201%208.486.001M6.75%2010.338a1%201%200%200%201-.088%201.411l-.483.425a3.97%203.97%200%200%200%200%205.649a4.064%204.064%200%200%200%205.678.038l.34-.458a1%201%200%201%201%201.606%201.194l-.397.534l-.1.114a6.07%206.07%200%200%201-8.533%200A5.97%205.97%200%200%201%203%2014.998c0-1.595.638-3.124%201.814-4.284l.524-.463a1%201%200%200%201%201.411.087%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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