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

Name
person-swap-24-regular
Set
Fluent UI System Icons
Style
24 Regular
Viewbox
24×24
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 24 24"><path fill="currentColor" d="M15.75 13.997c.981 0 1.815.628 2.123 1.503h-2.056l-.066-.003H4.249a.75.75 0 0 0-.749.75v.577c0 .535.191 1.054.539 1.46c1.253 1.469 3.22 2.214 5.957 2.214h.168c.086.183.203.352.35.498l.934.933a15 15 0 0 1-1.452.07c-3.145 0-5.531-.906-7.098-2.74A3.75 3.75 0 0 1 2 16.824v-.578a2.25 2.25 0 0 1 2.249-2.249zM9.997 2.002a5 5 0 1 1 0 10a5 5 0 0 1 0-10m0 1.5a3.5 3.5 0 1 0 0 7a3.5 3.5 0 0 0 0-7m4.784 14.282a.75.75 0 0 0-1.06-1.06l-2.5 2.5a.75.75 0 0 0 0 1.06l2.5 2.5a.75.75 0 0 0 1.06-1.061l-1.22-1.22h6.88l-1.22 1.22a.75.75 0 0 0 1.06 1.06l2.5-2.498a.75.75 0 0 0 0-1.06l-2.5-2.502a.75.75 0 1 0-1.06 1.06l1.218 1.22h-6.877z"/></svg>

React

import type { SVGProps } from "react";

export function FluentPersonSwap24Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.75 13.997c.981 0 1.815.628 2.123 1.503h-2.056l-.066-.003H4.249a.75.75 0 0 0-.749.75v.577c0 .535.191 1.054.539 1.46c1.253 1.469 3.22 2.214 5.957 2.214h.168c.086.183.203.352.35.498l.934.933a15 15 0 0 1-1.452.07c-3.145 0-5.531-.906-7.098-2.74A3.75 3.75 0 0 1 2 16.824v-.578a2.25 2.25 0 0 1 2.249-2.249zM9.997 2.002a5 5 0 1 1 0 10a5 5 0 0 1 0-10m0 1.5a3.5 3.5 0 1 0 0 7a3.5 3.5 0 0 0 0-7m4.784 14.282a.75.75 0 0 0-1.06-1.06l-2.5 2.5a.75.75 0 0 0 0 1.06l2.5 2.5a.75.75 0 0 0 1.06-1.061l-1.22-1.22h6.88l-1.22 1.22a.75.75 0 0 0 1.06 1.06l2.5-2.498a.75.75 0 0 0 0-1.06l-2.5-2.502a.75.75 0 1 0-1.06 1.06l1.218 1.22h-6.877z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.75 13.997c.981 0 1.815.628 2.123 1.503h-2.056l-.066-.003H4.249a.75.75 0 0 0-.749.75v.577c0 .535.191 1.054.539 1.46c1.253 1.469 3.22 2.214 5.957 2.214h.168c.086.183.203.352.35.498l.934.933a15 15 0 0 1-1.452.07c-3.145 0-5.531-.906-7.098-2.74A3.75 3.75 0 0 1 2 16.824v-.578a2.25 2.25 0 0 1 2.249-2.249zM9.997 2.002a5 5 0 1 1 0 10a5 5 0 0 1 0-10m0 1.5a3.5 3.5 0 1 0 0 7a3.5 3.5 0 0 0 0-7m4.784 14.282a.75.75 0 0 0-1.06-1.06l-2.5 2.5a.75.75 0 0 0 0 1.06l2.5 2.5a.75.75 0 0 0 1.06-1.061l-1.22-1.22h6.88l-1.22 1.22a.75.75 0 0 0 1.06 1.06l2.5-2.498a.75.75 0 0 0 0-1.06l-2.5-2.502a.75.75 0 1 0-1.06 1.06l1.218 1.22h-6.877z"/></svg>
</template>

CSS

.icon-person-swap-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15.75%2013.997c.981%200%201.815.628%202.123%201.503h-2.056l-.066-.003H4.249a.75.75%200%200%200-.749.75v.577c0%20.535.191%201.054.539%201.46c1.253%201.469%203.22%202.214%205.957%202.214h.168c.086.183.203.352.35.498l.934.933a15%2015%200%200%201-1.452.07c-3.145%200-5.531-.906-7.098-2.74A3.75%203.75%200%200%201%202%2016.824v-.578a2.25%202.25%200%200%201%202.249-2.249zM9.997%202.002a5%205%200%201%201%200%2010a5%205%200%200%201%200-10m0%201.5a3.5%203.5%200%201%200%200%207a3.5%203.5%200%200%200%200-7m4.784%2014.282a.75.75%200%200%200-1.06-1.06l-2.5%202.5a.75.75%200%200%200%200%201.06l2.5%202.5a.75.75%200%200%200%201.06-1.061l-1.22-1.22h6.88l-1.22%201.22a.75.75%200%200%200%201.06%201.06l2.5-2.498a.75.75%200%200%200%200-1.06l-2.5-2.502a.75.75%200%201%200-1.06%201.06l1.218%201.22h-6.877z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15.75%2013.997c.981%200%201.815.628%202.123%201.503h-2.056l-.066-.003H4.249a.75.75%200%200%200-.749.75v.577c0%20.535.191%201.054.539%201.46c1.253%201.469%203.22%202.214%205.957%202.214h.168c.086.183.203.352.35.498l.934.933a15%2015%200%200%201-1.452.07c-3.145%200-5.531-.906-7.098-2.74A3.75%203.75%200%200%201%202%2016.824v-.578a2.25%202.25%200%200%201%202.249-2.249zM9.997%202.002a5%205%200%201%201%200%2010a5%205%200%200%201%200-10m0%201.5a3.5%203.5%200%201%200%200%207a3.5%203.5%200%200%200%200-7m4.784%2014.282a.75.75%200%200%200-1.06-1.06l-2.5%202.5a.75.75%200%200%200%200%201.06l2.5%202.5a.75.75%200%200%200%201.06-1.061l-1.22-1.22h6.88l-1.22%201.22a.75.75%200%200%200%201.06%201.06l2.5-2.498a.75.75%200%200%200%200-1.06l-2.5-2.502a.75.75%200%201%200-1.06%201.06l1.218%201.22h-6.877z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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