text link icon
text-link from Carbon by IBM · Outline · Organization · Apache-2.0 Free for personal and commercial use.
- Name
- text-link
- Set
- Carbon
- Style
- Outline
- Category
- Organization
- Viewbox
- 32×32
- License
- Apache 2.0
More organization icons from Carbon
Use the text link icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M18.706 27.585a5.262 5.262 0 0 1-3.723-8.983l1.415 1.414a3.264 3.264 0 1 0 4.616 4.616l6.03-6.03a3.264 3.264 0 0 0-4.616-4.616l-1.414-1.414a5.264 5.264 0 0 1 7.444 7.444l-6.03 6.03a5.25 5.25 0 0 1-3.722 1.539"/><path fill="currentColor" d="M10.264 29.997a5.262 5.262 0 0 1-3.722-8.983l6.03-6.03a5.264 5.264 0 1 1 7.444 7.443l-1.414-1.414a3.264 3.264 0 1 0-4.616-4.615l-6.03 6.03a3.264 3.264 0 0 0 4.616 4.616l1.414 1.414a5.25 5.25 0 0 1-3.722 1.54M2 10h8v2H2zm0-4h12v2H2zm0-4h12v2H2z"/></svg>
React
import type { SVGProps } from "react";
export function CarbonTextLink(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="M18.706 27.585a5.262 5.262 0 0 1-3.723-8.983l1.415 1.414a3.264 3.264 0 1 0 4.616 4.616l6.03-6.03a3.264 3.264 0 0 0-4.616-4.616l-1.414-1.414a5.264 5.264 0 0 1 7.444 7.444l-6.03 6.03a5.25 5.25 0 0 1-3.722 1.539"/><path fill="currentColor" d="M10.264 29.997a5.262 5.262 0 0 1-3.722-8.983l6.03-6.03a5.264 5.264 0 1 1 7.444 7.443l-1.414-1.414a3.264 3.264 0 1 0-4.616-4.615l-6.03 6.03a3.264 3.264 0 0 0 4.616 4.616l1.414 1.414a5.25 5.25 0 0 1-3.722 1.54M2 10h8v2H2zm0-4h12v2H2zm0-4h12v2H2z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M18.706 27.585a5.262 5.262 0 0 1-3.723-8.983l1.415 1.414a3.264 3.264 0 1 0 4.616 4.616l6.03-6.03a3.264 3.264 0 0 0-4.616-4.616l-1.414-1.414a5.264 5.264 0 0 1 7.444 7.444l-6.03 6.03a5.25 5.25 0 0 1-3.722 1.539"/><path fill="currentColor" d="M10.264 29.997a5.262 5.262 0 0 1-3.722-8.983l6.03-6.03a5.264 5.264 0 1 1 7.444 7.443l-1.414-1.414a3.264 3.264 0 1 0-4.616-4.615l-6.03 6.03a3.264 3.264 0 0 0 4.616 4.616l1.414 1.414a5.25 5.25 0 0 1-3.722 1.54M2 10h8v2H2zm0-4h12v2H2zm0-4h12v2H2z"/></svg> </template>
CSS
.icon-text-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%22M18.706%2027.585a5.262%205.262%200%200%201-3.723-8.983l1.415%201.414a3.264%203.264%200%201%200%204.616%204.616l6.03-6.03a3.264%203.264%200%200%200-4.616-4.616l-1.414-1.414a5.264%205.264%200%200%201%207.444%207.444l-6.03%206.03a5.25%205.25%200%200%201-3.722%201.539%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.264%2029.997a5.262%205.262%200%200%201-3.722-8.983l6.03-6.03a5.264%205.264%200%201%201%207.444%207.443l-1.414-1.414a3.264%203.264%200%201%200-4.616-4.615l-6.03%206.03a3.264%203.264%200%200%200%204.616%204.616l1.414%201.414a5.25%205.25%200%200%201-3.722%201.54M2%2010h8v2H2zm0-4h12v2H2zm0-4h12v2H2z%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%22M18.706%2027.585a5.262%205.262%200%200%201-3.723-8.983l1.415%201.414a3.264%203.264%200%201%200%204.616%204.616l6.03-6.03a3.264%203.264%200%200%200-4.616-4.616l-1.414-1.414a5.264%205.264%200%200%201%207.444%207.444l-6.03%206.03a5.25%205.25%200%200%201-3.722%201.539%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.264%2029.997a5.262%205.262%200%200%201-3.722-8.983l6.03-6.03a5.264%205.264%200%201%201%207.444%207.443l-1.414-1.414a3.264%203.264%200%201%200-4.616-4.615l-6.03%206.03a3.264%203.264%200%200%200%204.616%204.616l1.414%201.414a5.25%205.25%200%200%201-3.722%201.54M2%2010h8v2H2zm0-4h12v2H2zm0-4h12v2H2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/text-link.svg?color=%231a73e8&size=48