link-square-12-filled from Fluent UI System Icons by Microsoft Corporation · 12 Filled · MIT Free for personal and commercial use.

Name
link-square-12-filled
Set
Fluent UI System Icons
Style
12 Filled
Viewbox
12×12
License
MIT

7 other variants in Fluent UI System Icons

The same icon in other sets

Related icons in Fluent UI System Icons

Use the link square icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 12 12"><path fill="currentColor" d="M.998 3.248a2.25 2.25 0 0 1 2.25-2.25h2.504A2.25 2.25 0 0 1 8 3.161v2.677a2.25 2.25 0 0 1-1.5 2.036l.002-4.626a.75.75 0 0 0-.75-.75H3.248a.75.75 0 0 0-.75.75v2.504c0 .327.21.605.502.708v1.528A2.25 2.25 0 0 1 .998 5.752zM4 8.75A2.25 2.25 0 0 0 6.25 11h2.5A2.25 2.25 0 0 0 11 8.75v-2.5a2.25 2.25 0 0 0-2-2.236v1.529c.291.103.5.38.5.707v2.5a.75.75 0 0 1-.75.75h-2.5a.75.75 0 0 1-.75-.75V4.128A2.25 2.25 0 0 0 4 6.25z"/></svg>

React

import type { SVGProps } from "react";

export function FluentLinkSquare12Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 12 12"><path fill="currentColor" d="M.998 3.248a2.25 2.25 0 0 1 2.25-2.25h2.504A2.25 2.25 0 0 1 8 3.161v2.677a2.25 2.25 0 0 1-1.5 2.036l.002-4.626a.75.75 0 0 0-.75-.75H3.248a.75.75 0 0 0-.75.75v2.504c0 .327.21.605.502.708v1.528A2.25 2.25 0 0 1 .998 5.752zM4 8.75A2.25 2.25 0 0 0 6.25 11h2.5A2.25 2.25 0 0 0 11 8.75v-2.5a2.25 2.25 0 0 0-2-2.236v1.529c.291.103.5.38.5.707v2.5a.75.75 0 0 1-.75.75h-2.5a.75.75 0 0 1-.75-.75V4.128A2.25 2.25 0 0 0 4 6.25z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 12 12"><path fill="currentColor" d="M.998 3.248a2.25 2.25 0 0 1 2.25-2.25h2.504A2.25 2.25 0 0 1 8 3.161v2.677a2.25 2.25 0 0 1-1.5 2.036l.002-4.626a.75.75 0 0 0-.75-.75H3.248a.75.75 0 0 0-.75.75v2.504c0 .327.21.605.502.708v1.528A2.25 2.25 0 0 1 .998 5.752zM4 8.75A2.25 2.25 0 0 0 6.25 11h2.5A2.25 2.25 0 0 0 11 8.75v-2.5a2.25 2.25 0 0 0-2-2.236v1.529c.291.103.5.38.5.707v2.5a.75.75 0 0 1-.75.75h-2.5a.75.75 0 0 1-.75-.75V4.128A2.25 2.25 0 0 0 4 6.25z"/></svg>
</template>

CSS

.icon-link-square-12-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%2012%2012%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M.998%203.248a2.25%202.25%200%200%201%202.25-2.25h2.504A2.25%202.25%200%200%201%208%203.161v2.677a2.25%202.25%200%200%201-1.5%202.036l.002-4.626a.75.75%200%200%200-.75-.75H3.248a.75.75%200%200%200-.75.75v2.504c0%20.327.21.605.502.708v1.528A2.25%202.25%200%200%201%20.998%205.752zM4%208.75A2.25%202.25%200%200%200%206.25%2011h2.5A2.25%202.25%200%200%200%2011%208.75v-2.5a2.25%202.25%200%200%200-2-2.236v1.529c.291.103.5.38.5.707v2.5a.75.75%200%200%201-.75.75h-2.5a.75.75%200%200%201-.75-.75V4.128A2.25%202.25%200%200%200%204%206.25z%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%2012%2012%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M.998%203.248a2.25%202.25%200%200%201%202.25-2.25h2.504A2.25%202.25%200%200%201%208%203.161v2.677a2.25%202.25%200%200%201-1.5%202.036l.002-4.626a.75.75%200%200%200-.75-.75H3.248a.75.75%200%200%200-.75.75v2.504c0%20.327.21.605.502.708v1.528A2.25%202.25%200%200%201%20.998%205.752zM4%208.75A2.25%202.25%200%200%200%206.25%2011h2.5A2.25%202.25%200%200%200%2011%208.75v-2.5a2.25%202.25%200%200%200-2-2.236v1.529c.291.103.5.38.5.707v2.5a.75.75%200%200%201-.75.75h-2.5a.75.75%200%200%201-.75-.75V4.128A2.25%202.25%200%200%200%204%206.25z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/link-square-12-filled.svg?color=%231a73e8&size=48