link round icon

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

Name
link-round-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 round icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M1.25 9C1.25 5.27208 4.27208 2.25 8 2.25H12C15.7279 2.25 18.75 5.27208 18.75 9C18.75 12.7279 15.7279 15.75 12 15.75H10C9.58579 15.75 9.25 15.4142 9.25 15C9.25 14.5858 9.58579 14.25 10 14.25H12C14.8995 14.25 17.25 11.8995 17.25 9C17.25 6.10051 14.8995 3.75 12 3.75H8C5.10051 3.75 2.75 6.10051 2.75 9C2.75 10.3451 3.25487 11.5705 4.08664 12.4998C4.36288 12.8085 4.33662 13.2826 4.02797 13.5589C3.71933 13.8351 3.24518 13.8088 2.96894 13.5002C1.90054 12.3065 1.25 10.7283 1.25 9ZM12 9.75C9.10051 9.75 6.75 12.1005 6.75 15C6.75 17.8995 9.10051 20.25 12 20.25H16C18.8995 20.25 21.25 17.8995 21.25 15C21.25 13.6549 20.7451 12.4295 19.9134 11.5002C19.6371 11.1915 19.6634 10.7174 19.972 10.4411C20.2807 10.1649 20.7548 10.1912 21.0311 10.4998C22.0995 11.6935 22.75 13.2717 22.75 15C22.75 18.7279 19.7279 21.75 16 21.75H12C8.27208 21.75 5.25 18.7279 5.25 15C5.25 11.2721 8.27208 8.25 12 8.25H14C14.4142 8.25 14.75 8.58579 14.75 9C14.75 9.41421 14.4142 9.75 14 9.75H12Z" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function SolarLinkRoundBold(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fillRule="evenodd" d="M1.25 9C1.25 5.27208 4.27208 2.25 8 2.25H12C15.7279 2.25 18.75 5.27208 18.75 9C18.75 12.7279 15.7279 15.75 12 15.75H10C9.58579 15.75 9.25 15.4142 9.25 15C9.25 14.5858 9.58579 14.25 10 14.25H12C14.8995 14.25 17.25 11.8995 17.25 9C17.25 6.10051 14.8995 3.75 12 3.75H8C5.10051 3.75 2.75 6.10051 2.75 9C2.75 10.3451 3.25487 11.5705 4.08664 12.4998C4.36288 12.8085 4.33662 13.2826 4.02797 13.5589C3.71933 13.8351 3.24518 13.8088 2.96894 13.5002C1.90054 12.3065 1.25 10.7283 1.25 9ZM12 9.75C9.10051 9.75 6.75 12.1005 6.75 15C6.75 17.8995 9.10051 20.25 12 20.25H16C18.8995 20.25 21.25 17.8995 21.25 15C21.25 13.6549 20.7451 12.4295 19.9134 11.5002C19.6371 11.1915 19.6634 10.7174 19.972 10.4411C20.2807 10.1649 20.7548 10.1912 21.0311 10.4998C22.0995 11.6935 22.75 13.2717 22.75 15C22.75 18.7279 19.7279 21.75 16 21.75H12C8.27208 21.75 5.25 18.7279 5.25 15C5.25 11.2721 8.27208 8.25 12 8.25H14C14.4142 8.25 14.75 8.58579 14.75 9C14.75 9.41421 14.4142 9.75 14 9.75H12Z" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M1.25 9C1.25 5.27208 4.27208 2.25 8 2.25H12C15.7279 2.25 18.75 5.27208 18.75 9C18.75 12.7279 15.7279 15.75 12 15.75H10C9.58579 15.75 9.25 15.4142 9.25 15C9.25 14.5858 9.58579 14.25 10 14.25H12C14.8995 14.25 17.25 11.8995 17.25 9C17.25 6.10051 14.8995 3.75 12 3.75H8C5.10051 3.75 2.75 6.10051 2.75 9C2.75 10.3451 3.25487 11.5705 4.08664 12.4998C4.36288 12.8085 4.33662 13.2826 4.02797 13.5589C3.71933 13.8351 3.24518 13.8088 2.96894 13.5002C1.90054 12.3065 1.25 10.7283 1.25 9ZM12 9.75C9.10051 9.75 6.75 12.1005 6.75 15C6.75 17.8995 9.10051 20.25 12 20.25H16C18.8995 20.25 21.25 17.8995 21.25 15C21.25 13.6549 20.7451 12.4295 19.9134 11.5002C19.6371 11.1915 19.6634 10.7174 19.972 10.4411C20.2807 10.1649 20.7548 10.1912 21.0311 10.4998C22.0995 11.6935 22.75 13.2717 22.75 15C22.75 18.7279 19.7279 21.75 16 21.75H12C8.27208 21.75 5.25 18.7279 5.25 15C5.25 11.2721 8.27208 8.25 12 8.25H14C14.4142 8.25 14.75 8.58579 14.75 9C14.75 9.41421 14.4142 9.75 14 9.75H12Z" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-link-round-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%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M1.25%209C1.25%205.27208%204.27208%202.25%208%202.25H12C15.7279%202.25%2018.75%205.27208%2018.75%209C18.75%2012.7279%2015.7279%2015.75%2012%2015.75H10C9.58579%2015.75%209.25%2015.4142%209.25%2015C9.25%2014.5858%209.58579%2014.25%2010%2014.25H12C14.8995%2014.25%2017.25%2011.8995%2017.25%209C17.25%206.10051%2014.8995%203.75%2012%203.75H8C5.10051%203.75%202.75%206.10051%202.75%209C2.75%2010.3451%203.25487%2011.5705%204.08664%2012.4998C4.36288%2012.8085%204.33662%2013.2826%204.02797%2013.5589C3.71933%2013.8351%203.24518%2013.8088%202.96894%2013.5002C1.90054%2012.3065%201.25%2010.7283%201.25%209ZM12%209.75C9.10051%209.75%206.75%2012.1005%206.75%2015C6.75%2017.8995%209.10051%2020.25%2012%2020.25H16C18.8995%2020.25%2021.25%2017.8995%2021.25%2015C21.25%2013.6549%2020.7451%2012.4295%2019.9134%2011.5002C19.6371%2011.1915%2019.6634%2010.7174%2019.972%2010.4411C20.2807%2010.1649%2020.7548%2010.1912%2021.0311%2010.4998C22.0995%2011.6935%2022.75%2013.2717%2022.75%2015C22.75%2018.7279%2019.7279%2021.75%2016%2021.75H12C8.27208%2021.75%205.25%2018.7279%205.25%2015C5.25%2011.2721%208.27208%208.25%2012%208.25H14C14.4142%208.25%2014.75%208.58579%2014.75%209C14.75%209.41421%2014.4142%209.75%2014%209.75H12Z%22%20clip-rule%3D%22evenodd%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M1.25%209C1.25%205.27208%204.27208%202.25%208%202.25H12C15.7279%202.25%2018.75%205.27208%2018.75%209C18.75%2012.7279%2015.7279%2015.75%2012%2015.75H10C9.58579%2015.75%209.25%2015.4142%209.25%2015C9.25%2014.5858%209.58579%2014.25%2010%2014.25H12C14.8995%2014.25%2017.25%2011.8995%2017.25%209C17.25%206.10051%2014.8995%203.75%2012%203.75H8C5.10051%203.75%202.75%206.10051%202.75%209C2.75%2010.3451%203.25487%2011.5705%204.08664%2012.4998C4.36288%2012.8085%204.33662%2013.2826%204.02797%2013.5589C3.71933%2013.8351%203.24518%2013.8088%202.96894%2013.5002C1.90054%2012.3065%201.25%2010.7283%201.25%209ZM12%209.75C9.10051%209.75%206.75%2012.1005%206.75%2015C6.75%2017.8995%209.10051%2020.25%2012%2020.25H16C18.8995%2020.25%2021.25%2017.8995%2021.25%2015C21.25%2013.6549%2020.7451%2012.4295%2019.9134%2011.5002C19.6371%2011.1915%2019.6634%2010.7174%2019.972%2010.4411C20.2807%2010.1649%2020.7548%2010.1912%2021.0311%2010.4998C22.0995%2011.6935%2022.75%2013.2717%2022.75%2015C22.75%2018.7279%2019.7279%2021.75%2016%2021.75H12C8.27208%2021.75%205.25%2018.7279%205.25%2015C5.25%2011.2721%208.27208%208.25%2012%208.25H14C14.4142%208.25%2014.75%208.58579%2014.75%209C14.75%209.41421%2014.4142%209.75%2014%209.75H12Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/solar/link-round-bold.svg?color=%231a73e8&size=48