link simple icon
link-simple from Phosphor by Phosphor Icons · Regular · MIT Free for personal and commercial use.
- Name
- link-simple
- Set
- Phosphor
- Style
- Regular
- 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="M165.66 90.34a8 8 0 0 1 0 11.32l-64 64a8 8 0 0 1-11.32-11.32l64-64a8 8 0 0 1 11.32 0M215.6 40.4a56 56 0 0 0-79.2 0l-30.06 30.05a8 8 0 0 0 11.32 11.32l30.06-30a40 40 0 0 1 56.57 56.56l-30.07 30.06a8 8 0 0 0 11.31 11.32l30.07-30.11a56 56 0 0 0 0-79.2m-77.26 133.82l-30.06 30.06a40 40 0 1 1-56.56-56.57l30.05-30.05a8 8 0 0 0-11.32-11.32L40.4 136.4a56 56 0 0 0 79.2 79.2l30.06-30.07a8 8 0 0 0-11.32-11.31"/></svg>
React
import type { SVGProps } from "react";
export function PhLinkSimple(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="M165.66 90.34a8 8 0 0 1 0 11.32l-64 64a8 8 0 0 1-11.32-11.32l64-64a8 8 0 0 1 11.32 0M215.6 40.4a56 56 0 0 0-79.2 0l-30.06 30.05a8 8 0 0 0 11.32 11.32l30.06-30a40 40 0 0 1 56.57 56.56l-30.07 30.06a8 8 0 0 0 11.31 11.32l30.07-30.11a56 56 0 0 0 0-79.2m-77.26 133.82l-30.06 30.06a40 40 0 1 1-56.56-56.57l30.05-30.05a8 8 0 0 0-11.32-11.32L40.4 136.4a56 56 0 0 0 79.2 79.2l30.06-30.07a8 8 0 0 0-11.32-11.31"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M165.66 90.34a8 8 0 0 1 0 11.32l-64 64a8 8 0 0 1-11.32-11.32l64-64a8 8 0 0 1 11.32 0M215.6 40.4a56 56 0 0 0-79.2 0l-30.06 30.05a8 8 0 0 0 11.32 11.32l30.06-30a40 40 0 0 1 56.57 56.56l-30.07 30.06a8 8 0 0 0 11.31 11.32l30.07-30.11a56 56 0 0 0 0-79.2m-77.26 133.82l-30.06 30.06a40 40 0 1 1-56.56-56.57l30.05-30.05a8 8 0 0 0-11.32-11.32L40.4 136.4a56 56 0 0 0 79.2 79.2l30.06-30.07a8 8 0 0 0-11.32-11.31"/></svg> </template>
CSS
.icon-link-simple {
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%22M165.66%2090.34a8%208%200%200%201%200%2011.32l-64%2064a8%208%200%200%201-11.32-11.32l64-64a8%208%200%200%201%2011.32%200M215.6%2040.4a56%2056%200%200%200-79.2%200l-30.06%2030.05a8%208%200%200%200%2011.32%2011.32l30.06-30a40%2040%200%200%201%2056.57%2056.56l-30.07%2030.06a8%208%200%200%200%2011.31%2011.32l30.07-30.11a56%2056%200%200%200%200-79.2m-77.26%20133.82l-30.06%2030.06a40%2040%200%201%201-56.56-56.57l30.05-30.05a8%208%200%200%200-11.32-11.32L40.4%20136.4a56%2056%200%200%200%2079.2%2079.2l30.06-30.07a8%208%200%200%200-11.32-11.31%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%22M165.66%2090.34a8%208%200%200%201%200%2011.32l-64%2064a8%208%200%200%201-11.32-11.32l64-64a8%208%200%200%201%2011.32%200M215.6%2040.4a56%2056%200%200%200-79.2%200l-30.06%2030.05a8%208%200%200%200%2011.32%2011.32l30.06-30a40%2040%200%200%201%2056.57%2056.56l-30.07%2030.06a8%208%200%200%200%2011.31%2011.32l30.07-30.11a56%2056%200%200%200%200-79.2m-77.26%20133.82l-30.06%2030.06a40%2040%200%201%201-56.56-56.57l30.05-30.05a8%208%200%200%200-11.32-11.32L40.4%20136.4a56%2056%200%200%200%2079.2%2079.2l30.06-30.07a8%208%200%200%200-11.32-11.31%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/link-simple.svg?color=%231a73e8&size=48