unlink from Line Awesome by Icons8 · Line · Editors · Apache-2.0 Free for personal and commercial use.

Name
unlink
Set
Line Awesome
Style
Line
Category
Editors
Viewbox
32×32
License
Apache 2.0
Aliases
unlink-solid

The same icon in other sets

More editors icons from Line Awesome

Use the unlink icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M21.75 4a6.3 6.3 0 0 0-4.438 1.844l-1.468 1.468a6.22 6.22 0 0 0-1.781 3.625l2 .25A4.2 4.2 0 0 1 17.25 8.72l1.469-1.469a4.253 4.253 0 0 1 6.031 0a4.253 4.253 0 0 1 0 6.031l-1.469 1.469h-.031a4.07 4.07 0 0 1-2.438 1.188l.25 2a6.22 6.22 0 0 0 3.625-1.782l1.47-1.468c2.433-2.434 2.433-6.41 0-8.844A6.22 6.22 0 0 0 21.75 4M7.719 6.281L6.28 7.72l4 4l1.438-1.438zm3.218 7.782a6.22 6.22 0 0 0-3.624 1.78l-1.47 1.47c-2.433 2.433-2.433 6.41 0 8.843c2.434 2.434 6.41 2.434 8.845 0l1.468-1.468a6.22 6.22 0 0 0 1.782-3.625l-2-.25a4.2 4.2 0 0 1-1.188 2.468l-1.469 1.469a4.253 4.253 0 0 1-6.031 0a4.253 4.253 0 0 1 0-6.031l1.469-1.469h.031a4.07 4.07 0 0 1 2.438-1.188zM21.72 20.28l-1.44 1.44l4 4l1.438-1.438z"/></svg>

React

import type { SVGProps } from "react";

export function LaUnlink(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M21.75 4a6.3 6.3 0 0 0-4.438 1.844l-1.468 1.468a6.22 6.22 0 0 0-1.781 3.625l2 .25A4.2 4.2 0 0 1 17.25 8.72l1.469-1.469a4.253 4.253 0 0 1 6.031 0a4.253 4.253 0 0 1 0 6.031l-1.469 1.469h-.031a4.07 4.07 0 0 1-2.438 1.188l.25 2a6.22 6.22 0 0 0 3.625-1.782l1.47-1.468c2.433-2.434 2.433-6.41 0-8.844A6.22 6.22 0 0 0 21.75 4M7.719 6.281L6.28 7.72l4 4l1.438-1.438zm3.218 7.782a6.22 6.22 0 0 0-3.624 1.78l-1.47 1.47c-2.433 2.433-2.433 6.41 0 8.843c2.434 2.434 6.41 2.434 8.845 0l1.468-1.468a6.22 6.22 0 0 0 1.782-3.625l-2-.25a4.2 4.2 0 0 1-1.188 2.468l-1.469 1.469a4.253 4.253 0 0 1-6.031 0a4.253 4.253 0 0 1 0-6.031l1.469-1.469h.031a4.07 4.07 0 0 1 2.438-1.188zM21.72 20.28l-1.44 1.44l4 4l1.438-1.438z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M21.75 4a6.3 6.3 0 0 0-4.438 1.844l-1.468 1.468a6.22 6.22 0 0 0-1.781 3.625l2 .25A4.2 4.2 0 0 1 17.25 8.72l1.469-1.469a4.253 4.253 0 0 1 6.031 0a4.253 4.253 0 0 1 0 6.031l-1.469 1.469h-.031a4.07 4.07 0 0 1-2.438 1.188l.25 2a6.22 6.22 0 0 0 3.625-1.782l1.47-1.468c2.433-2.434 2.433-6.41 0-8.844A6.22 6.22 0 0 0 21.75 4M7.719 6.281L6.28 7.72l4 4l1.438-1.438zm3.218 7.782a6.22 6.22 0 0 0-3.624 1.78l-1.47 1.47c-2.433 2.433-2.433 6.41 0 8.843c2.434 2.434 6.41 2.434 8.845 0l1.468-1.468a6.22 6.22 0 0 0 1.782-3.625l-2-.25a4.2 4.2 0 0 1-1.188 2.468l-1.469 1.469a4.253 4.253 0 0 1-6.031 0a4.253 4.253 0 0 1 0-6.031l1.469-1.469h.031a4.07 4.07 0 0 1 2.438-1.188zM21.72 20.28l-1.44 1.44l4 4l1.438-1.438z"/></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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M21.75%204a6.3%206.3%200%200%200-4.438%201.844l-1.468%201.468a6.22%206.22%200%200%200-1.781%203.625l2%20.25A4.2%204.2%200%200%201%2017.25%208.72l1.469-1.469a4.253%204.253%200%200%201%206.031%200a4.253%204.253%200%200%201%200%206.031l-1.469%201.469h-.031a4.07%204.07%200%200%201-2.438%201.188l.25%202a6.22%206.22%200%200%200%203.625-1.782l1.47-1.468c2.433-2.434%202.433-6.41%200-8.844A6.22%206.22%200%200%200%2021.75%204M7.719%206.281L6.28%207.72l4%204l1.438-1.438zm3.218%207.782a6.22%206.22%200%200%200-3.624%201.78l-1.47%201.47c-2.433%202.433-2.433%206.41%200%208.843c2.434%202.434%206.41%202.434%208.845%200l1.468-1.468a6.22%206.22%200%200%200%201.782-3.625l-2-.25a4.2%204.2%200%200%201-1.188%202.468l-1.469%201.469a4.253%204.253%200%200%201-6.031%200a4.253%204.253%200%200%201%200-6.031l1.469-1.469h.031a4.07%204.07%200%200%201%202.438-1.188zM21.72%2020.28l-1.44%201.44l4%204l1.438-1.438z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M21.75%204a6.3%206.3%200%200%200-4.438%201.844l-1.468%201.468a6.22%206.22%200%200%200-1.781%203.625l2%20.25A4.2%204.2%200%200%201%2017.25%208.72l1.469-1.469a4.253%204.253%200%200%201%206.031%200a4.253%204.253%200%200%201%200%206.031l-1.469%201.469h-.031a4.07%204.07%200%200%201-2.438%201.188l.25%202a6.22%206.22%200%200%200%203.625-1.782l1.47-1.468c2.433-2.434%202.433-6.41%200-8.844A6.22%206.22%200%200%200%2021.75%204M7.719%206.281L6.28%207.72l4%204l1.438-1.438zm3.218%207.782a6.22%206.22%200%200%200-3.624%201.78l-1.47%201.47c-2.433%202.433-2.433%206.41%200%208.843c2.434%202.434%206.41%202.434%208.845%200l1.468-1.468a6.22%206.22%200%200%200%201.782-3.625l-2-.25a4.2%204.2%200%200%201-1.188%202.468l-1.469%201.469a4.253%204.253%200%200%201-6.031%200a4.253%204.253%200%200%201%200-6.031l1.469-1.469h.031a4.07%204.07%200%200%201%202.438-1.188zM21.72%2020.28l-1.44%201.44l4%204l1.438-1.438z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/la/unlink.svg?color=%231a73e8&size=48