link8 icon
link8-filled from Reicon by REICON · Filled · Newicons · MIT Free for personal and commercial use.
- Name
- link8-filled
- Set
- Reicon
- Style
- Filled
- Category
- Newicons
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
More newicons icons from Reicon
Use the link8 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M12.5 14.75H10c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h2.5c2.62 0 4.75-2.13 4.75-4.75s-2.13-4.75-4.75-4.75h-5c-2.62 0-4.75 2.13-4.75 4.75c0 1.1.39 2.17 1.09 3.02c.26.32.22.79-.1 1.06c-.32.26-.79.22-1.06-.1A6.28 6.28 0 0 1 1.25 8.5c0-3.45 2.8-6.25 6.25-6.25h5c3.45 0 6.25 2.8 6.25 6.25s-2.8 6.25-6.25 6.25"/><path d="M16.5 21.75h-5c-3.45 0-6.25-2.8-6.25-6.25s2.8-6.25 6.25-6.25H14c.41 0 .75.34.75.75s-.34.75-.75.75h-2.5c-2.62 0-4.75 2.13-4.75 4.75s2.13 4.75 4.75 4.75h5c2.62 0 4.75-2.13 4.75-4.75c0-1.1-.39-2.17-1.09-3.02a.76.76 0 0 1 .1-1.06a.75.75 0 0 1 1.06.1a6.24 6.24 0 0 1 1.44 3.98c-.01 3.45-2.81 6.25-6.26 6.25"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconLink8Filled(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="M12.5 14.75H10c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h2.5c2.62 0 4.75-2.13 4.75-4.75s-2.13-4.75-4.75-4.75h-5c-2.62 0-4.75 2.13-4.75 4.75c0 1.1.39 2.17 1.09 3.02c.26.32.22.79-.1 1.06c-.32.26-.79.22-1.06-.1A6.28 6.28 0 0 1 1.25 8.5c0-3.45 2.8-6.25 6.25-6.25h5c3.45 0 6.25 2.8 6.25 6.25s-2.8 6.25-6.25 6.25"/><path d="M16.5 21.75h-5c-3.45 0-6.25-2.8-6.25-6.25s2.8-6.25 6.25-6.25H14c.41 0 .75.34.75.75s-.34.75-.75.75h-2.5c-2.62 0-4.75 2.13-4.75 4.75s2.13 4.75 4.75 4.75h5c2.62 0 4.75-2.13 4.75-4.75c0-1.1-.39-2.17-1.09-3.02a.76.76 0 0 1 .1-1.06a.75.75 0 0 1 1.06.1a6.24 6.24 0 0 1 1.44 3.98c-.01 3.45-2.81 6.25-6.26 6.25"/></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="M12.5 14.75H10c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h2.5c2.62 0 4.75-2.13 4.75-4.75s-2.13-4.75-4.75-4.75h-5c-2.62 0-4.75 2.13-4.75 4.75c0 1.1.39 2.17 1.09 3.02c.26.32.22.79-.1 1.06c-.32.26-.79.22-1.06-.1A6.28 6.28 0 0 1 1.25 8.5c0-3.45 2.8-6.25 6.25-6.25h5c3.45 0 6.25 2.8 6.25 6.25s-2.8 6.25-6.25 6.25"/><path d="M16.5 21.75h-5c-3.45 0-6.25-2.8-6.25-6.25s2.8-6.25 6.25-6.25H14c.41 0 .75.34.75.75s-.34.75-.75.75h-2.5c-2.62 0-4.75 2.13-4.75 4.75s2.13 4.75 4.75 4.75h5c2.62 0 4.75-2.13 4.75-4.75c0-1.1-.39-2.17-1.09-3.02a.76.76 0 0 1 .1-1.06a.75.75 0 0 1 1.06.1a6.24 6.24 0 0 1 1.44 3.98c-.01 3.45-2.81 6.25-6.26 6.25"/></g></svg> </template>
CSS
.icon-link8-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%22M12.5%2014.75H10c-.41%200-.75-.34-.75-.75s.34-.75.75-.75h2.5c2.62%200%204.75-2.13%204.75-4.75s-2.13-4.75-4.75-4.75h-5c-2.62%200-4.75%202.13-4.75%204.75c0%201.1.39%202.17%201.09%203.02c.26.32.22.79-.1%201.06c-.32.26-.79.22-1.06-.1A6.28%206.28%200%200%201%201.25%208.5c0-3.45%202.8-6.25%206.25-6.25h5c3.45%200%206.25%202.8%206.25%206.25s-2.8%206.25-6.25%206.25%22%2F%3E%3Cpath%20d%3D%22M16.5%2021.75h-5c-3.45%200-6.25-2.8-6.25-6.25s2.8-6.25%206.25-6.25H14c.41%200%20.75.34.75.75s-.34.75-.75.75h-2.5c-2.62%200-4.75%202.13-4.75%204.75s2.13%204.75%204.75%204.75h5c2.62%200%204.75-2.13%204.75-4.75c0-1.1-.39-2.17-1.09-3.02a.76.76%200%200%201%20.1-1.06a.75.75%200%200%201%201.06.1a6.24%206.24%200%200%201%201.44%203.98c-.01%203.45-2.81%206.25-6.26%206.25%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%22M12.5%2014.75H10c-.41%200-.75-.34-.75-.75s.34-.75.75-.75h2.5c2.62%200%204.75-2.13%204.75-4.75s-2.13-4.75-4.75-4.75h-5c-2.62%200-4.75%202.13-4.75%204.75c0%201.1.39%202.17%201.09%203.02c.26.32.22.79-.1%201.06c-.32.26-.79.22-1.06-.1A6.28%206.28%200%200%201%201.25%208.5c0-3.45%202.8-6.25%206.25-6.25h5c3.45%200%206.25%202.8%206.25%206.25s-2.8%206.25-6.25%206.25%22%2F%3E%3Cpath%20d%3D%22M16.5%2021.75h-5c-3.45%200-6.25-2.8-6.25-6.25s2.8-6.25%206.25-6.25H14c.41%200%20.75.34.75.75s-.34.75-.75.75h-2.5c-2.62%200-4.75%202.13-4.75%204.75s2.13%204.75%204.75%204.75h5c2.62%200%204.75-2.13%204.75-4.75c0-1.1-.39-2.17-1.09-3.02a.76.76%200%200%201%20.1-1.06a.75.75%200%200%201%201.06.1a6.24%206.24%200%200%201%201.44%203.98c-.01%203.45-2.81%206.25-6.26%206.25%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/link8-filled.svg?color=%231a73e8&size=48