link broken icon

link-broken-filled from Reicon by REICON · Filled · Text-formatting · MIT Free for personal and commercial use.

Name
link-broken-filled
Set
Reicon
Style
Filled
Category
Text-formatting
Viewbox
24×24
License
MIT

2 other variants in Reicon

The same icon in other sets

More text-formatting icons from Reicon

Use the link broken icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.99 3.991c-1.553-1.521-3.681-1.58-4.765-.518l-3.7 3.625a.75.75 0 0 1-1.05-1.071l3.7-3.625c1.836-1.799 4.914-1.393 6.865.518c1.953 1.913 2.378 4.955.528 6.768l-2.907 2.848a.75.75 0 1 1-1.05-1.072l2.907-2.848c1.07-1.048 1.022-3.106-.528-4.625M6.624 3.584a.75.75 0 1 0-1.248.832l2 3a.75.75 0 0 0 1.248-.832zM2.237 7.289a.75.75 0 1 0-.474 1.423l6 2a.75.75 0 0 0 .474-1.423zm4.491 5.217a.75.75 0 0 0-1.107-1.012l-1.261 1.38c-1.727 1.889-1.35 5.053.504 7.081c1.865 2.04 4.87 2.505 6.655.552l4.035-4.414a.75.75 0 0 0-1.107-1.012l-4.035 4.414c-1.001 1.095-2.963 1.065-4.44-.552c-1.49-1.628-1.564-3.9-.505-5.058z"/></svg>

React

import type { SVGProps } from "react";

export function ReiconLinkBrokenFilled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.99 3.991c-1.553-1.521-3.681-1.58-4.765-.518l-3.7 3.625a.75.75 0 0 1-1.05-1.071l3.7-3.625c1.836-1.799 4.914-1.393 6.865.518c1.953 1.913 2.378 4.955.528 6.768l-2.907 2.848a.75.75 0 1 1-1.05-1.072l2.907-2.848c1.07-1.048 1.022-3.106-.528-4.625M6.624 3.584a.75.75 0 1 0-1.248.832l2 3a.75.75 0 0 0 1.248-.832zM2.237 7.289a.75.75 0 1 0-.474 1.423l6 2a.75.75 0 0 0 .474-1.423zm4.491 5.217a.75.75 0 0 0-1.107-1.012l-1.261 1.38c-1.727 1.889-1.35 5.053.504 7.081c1.865 2.04 4.87 2.505 6.655.552l4.035-4.414a.75.75 0 0 0-1.107-1.012l-4.035 4.414c-1.001 1.095-2.963 1.065-4.44-.552c-1.49-1.628-1.564-3.9-.505-5.058z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.99 3.991c-1.553-1.521-3.681-1.58-4.765-.518l-3.7 3.625a.75.75 0 0 1-1.05-1.071l3.7-3.625c1.836-1.799 4.914-1.393 6.865.518c1.953 1.913 2.378 4.955.528 6.768l-2.907 2.848a.75.75 0 1 1-1.05-1.072l2.907-2.848c1.07-1.048 1.022-3.106-.528-4.625M6.624 3.584a.75.75 0 1 0-1.248.832l2 3a.75.75 0 0 0 1.248-.832zM2.237 7.289a.75.75 0 1 0-.474 1.423l6 2a.75.75 0 0 0 .474-1.423zm4.491 5.217a.75.75 0 0 0-1.107-1.012l-1.261 1.38c-1.727 1.889-1.35 5.053.504 7.081c1.865 2.04 4.87 2.505 6.655.552l4.035-4.414a.75.75 0 0 0-1.107-1.012l-4.035 4.414c-1.001 1.095-2.963 1.065-4.44-.552c-1.49-1.628-1.564-3.9-.505-5.058z"/></svg>
</template>

CSS

.icon-link-broken-filled {
  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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M19.99%203.991c-1.553-1.521-3.681-1.58-4.765-.518l-3.7%203.625a.75.75%200%200%201-1.05-1.071l3.7-3.625c1.836-1.799%204.914-1.393%206.865.518c1.953%201.913%202.378%204.955.528%206.768l-2.907%202.848a.75.75%200%201%201-1.05-1.072l2.907-2.848c1.07-1.048%201.022-3.106-.528-4.625M6.624%203.584a.75.75%200%201%200-1.248.832l2%203a.75.75%200%200%200%201.248-.832zM2.237%207.289a.75.75%200%201%200-.474%201.423l6%202a.75.75%200%200%200%20.474-1.423zm4.491%205.217a.75.75%200%200%200-1.107-1.012l-1.261%201.38c-1.727%201.889-1.35%205.053.504%207.081c1.865%202.04%204.87%202.505%206.655.552l4.035-4.414a.75.75%200%200%200-1.107-1.012l-4.035%204.414c-1.001%201.095-2.963%201.065-4.44-.552c-1.49-1.628-1.564-3.9-.505-5.058z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M19.99%203.991c-1.553-1.521-3.681-1.58-4.765-.518l-3.7%203.625a.75.75%200%200%201-1.05-1.071l3.7-3.625c1.836-1.799%204.914-1.393%206.865.518c1.953%201.913%202.378%204.955.528%206.768l-2.907%202.848a.75.75%200%201%201-1.05-1.072l2.907-2.848c1.07-1.048%201.022-3.106-.528-4.625M6.624%203.584a.75.75%200%201%200-1.248.832l2%203a.75.75%200%200%200%201.248-.832zM2.237%207.289a.75.75%200%201%200-.474%201.423l6%202a.75.75%200%200%200%20.474-1.423zm4.491%205.217a.75.75%200%200%200-1.107-1.012l-1.261%201.38c-1.727%201.889-1.35%205.053.504%207.081c1.865%202.04%204.87%202.505%206.655.552l4.035-4.414a.75.75%200%200%200-1.107-1.012l-4.035%204.414c-1.001%201.095-2.963%201.065-4.44-.552c-1.49-1.628-1.564-3.9-.505-5.058z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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