direct link icon
direct-link from Carbon by IBM · Outline · Enterprise · Apache-2.0 Free for personal and commercial use.
- Name
- direct-link
- Set
- Carbon
- Style
- Outline
- Category
- Enterprise
- Viewbox
- 32×32
- License
- Apache 2.0
More enterprise icons from Carbon
accountaiai-agentai-agent-detachedai-business-impact-assessmentai-enabled-edtai-enabled-pdlcai-generateai-governance-lifecycleai-governance-trackedai-governance-untrackedai-labelai-launchai-observabilityai-recommendappleapple-dashautoscalingbank-vaultbasketballbatbee-batbinding-connectorblock-storage
Use the direct link icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m20.413 14.584l-7.997-7.997a2 2 0 0 0-2.832 0l-7.997 7.997a2 2 0 0 0 0 2.832l3.291 3.292L3 22.586L4.414 24l1.879-1.878l3.291 3.291a2 2 0 0 0 2.832 0l2.256-2.256l-1.416-1.415l-2.258 2.257l-7.997-7.997l7.997-8.001l8.001 8.001L17.5 17.5l1.415 1.415l1.498-1.499a2 2 0 0 0 0-2.832"/><path fill="currentColor" d="m30.413 14.584l-3.291-3.291L29 9.414L27.586 8l-1.878 1.878l-3.292-3.291a2 2 0 0 0-2.832 0l-2.256 2.256l1.415 1.414l2.255-2.256l8.001 8.001l-8.001 7.997l-7.997-7.997l1.5-1.501l-1.416-1.416l-1.498 1.499a2 2 0 0 0 0 2.832l7.997 7.997a2 2 0 0 0 2.832 0l7.997-7.997a2 2 0 0 0 0-2.832"/></svg>
React
import type { SVGProps } from "react";
export function CarbonDirectLink(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="m20.413 14.584l-7.997-7.997a2 2 0 0 0-2.832 0l-7.997 7.997a2 2 0 0 0 0 2.832l3.291 3.292L3 22.586L4.414 24l1.879-1.878l3.291 3.291a2 2 0 0 0 2.832 0l2.256-2.256l-1.416-1.415l-2.258 2.257l-7.997-7.997l7.997-8.001l8.001 8.001L17.5 17.5l1.415 1.415l1.498-1.499a2 2 0 0 0 0-2.832"/><path fill="currentColor" d="m30.413 14.584l-3.291-3.291L29 9.414L27.586 8l-1.878 1.878l-3.292-3.291a2 2 0 0 0-2.832 0l-2.256 2.256l1.415 1.414l2.255-2.256l8.001 8.001l-8.001 7.997l-7.997-7.997l1.5-1.501l-1.416-1.416l-1.498 1.499a2 2 0 0 0 0 2.832l7.997 7.997a2 2 0 0 0 2.832 0l7.997-7.997a2 2 0 0 0 0-2.832"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m20.413 14.584l-7.997-7.997a2 2 0 0 0-2.832 0l-7.997 7.997a2 2 0 0 0 0 2.832l3.291 3.292L3 22.586L4.414 24l1.879-1.878l3.291 3.291a2 2 0 0 0 2.832 0l2.256-2.256l-1.416-1.415l-2.258 2.257l-7.997-7.997l7.997-8.001l8.001 8.001L17.5 17.5l1.415 1.415l1.498-1.499a2 2 0 0 0 0-2.832"/><path fill="currentColor" d="m30.413 14.584l-3.291-3.291L29 9.414L27.586 8l-1.878 1.878l-3.292-3.291a2 2 0 0 0-2.832 0l-2.256 2.256l1.415 1.414l2.255-2.256l8.001 8.001l-8.001 7.997l-7.997-7.997l1.5-1.501l-1.416-1.416l-1.498 1.499a2 2 0 0 0 0 2.832l7.997 7.997a2 2 0 0 0 2.832 0l7.997-7.997a2 2 0 0 0 0-2.832"/></svg> </template>
CSS
.icon-direct-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%22m20.413%2014.584l-7.997-7.997a2%202%200%200%200-2.832%200l-7.997%207.997a2%202%200%200%200%200%202.832l3.291%203.292L3%2022.586L4.414%2024l1.879-1.878l3.291%203.291a2%202%200%200%200%202.832%200l2.256-2.256l-1.416-1.415l-2.258%202.257l-7.997-7.997l7.997-8.001l8.001%208.001L17.5%2017.5l1.415%201.415l1.498-1.499a2%202%200%200%200%200-2.832%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m30.413%2014.584l-3.291-3.291L29%209.414L27.586%208l-1.878%201.878l-3.292-3.291a2%202%200%200%200-2.832%200l-2.256%202.256l1.415%201.414l2.255-2.256l8.001%208.001l-8.001%207.997l-7.997-7.997l1.5-1.501l-1.416-1.416l-1.498%201.499a2%202%200%200%200%200%202.832l7.997%207.997a2%202%200%200%200%202.832%200l7.997-7.997a2%202%200%200%200%200-2.832%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%22m20.413%2014.584l-7.997-7.997a2%202%200%200%200-2.832%200l-7.997%207.997a2%202%200%200%200%200%202.832l3.291%203.292L3%2022.586L4.414%2024l1.879-1.878l3.291%203.291a2%202%200%200%200%202.832%200l2.256-2.256l-1.416-1.415l-2.258%202.257l-7.997-7.997l7.997-8.001l8.001%208.001L17.5%2017.5l1.415%201.415l1.498-1.499a2%202%200%200%200%200-2.832%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m30.413%2014.584l-3.291-3.291L29%209.414L27.586%208l-1.878%201.878l-3.292-3.291a2%202%200%200%200-2.832%200l-2.256%202.256l1.415%201.414l2.255-2.256l8.001%208.001l-8.001%207.997l-7.997-7.997l1.5-1.501l-1.416-1.416l-1.498%201.499a2%202%200%200%200%200%202.832l7.997%207.997a2%202%200%200%200%202.832%200l7.997-7.997a2%202%200%200%200%200-2.832%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/direct-link.svg?color=%231a73e8&size=48