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

Name
people-queue-32-regular
Set
Fluent UI System Icons
Style
32 Regular
Viewbox
32×32
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 32 32"><path fill="currentColor" d="M13.902 10.946a4.25 4.25 0 1 0 0-7.392a5.7 5.7 0 0 1 1.001 1.732a2.25 2.25 0 1 1 0 3.928a5.7 5.7 0 0 1-1 1.732m.522 17.861a6.5 6.5 0 0 0 8.078-6.307v-7a2.5 2.5 0 0 0-2.5-2.5h-3.377a4 4 0 0 1 .846 2H20a.5.5 0 0 1 .5.5v7a4.5 4.5 0 0 1-4.383 4.499a8 8 0 0 1-1.694 1.808m5.978-17.86a4.25 4.25 0 1 0 0-7.392c.428.508.77 1.093 1.001 1.73a2.25 2.25 0 1 1 0 3.928a5.7 5.7 0 0 1-1 1.733m.522 17.86a6.5 6.5 0 0 0 8.078-6.307v-7a2.5 2.5 0 0 0-2.5-2.5h-3.377a4 4 0 0 1 .846 2h2.53a.5.5 0 0 1 .5.5v7a4.5 4.5 0 0 1-4.383 4.499a8 8 0 0 1-1.694 1.808M3 15.5A2.5 2.5 0 0 1 5.5 13h8a2.5 2.5 0 0 1 2.5 2.5v7a6.5 6.5 0 1 1-13 0zm2.5-.5a.5.5 0 0 0-.5.5v7a4.5 4.5 0 1 0 9 0v-7a.5.5 0 0 0-.5-.5zm1.75-7.75a2.25 2.25 0 1 1 4.5 0a2.25 2.25 0 0 1-4.5 0M9.5 3a4.25 4.25 0 1 0 0 8.5a4.25 4.25 0 0 0 0-8.5"/></svg>

React

import type { SVGProps } from "react";

export function FluentPeopleQueue32Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M13.902 10.946a4.25 4.25 0 1 0 0-7.392a5.7 5.7 0 0 1 1.001 1.732a2.25 2.25 0 1 1 0 3.928a5.7 5.7 0 0 1-1 1.732m.522 17.861a6.5 6.5 0 0 0 8.078-6.307v-7a2.5 2.5 0 0 0-2.5-2.5h-3.377a4 4 0 0 1 .846 2H20a.5.5 0 0 1 .5.5v7a4.5 4.5 0 0 1-4.383 4.499a8 8 0 0 1-1.694 1.808m5.978-17.86a4.25 4.25 0 1 0 0-7.392c.428.508.77 1.093 1.001 1.73a2.25 2.25 0 1 1 0 3.928a5.7 5.7 0 0 1-1 1.733m.522 17.86a6.5 6.5 0 0 0 8.078-6.307v-7a2.5 2.5 0 0 0-2.5-2.5h-3.377a4 4 0 0 1 .846 2h2.53a.5.5 0 0 1 .5.5v7a4.5 4.5 0 0 1-4.383 4.499a8 8 0 0 1-1.694 1.808M3 15.5A2.5 2.5 0 0 1 5.5 13h8a2.5 2.5 0 0 1 2.5 2.5v7a6.5 6.5 0 1 1-13 0zm2.5-.5a.5.5 0 0 0-.5.5v7a4.5 4.5 0 1 0 9 0v-7a.5.5 0 0 0-.5-.5zm1.75-7.75a2.25 2.25 0 1 1 4.5 0a2.25 2.25 0 0 1-4.5 0M9.5 3a4.25 4.25 0 1 0 0 8.5a4.25 4.25 0 0 0 0-8.5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M13.902 10.946a4.25 4.25 0 1 0 0-7.392a5.7 5.7 0 0 1 1.001 1.732a2.25 2.25 0 1 1 0 3.928a5.7 5.7 0 0 1-1 1.732m.522 17.861a6.5 6.5 0 0 0 8.078-6.307v-7a2.5 2.5 0 0 0-2.5-2.5h-3.377a4 4 0 0 1 .846 2H20a.5.5 0 0 1 .5.5v7a4.5 4.5 0 0 1-4.383 4.499a8 8 0 0 1-1.694 1.808m5.978-17.86a4.25 4.25 0 1 0 0-7.392c.428.508.77 1.093 1.001 1.73a2.25 2.25 0 1 1 0 3.928a5.7 5.7 0 0 1-1 1.733m.522 17.86a6.5 6.5 0 0 0 8.078-6.307v-7a2.5 2.5 0 0 0-2.5-2.5h-3.377a4 4 0 0 1 .846 2h2.53a.5.5 0 0 1 .5.5v7a4.5 4.5 0 0 1-4.383 4.499a8 8 0 0 1-1.694 1.808M3 15.5A2.5 2.5 0 0 1 5.5 13h8a2.5 2.5 0 0 1 2.5 2.5v7a6.5 6.5 0 1 1-13 0zm2.5-.5a.5.5 0 0 0-.5.5v7a4.5 4.5 0 1 0 9 0v-7a.5.5 0 0 0-.5-.5zm1.75-7.75a2.25 2.25 0 1 1 4.5 0a2.25 2.25 0 0 1-4.5 0M9.5 3a4.25 4.25 0 1 0 0 8.5a4.25 4.25 0 0 0 0-8.5"/></svg>
</template>

CSS

.icon-people-queue-32-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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.902%2010.946a4.25%204.25%200%201%200%200-7.392a5.7%205.7%200%200%201%201.001%201.732a2.25%202.25%200%201%201%200%203.928a5.7%205.7%200%200%201-1%201.732m.522%2017.861a6.5%206.5%200%200%200%208.078-6.307v-7a2.5%202.5%200%200%200-2.5-2.5h-3.377a4%204%200%200%201%20.846%202H20a.5.5%200%200%201%20.5.5v7a4.5%204.5%200%200%201-4.383%204.499a8%208%200%200%201-1.694%201.808m5.978-17.86a4.25%204.25%200%201%200%200-7.392c.428.508.77%201.093%201.001%201.73a2.25%202.25%200%201%201%200%203.928a5.7%205.7%200%200%201-1%201.733m.522%2017.86a6.5%206.5%200%200%200%208.078-6.307v-7a2.5%202.5%200%200%200-2.5-2.5h-3.377a4%204%200%200%201%20.846%202h2.53a.5.5%200%200%201%20.5.5v7a4.5%204.5%200%200%201-4.383%204.499a8%208%200%200%201-1.694%201.808M3%2015.5A2.5%202.5%200%200%201%205.5%2013h8a2.5%202.5%200%200%201%202.5%202.5v7a6.5%206.5%200%201%201-13%200zm2.5-.5a.5.5%200%200%200-.5.5v7a4.5%204.5%200%201%200%209%200v-7a.5.5%200%200%200-.5-.5zm1.75-7.75a2.25%202.25%200%201%201%204.5%200a2.25%202.25%200%200%201-4.5%200M9.5%203a4.25%204.25%200%201%200%200%208.5a4.25%204.25%200%200%200%200-8.5%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.902%2010.946a4.25%204.25%200%201%200%200-7.392a5.7%205.7%200%200%201%201.001%201.732a2.25%202.25%200%201%201%200%203.928a5.7%205.7%200%200%201-1%201.732m.522%2017.861a6.5%206.5%200%200%200%208.078-6.307v-7a2.5%202.5%200%200%200-2.5-2.5h-3.377a4%204%200%200%201%20.846%202H20a.5.5%200%200%201%20.5.5v7a4.5%204.5%200%200%201-4.383%204.499a8%208%200%200%201-1.694%201.808m5.978-17.86a4.25%204.25%200%201%200%200-7.392c.428.508.77%201.093%201.001%201.73a2.25%202.25%200%201%201%200%203.928a5.7%205.7%200%200%201-1%201.733m.522%2017.86a6.5%206.5%200%200%200%208.078-6.307v-7a2.5%202.5%200%200%200-2.5-2.5h-3.377a4%204%200%200%201%20.846%202h2.53a.5.5%200%200%201%20.5.5v7a4.5%204.5%200%200%201-4.383%204.499a8%208%200%200%201-1.694%201.808M3%2015.5A2.5%202.5%200%200%201%205.5%2013h8a2.5%202.5%200%200%201%202.5%202.5v7a6.5%206.5%200%201%201-13%200zm2.5-.5a.5.5%200%200%200-.5.5v7a4.5%204.5%200%201%200%209%200v-7a.5.5%200%200%200-.5-.5zm1.75-7.75a2.25%202.25%200%201%201%204.5%200a2.25%202.25%200%200%201-4.5%200M9.5%203a4.25%204.25%200%201%200%200%208.5a4.25%204.25%200%200%200%200-8.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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