unlink icon
unlink from Jam Icons by Michael Amprimo · Outline · MIT Free for personal and commercial use.
- Name
- unlink
- Set
- Jam Icons
- Style
- Outline
- Viewbox
- 18×18
- License
- MIT
The same icon in other sets
Use the unlink icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 18 18"><path fill="currentColor" d="M6.456 10.218a1.93 1.93 0 0 0-1.902.492L2.5 12.762A1.935 1.935 0 0 0 5.238 15.5l2.052-2.053a1.93 1.93 0 0 0 .492-1.902a.968.968 0 0 1-1.326-1.326Zm4.446-4.446a.968.968 0 0 1 1.326 1.326a1.93 1.93 0 0 0 1.902-.492l1.37-1.368A1.935 1.935 0 1 0 12.762 2.5l-1.368 1.37a1.93 1.93 0 0 0-.492 1.902m5.965-4.639a3.87 3.87 0 0 1 0 5.473l-1.368 1.368A3.87 3.87 0 0 1 10.026 2.5l1.368-1.368a3.87 3.87 0 0 1 5.473 0ZM8.658 9.342a3.87 3.87 0 0 1 0 5.472l-2.052 2.053a3.87 3.87 0 0 1-5.473-5.473l2.053-2.052a3.87 3.87 0 0 1 5.472 0"/></svg>
React
import type { SVGProps } from "react";
export function JamUnlink(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 18 18"><path fill="currentColor" d="M6.456 10.218a1.93 1.93 0 0 0-1.902.492L2.5 12.762A1.935 1.935 0 0 0 5.238 15.5l2.052-2.053a1.93 1.93 0 0 0 .492-1.902a.968.968 0 0 1-1.326-1.326Zm4.446-4.446a.968.968 0 0 1 1.326 1.326a1.93 1.93 0 0 0 1.902-.492l1.37-1.368A1.935 1.935 0 1 0 12.762 2.5l-1.368 1.37a1.93 1.93 0 0 0-.492 1.902m5.965-4.639a3.87 3.87 0 0 1 0 5.473l-1.368 1.368A3.87 3.87 0 0 1 10.026 2.5l1.368-1.368a3.87 3.87 0 0 1 5.473 0ZM8.658 9.342a3.87 3.87 0 0 1 0 5.472l-2.052 2.053a3.87 3.87 0 0 1-5.473-5.473l2.053-2.052a3.87 3.87 0 0 1 5.472 0"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 18 18"><path fill="currentColor" d="M6.456 10.218a1.93 1.93 0 0 0-1.902.492L2.5 12.762A1.935 1.935 0 0 0 5.238 15.5l2.052-2.053a1.93 1.93 0 0 0 .492-1.902a.968.968 0 0 1-1.326-1.326Zm4.446-4.446a.968.968 0 0 1 1.326 1.326a1.93 1.93 0 0 0 1.902-.492l1.37-1.368A1.935 1.935 0 1 0 12.762 2.5l-1.368 1.37a1.93 1.93 0 0 0-.492 1.902m5.965-4.639a3.87 3.87 0 0 1 0 5.473l-1.368 1.368A3.87 3.87 0 0 1 10.026 2.5l1.368-1.368a3.87 3.87 0 0 1 5.473 0ZM8.658 9.342a3.87 3.87 0 0 1 0 5.472l-2.052 2.053a3.87 3.87 0 0 1-5.473-5.473l2.053-2.052a3.87 3.87 0 0 1 5.472 0"/></svg> </template>
CSS
.icon-unlink {
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%2018%2018%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.456%2010.218a1.93%201.93%200%200%200-1.902.492L2.5%2012.762A1.935%201.935%200%200%200%205.238%2015.5l2.052-2.053a1.93%201.93%200%200%200%20.492-1.902a.968.968%200%200%201-1.326-1.326Zm4.446-4.446a.968.968%200%200%201%201.326%201.326a1.93%201.93%200%200%200%201.902-.492l1.37-1.368A1.935%201.935%200%201%200%2012.762%202.5l-1.368%201.37a1.93%201.93%200%200%200-.492%201.902m5.965-4.639a3.87%203.87%200%200%201%200%205.473l-1.368%201.368A3.87%203.87%200%200%201%2010.026%202.5l1.368-1.368a3.87%203.87%200%200%201%205.473%200ZM8.658%209.342a3.87%203.87%200%200%201%200%205.472l-2.052%202.053a3.87%203.87%200%200%201-5.473-5.473l2.053-2.052a3.87%203.87%200%200%201%205.472%200%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%2018%2018%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.456%2010.218a1.93%201.93%200%200%200-1.902.492L2.5%2012.762A1.935%201.935%200%200%200%205.238%2015.5l2.052-2.053a1.93%201.93%200%200%200%20.492-1.902a.968.968%200%200%201-1.326-1.326Zm4.446-4.446a.968.968%200%200%201%201.326%201.326a1.93%201.93%200%200%200%201.902-.492l1.37-1.368A1.935%201.935%200%201%200%2012.762%202.5l-1.368%201.37a1.93%201.93%200%200%200-.492%201.902m5.965-4.639a3.87%203.87%200%200%201%200%205.473l-1.368%201.368A3.87%203.87%200%200%201%2010.026%202.5l1.368-1.368a3.87%203.87%200%200%201%205.473%200ZM8.658%209.342a3.87%203.87%200%200%201%200%205.472l-2.052%202.053a3.87%203.87%200%200%201-5.473-5.473l2.053-2.052a3.87%203.87%200%200%201%205.472%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/jam/unlink.svg?color=%231a73e8&size=48