link-1 from Radix Icons by WorkOS · Outline · MIT Free for personal and commercial use.

Name
link-1
Set
Radix Icons
Style
Outline
Viewbox
15×15
License
MIT

The same icon in other sets

Related icons in Radix Icons

Use the link 1 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="currentColor" d="M5.5 4a.5.5 0 0 1 0 1h-.875c-.453 0-.697.001-.867.017l-.152.02c-.753.144-1.337.679-1.534 1.359l-.034.137C2.003 6.703 2 6.918 2 7.5s.003.798.038.967l.034.138c.197.679.781 1.214 1.534 1.358l.152.02c.17.016.414.017.867.017H5.5a.5.5 0 0 1 0 1h-.875c-.418 0-.72.001-.97-.022l-.236-.033c-1.107-.211-2.002-1.007-2.308-2.061l-.053-.214C.998 8.375 1 8.033 1 7.5s-.003-.875.058-1.17l.053-.214c.306-1.054 1.201-1.85 2.308-2.061l.236-.033C3.905 4 4.207 4 4.625 4zm4.875 0c.557 0 .906-.002 1.206.055l.219.05c1.076.287 1.916 1.138 2.141 2.225l.035.233c.025.245.024.538.024.937c0 .4.001.692-.024.938l-.035.232c-.225 1.087-1.065 1.938-2.142 2.226l-.218.05c-.3.056-.649.054-1.206.054H9.5a.5.5 0 1 1 0-1h.875c.603 0 .835-.002 1.018-.037l.149-.034c.73-.195 1.275-.764 1.42-1.462l.021-.14C13 8.166 13 7.936 13 7.5s-.001-.667-.017-.826l-.021-.14c-.145-.699-.69-1.268-1.42-1.463l-.149-.034C11.21 5.002 10.978 5 10.375 5H9.5a.5.5 0 0 1 0-1zM10 7a.5.5 0 0 1 0 1H5a.5.5 0 1 1 0-1z"/></svg>

React

import type { SVGProps } from "react";

export function RadixIconsLink1(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="currentColor" d="M5.5 4a.5.5 0 0 1 0 1h-.875c-.453 0-.697.001-.867.017l-.152.02c-.753.144-1.337.679-1.534 1.359l-.034.137C2.003 6.703 2 6.918 2 7.5s.003.798.038.967l.034.138c.197.679.781 1.214 1.534 1.358l.152.02c.17.016.414.017.867.017H5.5a.5.5 0 0 1 0 1h-.875c-.418 0-.72.001-.97-.022l-.236-.033c-1.107-.211-2.002-1.007-2.308-2.061l-.053-.214C.998 8.375 1 8.033 1 7.5s-.003-.875.058-1.17l.053-.214c.306-1.054 1.201-1.85 2.308-2.061l.236-.033C3.905 4 4.207 4 4.625 4zm4.875 0c.557 0 .906-.002 1.206.055l.219.05c1.076.287 1.916 1.138 2.141 2.225l.035.233c.025.245.024.538.024.937c0 .4.001.692-.024.938l-.035.232c-.225 1.087-1.065 1.938-2.142 2.226l-.218.05c-.3.056-.649.054-1.206.054H9.5a.5.5 0 1 1 0-1h.875c.603 0 .835-.002 1.018-.037l.149-.034c.73-.195 1.275-.764 1.42-1.462l.021-.14C13 8.166 13 7.936 13 7.5s-.001-.667-.017-.826l-.021-.14c-.145-.699-.69-1.268-1.42-1.463l-.149-.034C11.21 5.002 10.978 5 10.375 5H9.5a.5.5 0 0 1 0-1zM10 7a.5.5 0 0 1 0 1H5a.5.5 0 1 1 0-1z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="currentColor" d="M5.5 4a.5.5 0 0 1 0 1h-.875c-.453 0-.697.001-.867.017l-.152.02c-.753.144-1.337.679-1.534 1.359l-.034.137C2.003 6.703 2 6.918 2 7.5s.003.798.038.967l.034.138c.197.679.781 1.214 1.534 1.358l.152.02c.17.016.414.017.867.017H5.5a.5.5 0 0 1 0 1h-.875c-.418 0-.72.001-.97-.022l-.236-.033c-1.107-.211-2.002-1.007-2.308-2.061l-.053-.214C.998 8.375 1 8.033 1 7.5s-.003-.875.058-1.17l.053-.214c.306-1.054 1.201-1.85 2.308-2.061l.236-.033C3.905 4 4.207 4 4.625 4zm4.875 0c.557 0 .906-.002 1.206.055l.219.05c1.076.287 1.916 1.138 2.141 2.225l.035.233c.025.245.024.538.024.937c0 .4.001.692-.024.938l-.035.232c-.225 1.087-1.065 1.938-2.142 2.226l-.218.05c-.3.056-.649.054-1.206.054H9.5a.5.5 0 1 1 0-1h.875c.603 0 .835-.002 1.018-.037l.149-.034c.73-.195 1.275-.764 1.42-1.462l.021-.14C13 8.166 13 7.936 13 7.5s-.001-.667-.017-.826l-.021-.14c-.145-.699-.69-1.268-1.42-1.463l-.149-.034C11.21 5.002 10.978 5 10.375 5H9.5a.5.5 0 0 1 0-1zM10 7a.5.5 0 0 1 0 1H5a.5.5 0 1 1 0-1z"/></svg>
</template>

CSS

.icon-link-1 {
  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%2015%2015%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5.5%204a.5.5%200%200%201%200%201h-.875c-.453%200-.697.001-.867.017l-.152.02c-.753.144-1.337.679-1.534%201.359l-.034.137C2.003%206.703%202%206.918%202%207.5s.003.798.038.967l.034.138c.197.679.781%201.214%201.534%201.358l.152.02c.17.016.414.017.867.017H5.5a.5.5%200%200%201%200%201h-.875c-.418%200-.72.001-.97-.022l-.236-.033c-1.107-.211-2.002-1.007-2.308-2.061l-.053-.214C.998%208.375%201%208.033%201%207.5s-.003-.875.058-1.17l.053-.214c.306-1.054%201.201-1.85%202.308-2.061l.236-.033C3.905%204%204.207%204%204.625%204zm4.875%200c.557%200%20.906-.002%201.206.055l.219.05c1.076.287%201.916%201.138%202.141%202.225l.035.233c.025.245.024.538.024.937c0%20.4.001.692-.024.938l-.035.232c-.225%201.087-1.065%201.938-2.142%202.226l-.218.05c-.3.056-.649.054-1.206.054H9.5a.5.5%200%201%201%200-1h.875c.603%200%20.835-.002%201.018-.037l.149-.034c.73-.195%201.275-.764%201.42-1.462l.021-.14C13%208.166%2013%207.936%2013%207.5s-.001-.667-.017-.826l-.021-.14c-.145-.699-.69-1.268-1.42-1.463l-.149-.034C11.21%205.002%2010.978%205%2010.375%205H9.5a.5.5%200%200%201%200-1zM10%207a.5.5%200%200%201%200%201H5a.5.5%200%201%201%200-1z%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%2015%2015%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5.5%204a.5.5%200%200%201%200%201h-.875c-.453%200-.697.001-.867.017l-.152.02c-.753.144-1.337.679-1.534%201.359l-.034.137C2.003%206.703%202%206.918%202%207.5s.003.798.038.967l.034.138c.197.679.781%201.214%201.534%201.358l.152.02c.17.016.414.017.867.017H5.5a.5.5%200%200%201%200%201h-.875c-.418%200-.72.001-.97-.022l-.236-.033c-1.107-.211-2.002-1.007-2.308-2.061l-.053-.214C.998%208.375%201%208.033%201%207.5s-.003-.875.058-1.17l.053-.214c.306-1.054%201.201-1.85%202.308-2.061l.236-.033C3.905%204%204.207%204%204.625%204zm4.875%200c.557%200%20.906-.002%201.206.055l.219.05c1.076.287%201.916%201.138%202.141%202.225l.035.233c.025.245.024.538.024.937c0%20.4.001.692-.024.938l-.035.232c-.225%201.087-1.065%201.938-2.142%202.226l-.218.05c-.3.056-.649.054-1.206.054H9.5a.5.5%200%201%201%200-1h.875c.603%200%20.835-.002%201.018-.037l.149-.034c.73-.195%201.275-.764%201.42-1.462l.021-.14C13%208.166%2013%207.936%2013%207.5s-.001-.667-.017-.826l-.021-.14c-.145-.699-.69-1.268-1.42-1.463l-.149-.034C11.21%205.002%2010.978%205%2010.375%205H9.5a.5.5%200%200%201%200-1zM10%207a.5.5%200%200%201%200%201H5a.5.5%200%201%201%200-1z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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