link3 icon
link3-filled from Reicon by REICON · Filled · Newicons · MIT Free for personal and commercial use.
- Name
- link3-filled
- Set
- Reicon
- Style
- Filled
- Category
- Newicons
- Viewbox
- 24×24
- License
- MIT
2 other variants in Reicon
More newicons icons from Reicon
Use the link3 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.25 12c0-.41.34-.75.75-.75h3V7.5c0-.55-.45-1-1-1H7.77C4.62 6.5 1.88 9.08 2 12.22a5.5 5.5 0 0 0 1.61 3.67c1 .99 2.37 1.61 3.89 1.61H10c.55 0 1-.45 1-1v-3.75H8c-.41 0-.75-.34-.75-.75m13.14-3.89c-1-.99-2.37-1.61-3.89-1.61H14c-.55 0-1 .45-1 1v3.75h3c.41 0 .75.34.75.75s-.34.75-.75.75h-3v3.75c0 .55.45 1 1 1h2.23c3.15 0 5.89-2.58 5.76-5.72a5.5 5.5 0 0 0-1.6-3.67M13 11.25h-2v1.5h2z"/></svg>
React
import type { SVGProps } from "react";
export function ReiconLink3Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.25 12c0-.41.34-.75.75-.75h3V7.5c0-.55-.45-1-1-1H7.77C4.62 6.5 1.88 9.08 2 12.22a5.5 5.5 0 0 0 1.61 3.67c1 .99 2.37 1.61 3.89 1.61H10c.55 0 1-.45 1-1v-3.75H8c-.41 0-.75-.34-.75-.75m13.14-3.89c-1-.99-2.37-1.61-3.89-1.61H14c-.55 0-1 .45-1 1v3.75h3c.41 0 .75.34.75.75s-.34.75-.75.75h-3v3.75c0 .55.45 1 1 1h2.23c3.15 0 5.89-2.58 5.76-5.72a5.5 5.5 0 0 0-1.6-3.67M13 11.25h-2v1.5h2z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.25 12c0-.41.34-.75.75-.75h3V7.5c0-.55-.45-1-1-1H7.77C4.62 6.5 1.88 9.08 2 12.22a5.5 5.5 0 0 0 1.61 3.67c1 .99 2.37 1.61 3.89 1.61H10c.55 0 1-.45 1-1v-3.75H8c-.41 0-.75-.34-.75-.75m13.14-3.89c-1-.99-2.37-1.61-3.89-1.61H14c-.55 0-1 .45-1 1v3.75h3c.41 0 .75.34.75.75s-.34.75-.75.75h-3v3.75c0 .55.45 1 1 1h2.23c3.15 0 5.89-2.58 5.76-5.72a5.5 5.5 0 0 0-1.6-3.67M13 11.25h-2v1.5h2z"/></svg> </template>
CSS
.icon-link3-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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.25%2012c0-.41.34-.75.75-.75h3V7.5c0-.55-.45-1-1-1H7.77C4.62%206.5%201.88%209.08%202%2012.22a5.5%205.5%200%200%200%201.61%203.67c1%20.99%202.37%201.61%203.89%201.61H10c.55%200%201-.45%201-1v-3.75H8c-.41%200-.75-.34-.75-.75m13.14-3.89c-1-.99-2.37-1.61-3.89-1.61H14c-.55%200-1%20.45-1%201v3.75h3c.41%200%20.75.34.75.75s-.34.75-.75.75h-3v3.75c0%20.55.45%201%201%201h2.23c3.15%200%205.89-2.58%205.76-5.72a5.5%205.5%200%200%200-1.6-3.67M13%2011.25h-2v1.5h2z%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%22currentColor%22%20d%3D%22M7.25%2012c0-.41.34-.75.75-.75h3V7.5c0-.55-.45-1-1-1H7.77C4.62%206.5%201.88%209.08%202%2012.22a5.5%205.5%200%200%200%201.61%203.67c1%20.99%202.37%201.61%203.89%201.61H10c.55%200%201-.45%201-1v-3.75H8c-.41%200-.75-.34-.75-.75m13.14-3.89c-1-.99-2.37-1.61-3.89-1.61H14c-.55%200-1%20.45-1%201v3.75h3c.41%200%20.75.34.75.75s-.34.75-.75.75h-3v3.75c0%20.55.45%201%201%201h2.23c3.15%200%205.89-2.58%205.76-5.72a5.5%205.5%200%200%200-1.6-3.67M13%2011.25h-2v1.5h2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/link3-filled.svg?color=%231a73e8&size=48