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

Name
person-swap-16-regular
Set
Fluent UI System Icons
Style
16 Regular
Viewbox
16×16
License
MIT

5 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the person swap icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M10.75 4.5a2.75 2.75 0 1 0-5.5 0a2.75 2.75 0 0 0 5.5 0m-4.5 0a1.75 1.75 0 1 1 3.5 0a1.75 1.75 0 0 1-3.5 0m.801 8.674l1.079 1.075l-.13.001c-3.14 0-5-2.029-5-4v-.5a1.5 1.5 0 0 1 1.5-1.5h4.18q-.125.083-.236.193l-.81.807H4.5a.5.5 0 0 0-.5.5v.5c0 1.25 1.082 2.593 3.051 2.924m.096-1.317a.5.5 0 0 1 0-.708L9.15 9.151a.5.5 0 1 1 .706.708L8.71 11.002h4.581l-1.145-1.144a.5.5 0 1 1 .707-.707l2 1.999a.5.5 0 0 1 0 .707l-2 1.997a.5.5 0 1 1-.706-.708l1.146-1.144H8.709l1.147 1.144a.5.5 0 0 1-.706.708z"/></svg>

React

import type { SVGProps } from "react";

export function FluentPersonSwap16Regular(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="M10.75 4.5a2.75 2.75 0 1 0-5.5 0a2.75 2.75 0 0 0 5.5 0m-4.5 0a1.75 1.75 0 1 1 3.5 0a1.75 1.75 0 0 1-3.5 0m.801 8.674l1.079 1.075l-.13.001c-3.14 0-5-2.029-5-4v-.5a1.5 1.5 0 0 1 1.5-1.5h4.18q-.125.083-.236.193l-.81.807H4.5a.5.5 0 0 0-.5.5v.5c0 1.25 1.082 2.593 3.051 2.924m.096-1.317a.5.5 0 0 1 0-.708L9.15 9.151a.5.5 0 1 1 .706.708L8.71 11.002h4.581l-1.145-1.144a.5.5 0 1 1 .707-.707l2 1.999a.5.5 0 0 1 0 .707l-2 1.997a.5.5 0 1 1-.706-.708l1.146-1.144H8.709l1.147 1.144a.5.5 0 0 1-.706.708z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M10.75 4.5a2.75 2.75 0 1 0-5.5 0a2.75 2.75 0 0 0 5.5 0m-4.5 0a1.75 1.75 0 1 1 3.5 0a1.75 1.75 0 0 1-3.5 0m.801 8.674l1.079 1.075l-.13.001c-3.14 0-5-2.029-5-4v-.5a1.5 1.5 0 0 1 1.5-1.5h4.18q-.125.083-.236.193l-.81.807H4.5a.5.5 0 0 0-.5.5v.5c0 1.25 1.082 2.593 3.051 2.924m.096-1.317a.5.5 0 0 1 0-.708L9.15 9.151a.5.5 0 1 1 .706.708L8.71 11.002h4.581l-1.145-1.144a.5.5 0 1 1 .707-.707l2 1.999a.5.5 0 0 1 0 .707l-2 1.997a.5.5 0 1 1-.706-.708l1.146-1.144H8.709l1.147 1.144a.5.5 0 0 1-.706.708z"/></svg>
</template>

CSS

.icon-person-swap-16-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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.75%204.5a2.75%202.75%200%201%200-5.5%200a2.75%202.75%200%200%200%205.5%200m-4.5%200a1.75%201.75%200%201%201%203.5%200a1.75%201.75%200%200%201-3.5%200m.801%208.674l1.079%201.075l-.13.001c-3.14%200-5-2.029-5-4v-.5a1.5%201.5%200%200%201%201.5-1.5h4.18q-.125.083-.236.193l-.81.807H4.5a.5.5%200%200%200-.5.5v.5c0%201.25%201.082%202.593%203.051%202.924m.096-1.317a.5.5%200%200%201%200-.708L9.15%209.151a.5.5%200%201%201%20.706.708L8.71%2011.002h4.581l-1.145-1.144a.5.5%200%201%201%20.707-.707l2%201.999a.5.5%200%200%201%200%20.707l-2%201.997a.5.5%200%201%201-.706-.708l1.146-1.144H8.709l1.147%201.144a.5.5%200%200%201-.706.708z%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%22M10.75%204.5a2.75%202.75%200%201%200-5.5%200a2.75%202.75%200%200%200%205.5%200m-4.5%200a1.75%201.75%200%201%201%203.5%200a1.75%201.75%200%200%201-3.5%200m.801%208.674l1.079%201.075l-.13.001c-3.14%200-5-2.029-5-4v-.5a1.5%201.5%200%200%201%201.5-1.5h4.18q-.125.083-.236.193l-.81.807H4.5a.5.5%200%200%200-.5.5v.5c0%201.25%201.082%202.593%203.051%202.924m.096-1.317a.5.5%200%200%201%200-.708L9.15%209.151a.5.5%200%201%201%20.706.708L8.71%2011.002h4.581l-1.145-1.144a.5.5%200%201%201%20.707-.707l2%201.999a.5.5%200%200%201%200%20.707l-2%201.997a.5.5%200%201%201-.706-.708l1.146-1.144H8.709l1.147%201.144a.5.5%200%200%201-.706.708z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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