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

Name
people-swap-24-filled
Set
Fluent UI System Icons
Style
24 Filled
Viewbox
24×24
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 24 24"><path fill="currentColor" d="M12 8a4 4 0 1 1-8 0a4 4 0 0 1 8 0m8 1a3 3 0 1 1-6 0a3 3 0 0 1 6 0M2 16.25A2.25 2.25 0 0 1 4.25 14h7.5c.37 0 .72.09 1.027.248l-2.264 2.265a1.75 1.75 0 0 0 0 2.474l1.186 1.187C10.833 20.664 9.641 21 8 21c-6 0-6-4.5-6-4.5zm18.28-1.53a.75.75 0 0 0-1.06 1.06L20.44 17h-6.88l1.22-1.22a.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.06l-1.22-1.22h6.88l-1.22 1.22a.75.75 0 0 0 1.06 1.06l2.5-2.5a.75.75 0 0 0 0-1.06z"/></svg>

React

import type { SVGProps } from "react";

export function FluentPeopleSwap24Filled(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="M12 8a4 4 0 1 1-8 0a4 4 0 0 1 8 0m8 1a3 3 0 1 1-6 0a3 3 0 0 1 6 0M2 16.25A2.25 2.25 0 0 1 4.25 14h7.5c.37 0 .72.09 1.027.248l-2.264 2.265a1.75 1.75 0 0 0 0 2.474l1.186 1.187C10.833 20.664 9.641 21 8 21c-6 0-6-4.5-6-4.5zm18.28-1.53a.75.75 0 0 0-1.06 1.06L20.44 17h-6.88l1.22-1.22a.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.06l-1.22-1.22h6.88l-1.22 1.22a.75.75 0 0 0 1.06 1.06l2.5-2.5a.75.75 0 0 0 0-1.06z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 8a4 4 0 1 1-8 0a4 4 0 0 1 8 0m8 1a3 3 0 1 1-6 0a3 3 0 0 1 6 0M2 16.25A2.25 2.25 0 0 1 4.25 14h7.5c.37 0 .72.09 1.027.248l-2.264 2.265a1.75 1.75 0 0 0 0 2.474l1.186 1.187C10.833 20.664 9.641 21 8 21c-6 0-6-4.5-6-4.5zm18.28-1.53a.75.75 0 0 0-1.06 1.06L20.44 17h-6.88l1.22-1.22a.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.06l-1.22-1.22h6.88l-1.22 1.22a.75.75 0 0 0 1.06 1.06l2.5-2.5a.75.75 0 0 0 0-1.06z"/></svg>
</template>

CSS

.icon-people-swap-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%208a4%204%200%201%201-8%200a4%204%200%200%201%208%200m8%201a3%203%200%201%201-6%200a3%203%200%200%201%206%200M2%2016.25A2.25%202.25%200%200%201%204.25%2014h7.5c.37%200%20.72.09%201.027.248l-2.264%202.265a1.75%201.75%200%200%200%200%202.474l1.186%201.187C10.833%2020.664%209.641%2021%208%2021c-6%200-6-4.5-6-4.5zm18.28-1.53a.75.75%200%200%200-1.06%201.06L20.44%2017h-6.88l1.22-1.22a.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.06l-1.22-1.22h6.88l-1.22%201.22a.75.75%200%200%200%201.06%201.06l2.5-2.5a.75.75%200%200%200%200-1.06z%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%22M12%208a4%204%200%201%201-8%200a4%204%200%200%201%208%200m8%201a3%203%200%201%201-6%200a3%203%200%200%201%206%200M2%2016.25A2.25%202.25%200%200%201%204.25%2014h7.5c.37%200%20.72.09%201.027.248l-2.264%202.265a1.75%201.75%200%200%200%200%202.474l1.186%201.187C10.833%2020.664%209.641%2021%208%2021c-6%200-6-4.5-6-4.5zm18.28-1.53a.75.75%200%200%200-1.06%201.06L20.44%2017h-6.88l1.22-1.22a.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.06l-1.22-1.22h6.88l-1.22%201.22a.75.75%200%200%200%201.06%201.06l2.5-2.5a.75.75%200%200%200%200-1.06z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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