link round icon

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

Name
link-round-bold-duotone
Set
Solar
Style
Bold Duotone
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"><g fill="currentColor"><path fill-rule="evenodd" d="M8 2.25C4.27208 2.25 1.25 5.27208 1.25 9C1.25 10.7283 1.90054 12.3065 2.96894 13.5002C3.24518 13.8088 3.71933 13.8351 4.02797 13.5589C4.33662 13.2826 4.36288 12.8085 4.08664 12.4998C3.25487 11.5705 2.75 10.3451 2.75 9C2.75 6.10051 5.10051 3.75 8 3.75H12C14.8995 3.75 17.25 6.10051 17.25 9C17.25 11.8995 14.8995 14.25 12 14.25H10C9.58579 14.25 9.25 14.5858 9.25 15C9.25 15.4142 9.58579 15.75 10 15.75H12C15.7279 15.75 18.75 12.7279 18.75 9C18.75 5.27208 15.7279 2.25 12 2.25H8Z" clip-rule="evenodd"/><path d="M6.75 15C6.75 12.1005 9.10051 9.75 12 9.75H14C14.4142 9.75 14.75 9.41421 14.75 9C14.75 8.58579 14.4142 8.25 14 8.25H12C8.27208 8.25 5.25 11.2721 5.25 15C5.25 18.7279 8.27208 21.75 12 21.75H16C19.7279 21.75 22.75 18.7279 22.75 15C22.75 13.2717 22.0995 11.6935 21.0311 10.4998C20.7548 10.1912 20.2807 10.1649 19.972 10.4411C19.6634 10.7174 19.6371 11.1915 19.9134 11.5002C20.7451 12.4295 21.25 13.6549 21.25 15C21.25 17.8995 18.8995 20.25 16 20.25H12C9.10051 20.25 6.75 17.8995 6.75 15Z" opacity=".5"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarLinkRoundBoldDuotone(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 fillRule="evenodd" d="M8 2.25C4.27208 2.25 1.25 5.27208 1.25 9C1.25 10.7283 1.90054 12.3065 2.96894 13.5002C3.24518 13.8088 3.71933 13.8351 4.02797 13.5589C4.33662 13.2826 4.36288 12.8085 4.08664 12.4998C3.25487 11.5705 2.75 10.3451 2.75 9C2.75 6.10051 5.10051 3.75 8 3.75H12C14.8995 3.75 17.25 6.10051 17.25 9C17.25 11.8995 14.8995 14.25 12 14.25H10C9.58579 14.25 9.25 14.5858 9.25 15C9.25 15.4142 9.58579 15.75 10 15.75H12C15.7279 15.75 18.75 12.7279 18.75 9C18.75 5.27208 15.7279 2.25 12 2.25H8Z" clipRule="evenodd"/><path d="M6.75 15C6.75 12.1005 9.10051 9.75 12 9.75H14C14.4142 9.75 14.75 9.41421 14.75 9C14.75 8.58579 14.4142 8.25 14 8.25H12C8.27208 8.25 5.25 11.2721 5.25 15C5.25 18.7279 8.27208 21.75 12 21.75H16C19.7279 21.75 22.75 18.7279 22.75 15C22.75 13.2717 22.0995 11.6935 21.0311 10.4998C20.7548 10.1912 20.2807 10.1649 19.972 10.4411C19.6634 10.7174 19.6371 11.1915 19.9134 11.5002C20.7451 12.4295 21.25 13.6549 21.25 15C21.25 17.8995 18.8995 20.25 16 20.25H12C9.10051 20.25 6.75 17.8995 6.75 15Z" opacity=".5"/></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 fill-rule="evenodd" d="M8 2.25C4.27208 2.25 1.25 5.27208 1.25 9C1.25 10.7283 1.90054 12.3065 2.96894 13.5002C3.24518 13.8088 3.71933 13.8351 4.02797 13.5589C4.33662 13.2826 4.36288 12.8085 4.08664 12.4998C3.25487 11.5705 2.75 10.3451 2.75 9C2.75 6.10051 5.10051 3.75 8 3.75H12C14.8995 3.75 17.25 6.10051 17.25 9C17.25 11.8995 14.8995 14.25 12 14.25H10C9.58579 14.25 9.25 14.5858 9.25 15C9.25 15.4142 9.58579 15.75 10 15.75H12C15.7279 15.75 18.75 12.7279 18.75 9C18.75 5.27208 15.7279 2.25 12 2.25H8Z" clip-rule="evenodd"/><path d="M6.75 15C6.75 12.1005 9.10051 9.75 12 9.75H14C14.4142 9.75 14.75 9.41421 14.75 9C14.75 8.58579 14.4142 8.25 14 8.25H12C8.27208 8.25 5.25 11.2721 5.25 15C5.25 18.7279 8.27208 21.75 12 21.75H16C19.7279 21.75 22.75 18.7279 22.75 15C22.75 13.2717 22.0995 11.6935 21.0311 10.4998C20.7548 10.1912 20.2807 10.1649 19.972 10.4411C19.6634 10.7174 19.6371 11.1915 19.9134 11.5002C20.7451 12.4295 21.25 13.6549 21.25 15C21.25 17.8995 18.8995 20.25 16 20.25H12C9.10051 20.25 6.75 17.8995 6.75 15Z" opacity=".5"/></g></svg>
</template>

CSS

.icon-link-round-bold-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%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M8%202.25C4.27208%202.25%201.25%205.27208%201.25%209C1.25%2010.7283%201.90054%2012.3065%202.96894%2013.5002C3.24518%2013.8088%203.71933%2013.8351%204.02797%2013.5589C4.33662%2013.2826%204.36288%2012.8085%204.08664%2012.4998C3.25487%2011.5705%202.75%2010.3451%202.75%209C2.75%206.10051%205.10051%203.75%208%203.75H12C14.8995%203.75%2017.25%206.10051%2017.25%209C17.25%2011.8995%2014.8995%2014.25%2012%2014.25H10C9.58579%2014.25%209.25%2014.5858%209.25%2015C9.25%2015.4142%209.58579%2015.75%2010%2015.75H12C15.7279%2015.75%2018.75%2012.7279%2018.75%209C18.75%205.27208%2015.7279%202.25%2012%202.25H8Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M6.75%2015C6.75%2012.1005%209.10051%209.75%2012%209.75H14C14.4142%209.75%2014.75%209.41421%2014.75%209C14.75%208.58579%2014.4142%208.25%2014%208.25H12C8.27208%208.25%205.25%2011.2721%205.25%2015C5.25%2018.7279%208.27208%2021.75%2012%2021.75H16C19.7279%2021.75%2022.75%2018.7279%2022.75%2015C22.75%2013.2717%2022.0995%2011.6935%2021.0311%2010.4998C20.7548%2010.1912%2020.2807%2010.1649%2019.972%2010.4411C19.6634%2010.7174%2019.6371%2011.1915%2019.9134%2011.5002C20.7451%2012.4295%2021.25%2013.6549%2021.25%2015C21.25%2017.8995%2018.8995%2020.25%2016%2020.25H12C9.10051%2020.25%206.75%2017.8995%206.75%2015Z%22%20opacity%3D%22.5%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%20fill-rule%3D%22evenodd%22%20d%3D%22M8%202.25C4.27208%202.25%201.25%205.27208%201.25%209C1.25%2010.7283%201.90054%2012.3065%202.96894%2013.5002C3.24518%2013.8088%203.71933%2013.8351%204.02797%2013.5589C4.33662%2013.2826%204.36288%2012.8085%204.08664%2012.4998C3.25487%2011.5705%202.75%2010.3451%202.75%209C2.75%206.10051%205.10051%203.75%208%203.75H12C14.8995%203.75%2017.25%206.10051%2017.25%209C17.25%2011.8995%2014.8995%2014.25%2012%2014.25H10C9.58579%2014.25%209.25%2014.5858%209.25%2015C9.25%2015.4142%209.58579%2015.75%2010%2015.75H12C15.7279%2015.75%2018.75%2012.7279%2018.75%209C18.75%205.27208%2015.7279%202.25%2012%202.25H8Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M6.75%2015C6.75%2012.1005%209.10051%209.75%2012%209.75H14C14.4142%209.75%2014.75%209.41421%2014.75%209C14.75%208.58579%2014.4142%208.25%2014%208.25H12C8.27208%208.25%205.25%2011.2721%205.25%2015C5.25%2018.7279%208.27208%2021.75%2012%2021.75H16C19.7279%2021.75%2022.75%2018.7279%2022.75%2015C22.75%2013.2717%2022.0995%2011.6935%2021.0311%2010.4998C20.7548%2010.1912%2020.2807%2010.1649%2019.972%2010.4411C19.6634%2010.7174%2019.6371%2011.1915%2019.9134%2011.5002C20.7451%2012.4295%2021.25%2013.6549%2021.25%2015C21.25%2017.8995%2018.8995%2020.25%2016%2020.25H12C9.10051%2020.25%206.75%2017.8995%206.75%2015Z%22%20opacity%3D%22.5%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-round-bold-duotone.svg?color=%231a73e8&size=48