file type lnk logo
file-type-lnk from VSCode Icons by Roberto Huertas · Color · MIT Free for personal and commercial use.
- Name
- file-type-lnk
- Set
- VSCode Icons
- Style
- Color
- Viewbox
- 32×32
- License
- MIT
Related icons in VSCode Icons
file-type-accessfile-type-access2file-type-actionscriptfile-type-actionscript2file-type-adafile-type-advplfile-type-affinityfile-type-affinitydesignerfile-type-affinityphotofile-type-affinitypublisherfile-type-agdafile-type-agentsfile-type-aifile-type-ai2file-type-aikidofile-type-alfile-type-al-dalfile-type-alchemyfile-type-allcontributorsfile-type-alloyfile-type-allurefile-type-angularfile-type-ansiblefile-type-antlers-html
Use the file type lnk logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#d31900" d="m27.076 22.2l-4.584-6.08a4.98 4.98 0 0 0-5.723-1.6l-.188-.251a4.57 4.57 0 0 0 .183-5.745L13.3 3.932A5 5 0 0 0 6.5 2.9l-.5.342A4.6 4.6 0 0 0 4.929 9.8l3.464 4.6a4.98 4.98 0 0 0 5.528 1.671l.247.33a4.574 4.574 0 0 0-.049 5.592l4.582 6.08A4.99 4.99 0 0 0 25.5 29.1l.5-.346a4.6 4.6 0 0 0 1.076-6.554M12.2 11.122a1.53 1.53 0 0 0-.359 2.187L12.9 14.7a3.29 3.29 0 0 1-3.184-1.23L6.251 8.882a3.065 3.065 0 0 1 .717-4.377l.5-.346A3.33 3.33 0 0 1 12 4.851l3.464 4.59a3.05 3.05 0 0 1 .129 3.5l-1.113-1.478a1.66 1.66 0 0 0-2.263-.351ZM25.048 27.5l-.495.344a3.326 3.326 0 0 1-4.533-.688l-4.58-6.08a3.04 3.04 0 0 1-.233-3.3l1.054 1.4a1.66 1.66 0 0 0 2.266.346a1.53 1.53 0 0 0 .357-2.187l-1.111-1.475a3.3 3.3 0 0 1 3.407 1.194l4.583 6.089a3.065 3.065 0 0 1-.715 4.357"/></svg>
React
import type { SVGProps } from "react";
export function VscodeIconsFileTypeLnk(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#d31900" d="m27.076 22.2l-4.584-6.08a4.98 4.98 0 0 0-5.723-1.6l-.188-.251a4.57 4.57 0 0 0 .183-5.745L13.3 3.932A5 5 0 0 0 6.5 2.9l-.5.342A4.6 4.6 0 0 0 4.929 9.8l3.464 4.6a4.98 4.98 0 0 0 5.528 1.671l.247.33a4.574 4.574 0 0 0-.049 5.592l4.582 6.08A4.99 4.99 0 0 0 25.5 29.1l.5-.346a4.6 4.6 0 0 0 1.076-6.554M12.2 11.122a1.53 1.53 0 0 0-.359 2.187L12.9 14.7a3.29 3.29 0 0 1-3.184-1.23L6.251 8.882a3.065 3.065 0 0 1 .717-4.377l.5-.346A3.33 3.33 0 0 1 12 4.851l3.464 4.59a3.05 3.05 0 0 1 .129 3.5l-1.113-1.478a1.66 1.66 0 0 0-2.263-.351ZM25.048 27.5l-.495.344a3.326 3.326 0 0 1-4.533-.688l-4.58-6.08a3.04 3.04 0 0 1-.233-3.3l1.054 1.4a1.66 1.66 0 0 0 2.266.346a1.53 1.53 0 0 0 .357-2.187l-1.111-1.475a3.3 3.3 0 0 1 3.407 1.194l4.583 6.089a3.065 3.065 0 0 1-.715 4.357"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#d31900" d="m27.076 22.2l-4.584-6.08a4.98 4.98 0 0 0-5.723-1.6l-.188-.251a4.57 4.57 0 0 0 .183-5.745L13.3 3.932A5 5 0 0 0 6.5 2.9l-.5.342A4.6 4.6 0 0 0 4.929 9.8l3.464 4.6a4.98 4.98 0 0 0 5.528 1.671l.247.33a4.574 4.574 0 0 0-.049 5.592l4.582 6.08A4.99 4.99 0 0 0 25.5 29.1l.5-.346a4.6 4.6 0 0 0 1.076-6.554M12.2 11.122a1.53 1.53 0 0 0-.359 2.187L12.9 14.7a3.29 3.29 0 0 1-3.184-1.23L6.251 8.882a3.065 3.065 0 0 1 .717-4.377l.5-.346A3.33 3.33 0 0 1 12 4.851l3.464 4.59a3.05 3.05 0 0 1 .129 3.5l-1.113-1.478a1.66 1.66 0 0 0-2.263-.351ZM25.048 27.5l-.495.344a3.326 3.326 0 0 1-4.533-.688l-4.58-6.08a3.04 3.04 0 0 1-.233-3.3l1.054 1.4a1.66 1.66 0 0 0 2.266.346a1.53 1.53 0 0 0 .357-2.187l-1.111-1.475a3.3 3.3 0 0 1 3.407 1.194l4.583 6.089a3.065 3.065 0 0 1-.715 4.357"/></svg> </template>
CSS
.icon-file-type-lnk {
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%22%23d31900%22%20d%3D%22m27.076%2022.2l-4.584-6.08a4.98%204.98%200%200%200-5.723-1.6l-.188-.251a4.57%204.57%200%200%200%20.183-5.745L13.3%203.932A5%205%200%200%200%206.5%202.9l-.5.342A4.6%204.6%200%200%200%204.929%209.8l3.464%204.6a4.98%204.98%200%200%200%205.528%201.671l.247.33a4.574%204.574%200%200%200-.049%205.592l4.582%206.08A4.99%204.99%200%200%200%2025.5%2029.1l.5-.346a4.6%204.6%200%200%200%201.076-6.554M12.2%2011.122a1.53%201.53%200%200%200-.359%202.187L12.9%2014.7a3.29%203.29%200%200%201-3.184-1.23L6.251%208.882a3.065%203.065%200%200%201%20.717-4.377l.5-.346A3.33%203.33%200%200%201%2012%204.851l3.464%204.59a3.05%203.05%200%200%201%20.129%203.5l-1.113-1.478a1.66%201.66%200%200%200-2.263-.351ZM25.048%2027.5l-.495.344a3.326%203.326%200%200%201-4.533-.688l-4.58-6.08a3.04%203.04%200%200%201-.233-3.3l1.054%201.4a1.66%201.66%200%200%200%202.266.346a1.53%201.53%200%200%200%20.357-2.187l-1.111-1.475a3.3%203.3%200%200%201%203.407%201.194l4.583%206.089a3.065%203.065%200%200%201-.715%204.357%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%22%23d31900%22%20d%3D%22m27.076%2022.2l-4.584-6.08a4.98%204.98%200%200%200-5.723-1.6l-.188-.251a4.57%204.57%200%200%200%20.183-5.745L13.3%203.932A5%205%200%200%200%206.5%202.9l-.5.342A4.6%204.6%200%200%200%204.929%209.8l3.464%204.6a4.98%204.98%200%200%200%205.528%201.671l.247.33a4.574%204.574%200%200%200-.049%205.592l4.582%206.08A4.99%204.99%200%200%200%2025.5%2029.1l.5-.346a4.6%204.6%200%200%200%201.076-6.554M12.2%2011.122a1.53%201.53%200%200%200-.359%202.187L12.9%2014.7a3.29%203.29%200%200%201-3.184-1.23L6.251%208.882a3.065%203.065%200%200%201%20.717-4.377l.5-.346A3.33%203.33%200%200%201%2012%204.851l3.464%204.59a3.05%203.05%200%200%201%20.129%203.5l-1.113-1.478a1.66%201.66%200%200%200-2.263-.351ZM25.048%2027.5l-.495.344a3.326%203.326%200%200%201-4.533-.688l-4.58-6.08a3.04%203.04%200%200%201-.233-3.3l1.054%201.4a1.66%201.66%200%200%200%202.266.346a1.53%201.53%200%200%200%20.357-2.187l-1.111-1.475a3.3%203.3%200%200%201%203.407%201.194l4.583%206.089a3.065%203.065%200%200%201-.715%204.357%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/vscode-icons/file-type-lnk.svg?color=%231a73e8&size=48