unlink icon
unlink-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.
- Name
- unlink-fill
- Set
- MingCute Icon
- Style
- Fill
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in MingCute Icon
The same icon in other sets
Related icons in MingCute Icon
Use the unlink icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.879 11.292c-.873-.872-.646-1.677.417-2.41a5.5 5.5 0 0 1 7.007.642l3.182 3.182a5.5 5.5 0 1 1-7.778 7.778l-1.06-1.06a1.5 1.5 0 0 1 2.12-2.122l1.061 1.06a2.5 2.5 0 0 0 3.536-3.535l-3.182-3.182a2.5 2.5 0 0 0-2.681-.56c-1.145.449-1.75 1.079-2.622.207m-3.38 6.707a1.5 1.5 0 0 1 3.001 0v2a1.5 1.5 0 0 1-3 0zm11.002-10A1.5 1.5 0 0 1 19 6.5h1a1.5 1.5 0 0 1 0 3h-1A1.5 1.5 0 0 1 17.5 8M3.515 3.514a5.5 5.5 0 0 1 7.778 0l1.06 1.06a1.5 1.5 0 1 1-2.12 2.122L9.17 5.635A2.5 2.5 0 1 0 5.636 9.17l3.182 3.182a2.5 2.5 0 0 0 2.681.56c1.145-.448 1.75-1.078 2.622-.206s.646 1.677-.418 2.41a5.5 5.5 0 0 1-7.006-.642l-3.182-3.182a5.5 5.5 0 0 1 0-7.778m10.985.485a1.5 1.5 0 0 1 3 0v2a1.5 1.5 0 0 1-3 0zm-12 12A1.5 1.5 0 0 1 4 14.5h1a1.5 1.5 0 0 1 0 3H4A1.5 1.5 0 0 1 2.5 16"/></svg>
React
import type { SVGProps } from "react";
export function MingcuteUnlinkFill(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="M9.879 11.292c-.873-.872-.646-1.677.417-2.41a5.5 5.5 0 0 1 7.007.642l3.182 3.182a5.5 5.5 0 1 1-7.778 7.778l-1.06-1.06a1.5 1.5 0 0 1 2.12-2.122l1.061 1.06a2.5 2.5 0 0 0 3.536-3.535l-3.182-3.182a2.5 2.5 0 0 0-2.681-.56c-1.145.449-1.75 1.079-2.622.207m-3.38 6.707a1.5 1.5 0 0 1 3.001 0v2a1.5 1.5 0 0 1-3 0zm11.002-10A1.5 1.5 0 0 1 19 6.5h1a1.5 1.5 0 0 1 0 3h-1A1.5 1.5 0 0 1 17.5 8M3.515 3.514a5.5 5.5 0 0 1 7.778 0l1.06 1.06a1.5 1.5 0 1 1-2.12 2.122L9.17 5.635A2.5 2.5 0 1 0 5.636 9.17l3.182 3.182a2.5 2.5 0 0 0 2.681.56c1.145-.448 1.75-1.078 2.622-.206s.646 1.677-.418 2.41a5.5 5.5 0 0 1-7.006-.642l-3.182-3.182a5.5 5.5 0 0 1 0-7.778m10.985.485a1.5 1.5 0 0 1 3 0v2a1.5 1.5 0 0 1-3 0zm-12 12A1.5 1.5 0 0 1 4 14.5h1a1.5 1.5 0 0 1 0 3H4A1.5 1.5 0 0 1 2.5 16"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.879 11.292c-.873-.872-.646-1.677.417-2.41a5.5 5.5 0 0 1 7.007.642l3.182 3.182a5.5 5.5 0 1 1-7.778 7.778l-1.06-1.06a1.5 1.5 0 0 1 2.12-2.122l1.061 1.06a2.5 2.5 0 0 0 3.536-3.535l-3.182-3.182a2.5 2.5 0 0 0-2.681-.56c-1.145.449-1.75 1.079-2.622.207m-3.38 6.707a1.5 1.5 0 0 1 3.001 0v2a1.5 1.5 0 0 1-3 0zm11.002-10A1.5 1.5 0 0 1 19 6.5h1a1.5 1.5 0 0 1 0 3h-1A1.5 1.5 0 0 1 17.5 8M3.515 3.514a5.5 5.5 0 0 1 7.778 0l1.06 1.06a1.5 1.5 0 1 1-2.12 2.122L9.17 5.635A2.5 2.5 0 1 0 5.636 9.17l3.182 3.182a2.5 2.5 0 0 0 2.681.56c1.145-.448 1.75-1.078 2.622-.206s.646 1.677-.418 2.41a5.5 5.5 0 0 1-7.006-.642l-3.182-3.182a5.5 5.5 0 0 1 0-7.778m10.985.485a1.5 1.5 0 0 1 3 0v2a1.5 1.5 0 0 1-3 0zm-12 12A1.5 1.5 0 0 1 4 14.5h1a1.5 1.5 0 0 1 0 3H4A1.5 1.5 0 0 1 2.5 16"/></svg> </template>
CSS
.icon-unlink-fill {
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%22M9.879%2011.292c-.873-.872-.646-1.677.417-2.41a5.5%205.5%200%200%201%207.007.642l3.182%203.182a5.5%205.5%200%201%201-7.778%207.778l-1.06-1.06a1.5%201.5%200%200%201%202.12-2.122l1.061%201.06a2.5%202.5%200%200%200%203.536-3.535l-3.182-3.182a2.5%202.5%200%200%200-2.681-.56c-1.145.449-1.75%201.079-2.622.207m-3.38%206.707a1.5%201.5%200%200%201%203.001%200v2a1.5%201.5%200%200%201-3%200zm11.002-10A1.5%201.5%200%200%201%2019%206.5h1a1.5%201.5%200%200%201%200%203h-1A1.5%201.5%200%200%201%2017.5%208M3.515%203.514a5.5%205.5%200%200%201%207.778%200l1.06%201.06a1.5%201.5%200%201%201-2.12%202.122L9.17%205.635A2.5%202.5%200%201%200%205.636%209.17l3.182%203.182a2.5%202.5%200%200%200%202.681.56c1.145-.448%201.75-1.078%202.622-.206s.646%201.677-.418%202.41a5.5%205.5%200%200%201-7.006-.642l-3.182-3.182a5.5%205.5%200%200%201%200-7.778m10.985.485a1.5%201.5%200%200%201%203%200v2a1.5%201.5%200%200%201-3%200zm-12%2012A1.5%201.5%200%200%201%204%2014.5h1a1.5%201.5%200%200%201%200%203H4A1.5%201.5%200%200%201%202.5%2016%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%22M9.879%2011.292c-.873-.872-.646-1.677.417-2.41a5.5%205.5%200%200%201%207.007.642l3.182%203.182a5.5%205.5%200%201%201-7.778%207.778l-1.06-1.06a1.5%201.5%200%200%201%202.12-2.122l1.061%201.06a2.5%202.5%200%200%200%203.536-3.535l-3.182-3.182a2.5%202.5%200%200%200-2.681-.56c-1.145.449-1.75%201.079-2.622.207m-3.38%206.707a1.5%201.5%200%200%201%203.001%200v2a1.5%201.5%200%200%201-3%200zm11.002-10A1.5%201.5%200%200%201%2019%206.5h1a1.5%201.5%200%200%201%200%203h-1A1.5%201.5%200%200%201%2017.5%208M3.515%203.514a5.5%205.5%200%200%201%207.778%200l1.06%201.06a1.5%201.5%200%201%201-2.12%202.122L9.17%205.635A2.5%202.5%200%201%200%205.636%209.17l3.182%203.182a2.5%202.5%200%200%200%202.681.56c1.145-.448%201.75-1.078%202.622-.206s.646%201.677-.418%202.41a5.5%205.5%200%200%201-7.006-.642l-3.182-3.182a5.5%205.5%200%200%201%200-7.778m10.985.485a1.5%201.5%200%200%201%203%200v2a1.5%201.5%200%200%201-3%200zm-12%2012A1.5%201.5%200%200%201%204%2014.5h1a1.5%201.5%200%200%201%200%203H4A1.5%201.5%200%200%201%202.5%2016%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mingcute/unlink-fill.svg?color=%231a73e8&size=48