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

Name
people-swap-28-regular
Set
Fluent UI System Icons
Style
28 Regular
Viewbox
28×28
License
MIT

7 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the people swap icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M5 9.5a4.5 4.5 0 1 1 9 0a4.5 4.5 0 0 1-9 0m4.5-3a3 3 0 1 0 0 6a3 3 0 0 0 0-6m7 4a3.5 3.5 0 1 1 7 0a3.5 3.5 0 0 1-7 0m3.5-2a2 2 0 1 0 0 4a2 2 0 0 0 0-4M2 18.25A2.25 2.25 0 0 1 4.25 16h10.5q.132 0 .26.015L13.525 17.5H4.25a.75.75 0 0 0-.75.75v.513l.009.1c.01.094.03.235.074.408a3.6 3.6 0 0 0 .61 1.279c.674.897 2.115 1.95 5.307 1.95c1.724 0 2.937-.307 3.794-.73l1.106 1.105C13.276 23.543 11.698 24 9.5 24c-3.558 0-5.492-1.197-6.506-2.55a5.1 5.1 0 0 1-.866-1.815a4.5 4.5 0 0 1-.125-.797L2 18.781zm15.783-1.472a.75.75 0 0 0-1.06-1.06L13.22 19.22a.75.75 0 0 0 0 1.06l3.502 3.503a.75.75 0 0 0 1.06-1.06l-2.22-2.223h8.878l-2.222 2.222a.75.75 0 0 0 1.06 1.061l3.503-3.503a.75.75 0 0 0 0-1.06l-3.502-3.503a.75.75 0 0 0-1.06 1.06L24.438 19H15.56z"/></svg>

React

import type { SVGProps } from "react";

export function FluentPeopleSwap28Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M5 9.5a4.5 4.5 0 1 1 9 0a4.5 4.5 0 0 1-9 0m4.5-3a3 3 0 1 0 0 6a3 3 0 0 0 0-6m7 4a3.5 3.5 0 1 1 7 0a3.5 3.5 0 0 1-7 0m3.5-2a2 2 0 1 0 0 4a2 2 0 0 0 0-4M2 18.25A2.25 2.25 0 0 1 4.25 16h10.5q.132 0 .26.015L13.525 17.5H4.25a.75.75 0 0 0-.75.75v.513l.009.1c.01.094.03.235.074.408a3.6 3.6 0 0 0 .61 1.279c.674.897 2.115 1.95 5.307 1.95c1.724 0 2.937-.307 3.794-.73l1.106 1.105C13.276 23.543 11.698 24 9.5 24c-3.558 0-5.492-1.197-6.506-2.55a5.1 5.1 0 0 1-.866-1.815a4.5 4.5 0 0 1-.125-.797L2 18.781zm15.783-1.472a.75.75 0 0 0-1.06-1.06L13.22 19.22a.75.75 0 0 0 0 1.06l3.502 3.503a.75.75 0 0 0 1.06-1.06l-2.22-2.223h8.878l-2.222 2.222a.75.75 0 0 0 1.06 1.061l3.503-3.503a.75.75 0 0 0 0-1.06l-3.502-3.503a.75.75 0 0 0-1.06 1.06L24.438 19H15.56z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M5 9.5a4.5 4.5 0 1 1 9 0a4.5 4.5 0 0 1-9 0m4.5-3a3 3 0 1 0 0 6a3 3 0 0 0 0-6m7 4a3.5 3.5 0 1 1 7 0a3.5 3.5 0 0 1-7 0m3.5-2a2 2 0 1 0 0 4a2 2 0 0 0 0-4M2 18.25A2.25 2.25 0 0 1 4.25 16h10.5q.132 0 .26.015L13.525 17.5H4.25a.75.75 0 0 0-.75.75v.513l.009.1c.01.094.03.235.074.408a3.6 3.6 0 0 0 .61 1.279c.674.897 2.115 1.95 5.307 1.95c1.724 0 2.937-.307 3.794-.73l1.106 1.105C13.276 23.543 11.698 24 9.5 24c-3.558 0-5.492-1.197-6.506-2.55a5.1 5.1 0 0 1-.866-1.815a4.5 4.5 0 0 1-.125-.797L2 18.781zm15.783-1.472a.75.75 0 0 0-1.06-1.06L13.22 19.22a.75.75 0 0 0 0 1.06l3.502 3.503a.75.75 0 0 0 1.06-1.06l-2.22-2.223h8.878l-2.222 2.222a.75.75 0 0 0 1.06 1.061l3.503-3.503a.75.75 0 0 0 0-1.06l-3.502-3.503a.75.75 0 0 0-1.06 1.06L24.438 19H15.56z"/></svg>
</template>

CSS

.icon-people-swap-28-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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5%209.5a4.5%204.5%200%201%201%209%200a4.5%204.5%200%200%201-9%200m4.5-3a3%203%200%201%200%200%206a3%203%200%200%200%200-6m7%204a3.5%203.5%200%201%201%207%200a3.5%203.5%200%200%201-7%200m3.5-2a2%202%200%201%200%200%204a2%202%200%200%200%200-4M2%2018.25A2.25%202.25%200%200%201%204.25%2016h10.5q.132%200%20.26.015L13.525%2017.5H4.25a.75.75%200%200%200-.75.75v.513l.009.1c.01.094.03.235.074.408a3.6%203.6%200%200%200%20.61%201.279c.674.897%202.115%201.95%205.307%201.95c1.724%200%202.937-.307%203.794-.73l1.106%201.105C13.276%2023.543%2011.698%2024%209.5%2024c-3.558%200-5.492-1.197-6.506-2.55a5.1%205.1%200%200%201-.866-1.815a4.5%204.5%200%200%201-.125-.797L2%2018.781zm15.783-1.472a.75.75%200%200%200-1.06-1.06L13.22%2019.22a.75.75%200%200%200%200%201.06l3.502%203.503a.75.75%200%200%200%201.06-1.06l-2.22-2.223h8.878l-2.222%202.222a.75.75%200%200%200%201.06%201.061l3.503-3.503a.75.75%200%200%200%200-1.06l-3.502-3.503a.75.75%200%200%200-1.06%201.06L24.438%2019H15.56z%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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5%209.5a4.5%204.5%200%201%201%209%200a4.5%204.5%200%200%201-9%200m4.5-3a3%203%200%201%200%200%206a3%203%200%200%200%200-6m7%204a3.5%203.5%200%201%201%207%200a3.5%203.5%200%200%201-7%200m3.5-2a2%202%200%201%200%200%204a2%202%200%200%200%200-4M2%2018.25A2.25%202.25%200%200%201%204.25%2016h10.5q.132%200%20.26.015L13.525%2017.5H4.25a.75.75%200%200%200-.75.75v.513l.009.1c.01.094.03.235.074.408a3.6%203.6%200%200%200%20.61%201.279c.674.897%202.115%201.95%205.307%201.95c1.724%200%202.937-.307%203.794-.73l1.106%201.105C13.276%2023.543%2011.698%2024%209.5%2024c-3.558%200-5.492-1.197-6.506-2.55a5.1%205.1%200%200%201-.866-1.815a4.5%204.5%200%200%201-.125-.797L2%2018.781zm15.783-1.472a.75.75%200%200%200-1.06-1.06L13.22%2019.22a.75.75%200%200%200%200%201.06l3.502%203.503a.75.75%200%200%200%201.06-1.06l-2.22-2.223h8.878l-2.222%202.222a.75.75%200%200%200%201.06%201.061l3.503-3.503a.75.75%200%200%200%200-1.06l-3.502-3.503a.75.75%200%200%200-1.06%201.06L24.438%2019H15.56z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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