pair-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.

Name
pair-20-regular
Set
Fluent UI System Icons
Style
20 Regular
Viewbox
20×20
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 20 20"><path fill="currentColor" d="M2 3.5a1.5 1.5 0 0 0 1 1.415v6.17A1.5 1.5 0 1 0 4.915 13H7v2.085A1.5 1.5 0 1 0 8.915 17h6.17A1.5 1.5 0 1 0 17 15.085v-6.17A1.5 1.5 0 1 0 15.085 7H13V4.915A1.5 1.5 0 1 0 11.085 3h-6.17A1.5 1.5 0 0 0 2 3.5M8.915 16A1.5 1.5 0 0 0 8 15.085V13h3.085A1.5 1.5 0 1 0 13 11.085V8h2.085c.151.426.489.764.915.915v6.17a1.5 1.5 0 0 0-.915.915zM4 11.085v-6.17c.426-.151.764-.489.915-.915h6.17c.151.426.489.764.915.915V7H8.915A1.5 1.5 0 1 0 7 8.915V12H4.915A1.5 1.5 0 0 0 4 11.085m8 0a1.5 1.5 0 0 0-.915.915H8V8.915c.426-.151.764-.489.915-.915H12z"/></svg>

React

import type { SVGProps } from "react";

export function FluentPair20Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M2 3.5a1.5 1.5 0 0 0 1 1.415v6.17A1.5 1.5 0 1 0 4.915 13H7v2.085A1.5 1.5 0 1 0 8.915 17h6.17A1.5 1.5 0 1 0 17 15.085v-6.17A1.5 1.5 0 1 0 15.085 7H13V4.915A1.5 1.5 0 1 0 11.085 3h-6.17A1.5 1.5 0 0 0 2 3.5M8.915 16A1.5 1.5 0 0 0 8 15.085V13h3.085A1.5 1.5 0 1 0 13 11.085V8h2.085c.151.426.489.764.915.915v6.17a1.5 1.5 0 0 0-.915.915zM4 11.085v-6.17c.426-.151.764-.489.915-.915h6.17c.151.426.489.764.915.915V7H8.915A1.5 1.5 0 1 0 7 8.915V12H4.915A1.5 1.5 0 0 0 4 11.085m8 0a1.5 1.5 0 0 0-.915.915H8V8.915c.426-.151.764-.489.915-.915H12z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M2 3.5a1.5 1.5 0 0 0 1 1.415v6.17A1.5 1.5 0 1 0 4.915 13H7v2.085A1.5 1.5 0 1 0 8.915 17h6.17A1.5 1.5 0 1 0 17 15.085v-6.17A1.5 1.5 0 1 0 15.085 7H13V4.915A1.5 1.5 0 1 0 11.085 3h-6.17A1.5 1.5 0 0 0 2 3.5M8.915 16A1.5 1.5 0 0 0 8 15.085V13h3.085A1.5 1.5 0 1 0 13 11.085V8h2.085c.151.426.489.764.915.915v6.17a1.5 1.5 0 0 0-.915.915zM4 11.085v-6.17c.426-.151.764-.489.915-.915h6.17c.151.426.489.764.915.915V7H8.915A1.5 1.5 0 1 0 7 8.915V12H4.915A1.5 1.5 0 0 0 4 11.085m8 0a1.5 1.5 0 0 0-.915.915H8V8.915c.426-.151.764-.489.915-.915H12z"/></svg>
</template>

CSS

.icon-pair-20-regular {
  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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2%203.5a1.5%201.5%200%200%200%201%201.415v6.17A1.5%201.5%200%201%200%204.915%2013H7v2.085A1.5%201.5%200%201%200%208.915%2017h6.17A1.5%201.5%200%201%200%2017%2015.085v-6.17A1.5%201.5%200%201%200%2015.085%207H13V4.915A1.5%201.5%200%201%200%2011.085%203h-6.17A1.5%201.5%200%200%200%202%203.5M8.915%2016A1.5%201.5%200%200%200%208%2015.085V13h3.085A1.5%201.5%200%201%200%2013%2011.085V8h2.085c.151.426.489.764.915.915v6.17a1.5%201.5%200%200%200-.915.915zM4%2011.085v-6.17c.426-.151.764-.489.915-.915h6.17c.151.426.489.764.915.915V7H8.915A1.5%201.5%200%201%200%207%208.915V12H4.915A1.5%201.5%200%200%200%204%2011.085m8%200a1.5%201.5%200%200%200-.915.915H8V8.915c.426-.151.764-.489.915-.915H12z%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2%203.5a1.5%201.5%200%200%200%201%201.415v6.17A1.5%201.5%200%201%200%204.915%2013H7v2.085A1.5%201.5%200%201%200%208.915%2017h6.17A1.5%201.5%200%201%200%2017%2015.085v-6.17A1.5%201.5%200%201%200%2015.085%207H13V4.915A1.5%201.5%200%201%200%2011.085%203h-6.17A1.5%201.5%200%200%200%202%203.5M8.915%2016A1.5%201.5%200%200%200%208%2015.085V13h3.085A1.5%201.5%200%201%200%2013%2011.085V8h2.085c.151.426.489.764.915.915v6.17a1.5%201.5%200%200%200-.915.915zM4%2011.085v-6.17c.426-.151.764-.489.915-.915h6.17c.151.426.489.764.915.915V7H8.915A1.5%201.5%200%201%200%207%208.915V12H4.915A1.5%201.5%200%200%200%204%2011.085m8%200a1.5%201.5%200%200%200-.915.915H8V8.915c.426-.151.764-.489.915-.915H12z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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