link broken icon
link-broken-bold-duotone from Solar by 480 Design · Bold Duotone · Text Formatting · CC-BY-4.0 Attribution required.
- Name
- link-broken-bold-duotone
- Set
- Solar
- Style
- Bold Duotone
- Category
- Text Formatting
- Viewbox
- 24×24
- License
- CC BY 4.0
The same icon in other sets
More text formatting icons from Solar
backspace-bolderaser-bolderaser-circle-bolderaser-square-boldlink-boldlink-circle-boldlink-minimalistic-2-boldlink-minimalistic-boldlink-round-angle-boldlink-round-boldlink-square-boldparagraph-spacing-boldquote-boldquote-circle-boldquote-square-boldtext-bold-boldtext-bold-circle-boldtext-bold-square-boldtext-circle-boldtext-cross-boldtext-cross-circle-boldtext-cross-square-boldtext-field-boldtext-field-focus-bold
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 1 1-1.05-1.071l3.7-3.625c1.837-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.728 12.506a.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 1.095-2.963 1.065-4.44-.552c-1.49-1.628-1.564-3.9-.505-5.058z" opacity=".5"/><path fill="currentColor" d="M6.624 3.584a.75.75 0 0 0-1.248.832l2 3a.75.75 0 1 0 1.248-.832zM2.237 7.288a.75.75 0 1 0-.474 1.423l6 2a.75.75 0 0 0 .474-1.423z"/></svg>
React
import type { SVGProps } from "react";
export function SolarLinkBrokenBoldDuotone(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 1 1-1.05-1.071l3.7-3.625c1.837-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.728 12.506a.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 1.095-2.963 1.065-4.44-.552c-1.49-1.628-1.564-3.9-.505-5.058z" opacity=".5"/><path fill="currentColor" d="M6.624 3.584a.75.75 0 0 0-1.248.832l2 3a.75.75 0 1 0 1.248-.832zM2.237 7.288a.75.75 0 1 0-.474 1.423l6 2a.75.75 0 0 0 .474-1.423z"/></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 1 1-1.05-1.071l3.7-3.625c1.837-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.728 12.506a.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 1.095-2.963 1.065-4.44-.552c-1.49-1.628-1.564-3.9-.505-5.058z" opacity=".5"/><path fill="currentColor" d="M6.624 3.584a.75.75 0 0 0-1.248.832l2 3a.75.75 0 1 0 1.248-.832zM2.237 7.288a.75.75 0 1 0-.474 1.423l6 2a.75.75 0 0 0 .474-1.423z"/></svg> </template>
CSS
.icon-link-broken-bold-duotone {
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%201%201-1.05-1.071l3.7-3.625c1.837-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.728%2012.506a.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%201.095-2.963%201.065-4.44-.552c-1.49-1.628-1.564-3.9-.505-5.058z%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.624%203.584a.75.75%200%200%200-1.248.832l2%203a.75.75%200%201%200%201.248-.832zM2.237%207.288a.75.75%200%201%200-.474%201.423l6%202a.75.75%200%200%200%20.474-1.423z%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%201%201-1.05-1.071l3.7-3.625c1.837-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.728%2012.506a.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%201.095-2.963%201.065-4.44-.552c-1.49-1.628-1.564-3.9-.505-5.058z%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.624%203.584a.75.75%200%200%200-1.248.832l2%203a.75.75%200%201%200%201.248-.832zM2.237%207.288a.75.75%200%201%200-.474%201.423l6%202a.75.75%200%200%200%20.474-1.423z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/solar/link-broken-bold-duotone.svg?color=%231a73e8&size=48