link square icon

link-square-linear from Solar by 480 Design · Linear · Text Formatting · CC-BY-4.0 Attribution required.

Name
link-square-linear
Set
Solar
Style
Linear
Category
Text Formatting
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

The same icon in other sets

More text formatting icons from Solar

Use the link square 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-linejoin="round" stroke-width="1.5"><path d="M8 18C5.17157 18 3.75736 18 2.87868 17.1213C2 16.2426 2 14.8284 2 12C2 9.17157 2 7.75736 2.87868 6.87868C3.75736 6 5.17157 6 8 6C10.8284 6 12.2426 6 13.1213 6.87868C14 7.75736 14 9.17157 14 12"/><path d="M10 12C10 14.8284 10 16.2426 10.8787 17.1213C11.7574 18 13.1716 18 16 18C18.8284 18 20.2426 18 21.1213 17.1213C22 16.2426 22 14.8284 22 12C22 9.17157 22 7.75736 21.1213 6.87868C20.2426 6 18.8284 6 16 6"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarLinkSquareLinear(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" strokeLinejoin="round" strokeWidth="1.5"><path d="M8 18C5.17157 18 3.75736 18 2.87868 17.1213C2 16.2426 2 14.8284 2 12C2 9.17157 2 7.75736 2.87868 6.87868C3.75736 6 5.17157 6 8 6C10.8284 6 12.2426 6 13.1213 6.87868C14 7.75736 14 9.17157 14 12"/><path d="M10 12C10 14.8284 10 16.2426 10.8787 17.1213C11.7574 18 13.1716 18 16 18C18.8284 18 20.2426 18 21.1213 17.1213C22 16.2426 22 14.8284 22 12C22 9.17157 22 7.75736 21.1213 6.87868C20.2426 6 18.8284 6 16 6"/></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-linejoin="round" stroke-width="1.5"><path d="M8 18C5.17157 18 3.75736 18 2.87868 17.1213C2 16.2426 2 14.8284 2 12C2 9.17157 2 7.75736 2.87868 6.87868C3.75736 6 5.17157 6 8 6C10.8284 6 12.2426 6 13.1213 6.87868C14 7.75736 14 9.17157 14 12"/><path d="M10 12C10 14.8284 10 16.2426 10.8787 17.1213C11.7574 18 13.1716 18 16 18C18.8284 18 20.2426 18 21.1213 17.1213C22 16.2426 22 14.8284 22 12C22 9.17157 22 7.75736 21.1213 6.87868C20.2426 6 18.8284 6 16 6"/></g></svg>
</template>

CSS

.icon-link-square-linear {
  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-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M8%2018C5.17157%2018%203.75736%2018%202.87868%2017.1213C2%2016.2426%202%2014.8284%202%2012C2%209.17157%202%207.75736%202.87868%206.87868C3.75736%206%205.17157%206%208%206C10.8284%206%2012.2426%206%2013.1213%206.87868C14%207.75736%2014%209.17157%2014%2012%22%2F%3E%3Cpath%20d%3D%22M10%2012C10%2014.8284%2010%2016.2426%2010.8787%2017.1213C11.7574%2018%2013.1716%2018%2016%2018C18.8284%2018%2020.2426%2018%2021.1213%2017.1213C22%2016.2426%2022%2014.8284%2022%2012C22%209.17157%2022%207.75736%2021.1213%206.87868C20.2426%206%2018.8284%206%2016%206%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-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M8%2018C5.17157%2018%203.75736%2018%202.87868%2017.1213C2%2016.2426%202%2014.8284%202%2012C2%209.17157%202%207.75736%202.87868%206.87868C3.75736%206%205.17157%206%208%206C10.8284%206%2012.2426%206%2013.1213%206.87868C14%207.75736%2014%209.17157%2014%2012%22%2F%3E%3Cpath%20d%3D%22M10%2012C10%2014.8284%2010%2016.2426%2010.8787%2017.1213C11.7574%2018%2013.1716%2018%2016%2018C18.8284%2018%2020.2426%2018%2021.1213%2017.1213C22%2016.2426%2022%2014.8284%2022%2012C22%209.17157%2022%207.75736%2021.1213%206.87868C20.2426%206%2018.8284%206%2016%206%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/link-square-linear.svg?color=%231a73e8&size=48