unlink minimalistic icon

unlink-minimalistic-line-duotone from Solar by 480 Design · Line Duotone · Text Formatting · CC-BY-4.0 Attribution required.

Name
unlink-minimalistic-line-duotone
Set
Solar
Style
Line Duotone
Category
Text Formatting
Viewbox
24×24
License
CC BY 4.0
Aliases
link-broken-minimalistic-line-duotone

5 other variants in Solar

More text formatting icons from Solar

Use the unlink minimalistic icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5"><path d="M10 5.04877L10.367 4.70563C12.7995 2.43146 16.7432 2.43146 19.1757 4.70563C21.6081 6.9798 21.6081 10.667 19.1757 12.9411L16.9735 15" opacity=".5"/><path d="M14 18.9278L13.6345 19.2773C11.2123 21.5937 7.25434 21.5644 4.83209 19.248C2.43376 16.9546 2.37639 13.2153 4.74095 10.89L5.64594 10" opacity=".5"/><path d="M6.58739 3L7.5 5.20521"/><path d="M3.50238 6.08658L9.05021 8.79453"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarUnlinkMinimalisticLineDuotone(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeWidth="1.5"><path d="M10 5.04877L10.367 4.70563C12.7995 2.43146 16.7432 2.43146 19.1757 4.70563C21.6081 6.9798 21.6081 10.667 19.1757 12.9411L16.9735 15" opacity=".5"/><path d="M14 18.9278L13.6345 19.2773C11.2123 21.5937 7.25434 21.5644 4.83209 19.248C2.43376 16.9546 2.37639 13.2153 4.74095 10.89L5.64594 10" opacity=".5"/><path d="M6.58739 3L7.5 5.20521"/><path d="M3.50238 6.08658L9.05021 8.79453"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5"><path d="M10 5.04877L10.367 4.70563C12.7995 2.43146 16.7432 2.43146 19.1757 4.70563C21.6081 6.9798 21.6081 10.667 19.1757 12.9411L16.9735 15" opacity=".5"/><path d="M14 18.9278L13.6345 19.2773C11.2123 21.5937 7.25434 21.5644 4.83209 19.248C2.43376 16.9546 2.37639 13.2153 4.74095 10.89L5.64594 10" opacity=".5"/><path d="M6.58739 3L7.5 5.20521"/><path d="M3.50238 6.08658L9.05021 8.79453"/></g></svg>
</template>

CSS

.icon-unlink-minimalistic-line-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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M10%205.04877L10.367%204.70563C12.7995%202.43146%2016.7432%202.43146%2019.1757%204.70563C21.6081%206.9798%2021.6081%2010.667%2019.1757%2012.9411L16.9735%2015%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M14%2018.9278L13.6345%2019.2773C11.2123%2021.5937%207.25434%2021.5644%204.83209%2019.248C2.43376%2016.9546%202.37639%2013.2153%204.74095%2010.89L5.64594%2010%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M6.58739%203L7.5%205.20521%22%2F%3E%3Cpath%20d%3D%22M3.50238%206.08658L9.05021%208.79453%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M10%205.04877L10.367%204.70563C12.7995%202.43146%2016.7432%202.43146%2019.1757%204.70563C21.6081%206.9798%2021.6081%2010.667%2019.1757%2012.9411L16.9735%2015%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M14%2018.9278L13.6345%2019.2773C11.2123%2021.5937%207.25434%2021.5644%204.83209%2019.248C2.43376%2016.9546%202.37639%2013.2153%204.74095%2010.89L5.64594%2010%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M6.58739%203L7.5%205.20521%22%2F%3E%3Cpath%20d%3D%22M3.50238%206.08658L9.05021%208.79453%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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