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

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

5 other variants in Phosphor

The same icon in other sets

Related icons in Phosphor

Use the link icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M238 88.18a52.42 52.42 0 0 1-15.4 35.66l-34.75 34.75A52.28 52.28 0 0 1 150.62 174h-.05A52.63 52.63 0 0 1 98 119.9a6 6 0 0 1 6-5.84h.17a6 6 0 0 1 5.83 6.16A40.62 40.62 0 0 0 150.58 162a40.4 40.4 0 0 0 28.73-11.9l34.75-34.74a40.63 40.63 0 0 0-57.43-57.46l-11 11a6 6 0 0 1-8.49-8.49l11-11a52.62 52.62 0 0 1 74.43 0A52.83 52.83 0 0 1 238 88.18m-127.62 98.9l-11 11A40.36 40.36 0 0 1 70.6 210a40.63 40.63 0 0 1-28.7-69.36l34.72-34.74A40.63 40.63 0 0 1 146 135.77a6 6 0 0 0 5.83 6.16h.17a6 6 0 0 0 6-5.84a52.63 52.63 0 0 0-89.86-38.67l-34.76 34.74A52.63 52.63 0 0 0 70.56 222a52.26 52.26 0 0 0 37.22-15.42l11-11a6 6 0 1 0-8.49-8.48Z"/></svg>

React

import type { SVGProps } from "react";

export function PhLinkLight(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="M238 88.18a52.42 52.42 0 0 1-15.4 35.66l-34.75 34.75A52.28 52.28 0 0 1 150.62 174h-.05A52.63 52.63 0 0 1 98 119.9a6 6 0 0 1 6-5.84h.17a6 6 0 0 1 5.83 6.16A40.62 40.62 0 0 0 150.58 162a40.4 40.4 0 0 0 28.73-11.9l34.75-34.74a40.63 40.63 0 0 0-57.43-57.46l-11 11a6 6 0 0 1-8.49-8.49l11-11a52.62 52.62 0 0 1 74.43 0A52.83 52.83 0 0 1 238 88.18m-127.62 98.9l-11 11A40.36 40.36 0 0 1 70.6 210a40.63 40.63 0 0 1-28.7-69.36l34.72-34.74A40.63 40.63 0 0 1 146 135.77a6 6 0 0 0 5.83 6.16h.17a6 6 0 0 0 6-5.84a52.63 52.63 0 0 0-89.86-38.67l-34.76 34.74A52.63 52.63 0 0 0 70.56 222a52.26 52.26 0 0 0 37.22-15.42l11-11a6 6 0 1 0-8.49-8.48Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M238 88.18a52.42 52.42 0 0 1-15.4 35.66l-34.75 34.75A52.28 52.28 0 0 1 150.62 174h-.05A52.63 52.63 0 0 1 98 119.9a6 6 0 0 1 6-5.84h.17a6 6 0 0 1 5.83 6.16A40.62 40.62 0 0 0 150.58 162a40.4 40.4 0 0 0 28.73-11.9l34.75-34.74a40.63 40.63 0 0 0-57.43-57.46l-11 11a6 6 0 0 1-8.49-8.49l11-11a52.62 52.62 0 0 1 74.43 0A52.83 52.83 0 0 1 238 88.18m-127.62 98.9l-11 11A40.36 40.36 0 0 1 70.6 210a40.63 40.63 0 0 1-28.7-69.36l34.72-34.74A40.63 40.63 0 0 1 146 135.77a6 6 0 0 0 5.83 6.16h.17a6 6 0 0 0 6-5.84a52.63 52.63 0 0 0-89.86-38.67l-34.76 34.74A52.63 52.63 0 0 0 70.56 222a52.26 52.26 0 0 0 37.22-15.42l11-11a6 6 0 1 0-8.49-8.48Z"/></svg>
</template>

CSS

.icon-link-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%22M238%2088.18a52.42%2052.42%200%200%201-15.4%2035.66l-34.75%2034.75A52.28%2052.28%200%200%201%20150.62%20174h-.05A52.63%2052.63%200%200%201%2098%20119.9a6%206%200%200%201%206-5.84h.17a6%206%200%200%201%205.83%206.16A40.62%2040.62%200%200%200%20150.58%20162a40.4%2040.4%200%200%200%2028.73-11.9l34.75-34.74a40.63%2040.63%200%200%200-57.43-57.46l-11%2011a6%206%200%200%201-8.49-8.49l11-11a52.62%2052.62%200%200%201%2074.43%200A52.83%2052.83%200%200%201%20238%2088.18m-127.62%2098.9l-11%2011A40.36%2040.36%200%200%201%2070.6%20210a40.63%2040.63%200%200%201-28.7-69.36l34.72-34.74A40.63%2040.63%200%200%201%20146%20135.77a6%206%200%200%200%205.83%206.16h.17a6%206%200%200%200%206-5.84a52.63%2052.63%200%200%200-89.86-38.67l-34.76%2034.74A52.63%2052.63%200%200%200%2070.56%20222a52.26%2052.26%200%200%200%2037.22-15.42l11-11a6%206%200%201%200-8.49-8.48Z%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%22M238%2088.18a52.42%2052.42%200%200%201-15.4%2035.66l-34.75%2034.75A52.28%2052.28%200%200%201%20150.62%20174h-.05A52.63%2052.63%200%200%201%2098%20119.9a6%206%200%200%201%206-5.84h.17a6%206%200%200%201%205.83%206.16A40.62%2040.62%200%200%200%20150.58%20162a40.4%2040.4%200%200%200%2028.73-11.9l34.75-34.74a40.63%2040.63%200%200%200-57.43-57.46l-11%2011a6%206%200%200%201-8.49-8.49l11-11a52.62%2052.62%200%200%201%2074.43%200A52.83%2052.83%200%200%201%20238%2088.18m-127.62%2098.9l-11%2011A40.36%2040.36%200%200%201%2070.6%20210a40.63%2040.63%200%200%201-28.7-69.36l34.72-34.74A40.63%2040.63%200%200%201%20146%20135.77a6%206%200%200%200%205.83%206.16h.17a6%206%200%200%200%206-5.84a52.63%2052.63%200%200%200-89.86-38.67l-34.76%2034.74A52.63%2052.63%200%200%200%2070.56%20222a52.26%2052.26%200%200%200%2037.22-15.42l11-11a6%206%200%201%200-8.49-8.48Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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