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

Name
pair-16-filled
Set
Fluent UI System Icons
Style
16 Filled
Viewbox
16×16
License
MIT

5 other variants in Fluent UI System Icons

Use the pair icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M9.75 1.25a1.5 1.5 0 0 1 .75 2.798V5.5h1.452A1.498 1.498 0 1 1 14 7.548v4.403A1.499 1.499 0 1 1 11.952 14H7.548a1.498 1.498 0 0 1-2.798-.75a1.5 1.5 0 0 1 .75-1.299V10.5H4.048a1.498 1.498 0 0 1-2.798-.75A1.5 1.5 0 0 1 2 8.451V4.048A1.498 1.498 0 1 1 4.048 2h4.404c.26-.448.743-.75 1.298-.75m.75 7.201A1.5 1.5 0 1 1 8.452 10.5H7v1.451c.227.132.416.322.548.549h4.404a1.5 1.5 0 0 1 .548-.549V7.548A1.5 1.5 0 0 1 11.952 7H10.5zM7.548 7c-.132.227-.32.416-.548.548V9h1.452A1.5 1.5 0 0 1 9 8.451V7zm-3.5-3.5c-.132.227-.32.416-.548.548V8.45c.227.132.416.322.548.549H5.5V7.548A1.498 1.498 0 1 1 7.548 5.5H9V4.048a1.5 1.5 0 0 1-.548-.548z"/></svg>

React

import type { SVGProps } from "react";

export function FluentPair16Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M9.75 1.25a1.5 1.5 0 0 1 .75 2.798V5.5h1.452A1.498 1.498 0 1 1 14 7.548v4.403A1.499 1.499 0 1 1 11.952 14H7.548a1.498 1.498 0 0 1-2.798-.75a1.5 1.5 0 0 1 .75-1.299V10.5H4.048a1.498 1.498 0 0 1-2.798-.75A1.5 1.5 0 0 1 2 8.451V4.048A1.498 1.498 0 1 1 4.048 2h4.404c.26-.448.743-.75 1.298-.75m.75 7.201A1.5 1.5 0 1 1 8.452 10.5H7v1.451c.227.132.416.322.548.549h4.404a1.5 1.5 0 0 1 .548-.549V7.548A1.5 1.5 0 0 1 11.952 7H10.5zM7.548 7c-.132.227-.32.416-.548.548V9h1.452A1.5 1.5 0 0 1 9 8.451V7zm-3.5-3.5c-.132.227-.32.416-.548.548V8.45c.227.132.416.322.548.549H5.5V7.548A1.498 1.498 0 1 1 7.548 5.5H9V4.048a1.5 1.5 0 0 1-.548-.548z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M9.75 1.25a1.5 1.5 0 0 1 .75 2.798V5.5h1.452A1.498 1.498 0 1 1 14 7.548v4.403A1.499 1.499 0 1 1 11.952 14H7.548a1.498 1.498 0 0 1-2.798-.75a1.5 1.5 0 0 1 .75-1.299V10.5H4.048a1.498 1.498 0 0 1-2.798-.75A1.5 1.5 0 0 1 2 8.451V4.048A1.498 1.498 0 1 1 4.048 2h4.404c.26-.448.743-.75 1.298-.75m.75 7.201A1.5 1.5 0 1 1 8.452 10.5H7v1.451c.227.132.416.322.548.549h4.404a1.5 1.5 0 0 1 .548-.549V7.548A1.5 1.5 0 0 1 11.952 7H10.5zM7.548 7c-.132.227-.32.416-.548.548V9h1.452A1.5 1.5 0 0 1 9 8.451V7zm-3.5-3.5c-.132.227-.32.416-.548.548V8.45c.227.132.416.322.548.549H5.5V7.548A1.498 1.498 0 1 1 7.548 5.5H9V4.048a1.5 1.5 0 0 1-.548-.548z"/></svg>
</template>

CSS

.icon-pair-16-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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.75%201.25a1.5%201.5%200%200%201%20.75%202.798V5.5h1.452A1.498%201.498%200%201%201%2014%207.548v4.403A1.499%201.499%200%201%201%2011.952%2014H7.548a1.498%201.498%200%200%201-2.798-.75a1.5%201.5%200%200%201%20.75-1.299V10.5H4.048a1.498%201.498%200%200%201-2.798-.75A1.5%201.5%200%200%201%202%208.451V4.048A1.498%201.498%200%201%201%204.048%202h4.404c.26-.448.743-.75%201.298-.75m.75%207.201A1.5%201.5%200%201%201%208.452%2010.5H7v1.451c.227.132.416.322.548.549h4.404a1.5%201.5%200%200%201%20.548-.549V7.548A1.5%201.5%200%200%201%2011.952%207H10.5zM7.548%207c-.132.227-.32.416-.548.548V9h1.452A1.5%201.5%200%200%201%209%208.451V7zm-3.5-3.5c-.132.227-.32.416-.548.548V8.45c.227.132.416.322.548.549H5.5V7.548A1.498%201.498%200%201%201%207.548%205.5H9V4.048a1.5%201.5%200%200%201-.548-.548z%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.75%201.25a1.5%201.5%200%200%201%20.75%202.798V5.5h1.452A1.498%201.498%200%201%201%2014%207.548v4.403A1.499%201.499%200%201%201%2011.952%2014H7.548a1.498%201.498%200%200%201-2.798-.75a1.5%201.5%200%200%201%20.75-1.299V10.5H4.048a1.498%201.498%200%200%201-2.798-.75A1.5%201.5%200%200%201%202%208.451V4.048A1.498%201.498%200%201%201%204.048%202h4.404c.26-.448.743-.75%201.298-.75m.75%207.201A1.5%201.5%200%201%201%208.452%2010.5H7v1.451c.227.132.416.322.548.549h4.404a1.5%201.5%200%200%201%20.548-.549V7.548A1.5%201.5%200%200%201%2011.952%207H10.5zM7.548%207c-.132.227-.32.416-.548.548V9h1.452A1.5%201.5%200%200%201%209%208.451V7zm-3.5-3.5c-.132.227-.32.416-.548.548V8.45c.227.132.416.322.548.549H5.5V7.548A1.498%201.498%200%201%201%207.548%205.5H9V4.048a1.5%201.5%200%200%201-.548-.548z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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