link off icon
link-off from Reicon by REICON · Outline · UI · MIT Free for personal and commercial use.
- Name
- link-off
- Set
- Reicon
- Style
- Outline
- Category
- UI
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
The same icon in other sets
All link off icons →More ui icons from Reicon
Use the link off icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M2.53 1.47a.75.75 0 0 0-1.06 1.06L10.94 12l-2.47 2.47a.75.75 0 1 0 1.06 1.06L12 13.06l9.47 9.47a.75.75 0 1 0 1.06-1.06l-9.995-9.996l-.005-.004l-.004-.005zm17.49 2.51a4.2 4.2 0 0 0-5.94 0l-3.05 3.05a.75.75 0 1 1-1.06-1.06l3.05-3.05a5.7 5.7 0 1 1 8.06 8.06l-3.05 3.05a.75.75 0 1 1-1.06-1.06l3.05-3.05a4.2 4.2 0 0 0 0-5.94"/><path d="M15.53 8.47a.75.75 0 0 1 0 1.06l-1 1a.75.75 0 1 1-1.06-1.06l1-1a.75.75 0 0 1 1.06 0m-1.5 8.5a.75.75 0 0 1 0 1.06l-3.05 3.05a5.7 5.7 0 0 1-8.06-8.06l3.05-3.05a.75.75 0 0 1 1.06 1.06l-3.05 3.05a4.2 4.2 0 0 0 5.94 5.94l3.05-3.05a.75.75 0 0 1 1.06 0"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconLinkOff(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M2.53 1.47a.75.75 0 0 0-1.06 1.06L10.94 12l-2.47 2.47a.75.75 0 1 0 1.06 1.06L12 13.06l9.47 9.47a.75.75 0 1 0 1.06-1.06l-9.995-9.996l-.005-.004l-.004-.005zm17.49 2.51a4.2 4.2 0 0 0-5.94 0l-3.05 3.05a.75.75 0 1 1-1.06-1.06l3.05-3.05a5.7 5.7 0 1 1 8.06 8.06l-3.05 3.05a.75.75 0 1 1-1.06-1.06l3.05-3.05a4.2 4.2 0 0 0 0-5.94"/><path d="M15.53 8.47a.75.75 0 0 1 0 1.06l-1 1a.75.75 0 1 1-1.06-1.06l1-1a.75.75 0 0 1 1.06 0m-1.5 8.5a.75.75 0 0 1 0 1.06l-3.05 3.05a5.7 5.7 0 0 1-8.06-8.06l3.05-3.05a.75.75 0 0 1 1.06 1.06l-3.05 3.05a4.2 4.2 0 0 0 5.94 5.94l3.05-3.05a.75.75 0 0 1 1.06 0"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M2.53 1.47a.75.75 0 0 0-1.06 1.06L10.94 12l-2.47 2.47a.75.75 0 1 0 1.06 1.06L12 13.06l9.47 9.47a.75.75 0 1 0 1.06-1.06l-9.995-9.996l-.005-.004l-.004-.005zm17.49 2.51a4.2 4.2 0 0 0-5.94 0l-3.05 3.05a.75.75 0 1 1-1.06-1.06l3.05-3.05a5.7 5.7 0 1 1 8.06 8.06l-3.05 3.05a.75.75 0 1 1-1.06-1.06l3.05-3.05a4.2 4.2 0 0 0 0-5.94"/><path d="M15.53 8.47a.75.75 0 0 1 0 1.06l-1 1a.75.75 0 1 1-1.06-1.06l1-1a.75.75 0 0 1 1.06 0m-1.5 8.5a.75.75 0 0 1 0 1.06l-3.05 3.05a5.7 5.7 0 0 1-8.06-8.06l3.05-3.05a.75.75 0 0 1 1.06 1.06l-3.05 3.05a4.2 4.2 0 0 0 5.94 5.94l3.05-3.05a.75.75 0 0 1 1.06 0"/></g></svg> </template>
CSS
.icon-link-off {
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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M2.53%201.47a.75.75%200%200%200-1.06%201.06L10.94%2012l-2.47%202.47a.75.75%200%201%200%201.06%201.06L12%2013.06l9.47%209.47a.75.75%200%201%200%201.06-1.06l-9.995-9.996l-.005-.004l-.004-.005zm17.49%202.51a4.2%204.2%200%200%200-5.94%200l-3.05%203.05a.75.75%200%201%201-1.06-1.06l3.05-3.05a5.7%205.7%200%201%201%208.06%208.06l-3.05%203.05a.75.75%200%201%201-1.06-1.06l3.05-3.05a4.2%204.2%200%200%200%200-5.94%22%2F%3E%3Cpath%20d%3D%22M15.53%208.47a.75.75%200%200%201%200%201.06l-1%201a.75.75%200%201%201-1.06-1.06l1-1a.75.75%200%200%201%201.06%200m-1.5%208.5a.75.75%200%200%201%200%201.06l-3.05%203.05a5.7%205.7%200%200%201-8.06-8.06l3.05-3.05a.75.75%200%200%201%201.06%201.06l-3.05%203.05a4.2%204.2%200%200%200%205.94%205.94l3.05-3.05a.75.75%200%200%201%201.06%200%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M2.53%201.47a.75.75%200%200%200-1.06%201.06L10.94%2012l-2.47%202.47a.75.75%200%201%200%201.06%201.06L12%2013.06l9.47%209.47a.75.75%200%201%200%201.06-1.06l-9.995-9.996l-.005-.004l-.004-.005zm17.49%202.51a4.2%204.2%200%200%200-5.94%200l-3.05%203.05a.75.75%200%201%201-1.06-1.06l3.05-3.05a5.7%205.7%200%201%201%208.06%208.06l-3.05%203.05a.75.75%200%201%201-1.06-1.06l3.05-3.05a4.2%204.2%200%200%200%200-5.94%22%2F%3E%3Cpath%20d%3D%22M15.53%208.47a.75.75%200%200%201%200%201.06l-1%201a.75.75%200%201%201-1.06-1.06l1-1a.75.75%200%200%201%201.06%200m-1.5%208.5a.75.75%200%200%201%200%201.06l-3.05%203.05a5.7%205.7%200%200%201-8.06-8.06l3.05-3.05a.75.75%200%200%201%201.06%201.06l-3.05%203.05a4.2%204.2%200%200%200%205.94%205.94l3.05-3.05a.75.75%200%200%201%201.06%200%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/link-off.svg?color=%231a73e8&size=48