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

Name
people-swap-28-filled
Set
Fluent UI System Icons
Style
28 Filled
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="M14 9.5a4.5 4.5 0 1 1-9 0a4.5 4.5 0 0 1 9 0m1.01 6.515l-2.497 2.498a1.75 1.75 0 0 0 0 2.475l1.892 1.892C13.303 23.534 11.735 24 9.5 24C2 24 2 18.75 2 18.75v-.5A2.25 2.25 0 0 1 4.25 16h10.5q.132 0 .26.015M20 14a3.5 3.5 0 1 0 0-7a3.5 3.5 0 0 0 0 7m-2.217 2.778a.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 FluentPeopleSwap28Filled(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="M14 9.5a4.5 4.5 0 1 1-9 0a4.5 4.5 0 0 1 9 0m1.01 6.515l-2.497 2.498a1.75 1.75 0 0 0 0 2.475l1.892 1.892C13.303 23.534 11.735 24 9.5 24C2 24 2 18.75 2 18.75v-.5A2.25 2.25 0 0 1 4.25 16h10.5q.132 0 .26.015M20 14a3.5 3.5 0 1 0 0-7a3.5 3.5 0 0 0 0 7m-2.217 2.778a.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="M14 9.5a4.5 4.5 0 1 1-9 0a4.5 4.5 0 0 1 9 0m1.01 6.515l-2.497 2.498a1.75 1.75 0 0 0 0 2.475l1.892 1.892C13.303 23.534 11.735 24 9.5 24C2 24 2 18.75 2 18.75v-.5A2.25 2.25 0 0 1 4.25 16h10.5q.132 0 .26.015M20 14a3.5 3.5 0 1 0 0-7a3.5 3.5 0 0 0 0 7m-2.217 2.778a.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-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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14%209.5a4.5%204.5%200%201%201-9%200a4.5%204.5%200%200%201%209%200m1.01%206.515l-2.497%202.498a1.75%201.75%200%200%200%200%202.475l1.892%201.892C13.303%2023.534%2011.735%2024%209.5%2024C2%2024%202%2018.75%202%2018.75v-.5A2.25%202.25%200%200%201%204.25%2016h10.5q.132%200%20.26.015M20%2014a3.5%203.5%200%201%200%200-7a3.5%203.5%200%200%200%200%207m-2.217%202.778a.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%22M14%209.5a4.5%204.5%200%201%201-9%200a4.5%204.5%200%200%201%209%200m1.01%206.515l-2.497%202.498a1.75%201.75%200%200%200%200%202.475l1.892%201.892C13.303%2023.534%2011.735%2024%209.5%2024C2%2024%202%2018.75%202%2018.75v-.5A2.25%202.25%200%200%201%204.25%2016h10.5q.132%200%20.26.015M20%2014a3.5%203.5%200%201%200%200-7a3.5%203.5%200%200%200%200%207m-2.217%202.778a.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-filled.svg?color=%231a73e8&size=48

People Swap 28 filled icon — Fluent UI System Icons · IconsDB