link5-filled from Reicon by REICON · Filled · Text-formatting · MIT Free for personal and commercial use.

Name
link5-filled
Set
Reicon
Style
Filled
Category
Text-formatting
Viewbox
24×24
License
MIT

2 other variants in Reicon

More text-formatting icons from Reicon

Use the link5 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M6.17 6.309a5.317 5.317 0 0 1 7.522 0a5.326 5.326 0 0 1 0 7.529l-1.43 1.43a.75.75 0 0 0 1.06 1.061l1.43-1.431a6.826 6.826 0 0 0 0-9.65a6.817 6.817 0 0 0-9.644 0l-2.86 2.864A6.826 6.826 0 0 0 6.69 19.749a.75.75 0 1 0 .083-1.498a5.326 5.326 0 0 1-3.465-9.08z"/><path d="M17.31 4.251a.75.75 0 0 0-.083 1.498a5.326 5.326 0 0 1 3.465 9.08L17.83 17.69a5.317 5.317 0 0 1-7.523 0a5.326 5.326 0 0 1 0-7.528l1.43-1.432a.75.75 0 0 0-1.06-1.06l-1.43 1.431a6.826 6.826 0 0 0 0 9.65a6.817 6.817 0 0 0 9.644 0l2.86-2.864A6.826 6.826 0 0 0 17.31 4.251"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconLink5Filled(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="M6.17 6.309a5.317 5.317 0 0 1 7.522 0a5.326 5.326 0 0 1 0 7.529l-1.43 1.43a.75.75 0 0 0 1.06 1.061l1.43-1.431a6.826 6.826 0 0 0 0-9.65a6.817 6.817 0 0 0-9.644 0l-2.86 2.864A6.826 6.826 0 0 0 6.69 19.749a.75.75 0 1 0 .083-1.498a5.326 5.326 0 0 1-3.465-9.08z"/><path d="M17.31 4.251a.75.75 0 0 0-.083 1.498a5.326 5.326 0 0 1 3.465 9.08L17.83 17.69a5.317 5.317 0 0 1-7.523 0a5.326 5.326 0 0 1 0-7.528l1.43-1.432a.75.75 0 0 0-1.06-1.06l-1.43 1.431a6.826 6.826 0 0 0 0 9.65a6.817 6.817 0 0 0 9.644 0l2.86-2.864A6.826 6.826 0 0 0 17.31 4.251"/></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="M6.17 6.309a5.317 5.317 0 0 1 7.522 0a5.326 5.326 0 0 1 0 7.529l-1.43 1.43a.75.75 0 0 0 1.06 1.061l1.43-1.431a6.826 6.826 0 0 0 0-9.65a6.817 6.817 0 0 0-9.644 0l-2.86 2.864A6.826 6.826 0 0 0 6.69 19.749a.75.75 0 1 0 .083-1.498a5.326 5.326 0 0 1-3.465-9.08z"/><path d="M17.31 4.251a.75.75 0 0 0-.083 1.498a5.326 5.326 0 0 1 3.465 9.08L17.83 17.69a5.317 5.317 0 0 1-7.523 0a5.326 5.326 0 0 1 0-7.528l1.43-1.432a.75.75 0 0 0-1.06-1.06l-1.43 1.431a6.826 6.826 0 0 0 0 9.65a6.817 6.817 0 0 0 9.644 0l2.86-2.864A6.826 6.826 0 0 0 17.31 4.251"/></g></svg>
</template>

CSS

.icon-link5-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%22M6.17%206.309a5.317%205.317%200%200%201%207.522%200a5.326%205.326%200%200%201%200%207.529l-1.43%201.43a.75.75%200%200%200%201.06%201.061l1.43-1.431a6.826%206.826%200%200%200%200-9.65a6.817%206.817%200%200%200-9.644%200l-2.86%202.864A6.826%206.826%200%200%200%206.69%2019.749a.75.75%200%201%200%20.083-1.498a5.326%205.326%200%200%201-3.465-9.08z%22%2F%3E%3Cpath%20d%3D%22M17.31%204.251a.75.75%200%200%200-.083%201.498a5.326%205.326%200%200%201%203.465%209.08L17.83%2017.69a5.317%205.317%200%200%201-7.523%200a5.326%205.326%200%200%201%200-7.528l1.43-1.432a.75.75%200%200%200-1.06-1.06l-1.43%201.431a6.826%206.826%200%200%200%200%209.65a6.817%206.817%200%200%200%209.644%200l2.86-2.864A6.826%206.826%200%200%200%2017.31%204.251%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%22M6.17%206.309a5.317%205.317%200%200%201%207.522%200a5.326%205.326%200%200%201%200%207.529l-1.43%201.43a.75.75%200%200%200%201.06%201.061l1.43-1.431a6.826%206.826%200%200%200%200-9.65a6.817%206.817%200%200%200-9.644%200l-2.86%202.864A6.826%206.826%200%200%200%206.69%2019.749a.75.75%200%201%200%20.083-1.498a5.326%205.326%200%200%201-3.465-9.08z%22%2F%3E%3Cpath%20d%3D%22M17.31%204.251a.75.75%200%200%200-.083%201.498a5.326%205.326%200%200%201%203.465%209.08L17.83%2017.69a5.317%205.317%200%200%201-7.523%200a5.326%205.326%200%200%201%200-7.528l1.43-1.432a.75.75%200%200%200-1.06-1.06l-1.43%201.431a6.826%206.826%200%200%200%200%209.65a6.817%206.817%200%200%200%209.644%200l2.86-2.864A6.826%206.826%200%200%200%2017.31%204.251%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/link5-filled.svg?color=%231a73e8&size=48