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

Name
people-queue-28-filled
Set
Fluent UI System Icons
Style
28 Filled
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="M12.25 6.75a3.75 3.75 0 1 1-7.5 0a3.75 3.75 0 0 1 7.5 0m-7 5.25A2.25 2.25 0 0 0 3 14.25v5.25a5.5 5.5 0 1 0 11 0v-5.25A2.25 2.25 0 0 0 11.75 12zm8.751-1.5a3.73 3.73 0 0 1-1.978-.563a4.73 4.73 0 0 0 1.228-3.187a4.73 4.73 0 0 0-1.228-3.187a3.75 3.75 0 1 1 1.978 6.937m1 3.75c0-.873-.344-1.666-.905-2.25h3.155a2.25 2.25 0 0 1 2.25 2.25v5.25a5.5 5.5 0 0 1-7.16 5.245a6.49 6.49 0 0 0 2.66-5.245zm2.522-4.314a3.75 3.75 0 1 0 0-6.372a4.73 4.73 0 0 1 1.228 3.186a4.73 4.73 0 0 1-1.228 3.186m.318 14.809a5.5 5.5 0 0 0 7.161-5.245v-5.25a2.25 2.25 0 0 0-2.25-2.25h-3.156c.56.584.905 1.377.905 2.25v5.25a6.49 6.49 0 0 1-2.66 5.245"/></svg>

React

import type { SVGProps } from "react";

export function FluentPeopleQueue28Filled(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="M12.25 6.75a3.75 3.75 0 1 1-7.5 0a3.75 3.75 0 0 1 7.5 0m-7 5.25A2.25 2.25 0 0 0 3 14.25v5.25a5.5 5.5 0 1 0 11 0v-5.25A2.25 2.25 0 0 0 11.75 12zm8.751-1.5a3.73 3.73 0 0 1-1.978-.563a4.73 4.73 0 0 0 1.228-3.187a4.73 4.73 0 0 0-1.228-3.187a3.75 3.75 0 1 1 1.978 6.937m1 3.75c0-.873-.344-1.666-.905-2.25h3.155a2.25 2.25 0 0 1 2.25 2.25v5.25a5.5 5.5 0 0 1-7.16 5.245a6.49 6.49 0 0 0 2.66-5.245zm2.522-4.314a3.75 3.75 0 1 0 0-6.372a4.73 4.73 0 0 1 1.228 3.186a4.73 4.73 0 0 1-1.228 3.186m.318 14.809a5.5 5.5 0 0 0 7.161-5.245v-5.25a2.25 2.25 0 0 0-2.25-2.25h-3.156c.56.584.905 1.377.905 2.25v5.25a6.49 6.49 0 0 1-2.66 5.245"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M12.25 6.75a3.75 3.75 0 1 1-7.5 0a3.75 3.75 0 0 1 7.5 0m-7 5.25A2.25 2.25 0 0 0 3 14.25v5.25a5.5 5.5 0 1 0 11 0v-5.25A2.25 2.25 0 0 0 11.75 12zm8.751-1.5a3.73 3.73 0 0 1-1.978-.563a4.73 4.73 0 0 0 1.228-3.187a4.73 4.73 0 0 0-1.228-3.187a3.75 3.75 0 1 1 1.978 6.937m1 3.75c0-.873-.344-1.666-.905-2.25h3.155a2.25 2.25 0 0 1 2.25 2.25v5.25a5.5 5.5 0 0 1-7.16 5.245a6.49 6.49 0 0 0 2.66-5.245zm2.522-4.314a3.75 3.75 0 1 0 0-6.372a4.73 4.73 0 0 1 1.228 3.186a4.73 4.73 0 0 1-1.228 3.186m.318 14.809a5.5 5.5 0 0 0 7.161-5.245v-5.25a2.25 2.25 0 0 0-2.25-2.25h-3.156c.56.584.905 1.377.905 2.25v5.25a6.49 6.49 0 0 1-2.66 5.245"/></svg>
</template>

CSS

.icon-people-queue-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%22M12.25%206.75a3.75%203.75%200%201%201-7.5%200a3.75%203.75%200%200%201%207.5%200m-7%205.25A2.25%202.25%200%200%200%203%2014.25v5.25a5.5%205.5%200%201%200%2011%200v-5.25A2.25%202.25%200%200%200%2011.75%2012zm8.751-1.5a3.73%203.73%200%200%201-1.978-.563a4.73%204.73%200%200%200%201.228-3.187a4.73%204.73%200%200%200-1.228-3.187a3.75%203.75%200%201%201%201.978%206.937m1%203.75c0-.873-.344-1.666-.905-2.25h3.155a2.25%202.25%200%200%201%202.25%202.25v5.25a5.5%205.5%200%200%201-7.16%205.245a6.49%206.49%200%200%200%202.66-5.245zm2.522-4.314a3.75%203.75%200%201%200%200-6.372a4.73%204.73%200%200%201%201.228%203.186a4.73%204.73%200%200%201-1.228%203.186m.318%2014.809a5.5%205.5%200%200%200%207.161-5.245v-5.25a2.25%202.25%200%200%200-2.25-2.25h-3.156c.56.584.905%201.377.905%202.25v5.25a6.49%206.49%200%200%201-2.66%205.245%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%22M12.25%206.75a3.75%203.75%200%201%201-7.5%200a3.75%203.75%200%200%201%207.5%200m-7%205.25A2.25%202.25%200%200%200%203%2014.25v5.25a5.5%205.5%200%201%200%2011%200v-5.25A2.25%202.25%200%200%200%2011.75%2012zm8.751-1.5a3.73%203.73%200%200%201-1.978-.563a4.73%204.73%200%200%200%201.228-3.187a4.73%204.73%200%200%200-1.228-3.187a3.75%203.75%200%201%201%201.978%206.937m1%203.75c0-.873-.344-1.666-.905-2.25h3.155a2.25%202.25%200%200%201%202.25%202.25v5.25a5.5%205.5%200%200%201-7.16%205.245a6.49%206.49%200%200%200%202.66-5.245zm2.522-4.314a3.75%203.75%200%201%200%200-6.372a4.73%204.73%200%200%201%201.228%203.186a4.73%204.73%200%200%201-1.228%203.186m.318%2014.809a5.5%205.5%200%200%200%207.161-5.245v-5.25a2.25%202.25%200%200%200-2.25-2.25h-3.156c.56.584.905%201.377.905%202.25v5.25a6.49%206.49%200%200%201-2.66%205.245%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-filled.svg?color=%231a73e8&size=48