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

Name
people-community-12-filled
Set
Fluent UI System Icons
Style
12 Filled
Viewbox
12×12
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 12 12"><path fill="currentColor" d="M4.25 3.25a1.75 1.75 0 1 1 3.5 0a1.75 1.75 0 0 1-3.5 0m-2 2.25a1.25 1.25 0 1 0 0-2.5a1.25 1.25 0 0 0 0 2.5M11 4.25a1.25 1.25 0 1 1-2.5 0a1.25 1.25 0 0 1 2.5 0M5.25 6C4.56 6 4 6.56 4 7.25V8.5a2 2 0 1 0 4 0V7.25C8 6.56 7.44 6 6.75 6zM3 7.25c0-.289.054-.565.154-.818l-1.231.33a1.25 1.25 0 0 0-.884 1.53l.194.725a2 2 0 0 0 2.45 1.414l.017-.005A3 3 0 0 1 3 8.5zM9 8.5c0 .733-.263 1.405-.7 1.927l.016.004a2 2 0 0 0 2.449-1.414l.194-.725a1.25 1.25 0 0 0-.884-1.53l-1.228-.33c.099.254.153.53.153.818z"/></svg>

React

import type { SVGProps } from "react";

export function FluentPeopleCommunity12Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 12 12"><path fill="currentColor" d="M4.25 3.25a1.75 1.75 0 1 1 3.5 0a1.75 1.75 0 0 1-3.5 0m-2 2.25a1.25 1.25 0 1 0 0-2.5a1.25 1.25 0 0 0 0 2.5M11 4.25a1.25 1.25 0 1 1-2.5 0a1.25 1.25 0 0 1 2.5 0M5.25 6C4.56 6 4 6.56 4 7.25V8.5a2 2 0 1 0 4 0V7.25C8 6.56 7.44 6 6.75 6zM3 7.25c0-.289.054-.565.154-.818l-1.231.33a1.25 1.25 0 0 0-.884 1.53l.194.725a2 2 0 0 0 2.45 1.414l.017-.005A3 3 0 0 1 3 8.5zM9 8.5c0 .733-.263 1.405-.7 1.927l.016.004a2 2 0 0 0 2.449-1.414l.194-.725a1.25 1.25 0 0 0-.884-1.53l-1.228-.33c.099.254.153.53.153.818z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 12 12"><path fill="currentColor" d="M4.25 3.25a1.75 1.75 0 1 1 3.5 0a1.75 1.75 0 0 1-3.5 0m-2 2.25a1.25 1.25 0 1 0 0-2.5a1.25 1.25 0 0 0 0 2.5M11 4.25a1.25 1.25 0 1 1-2.5 0a1.25 1.25 0 0 1 2.5 0M5.25 6C4.56 6 4 6.56 4 7.25V8.5a2 2 0 1 0 4 0V7.25C8 6.56 7.44 6 6.75 6zM3 7.25c0-.289.054-.565.154-.818l-1.231.33a1.25 1.25 0 0 0-.884 1.53l.194.725a2 2 0 0 0 2.45 1.414l.017-.005A3 3 0 0 1 3 8.5zM9 8.5c0 .733-.263 1.405-.7 1.927l.016.004a2 2 0 0 0 2.449-1.414l.194-.725a1.25 1.25 0 0 0-.884-1.53l-1.228-.33c.099.254.153.53.153.818z"/></svg>
</template>

CSS

.icon-people-community-12-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%2012%2012%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4.25%203.25a1.75%201.75%200%201%201%203.5%200a1.75%201.75%200%200%201-3.5%200m-2%202.25a1.25%201.25%200%201%200%200-2.5a1.25%201.25%200%200%200%200%202.5M11%204.25a1.25%201.25%200%201%201-2.5%200a1.25%201.25%200%200%201%202.5%200M5.25%206C4.56%206%204%206.56%204%207.25V8.5a2%202%200%201%200%204%200V7.25C8%206.56%207.44%206%206.75%206zM3%207.25c0-.289.054-.565.154-.818l-1.231.33a1.25%201.25%200%200%200-.884%201.53l.194.725a2%202%200%200%200%202.45%201.414l.017-.005A3%203%200%200%201%203%208.5zM9%208.5c0%20.733-.263%201.405-.7%201.927l.016.004a2%202%200%200%200%202.449-1.414l.194-.725a1.25%201.25%200%200%200-.884-1.53l-1.228-.33c.099.254.153.53.153.818z%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%2012%2012%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4.25%203.25a1.75%201.75%200%201%201%203.5%200a1.75%201.75%200%200%201-3.5%200m-2%202.25a1.25%201.25%200%201%200%200-2.5a1.25%201.25%200%200%200%200%202.5M11%204.25a1.25%201.25%200%201%201-2.5%200a1.25%201.25%200%200%201%202.5%200M5.25%206C4.56%206%204%206.56%204%207.25V8.5a2%202%200%201%200%204%200V7.25C8%206.56%207.44%206%206.75%206zM3%207.25c0-.289.054-.565.154-.818l-1.231.33a1.25%201.25%200%200%200-.884%201.53l.194.725a2%202%200%200%200%202.45%201.414l.017-.005A3%203%200%200%201%203%208.5zM9%208.5c0%20.733-.263%201.405-.7%201.927l.016.004a2%202%200%200%200%202.449-1.414l.194-.725a1.25%201.25%200%200%200-.884-1.53l-1.228-.33c.099.254.153.53.153.818z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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