link transform icon
link-transform from TDesign Icons by TDesign · Outline · MIT Free for personal and commercial use.
- Name
- link-transform
- Set
- TDesign Icons
- Style
- Outline
- Viewbox
- 24×24
- License
- MIT
Related icons in TDesign Icons
Use the link transform icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="square" stroke-width="2" d="M14 1.5v8.48l2-2.106M10 11V2.58L8 4.683M9.545 23H7.251C4.899 22.977 3 21.195 3 19s1.9-3.977 4.25-4h2.295m5.728 4H8.727m5.727-4h2.25C19.078 15 21 16.79 21 19s-1.923 4-4.296 4h-2.25"/></svg>
React
import type { SVGProps } from "react";
export function TdesignLinkTransform(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="square" strokeWidth="2" d="M14 1.5v8.48l2-2.106M10 11V2.58L8 4.683M9.545 23H7.251C4.899 22.977 3 21.195 3 19s1.9-3.977 4.25-4h2.295m5.728 4H8.727m5.727-4h2.25C19.078 15 21 16.79 21 19s-1.923 4-4.296 4h-2.25"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="square" stroke-width="2" d="M14 1.5v8.48l2-2.106M10 11V2.58L8 4.683M9.545 23H7.251C4.899 22.977 3 21.195 3 19s1.9-3.977 4.25-4h2.295m5.728 4H8.727m5.727-4h2.25C19.078 15 21 16.79 21 19s-1.923 4-4.296 4h-2.25"/></svg> </template>
CSS
.icon-link-transform {
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%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22square%22%20stroke-width%3D%222%22%20d%3D%22M14%201.5v8.48l2-2.106M10%2011V2.58L8%204.683M9.545%2023H7.251C4.899%2022.977%203%2021.195%203%2019s1.9-3.977%204.25-4h2.295m5.728%204H8.727m5.727-4h2.25C19.078%2015%2021%2016.79%2021%2019s-1.923%204-4.296%204h-2.25%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%2024%2024%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22square%22%20stroke-width%3D%222%22%20d%3D%22M14%201.5v8.48l2-2.106M10%2011V2.58L8%204.683M9.545%2023H7.251C4.899%2022.977%203%2021.195%203%2019s1.9-3.977%204.25-4h2.295m5.728%204H8.727m5.727-4h2.25C19.078%2015%2021%2016.79%2021%2019s-1.923%204-4.296%204h-2.25%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/tdesign/link-transform.svg?color=%231a73e8&size=48