link simple break icon

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

Name
link-simple-break
Set
Phosphor
Style
Regular
Viewbox
256×256
License
MIT

5 other variants in Phosphor

Related icons in Phosphor

Use the link simple break icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M232 80a55.67 55.67 0 0 1-16.4 39.6l-30.07 30.06a8 8 0 0 1-11.31-11.32l30.07-30.06a40 40 0 1 0-56.57-56.56l-30.06 30.05a8 8 0 0 1-11.32-11.32L136.4 40.4A56 56 0 0 1 232 80m-93.66 94.22l-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 PhLinkSimpleBreak(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="M232 80a55.67 55.67 0 0 1-16.4 39.6l-30.07 30.06a8 8 0 0 1-11.31-11.32l30.07-30.06a40 40 0 1 0-56.57-56.56l-30.06 30.05a8 8 0 0 1-11.32-11.32L136.4 40.4A56 56 0 0 1 232 80m-93.66 94.22l-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="M232 80a55.67 55.67 0 0 1-16.4 39.6l-30.07 30.06a8 8 0 0 1-11.31-11.32l30.07-30.06a40 40 0 1 0-56.57-56.56l-30.06 30.05a8 8 0 0 1-11.32-11.32L136.4 40.4A56 56 0 0 1 232 80m-93.66 94.22l-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-break {
  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%22M232%2080a55.67%2055.67%200%200%201-16.4%2039.6l-30.07%2030.06a8%208%200%200%201-11.31-11.32l30.07-30.06a40%2040%200%201%200-56.57-56.56l-30.06%2030.05a8%208%200%200%201-11.32-11.32L136.4%2040.4A56%2056%200%200%201%20232%2080m-93.66%2094.22l-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%22M232%2080a55.67%2055.67%200%200%201-16.4%2039.6l-30.07%2030.06a8%208%200%200%201-11.31-11.32l30.07-30.06a40%2040%200%201%200-56.57-56.56l-30.06%2030.05a8%208%200%200%201-11.32-11.32L136.4%2040.4A56%2056%200%200%201%20232%2080m-93.66%2094.22l-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-break.svg?color=%231a73e8&size=48