link round icon

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

Name
link-round-line-duotone
Set
Solar
Style
Line 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="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5"><path d="M14 9H12C8.68629 9 6 11.6863 6 15C6 18.3137 8.68629 21 12 21H16C19.3137 21 22 18.3137 22 15C22 13.4633 21.4223 12.0615 20.4722 11" opacity=".5"/><path d="M10 15H12C15.3137 15 18 12.3137 18 9C18 5.68629 15.3137 3 12 3H8C4.68629 3 2 5.68629 2 9C2 10.5367 2.57771 11.9385 3.52779 13"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarLinkRoundLineDuotone(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" strokeWidth="1.5"><path d="M14 9H12C8.68629 9 6 11.6863 6 15C6 18.3137 8.68629 21 12 21H16C19.3137 21 22 18.3137 22 15C22 13.4633 21.4223 12.0615 20.4722 11" opacity=".5"/><path d="M10 15H12C15.3137 15 18 12.3137 18 9C18 5.68629 15.3137 3 12 3H8C4.68629 3 2 5.68629 2 9C2 10.5367 2.57771 11.9385 3.52779 13"/></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-width="1.5"><path d="M14 9H12C8.68629 9 6 11.6863 6 15C6 18.3137 8.68629 21 12 21H16C19.3137 21 22 18.3137 22 15C22 13.4633 21.4223 12.0615 20.4722 11" opacity=".5"/><path d="M10 15H12C15.3137 15 18 12.3137 18 9C18 5.68629 15.3137 3 12 3H8C4.68629 3 2 5.68629 2 9C2 10.5367 2.57771 11.9385 3.52779 13"/></g></svg>
</template>

CSS

.icon-link-round-line-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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M14%209H12C8.68629%209%206%2011.6863%206%2015C6%2018.3137%208.68629%2021%2012%2021H16C19.3137%2021%2022%2018.3137%2022%2015C22%2013.4633%2021.4223%2012.0615%2020.4722%2011%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M10%2015H12C15.3137%2015%2018%2012.3137%2018%209C18%205.68629%2015.3137%203%2012%203H8C4.68629%203%202%205.68629%202%209C2%2010.5367%202.57771%2011.9385%203.52779%2013%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-width%3D%221.5%22%3E%3Cpath%20d%3D%22M14%209H12C8.68629%209%206%2011.6863%206%2015C6%2018.3137%208.68629%2021%2012%2021H16C19.3137%2021%2022%2018.3137%2022%2015C22%2013.4633%2021.4223%2012.0615%2020.4722%2011%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M10%2015H12C15.3137%2015%2018%2012.3137%2018%209C18%205.68629%2015.3137%203%2012%203H8C4.68629%203%202%205.68629%202%209C2%2010.5367%202.57771%2011.9385%203.52779%2013%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-line-duotone.svg?color=%231a73e8&size=48