link broken icon
link-broken from Unicons by Iconscout · Line · User Interface · Apache-2.0 Free for personal and commercial use.
- Name
- link-broken
- Set
- Unicons
- Style
- Line
- Category
- User Interface
- Viewbox
- 24×24
- License
- Apache 2.0
The same icon in other sets
More user interface icons from Unicons
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="M4.76 10.59a1 1 0 0 0 .26-2l-1.76-.44a1 1 0 1 0-.52 1.93l1.76.47a.8.8 0 0 0 .26.04M8.62 5a1 1 0 0 0 1 .74a.8.8 0 0 0 .26 0a1 1 0 0 0 .7-1.22l-.47-1.76a1 1 0 1 0-1.93.52Zm4.83 10A1 1 0 0 0 12 15l-3.5 3.56a2.21 2.21 0 0 1-3.06 0a2.15 2.15 0 0 1 0-3.06L9 12a1 1 0 1 0-1.41-1.41L4 14.08A4.17 4.17 0 1 0 9.92 20l3.53-3.53a1 1 0 0 0 0-1.47M5.18 6.59a1 1 0 0 0 .7.29a1 1 0 0 0 .71-.29a1 1 0 0 0 0-1.41L5.3 3.89A1 1 0 0 0 3.89 5.3Zm16.08 7.33l-1.76-.47a1 1 0 1 0-.5 1.93l1.76.47h.26a1 1 0 0 0 .26-2ZM15.38 19a1 1 0 0 0-1.23-.7a1 1 0 0 0-.7 1.22l.47 1.76a1 1 0 0 0 1 .74a1.2 1.2 0 0 0 .26 0a1 1 0 0 0 .71-1.23Zm3.44-1.57a1 1 0 0 0-1.41 1.41l1.29 1.29a1 1 0 0 0 1.41 0a1 1 0 0 0 0-1.41ZM21.2 7a4.16 4.16 0 0 0-7.12-3l-3.53 3.56A1 1 0 1 0 12 9l3.5-3.56a2.21 2.21 0 0 1 3.06 0a2.15 2.15 0 0 1 0 3.06L15 12a1 1 0 0 0 0 1.41a1 1 0 0 0 1.41 0L20 9.92A4.2 4.2 0 0 0 21.2 7"/></svg>
React
import type { SVGProps } from "react";
export function UilLinkBroken(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="M4.76 10.59a1 1 0 0 0 .26-2l-1.76-.44a1 1 0 1 0-.52 1.93l1.76.47a.8.8 0 0 0 .26.04M8.62 5a1 1 0 0 0 1 .74a.8.8 0 0 0 .26 0a1 1 0 0 0 .7-1.22l-.47-1.76a1 1 0 1 0-1.93.52Zm4.83 10A1 1 0 0 0 12 15l-3.5 3.56a2.21 2.21 0 0 1-3.06 0a2.15 2.15 0 0 1 0-3.06L9 12a1 1 0 1 0-1.41-1.41L4 14.08A4.17 4.17 0 1 0 9.92 20l3.53-3.53a1 1 0 0 0 0-1.47M5.18 6.59a1 1 0 0 0 .7.29a1 1 0 0 0 .71-.29a1 1 0 0 0 0-1.41L5.3 3.89A1 1 0 0 0 3.89 5.3Zm16.08 7.33l-1.76-.47a1 1 0 1 0-.5 1.93l1.76.47h.26a1 1 0 0 0 .26-2ZM15.38 19a1 1 0 0 0-1.23-.7a1 1 0 0 0-.7 1.22l.47 1.76a1 1 0 0 0 1 .74a1.2 1.2 0 0 0 .26 0a1 1 0 0 0 .71-1.23Zm3.44-1.57a1 1 0 0 0-1.41 1.41l1.29 1.29a1 1 0 0 0 1.41 0a1 1 0 0 0 0-1.41ZM21.2 7a4.16 4.16 0 0 0-7.12-3l-3.53 3.56A1 1 0 1 0 12 9l3.5-3.56a2.21 2.21 0 0 1 3.06 0a2.15 2.15 0 0 1 0 3.06L15 12a1 1 0 0 0 0 1.41a1 1 0 0 0 1.41 0L20 9.92A4.2 4.2 0 0 0 21.2 7"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.76 10.59a1 1 0 0 0 .26-2l-1.76-.44a1 1 0 1 0-.52 1.93l1.76.47a.8.8 0 0 0 .26.04M8.62 5a1 1 0 0 0 1 .74a.8.8 0 0 0 .26 0a1 1 0 0 0 .7-1.22l-.47-1.76a1 1 0 1 0-1.93.52Zm4.83 10A1 1 0 0 0 12 15l-3.5 3.56a2.21 2.21 0 0 1-3.06 0a2.15 2.15 0 0 1 0-3.06L9 12a1 1 0 1 0-1.41-1.41L4 14.08A4.17 4.17 0 1 0 9.92 20l3.53-3.53a1 1 0 0 0 0-1.47M5.18 6.59a1 1 0 0 0 .7.29a1 1 0 0 0 .71-.29a1 1 0 0 0 0-1.41L5.3 3.89A1 1 0 0 0 3.89 5.3Zm16.08 7.33l-1.76-.47a1 1 0 1 0-.5 1.93l1.76.47h.26a1 1 0 0 0 .26-2ZM15.38 19a1 1 0 0 0-1.23-.7a1 1 0 0 0-.7 1.22l.47 1.76a1 1 0 0 0 1 .74a1.2 1.2 0 0 0 .26 0a1 1 0 0 0 .71-1.23Zm3.44-1.57a1 1 0 0 0-1.41 1.41l1.29 1.29a1 1 0 0 0 1.41 0a1 1 0 0 0 0-1.41ZM21.2 7a4.16 4.16 0 0 0-7.12-3l-3.53 3.56A1 1 0 1 0 12 9l3.5-3.56a2.21 2.21 0 0 1 3.06 0a2.15 2.15 0 0 1 0 3.06L15 12a1 1 0 0 0 0 1.41a1 1 0 0 0 1.41 0L20 9.92A4.2 4.2 0 0 0 21.2 7"/></svg> </template>
CSS
.icon-link-broken {
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%22M4.76%2010.59a1%201%200%200%200%20.26-2l-1.76-.44a1%201%200%201%200-.52%201.93l1.76.47a.8.8%200%200%200%20.26.04M8.62%205a1%201%200%200%200%201%20.74a.8.8%200%200%200%20.26%200a1%201%200%200%200%20.7-1.22l-.47-1.76a1%201%200%201%200-1.93.52Zm4.83%2010A1%201%200%200%200%2012%2015l-3.5%203.56a2.21%202.21%200%200%201-3.06%200a2.15%202.15%200%200%201%200-3.06L9%2012a1%201%200%201%200-1.41-1.41L4%2014.08A4.17%204.17%200%201%200%209.92%2020l3.53-3.53a1%201%200%200%200%200-1.47M5.18%206.59a1%201%200%200%200%20.7.29a1%201%200%200%200%20.71-.29a1%201%200%200%200%200-1.41L5.3%203.89A1%201%200%200%200%203.89%205.3Zm16.08%207.33l-1.76-.47a1%201%200%201%200-.5%201.93l1.76.47h.26a1%201%200%200%200%20.26-2ZM15.38%2019a1%201%200%200%200-1.23-.7a1%201%200%200%200-.7%201.22l.47%201.76a1%201%200%200%200%201%20.74a1.2%201.2%200%200%200%20.26%200a1%201%200%200%200%20.71-1.23Zm3.44-1.57a1%201%200%200%200-1.41%201.41l1.29%201.29a1%201%200%200%200%201.41%200a1%201%200%200%200%200-1.41ZM21.2%207a4.16%204.16%200%200%200-7.12-3l-3.53%203.56A1%201%200%201%200%2012%209l3.5-3.56a2.21%202.21%200%200%201%203.06%200a2.15%202.15%200%200%201%200%203.06L15%2012a1%201%200%200%200%200%201.41a1%201%200%200%200%201.41%200L20%209.92A4.2%204.2%200%200%200%2021.2%207%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%22M4.76%2010.59a1%201%200%200%200%20.26-2l-1.76-.44a1%201%200%201%200-.52%201.93l1.76.47a.8.8%200%200%200%20.26.04M8.62%205a1%201%200%200%200%201%20.74a.8.8%200%200%200%20.26%200a1%201%200%200%200%20.7-1.22l-.47-1.76a1%201%200%201%200-1.93.52Zm4.83%2010A1%201%200%200%200%2012%2015l-3.5%203.56a2.21%202.21%200%200%201-3.06%200a2.15%202.15%200%200%201%200-3.06L9%2012a1%201%200%201%200-1.41-1.41L4%2014.08A4.17%204.17%200%201%200%209.92%2020l3.53-3.53a1%201%200%200%200%200-1.47M5.18%206.59a1%201%200%200%200%20.7.29a1%201%200%200%200%20.71-.29a1%201%200%200%200%200-1.41L5.3%203.89A1%201%200%200%200%203.89%205.3Zm16.08%207.33l-1.76-.47a1%201%200%201%200-.5%201.93l1.76.47h.26a1%201%200%200%200%20.26-2ZM15.38%2019a1%201%200%200%200-1.23-.7a1%201%200%200%200-.7%201.22l.47%201.76a1%201%200%200%200%201%20.74a1.2%201.2%200%200%200%20.26%200a1%201%200%200%200%20.71-1.23Zm3.44-1.57a1%201%200%200%200-1.41%201.41l1.29%201.29a1%201%200%200%200%201.41%200a1%201%200%200%200%200-1.41ZM21.2%207a4.16%204.16%200%200%200-7.12-3l-3.53%203.56A1%201%200%201%200%2012%209l3.5-3.56a2.21%202.21%200%200%201%203.06%200a2.15%202.15%200%200%201%200%203.06L15%2012a1%201%200%200%200%200%201.41a1%201%200%200%200%201.41%200L20%209.92A4.2%204.2%200%200%200%2021.2%207%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/uil/link-broken.svg?color=%231a73e8&size=48