link simple icon

link-simple-light from Phosphor by Phosphor Icons · Light · MIT Free for personal and commercial use.

Name
link-simple-light
Set
Phosphor
Style
Light
Viewbox
256×256
License
MIT

5 other variants in Phosphor

Related icons in Phosphor

Use the link simple icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M164.25 91.75a6 6 0 0 1 0 8.49l-64 64a6 6 0 0 1-8.49-8.48l64-64a6 6 0 0 1 8.49-.01M214.2 41.8a54.07 54.07 0 0 0-76.38 0l-30.07 30.05a6 6 0 0 0 8.49 8.49l30.07-30.06a42 42 0 0 1 59.41 59.41l-30.08 30.07a6 6 0 1 0 8.49 8.49l30.07-30.07a54 54 0 0 0 0-76.38m-74.44 133.84l-30.07 30.08a42 42 0 0 1-59.41-59.41l30.06-30.07a6 6 0 0 0-8.49-8.49l-30 30.07a54 54 0 0 0 76.38 76.39l30.07-30.08a6 6 0 0 0-8.49-8.49Z"/></svg>

React

import type { SVGProps } from "react";

export function PhLinkSimpleLight(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M164.25 91.75a6 6 0 0 1 0 8.49l-64 64a6 6 0 0 1-8.49-8.48l64-64a6 6 0 0 1 8.49-.01M214.2 41.8a54.07 54.07 0 0 0-76.38 0l-30.07 30.05a6 6 0 0 0 8.49 8.49l30.07-30.06a42 42 0 0 1 59.41 59.41l-30.08 30.07a6 6 0 1 0 8.49 8.49l30.07-30.07a54 54 0 0 0 0-76.38m-74.44 133.84l-30.07 30.08a42 42 0 0 1-59.41-59.41l30.06-30.07a6 6 0 0 0-8.49-8.49l-30 30.07a54 54 0 0 0 76.38 76.39l30.07-30.08a6 6 0 0 0-8.49-8.49Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M164.25 91.75a6 6 0 0 1 0 8.49l-64 64a6 6 0 0 1-8.49-8.48l64-64a6 6 0 0 1 8.49-.01M214.2 41.8a54.07 54.07 0 0 0-76.38 0l-30.07 30.05a6 6 0 0 0 8.49 8.49l30.07-30.06a42 42 0 0 1 59.41 59.41l-30.08 30.07a6 6 0 1 0 8.49 8.49l30.07-30.07a54 54 0 0 0 0-76.38m-74.44 133.84l-30.07 30.08a42 42 0 0 1-59.41-59.41l30.06-30.07a6 6 0 0 0-8.49-8.49l-30 30.07a54 54 0 0 0 76.38 76.39l30.07-30.08a6 6 0 0 0-8.49-8.49Z"/></svg>
</template>

CSS

.icon-link-simple-light {
  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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M164.25%2091.75a6%206%200%200%201%200%208.49l-64%2064a6%206%200%200%201-8.49-8.48l64-64a6%206%200%200%201%208.49-.01M214.2%2041.8a54.07%2054.07%200%200%200-76.38%200l-30.07%2030.05a6%206%200%200%200%208.49%208.49l30.07-30.06a42%2042%200%200%201%2059.41%2059.41l-30.08%2030.07a6%206%200%201%200%208.49%208.49l30.07-30.07a54%2054%200%200%200%200-76.38m-74.44%20133.84l-30.07%2030.08a42%2042%200%200%201-59.41-59.41l30.06-30.07a6%206%200%200%200-8.49-8.49l-30%2030.07a54%2054%200%200%200%2076.38%2076.39l30.07-30.08a6%206%200%200%200-8.49-8.49Z%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M164.25%2091.75a6%206%200%200%201%200%208.49l-64%2064a6%206%200%200%201-8.49-8.48l64-64a6%206%200%200%201%208.49-.01M214.2%2041.8a54.07%2054.07%200%200%200-76.38%200l-30.07%2030.05a6%206%200%200%200%208.49%208.49l30.07-30.06a42%2042%200%200%201%2059.41%2059.41l-30.08%2030.07a6%206%200%201%200%208.49%208.49l30.07-30.07a54%2054%200%200%200%200-76.38m-74.44%20133.84l-30.07%2030.08a42%2042%200%200%201-59.41-59.41l30.06-30.07a6%206%200%200%200-8.49-8.49l-30%2030.07a54%2054%200%200%200%2076.38%2076.39l30.07-30.08a6%206%200%200%200-8.49-8.49Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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