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

Name
link5-duotone
Set
Reicon
Style
Duotone
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 fill-rule="evenodd" d="M2.277 7.934a6.75 6.75 0 0 0 4.397 11.513a.75.75 0 0 0 .083-1.498a5.25 5.25 0 0 1-3.42-8.954l2.829-2.829a5.25 5.25 0 1 1 7.425 7.425l-1.415 1.414a.75.75 0 1 0 1.061 1.06l1.414-1.413a6.75 6.75 0 0 0-9.546-9.546z" clip-rule="evenodd"/><path d="M10.409 17.834a5.25 5.25 0 0 1 0-7.425l1.414-1.414a.75.75 0 1 0-1.06-1.06L9.347 9.347a6.75 6.75 0 1 0 9.546 9.546l2.829-2.828a6.75 6.75 0 0 0-4.398-11.513a.75.75 0 0 0-.083 1.498a5.25 5.25 0 0 1 3.42 8.954l-2.829 2.829a5.25 5.25 0 0 1-7.424 0" opacity=".5"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconLink5Duotone(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 fillRule="evenodd" d="M2.277 7.934a6.75 6.75 0 0 0 4.397 11.513a.75.75 0 0 0 .083-1.498a5.25 5.25 0 0 1-3.42-8.954l2.829-2.829a5.25 5.25 0 1 1 7.425 7.425l-1.415 1.414a.75.75 0 1 0 1.061 1.06l1.414-1.413a6.75 6.75 0 0 0-9.546-9.546z" clipRule="evenodd"/><path d="M10.409 17.834a5.25 5.25 0 0 1 0-7.425l1.414-1.414a.75.75 0 1 0-1.06-1.06L9.347 9.347a6.75 6.75 0 1 0 9.546 9.546l2.829-2.828a6.75 6.75 0 0 0-4.398-11.513a.75.75 0 0 0-.083 1.498a5.25 5.25 0 0 1 3.42 8.954l-2.829 2.829a5.25 5.25 0 0 1-7.424 0" opacity=".5"/></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 fill-rule="evenodd" d="M2.277 7.934a6.75 6.75 0 0 0 4.397 11.513a.75.75 0 0 0 .083-1.498a5.25 5.25 0 0 1-3.42-8.954l2.829-2.829a5.25 5.25 0 1 1 7.425 7.425l-1.415 1.414a.75.75 0 1 0 1.061 1.06l1.414-1.413a6.75 6.75 0 0 0-9.546-9.546z" clip-rule="evenodd"/><path d="M10.409 17.834a5.25 5.25 0 0 1 0-7.425l1.414-1.414a.75.75 0 1 0-1.06-1.06L9.347 9.347a6.75 6.75 0 1 0 9.546 9.546l2.829-2.828a6.75 6.75 0 0 0-4.398-11.513a.75.75 0 0 0-.083 1.498a5.25 5.25 0 0 1 3.42 8.954l-2.829 2.829a5.25 5.25 0 0 1-7.424 0" opacity=".5"/></g></svg>
</template>

CSS

.icon-link5-duotone {
  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%20fill-rule%3D%22evenodd%22%20d%3D%22M2.277%207.934a6.75%206.75%200%200%200%204.397%2011.513a.75.75%200%200%200%20.083-1.498a5.25%205.25%200%200%201-3.42-8.954l2.829-2.829a5.25%205.25%200%201%201%207.425%207.425l-1.415%201.414a.75.75%200%201%200%201.061%201.06l1.414-1.413a6.75%206.75%200%200%200-9.546-9.546z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M10.409%2017.834a5.25%205.25%200%200%201%200-7.425l1.414-1.414a.75.75%200%201%200-1.06-1.06L9.347%209.347a6.75%206.75%200%201%200%209.546%209.546l2.829-2.828a6.75%206.75%200%200%200-4.398-11.513a.75.75%200%200%200-.083%201.498a5.25%205.25%200%200%201%203.42%208.954l-2.829%202.829a5.25%205.25%200%200%201-7.424%200%22%20opacity%3D%22.5%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%20fill-rule%3D%22evenodd%22%20d%3D%22M2.277%207.934a6.75%206.75%200%200%200%204.397%2011.513a.75.75%200%200%200%20.083-1.498a5.25%205.25%200%200%201-3.42-8.954l2.829-2.829a5.25%205.25%200%201%201%207.425%207.425l-1.415%201.414a.75.75%200%201%200%201.061%201.06l1.414-1.413a6.75%206.75%200%200%200-9.546-9.546z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M10.409%2017.834a5.25%205.25%200%200%201%200-7.425l1.414-1.414a.75.75%200%201%200-1.06-1.06L9.347%209.347a6.75%206.75%200%201%200%209.546%209.546l2.829-2.828a6.75%206.75%200%200%200-4.398-11.513a.75.75%200%200%200-.083%201.498a5.25%205.25%200%200%201%203.42%208.954l-2.829%202.829a5.25%205.25%200%200%201-7.424%200%22%20opacity%3D%22.5%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-duotone.svg?color=%231a73e8&size=48