link minimalistic icon

link-minimalistic-bold from Solar by 480 Design · Bold · Text Formatting · CC-BY-4.0 Attribution required.

Name
link-minimalistic-bold
Set
Solar
Style
Bold
Category
Text Formatting
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

More text formatting icons from Solar

Use the link minimalistic icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M8 6.75C5.10051 6.75 2.75 9.10051 2.75 12C2.75 14.8995 5.10051 17.25 8 17.25H9C9.41421 17.25 9.75 17.5858 9.75 18C9.75 18.4142 9.41421 18.75 9 18.75H8C4.27208 18.75 1.25 15.7279 1.25 12C1.25 8.27208 4.27208 5.25 8 5.25H9C9.41421 5.25 9.75 5.58579 9.75 6C9.75 6.41421 9.41421 6.75 9 6.75H8Z"/><path d="M8.24991 11.9999C8.24991 11.5857 8.58569 11.2499 8.99991 11.2499H14.9999C15.4141 11.2499 15.7499 11.5857 15.7499 11.9999C15.7499 12.4142 15.4141 12.7499 14.9999 12.7499H8.99991C8.58569 12.7499 8.24991 12.4142 8.24991 11.9999Z"/><path d="M15 5.25C14.5858 5.25 14.25 5.58579 14.25 6C14.25 6.41421 14.5858 6.75 15 6.75H16C18.8995 6.75 21.25 9.10051 21.25 12C21.25 14.8995 18.8995 17.25 16 17.25H15C14.5858 17.25 14.25 17.5858 14.25 18C14.25 18.4142 14.5858 18.75 15 18.75H16C19.7279 18.75 22.75 15.7279 22.75 12C22.75 8.27208 19.7279 5.25 16 5.25H15Z"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarLinkMinimalisticBold(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M8 6.75C5.10051 6.75 2.75 9.10051 2.75 12C2.75 14.8995 5.10051 17.25 8 17.25H9C9.41421 17.25 9.75 17.5858 9.75 18C9.75 18.4142 9.41421 18.75 9 18.75H8C4.27208 18.75 1.25 15.7279 1.25 12C1.25 8.27208 4.27208 5.25 8 5.25H9C9.41421 5.25 9.75 5.58579 9.75 6C9.75 6.41421 9.41421 6.75 9 6.75H8Z"/><path d="M8.24991 11.9999C8.24991 11.5857 8.58569 11.2499 8.99991 11.2499H14.9999C15.4141 11.2499 15.7499 11.5857 15.7499 11.9999C15.7499 12.4142 15.4141 12.7499 14.9999 12.7499H8.99991C8.58569 12.7499 8.24991 12.4142 8.24991 11.9999Z"/><path d="M15 5.25C14.5858 5.25 14.25 5.58579 14.25 6C14.25 6.41421 14.5858 6.75 15 6.75H16C18.8995 6.75 21.25 9.10051 21.25 12C21.25 14.8995 18.8995 17.25 16 17.25H15C14.5858 17.25 14.25 17.5858 14.25 18C14.25 18.4142 14.5858 18.75 15 18.75H16C19.7279 18.75 22.75 15.7279 22.75 12C22.75 8.27208 19.7279 5.25 16 5.25H15Z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M8 6.75C5.10051 6.75 2.75 9.10051 2.75 12C2.75 14.8995 5.10051 17.25 8 17.25H9C9.41421 17.25 9.75 17.5858 9.75 18C9.75 18.4142 9.41421 18.75 9 18.75H8C4.27208 18.75 1.25 15.7279 1.25 12C1.25 8.27208 4.27208 5.25 8 5.25H9C9.41421 5.25 9.75 5.58579 9.75 6C9.75 6.41421 9.41421 6.75 9 6.75H8Z"/><path d="M8.24991 11.9999C8.24991 11.5857 8.58569 11.2499 8.99991 11.2499H14.9999C15.4141 11.2499 15.7499 11.5857 15.7499 11.9999C15.7499 12.4142 15.4141 12.7499 14.9999 12.7499H8.99991C8.58569 12.7499 8.24991 12.4142 8.24991 11.9999Z"/><path d="M15 5.25C14.5858 5.25 14.25 5.58579 14.25 6C14.25 6.41421 14.5858 6.75 15 6.75H16C18.8995 6.75 21.25 9.10051 21.25 12C21.25 14.8995 18.8995 17.25 16 17.25H15C14.5858 17.25 14.25 17.5858 14.25 18C14.25 18.4142 14.5858 18.75 15 18.75H16C19.7279 18.75 22.75 15.7279 22.75 12C22.75 8.27208 19.7279 5.25 16 5.25H15Z"/></g></svg>
</template>

CSS

.icon-link-minimalistic-bold {
  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%22currentColor%22%3E%3Cpath%20d%3D%22M8%206.75C5.10051%206.75%202.75%209.10051%202.75%2012C2.75%2014.8995%205.10051%2017.25%208%2017.25H9C9.41421%2017.25%209.75%2017.5858%209.75%2018C9.75%2018.4142%209.41421%2018.75%209%2018.75H8C4.27208%2018.75%201.25%2015.7279%201.25%2012C1.25%208.27208%204.27208%205.25%208%205.25H9C9.41421%205.25%209.75%205.58579%209.75%206C9.75%206.41421%209.41421%206.75%209%206.75H8Z%22%2F%3E%3Cpath%20d%3D%22M8.24991%2011.9999C8.24991%2011.5857%208.58569%2011.2499%208.99991%2011.2499H14.9999C15.4141%2011.2499%2015.7499%2011.5857%2015.7499%2011.9999C15.7499%2012.4142%2015.4141%2012.7499%2014.9999%2012.7499H8.99991C8.58569%2012.7499%208.24991%2012.4142%208.24991%2011.9999Z%22%2F%3E%3Cpath%20d%3D%22M15%205.25C14.5858%205.25%2014.25%205.58579%2014.25%206C14.25%206.41421%2014.5858%206.75%2015%206.75H16C18.8995%206.75%2021.25%209.10051%2021.25%2012C21.25%2014.8995%2018.8995%2017.25%2016%2017.25H15C14.5858%2017.25%2014.25%2017.5858%2014.25%2018C14.25%2018.4142%2014.5858%2018.75%2015%2018.75H16C19.7279%2018.75%2022.75%2015.7279%2022.75%2012C22.75%208.27208%2019.7279%205.25%2016%205.25H15Z%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%22currentColor%22%3E%3Cpath%20d%3D%22M8%206.75C5.10051%206.75%202.75%209.10051%202.75%2012C2.75%2014.8995%205.10051%2017.25%208%2017.25H9C9.41421%2017.25%209.75%2017.5858%209.75%2018C9.75%2018.4142%209.41421%2018.75%209%2018.75H8C4.27208%2018.75%201.25%2015.7279%201.25%2012C1.25%208.27208%204.27208%205.25%208%205.25H9C9.41421%205.25%209.75%205.58579%209.75%206C9.75%206.41421%209.41421%206.75%209%206.75H8Z%22%2F%3E%3Cpath%20d%3D%22M8.24991%2011.9999C8.24991%2011.5857%208.58569%2011.2499%208.99991%2011.2499H14.9999C15.4141%2011.2499%2015.7499%2011.5857%2015.7499%2011.9999C15.7499%2012.4142%2015.4141%2012.7499%2014.9999%2012.7499H8.99991C8.58569%2012.7499%208.24991%2012.4142%208.24991%2011.9999Z%22%2F%3E%3Cpath%20d%3D%22M15%205.25C14.5858%205.25%2014.25%205.58579%2014.25%206C14.25%206.41421%2014.5858%206.75%2015%206.75H16C18.8995%206.75%2021.25%209.10051%2021.25%2012C21.25%2014.8995%2018.8995%2017.25%2016%2017.25H15C14.5858%2017.25%2014.25%2017.5858%2014.25%2018C14.25%2018.4142%2014.5858%2018.75%2015%2018.75H16C19.7279%2018.75%2022.75%2015.7279%2022.75%2012C22.75%208.27208%2019.7279%205.25%2016%205.25H15Z%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-minimalistic-bold.svg?color=%231a73e8&size=48