link6 icon
link6-filled from Reicon by REICON · Filled · UI · MIT Free for personal and commercial use.
- Name
- link6-filled
- Set
- Reicon
- Style
- Filled
- Category
- UI
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
More ui icons from Reicon
Use the link6 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M9.793 7.207a1 1 0 0 1 0-1.414l3.05-3.05a5.95 5.95 0 1 1 8.414 8.414l-3.05 3.05a1 1 0 0 1-1.414-1.414l3.05-3.05a3.95 3.95 0 0 0-5.586-5.586l-3.05 3.05a1 1 0 0 1-1.414 0"/><path d="M15.707 8.293a1 1 0 0 1 0 1.414l-6 6a1 1 0 0 1-1.414-1.414l6-6a1 1 0 0 1 1.414 0"/><path d="M14.207 18.207a1 1 0 0 0-1.414-1.414l-3.05 3.05a3.95 3.95 0 0 1-5.586-5.586l3.05-3.05a1 1 0 0 0-1.414-1.414l-3.05 3.05a5.95 5.95 0 1 0 8.414 8.414z"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconLink6Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M9.793 7.207a1 1 0 0 1 0-1.414l3.05-3.05a5.95 5.95 0 1 1 8.414 8.414l-3.05 3.05a1 1 0 0 1-1.414-1.414l3.05-3.05a3.95 3.95 0 0 0-5.586-5.586l-3.05 3.05a1 1 0 0 1-1.414 0"/><path d="M15.707 8.293a1 1 0 0 1 0 1.414l-6 6a1 1 0 0 1-1.414-1.414l6-6a1 1 0 0 1 1.414 0"/><path d="M14.207 18.207a1 1 0 0 0-1.414-1.414l-3.05 3.05a3.95 3.95 0 0 1-5.586-5.586l3.05-3.05a1 1 0 0 0-1.414-1.414l-3.05 3.05a5.95 5.95 0 1 0 8.414 8.414z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M9.793 7.207a1 1 0 0 1 0-1.414l3.05-3.05a5.95 5.95 0 1 1 8.414 8.414l-3.05 3.05a1 1 0 0 1-1.414-1.414l3.05-3.05a3.95 3.95 0 0 0-5.586-5.586l-3.05 3.05a1 1 0 0 1-1.414 0"/><path d="M15.707 8.293a1 1 0 0 1 0 1.414l-6 6a1 1 0 0 1-1.414-1.414l6-6a1 1 0 0 1 1.414 0"/><path d="M14.207 18.207a1 1 0 0 0-1.414-1.414l-3.05 3.05a3.95 3.95 0 0 1-5.586-5.586l3.05-3.05a1 1 0 0 0-1.414-1.414l-3.05 3.05a5.95 5.95 0 1 0 8.414 8.414z"/></g></svg> </template>
CSS
.icon-link6-filled {
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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M9.793%207.207a1%201%200%200%201%200-1.414l3.05-3.05a5.95%205.95%200%201%201%208.414%208.414l-3.05%203.05a1%201%200%200%201-1.414-1.414l3.05-3.05a3.95%203.95%200%200%200-5.586-5.586l-3.05%203.05a1%201%200%200%201-1.414%200%22%2F%3E%3Cpath%20d%3D%22M15.707%208.293a1%201%200%200%201%200%201.414l-6%206a1%201%200%200%201-1.414-1.414l6-6a1%201%200%200%201%201.414%200%22%2F%3E%3Cpath%20d%3D%22M14.207%2018.207a1%201%200%200%200-1.414-1.414l-3.05%203.05a3.95%203.95%200%200%201-5.586-5.586l3.05-3.05a1%201%200%200%200-1.414-1.414l-3.05%203.05a5.95%205.95%200%201%200%208.414%208.414z%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M9.793%207.207a1%201%200%200%201%200-1.414l3.05-3.05a5.95%205.95%200%201%201%208.414%208.414l-3.05%203.05a1%201%200%200%201-1.414-1.414l3.05-3.05a3.95%203.95%200%200%200-5.586-5.586l-3.05%203.05a1%201%200%200%201-1.414%200%22%2F%3E%3Cpath%20d%3D%22M15.707%208.293a1%201%200%200%201%200%201.414l-6%206a1%201%200%200%201-1.414-1.414l6-6a1%201%200%200%201%201.414%200%22%2F%3E%3Cpath%20d%3D%22M14.207%2018.207a1%201%200%200%200-1.414-1.414l-3.05%203.05a3.95%203.95%200%200%201-5.586-5.586l3.05-3.05a1%201%200%200%200-1.414-1.414l-3.05%203.05a5.95%205.95%200%201%200%208.414%208.414z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/link6-filled.svg?color=%231a73e8&size=48