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

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

9 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the people queue icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M8.5 4.5a2.25 2.25 0 1 0 0 4.5a2.25 2.25 0 0 0 0-4.5M4.75 6.75a3.75 3.75 0 1 1 7.5 0a3.75 3.75 0 0 1-7.5 0M3 14.25A2.25 2.25 0 0 1 5.25 12h6.5A2.25 2.25 0 0 1 14 14.25v5.25a5.5 5.5 0 1 1-11 0zm2.25-.75a.75.75 0 0 0-.75.75v5.25a4 4 0 0 0 8 0v-5.25a.75.75 0 0 0-.75-.75zm8.751-3a3.73 3.73 0 0 1-1.978-.563c.336-.37.614-.795.82-1.258a2.25 2.25 0 1 0 0-3.859a4.8 4.8 0 0 0-.82-1.257a3.75 3.75 0 1 1 1.978 6.937m0 14.5a5.5 5.5 0 0 1-1.66-.255a6.5 6.5 0 0 0 1.297-1.261q.18.016.363.016a4 4 0 0 0 4-4v-5.25a.75.75 0 0 0-.75-.75h-2.337a3.24 3.24 0 0 0-.818-1.5h3.155a2.25 2.25 0 0 1 2.25 2.25v5.25a5.5 5.5 0 0 1-5.5 5.5m3.522-15.064a3.75 3.75 0 1 0 0-6.372c.336.37.614.794.82 1.257a2.25 2.25 0 1 1 0 3.858a4.8 4.8 0 0 1-.82 1.257m1.614 13.548q.18.015.365.016a4 4 0 0 0 4-4v-5.25a.75.75 0 0 0-.75-.75h-2.338a3.24 3.24 0 0 0-.818-1.5h3.156a2.25 2.25 0 0 1 2.25 2.25v5.25a5.5 5.5 0 0 1-7.161 5.245a6.5 6.5 0 0 0 1.296-1.261"/></svg>

React

import type { SVGProps } from "react";

export function FluentPeopleQueue28Regular(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="M8.5 4.5a2.25 2.25 0 1 0 0 4.5a2.25 2.25 0 0 0 0-4.5M4.75 6.75a3.75 3.75 0 1 1 7.5 0a3.75 3.75 0 0 1-7.5 0M3 14.25A2.25 2.25 0 0 1 5.25 12h6.5A2.25 2.25 0 0 1 14 14.25v5.25a5.5 5.5 0 1 1-11 0zm2.25-.75a.75.75 0 0 0-.75.75v5.25a4 4 0 0 0 8 0v-5.25a.75.75 0 0 0-.75-.75zm8.751-3a3.73 3.73 0 0 1-1.978-.563c.336-.37.614-.795.82-1.258a2.25 2.25 0 1 0 0-3.859a4.8 4.8 0 0 0-.82-1.257a3.75 3.75 0 1 1 1.978 6.937m0 14.5a5.5 5.5 0 0 1-1.66-.255a6.5 6.5 0 0 0 1.297-1.261q.18.016.363.016a4 4 0 0 0 4-4v-5.25a.75.75 0 0 0-.75-.75h-2.337a3.24 3.24 0 0 0-.818-1.5h3.155a2.25 2.25 0 0 1 2.25 2.25v5.25a5.5 5.5 0 0 1-5.5 5.5m3.522-15.064a3.75 3.75 0 1 0 0-6.372c.336.37.614.794.82 1.257a2.25 2.25 0 1 1 0 3.858a4.8 4.8 0 0 1-.82 1.257m1.614 13.548q.18.015.365.016a4 4 0 0 0 4-4v-5.25a.75.75 0 0 0-.75-.75h-2.338a3.24 3.24 0 0 0-.818-1.5h3.156a2.25 2.25 0 0 1 2.25 2.25v5.25a5.5 5.5 0 0 1-7.161 5.245a6.5 6.5 0 0 0 1.296-1.261"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M8.5 4.5a2.25 2.25 0 1 0 0 4.5a2.25 2.25 0 0 0 0-4.5M4.75 6.75a3.75 3.75 0 1 1 7.5 0a3.75 3.75 0 0 1-7.5 0M3 14.25A2.25 2.25 0 0 1 5.25 12h6.5A2.25 2.25 0 0 1 14 14.25v5.25a5.5 5.5 0 1 1-11 0zm2.25-.75a.75.75 0 0 0-.75.75v5.25a4 4 0 0 0 8 0v-5.25a.75.75 0 0 0-.75-.75zm8.751-3a3.73 3.73 0 0 1-1.978-.563c.336-.37.614-.795.82-1.258a2.25 2.25 0 1 0 0-3.859a4.8 4.8 0 0 0-.82-1.257a3.75 3.75 0 1 1 1.978 6.937m0 14.5a5.5 5.5 0 0 1-1.66-.255a6.5 6.5 0 0 0 1.297-1.261q.18.016.363.016a4 4 0 0 0 4-4v-5.25a.75.75 0 0 0-.75-.75h-2.337a3.24 3.24 0 0 0-.818-1.5h3.155a2.25 2.25 0 0 1 2.25 2.25v5.25a5.5 5.5 0 0 1-5.5 5.5m3.522-15.064a3.75 3.75 0 1 0 0-6.372c.336.37.614.794.82 1.257a2.25 2.25 0 1 1 0 3.858a4.8 4.8 0 0 1-.82 1.257m1.614 13.548q.18.015.365.016a4 4 0 0 0 4-4v-5.25a.75.75 0 0 0-.75-.75h-2.338a3.24 3.24 0 0 0-.818-1.5h3.156a2.25 2.25 0 0 1 2.25 2.25v5.25a5.5 5.5 0 0 1-7.161 5.245a6.5 6.5 0 0 0 1.296-1.261"/></svg>
</template>

CSS

.icon-people-queue-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%22M8.5%204.5a2.25%202.25%200%201%200%200%204.5a2.25%202.25%200%200%200%200-4.5M4.75%206.75a3.75%203.75%200%201%201%207.5%200a3.75%203.75%200%200%201-7.5%200M3%2014.25A2.25%202.25%200%200%201%205.25%2012h6.5A2.25%202.25%200%200%201%2014%2014.25v5.25a5.5%205.5%200%201%201-11%200zm2.25-.75a.75.75%200%200%200-.75.75v5.25a4%204%200%200%200%208%200v-5.25a.75.75%200%200%200-.75-.75zm8.751-3a3.73%203.73%200%200%201-1.978-.563c.336-.37.614-.795.82-1.258a2.25%202.25%200%201%200%200-3.859a4.8%204.8%200%200%200-.82-1.257a3.75%203.75%200%201%201%201.978%206.937m0%2014.5a5.5%205.5%200%200%201-1.66-.255a6.5%206.5%200%200%200%201.297-1.261q.18.016.363.016a4%204%200%200%200%204-4v-5.25a.75.75%200%200%200-.75-.75h-2.337a3.24%203.24%200%200%200-.818-1.5h3.155a2.25%202.25%200%200%201%202.25%202.25v5.25a5.5%205.5%200%200%201-5.5%205.5m3.522-15.064a3.75%203.75%200%201%200%200-6.372c.336.37.614.794.82%201.257a2.25%202.25%200%201%201%200%203.858a4.8%204.8%200%200%201-.82%201.257m1.614%2013.548q.18.015.365.016a4%204%200%200%200%204-4v-5.25a.75.75%200%200%200-.75-.75h-2.338a3.24%203.24%200%200%200-.818-1.5h3.156a2.25%202.25%200%200%201%202.25%202.25v5.25a5.5%205.5%200%200%201-7.161%205.245a6.5%206.5%200%200%200%201.296-1.261%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%22M8.5%204.5a2.25%202.25%200%201%200%200%204.5a2.25%202.25%200%200%200%200-4.5M4.75%206.75a3.75%203.75%200%201%201%207.5%200a3.75%203.75%200%200%201-7.5%200M3%2014.25A2.25%202.25%200%200%201%205.25%2012h6.5A2.25%202.25%200%200%201%2014%2014.25v5.25a5.5%205.5%200%201%201-11%200zm2.25-.75a.75.75%200%200%200-.75.75v5.25a4%204%200%200%200%208%200v-5.25a.75.75%200%200%200-.75-.75zm8.751-3a3.73%203.73%200%200%201-1.978-.563c.336-.37.614-.795.82-1.258a2.25%202.25%200%201%200%200-3.859a4.8%204.8%200%200%200-.82-1.257a3.75%203.75%200%201%201%201.978%206.937m0%2014.5a5.5%205.5%200%200%201-1.66-.255a6.5%206.5%200%200%200%201.297-1.261q.18.016.363.016a4%204%200%200%200%204-4v-5.25a.75.75%200%200%200-.75-.75h-2.337a3.24%203.24%200%200%200-.818-1.5h3.155a2.25%202.25%200%200%201%202.25%202.25v5.25a5.5%205.5%200%200%201-5.5%205.5m3.522-15.064a3.75%203.75%200%201%200%200-6.372c.336.37.614.794.82%201.257a2.25%202.25%200%201%201%200%203.858a4.8%204.8%200%200%201-.82%201.257m1.614%2013.548q.18.015.365.016a4%204%200%200%200%204-4v-5.25a.75.75%200%200%200-.75-.75h-2.338a3.24%203.24%200%200%200-.818-1.5h3.156a2.25%202.25%200%200%201%202.25%202.25v5.25a5.5%205.5%200%200%201-7.161%205.245a6.5%206.5%200%200%200%201.296-1.261%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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