Feather: Icon request: unlink

Created on 1 Jun 2017  路  6Comments  路  Source: feathericons/feather

Can be useful in text editors or other places to remove links.
Examples:
97622-200
unlink_icon-icons com_48204

icon request

Most helpful comment

My variants

image

For the unlink for the link variant I tried to keep the lines of the link icon.
So this is the link with overlayed over the original link icon.
image

I followed the Icon guide lines from #171. But it's hard with this one to keep the original lines of the link icon and keep exactly 2 pixels of spacing.

All 6 comments

screen shot 2019-01-11 at 5 57 30 pm

<svg
  xmlns="http://www.w3.org/2000/svg"
  width="24"
  height="24"
  viewBox="0 0 24 24"
  fill="none"
  stroke="currentColor"
  stroke-width="2"
  stroke-linecap="round"
  stroke-linejoin="round"
>
  <path
    d="M10,13a5,5,0,0,0,7.54.54l3-3a5,5,0,0,0-7.07-7.07L11.75,5.18"
  />
  <path
    d="M14,11a5,5,0,0,0-7.54-.54l-3,3a5,5,0,0,0,7.07,7.07l1.71-1.71"
  />
  <g>
    <line
      x1="8.242"
      y1="3.069"
      x2="8.242"
      y2="4.242"
    />
    <line
      x1="4.242"
      y1="8.242"
      x2="3.069"
      y2="8.242"
    />
    <line
      x1="2.5"
      y1="2.5"
      x2="5.372"
      y2="5.372"
    />
  </g>
  <g>
    <line
      x1="15.758"
      y1="20.931"
      x2="15.758"
      y2="19.758"
    />
    <line
      x1="19.758"
      y1="15.758"
      x2="20.931"
      y2="15.758"
    />
    <line
      x1="21.5"
      y1="21.5"
      x2="18.628"
      y2="18.628"
    />
  </g>
</svg>

My variants

image

For the unlink for the link variant I tried to keep the lines of the link icon.
So this is the link with overlayed over the original link icon.
image

I followed the Icon guide lines from #171. But it's hard with this one to keep the original lines of the link icon and keep exactly 2 pixels of spacing.

These look good!

Thanks, I would create a PR for it.

@ericfennis Well done!

Thanks @davewhitley !

Was this page helpful?
0 / 5 - 0 ratings

Related issues

kurisubrooks picture kurisubrooks  路  5Comments

kurisubrooks picture kurisubrooks  路  3Comments

rehatkathuria picture rehatkathuria  路  5Comments

naoufel-ui picture naoufel-ui  路  3Comments

ericfennis picture ericfennis  路  4Comments