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

Name
people-community-48-regular
Set
Fluent UI System Icons
Style
48 Regular
Viewbox
48×48
License
MIT

14 other variants in Fluent UI System Icons

The same icon in other sets

Related icons in Fluent UI System Icons

Use the people community icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M24 7.5a4 4 0 1 0 0 8a4 4 0 0 0 0-8m-6.5 4a6.5 6.5 0 1 1 13 0a6.5 6.5 0 0 1-13 0m-8 0a3 3 0 1 0 0 6a3 3 0 0 0 0-6m-5.5 3a5.5 5.5 0 1 1 11 0a5.5 5.5 0 0 1-11 0m31.5 0a3 3 0 1 1 6 0a3 3 0 0 1-6 0m3-5.5a5.5 5.5 0 1 0 0 11a5.5 5.5 0 0 0 0-11M15 24.25A3.25 3.25 0 0 1 18.25 21h11.5A3.25 3.25 0 0 1 33 24.25V32a9 9 0 1 1-18 0zm3.25-.75a.75.75 0 0 0-.75.75V32a6.5 6.5 0 1 0 13 0v-7.75a.75.75 0 0 0-.75-.75zm-5.098-.51q-.151.606-.152 1.26v1.368L7.06 27.21a.75.75 0 0 0-.53.918l1.488 5.554a6.5 6.5 0 0 0 7.072 4.77a11 11 0 0 0 1.997 2.105q-.227.075-.46.136A9 9 0 0 1 5.603 34.33l-1.489-5.554a3.25 3.25 0 0 1 2.299-3.98zm17.76 17.567q.228.075.461.136a9 9 0 0 0 11.023-6.364l1.488-5.554a3.25 3.25 0 0 0-2.298-3.98l-6.738-1.806q.151.607.152 1.26v1.37l5.939 1.59a.75.75 0 0 1 .53.92l-1.488 5.553a6.5 6.5 0 0 1-7.071 4.77a11 11 0 0 1-1.997 2.105"/></svg>

React

import type { SVGProps } from "react";

export function FluentPeopleCommunity48Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M24 7.5a4 4 0 1 0 0 8a4 4 0 0 0 0-8m-6.5 4a6.5 6.5 0 1 1 13 0a6.5 6.5 0 0 1-13 0m-8 0a3 3 0 1 0 0 6a3 3 0 0 0 0-6m-5.5 3a5.5 5.5 0 1 1 11 0a5.5 5.5 0 0 1-11 0m31.5 0a3 3 0 1 1 6 0a3 3 0 0 1-6 0m3-5.5a5.5 5.5 0 1 0 0 11a5.5 5.5 0 0 0 0-11M15 24.25A3.25 3.25 0 0 1 18.25 21h11.5A3.25 3.25 0 0 1 33 24.25V32a9 9 0 1 1-18 0zm3.25-.75a.75.75 0 0 0-.75.75V32a6.5 6.5 0 1 0 13 0v-7.75a.75.75 0 0 0-.75-.75zm-5.098-.51q-.151.606-.152 1.26v1.368L7.06 27.21a.75.75 0 0 0-.53.918l1.488 5.554a6.5 6.5 0 0 0 7.072 4.77a11 11 0 0 0 1.997 2.105q-.227.075-.46.136A9 9 0 0 1 5.603 34.33l-1.489-5.554a3.25 3.25 0 0 1 2.299-3.98zm17.76 17.567q.228.075.461.136a9 9 0 0 0 11.023-6.364l1.488-5.554a3.25 3.25 0 0 0-2.298-3.98l-6.738-1.806q.151.607.152 1.26v1.37l5.939 1.59a.75.75 0 0 1 .53.92l-1.488 5.553a6.5 6.5 0 0 1-7.071 4.77a11 11 0 0 1-1.997 2.105"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M24 7.5a4 4 0 1 0 0 8a4 4 0 0 0 0-8m-6.5 4a6.5 6.5 0 1 1 13 0a6.5 6.5 0 0 1-13 0m-8 0a3 3 0 1 0 0 6a3 3 0 0 0 0-6m-5.5 3a5.5 5.5 0 1 1 11 0a5.5 5.5 0 0 1-11 0m31.5 0a3 3 0 1 1 6 0a3 3 0 0 1-6 0m3-5.5a5.5 5.5 0 1 0 0 11a5.5 5.5 0 0 0 0-11M15 24.25A3.25 3.25 0 0 1 18.25 21h11.5A3.25 3.25 0 0 1 33 24.25V32a9 9 0 1 1-18 0zm3.25-.75a.75.75 0 0 0-.75.75V32a6.5 6.5 0 1 0 13 0v-7.75a.75.75 0 0 0-.75-.75zm-5.098-.51q-.151.606-.152 1.26v1.368L7.06 27.21a.75.75 0 0 0-.53.918l1.488 5.554a6.5 6.5 0 0 0 7.072 4.77a11 11 0 0 0 1.997 2.105q-.227.075-.46.136A9 9 0 0 1 5.603 34.33l-1.489-5.554a3.25 3.25 0 0 1 2.299-3.98zm17.76 17.567q.228.075.461.136a9 9 0 0 0 11.023-6.364l1.488-5.554a3.25 3.25 0 0 0-2.298-3.98l-6.738-1.806q.151.607.152 1.26v1.37l5.939 1.59a.75.75 0 0 1 .53.92l-1.488 5.553a6.5 6.5 0 0 1-7.071 4.77a11 11 0 0 1-1.997 2.105"/></svg>
</template>

CSS

.icon-people-community-48-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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M24%207.5a4%204%200%201%200%200%208a4%204%200%200%200%200-8m-6.5%204a6.5%206.5%200%201%201%2013%200a6.5%206.5%200%200%201-13%200m-8%200a3%203%200%201%200%200%206a3%203%200%200%200%200-6m-5.5%203a5.5%205.5%200%201%201%2011%200a5.5%205.5%200%200%201-11%200m31.5%200a3%203%200%201%201%206%200a3%203%200%200%201-6%200m3-5.5a5.5%205.5%200%201%200%200%2011a5.5%205.5%200%200%200%200-11M15%2024.25A3.25%203.25%200%200%201%2018.25%2021h11.5A3.25%203.25%200%200%201%2033%2024.25V32a9%209%200%201%201-18%200zm3.25-.75a.75.75%200%200%200-.75.75V32a6.5%206.5%200%201%200%2013%200v-7.75a.75.75%200%200%200-.75-.75zm-5.098-.51q-.151.606-.152%201.26v1.368L7.06%2027.21a.75.75%200%200%200-.53.918l1.488%205.554a6.5%206.5%200%200%200%207.072%204.77a11%2011%200%200%200%201.997%202.105q-.227.075-.46.136A9%209%200%200%201%205.603%2034.33l-1.489-5.554a3.25%203.25%200%200%201%202.299-3.98zm17.76%2017.567q.228.075.461.136a9%209%200%200%200%2011.023-6.364l1.488-5.554a3.25%203.25%200%200%200-2.298-3.98l-6.738-1.806q.151.607.152%201.26v1.37l5.939%201.59a.75.75%200%200%201%20.53.92l-1.488%205.553a6.5%206.5%200%200%201-7.071%204.77a11%2011%200%200%201-1.997%202.105%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M24%207.5a4%204%200%201%200%200%208a4%204%200%200%200%200-8m-6.5%204a6.5%206.5%200%201%201%2013%200a6.5%206.5%200%200%201-13%200m-8%200a3%203%200%201%200%200%206a3%203%200%200%200%200-6m-5.5%203a5.5%205.5%200%201%201%2011%200a5.5%205.5%200%200%201-11%200m31.5%200a3%203%200%201%201%206%200a3%203%200%200%201-6%200m3-5.5a5.5%205.5%200%201%200%200%2011a5.5%205.5%200%200%200%200-11M15%2024.25A3.25%203.25%200%200%201%2018.25%2021h11.5A3.25%203.25%200%200%201%2033%2024.25V32a9%209%200%201%201-18%200zm3.25-.75a.75.75%200%200%200-.75.75V32a6.5%206.5%200%201%200%2013%200v-7.75a.75.75%200%200%200-.75-.75zm-5.098-.51q-.151.606-.152%201.26v1.368L7.06%2027.21a.75.75%200%200%200-.53.918l1.488%205.554a6.5%206.5%200%200%200%207.072%204.77a11%2011%200%200%200%201.997%202.105q-.227.075-.46.136A9%209%200%200%201%205.603%2034.33l-1.489-5.554a3.25%203.25%200%200%201%202.299-3.98zm17.76%2017.567q.228.075.461.136a9%209%200%200%200%2011.023-6.364l1.488-5.554a3.25%203.25%200%200%200-2.298-3.98l-6.738-1.806q.151.607.152%201.26v1.37l5.939%201.59a.75.75%200%200%201%20.53.92l-1.488%205.553a6.5%206.5%200%200%201-7.071%204.77a11%2011%200%200%201-1.997%202.105%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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