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

Name
pair-20-filled
Set
Fluent UI System Icons
Style
20 Filled
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="M12.25 2A1.75 1.75 0 0 1 13 5.33V7h1.67A1.748 1.748 0 1 1 17 9.33v5.34A1.749 1.749 0 1 1 14.67 17H9.33A1.748 1.748 0 1 1 7 14.67V13H5.33A1.748 1.748 0 1 1 3 10.67V5.33A1.748 1.748 0 1 1 5.33 3h5.34c.282-.59.882-1 1.58-1m.75 8.67A1.749 1.749 0 1 1 10.67 13H8.5v1.67c.363.173.656.467.83.83h5.34c.174-.363.467-.657.83-.83V9.33a1.75 1.75 0 0 1-.83-.83H13zM5.33 4.5a1.75 1.75 0 0 1-.83.83v5.34c.363.173.656.467.83.83H7V9.33A1.748 1.748 0 1 1 9.33 7h2.17V5.33a1.75 1.75 0 0 1-.83-.83zm4 4a1.75 1.75 0 0 1-.83.83v2.17h2.17c.174-.363.467-.657.83-.83V8.5z"/></svg>

React

import type { SVGProps } from "react";

export function FluentPair20Filled(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="M12.25 2A1.75 1.75 0 0 1 13 5.33V7h1.67A1.748 1.748 0 1 1 17 9.33v5.34A1.749 1.749 0 1 1 14.67 17H9.33A1.748 1.748 0 1 1 7 14.67V13H5.33A1.748 1.748 0 1 1 3 10.67V5.33A1.748 1.748 0 1 1 5.33 3h5.34c.282-.59.882-1 1.58-1m.75 8.67A1.749 1.749 0 1 1 10.67 13H8.5v1.67c.363.173.656.467.83.83h5.34c.174-.363.467-.657.83-.83V9.33a1.75 1.75 0 0 1-.83-.83H13zM5.33 4.5a1.75 1.75 0 0 1-.83.83v5.34c.363.173.656.467.83.83H7V9.33A1.748 1.748 0 1 1 9.33 7h2.17V5.33a1.75 1.75 0 0 1-.83-.83zm4 4a1.75 1.75 0 0 1-.83.83v2.17h2.17c.174-.363.467-.657.83-.83V8.5z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M12.25 2A1.75 1.75 0 0 1 13 5.33V7h1.67A1.748 1.748 0 1 1 17 9.33v5.34A1.749 1.749 0 1 1 14.67 17H9.33A1.748 1.748 0 1 1 7 14.67V13H5.33A1.748 1.748 0 1 1 3 10.67V5.33A1.748 1.748 0 1 1 5.33 3h5.34c.282-.59.882-1 1.58-1m.75 8.67A1.749 1.749 0 1 1 10.67 13H8.5v1.67c.363.173.656.467.83.83h5.34c.174-.363.467-.657.83-.83V9.33a1.75 1.75 0 0 1-.83-.83H13zM5.33 4.5a1.75 1.75 0 0 1-.83.83v5.34c.363.173.656.467.83.83H7V9.33A1.748 1.748 0 1 1 9.33 7h2.17V5.33a1.75 1.75 0 0 1-.83-.83zm4 4a1.75 1.75 0 0 1-.83.83v2.17h2.17c.174-.363.467-.657.83-.83V8.5z"/></svg>
</template>

CSS

.icon-pair-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.25%202A1.75%201.75%200%200%201%2013%205.33V7h1.67A1.748%201.748%200%201%201%2017%209.33v5.34A1.749%201.749%200%201%201%2014.67%2017H9.33A1.748%201.748%200%201%201%207%2014.67V13H5.33A1.748%201.748%200%201%201%203%2010.67V5.33A1.748%201.748%200%201%201%205.33%203h5.34c.282-.59.882-1%201.58-1m.75%208.67A1.749%201.749%200%201%201%2010.67%2013H8.5v1.67c.363.173.656.467.83.83h5.34c.174-.363.467-.657.83-.83V9.33a1.75%201.75%200%200%201-.83-.83H13zM5.33%204.5a1.75%201.75%200%200%201-.83.83v5.34c.363.173.656.467.83.83H7V9.33A1.748%201.748%200%201%201%209.33%207h2.17V5.33a1.75%201.75%200%200%201-.83-.83zm4%204a1.75%201.75%200%200%201-.83.83v2.17h2.17c.174-.363.467-.657.83-.83V8.5z%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%22M12.25%202A1.75%201.75%200%200%201%2013%205.33V7h1.67A1.748%201.748%200%201%201%2017%209.33v5.34A1.749%201.749%200%201%201%2014.67%2017H9.33A1.748%201.748%200%201%201%207%2014.67V13H5.33A1.748%201.748%200%201%201%203%2010.67V5.33A1.748%201.748%200%201%201%205.33%203h5.34c.282-.59.882-1%201.58-1m.75%208.67A1.749%201.749%200%201%201%2010.67%2013H8.5v1.67c.363.173.656.467.83.83h5.34c.174-.363.467-.657.83-.83V9.33a1.75%201.75%200%200%201-.83-.83H13zM5.33%204.5a1.75%201.75%200%200%201-.83.83v5.34c.363.173.656.467.83.83H7V9.33A1.748%201.748%200%201%201%209.33%207h2.17V5.33a1.75%201.75%200%200%201-.83-.83zm4%204a1.75%201.75%200%200%201-.83.83v2.17h2.17c.174-.363.467-.657.83-.83V8.5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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