link icon
link from Carbon by IBM · Outline · Actions · Apache-2.0 Free for personal and commercial use.
- Name
- link
- Set
- Carbon
- Style
- Outline
- Category
- Actions
- Viewbox
- 32×32
- License
- Apache 2.0
The same icon in other sets
linkBootstrap IconslinkBoxIcons v2linkEmoji One (Colored)link-fillEva IconslinkFramework7 IconslinkFont Awesome 6 SolidlinkFeather Iconslink-12-filledFluent UI System IconslinkFluent EmojilinkFluent Emoji FlatlinkFluent Emoji High Contrastlinkcss.gglinkHeroIconslinkHuge IconslinkHumbleiconslinkIconoirlinkIonIconslinkJam IconslinkLine AwesomelinkMaterial Line IconslinkLucidelinkMage IconslinkMajesticonslinkMaterial Symbols
More actions icons from Carbon
activity-taskadapter-notificationaddadd-altadd-commentadd-largealign-box-bottom-centeralign-box-bottom-leftalign-box-bottom-rightalign-box-middle-centeralign-box-middle-leftalign-box-middle-rightalign-box-top-centeralign-box-top-leftalign-box-top-rightalign-horizontal-centeralign-horizontal-leftalign-horizontal-rightalign-vertical-bottomalign-vertical-centeralign-vertical-topappsareaarea-custom
Use the link icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M29.25 6.76a6 6 0 0 0-8.5 0l1.42 1.42a4 4 0 1 1 5.67 5.67l-8 8a4 4 0 1 1-5.67-5.66l1.41-1.42l-1.41-1.42l-1.42 1.42a6 6 0 0 0 0 8.5A6 6 0 0 0 17 25a6 6 0 0 0 4.27-1.76l8-8a6 6 0 0 0-.02-8.48"/><path fill="currentColor" d="M4.19 24.82a4 4 0 0 1 0-5.67l8-8a4 4 0 0 1 5.67 0A3.94 3.94 0 0 1 19 14a4 4 0 0 1-1.17 2.85L15.71 19l1.42 1.42l2.12-2.12a6 6 0 0 0-8.51-8.51l-8 8a6 6 0 0 0 0 8.51A6 6 0 0 0 7 28a6.07 6.07 0 0 0 4.28-1.76l-1.42-1.42a4 4 0 0 1-5.67 0"/></svg>
React
import type { SVGProps } from "react";
export function CarbonLink(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M29.25 6.76a6 6 0 0 0-8.5 0l1.42 1.42a4 4 0 1 1 5.67 5.67l-8 8a4 4 0 1 1-5.67-5.66l1.41-1.42l-1.41-1.42l-1.42 1.42a6 6 0 0 0 0 8.5A6 6 0 0 0 17 25a6 6 0 0 0 4.27-1.76l8-8a6 6 0 0 0-.02-8.48"/><path fill="currentColor" d="M4.19 24.82a4 4 0 0 1 0-5.67l8-8a4 4 0 0 1 5.67 0A3.94 3.94 0 0 1 19 14a4 4 0 0 1-1.17 2.85L15.71 19l1.42 1.42l2.12-2.12a6 6 0 0 0-8.51-8.51l-8 8a6 6 0 0 0 0 8.51A6 6 0 0 0 7 28a6.07 6.07 0 0 0 4.28-1.76l-1.42-1.42a4 4 0 0 1-5.67 0"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M29.25 6.76a6 6 0 0 0-8.5 0l1.42 1.42a4 4 0 1 1 5.67 5.67l-8 8a4 4 0 1 1-5.67-5.66l1.41-1.42l-1.41-1.42l-1.42 1.42a6 6 0 0 0 0 8.5A6 6 0 0 0 17 25a6 6 0 0 0 4.27-1.76l8-8a6 6 0 0 0-.02-8.48"/><path fill="currentColor" d="M4.19 24.82a4 4 0 0 1 0-5.67l8-8a4 4 0 0 1 5.67 0A3.94 3.94 0 0 1 19 14a4 4 0 0 1-1.17 2.85L15.71 19l1.42 1.42l2.12-2.12a6 6 0 0 0-8.51-8.51l-8 8a6 6 0 0 0 0 8.51A6 6 0 0 0 7 28a6.07 6.07 0 0 0 4.28-1.76l-1.42-1.42a4 4 0 0 1-5.67 0"/></svg> </template>
CSS
.icon-link {
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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M29.25%206.76a6%206%200%200%200-8.5%200l1.42%201.42a4%204%200%201%201%205.67%205.67l-8%208a4%204%200%201%201-5.67-5.66l1.41-1.42l-1.41-1.42l-1.42%201.42a6%206%200%200%200%200%208.5A6%206%200%200%200%2017%2025a6%206%200%200%200%204.27-1.76l8-8a6%206%200%200%200-.02-8.48%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4.19%2024.82a4%204%200%200%201%200-5.67l8-8a4%204%200%200%201%205.67%200A3.94%203.94%200%200%201%2019%2014a4%204%200%200%201-1.17%202.85L15.71%2019l1.42%201.42l2.12-2.12a6%206%200%200%200-8.51-8.51l-8%208a6%206%200%200%200%200%208.51A6%206%200%200%200%207%2028a6.07%206.07%200%200%200%204.28-1.76l-1.42-1.42a4%204%200%200%201-5.67%200%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M29.25%206.76a6%206%200%200%200-8.5%200l1.42%201.42a4%204%200%201%201%205.67%205.67l-8%208a4%204%200%201%201-5.67-5.66l1.41-1.42l-1.41-1.42l-1.42%201.42a6%206%200%200%200%200%208.5A6%206%200%200%200%2017%2025a6%206%200%200%200%204.27-1.76l8-8a6%206%200%200%200-.02-8.48%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4.19%2024.82a4%204%200%200%201%200-5.67l8-8a4%204%200%200%201%205.67%200A3.94%203.94%200%200%201%2019%2014a4%204%200%200%201-1.17%202.85L15.71%2019l1.42%201.42l2.12-2.12a6%206%200%200%200-8.51-8.51l-8%208a6%206%200%200%200%200%208.51A6%206%200%200%200%207%2028a6.07%206.07%200%200%200%204.28-1.76l-1.42-1.42a4%204%200%200%201-5.67%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/link.svg?color=%231a73e8&size=48