people community icon
people-community-32-filled from Fluent UI System Icons by Microsoft Corporation · 32 Filled · MIT Free for personal and commercial use.
- Name
- people-community-32-filled
- Set
- Fluent UI System Icons
- Style
- 32 Filled
- Viewbox
- 32×32
- License
- MIT
14 other variants in Fluent UI System Icons
people-community-12-filledpeople-community-12-regularpeople-community-16-filledpeople-community-16-regularpeople-community-20-filledpeople-community-20-regularpeople-community-24-filledpeople-community-24-regularpeople-community-28-filledpeople-community-28-regularpeople-community-32-lightpeople-community-32-regularpeople-community-48-filledpeople-community-48-regular
The same icon in other sets
Related icons in Fluent UI System Icons
people-add-16-filledpeople-audience-20-filledpeople-call-16-filledpeople-chat-16-filledpeople-checkmark-16-filledpeople-communication-16-filledpeople-community-add-20-filledpeople-edit-16-filledpeople-error-16-filledpeople-eye-16-filledpeople-game-controller-20-filledpeople-interwoven-16-filledpeople-link-16-filledpeople-list-16-filledpeople-lock-16-filledpeople-money-20-filledpeople-prohibited-16-filledpeople-queue-20-filledpeople-search-20-filledpeople-settings-20-filledpeople-star-16-filledpeople-subtract-20-filledpeople-swap-16-filledpeople-sync-16-filled
Use the people community icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M11.5 7.5a4.5 4.5 0 1 1 9 0a4.5 4.5 0 0 1-9 0M6 6a4 4 0 1 0 0 8a4 4 0 0 0 0-8m20 0a4 4 0 1 0 0 8a4 4 0 0 0 0-8M8.5 16.5q0-.334.053-.651l-4.7 1.259a2.5 2.5 0 0 0-1.767 3.062l.906 3.38a6 6 0 0 0 7.996 4.03A7.48 7.48 0 0 1 8.5 22zm15 5.5a7.48 7.48 0 0 1-2.49 5.58q.315.124.647.213a6 6 0 0 0 7.348-4.243l.906-3.38a2.5 2.5 0 0 0-1.768-3.062l-4.696-1.259q.053.319.053.651zm-11-8a2.5 2.5 0 0 0-2.5 2.5V22a6 6 0 0 0 12 0v-5.5a2.5 2.5 0 0 0-2.5-2.5z"/></svg>
React
import type { SVGProps } from "react";
export function FluentPeopleCommunity32Filled(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="M11.5 7.5a4.5 4.5 0 1 1 9 0a4.5 4.5 0 0 1-9 0M6 6a4 4 0 1 0 0 8a4 4 0 0 0 0-8m20 0a4 4 0 1 0 0 8a4 4 0 0 0 0-8M8.5 16.5q0-.334.053-.651l-4.7 1.259a2.5 2.5 0 0 0-1.767 3.062l.906 3.38a6 6 0 0 0 7.996 4.03A7.48 7.48 0 0 1 8.5 22zm15 5.5a7.48 7.48 0 0 1-2.49 5.58q.315.124.647.213a6 6 0 0 0 7.348-4.243l.906-3.38a2.5 2.5 0 0 0-1.768-3.062l-4.696-1.259q.053.319.053.651zm-11-8a2.5 2.5 0 0 0-2.5 2.5V22a6 6 0 0 0 12 0v-5.5a2.5 2.5 0 0 0-2.5-2.5z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M11.5 7.5a4.5 4.5 0 1 1 9 0a4.5 4.5 0 0 1-9 0M6 6a4 4 0 1 0 0 8a4 4 0 0 0 0-8m20 0a4 4 0 1 0 0 8a4 4 0 0 0 0-8M8.5 16.5q0-.334.053-.651l-4.7 1.259a2.5 2.5 0 0 0-1.767 3.062l.906 3.38a6 6 0 0 0 7.996 4.03A7.48 7.48 0 0 1 8.5 22zm15 5.5a7.48 7.48 0 0 1-2.49 5.58q.315.124.647.213a6 6 0 0 0 7.348-4.243l.906-3.38a2.5 2.5 0 0 0-1.768-3.062l-4.696-1.259q.053.319.053.651zm-11-8a2.5 2.5 0 0 0-2.5 2.5V22a6 6 0 0 0 12 0v-5.5a2.5 2.5 0 0 0-2.5-2.5z"/></svg> </template>
CSS
.icon-people-community-32-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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.5%207.5a4.5%204.5%200%201%201%209%200a4.5%204.5%200%200%201-9%200M6%206a4%204%200%201%200%200%208a4%204%200%200%200%200-8m20%200a4%204%200%201%200%200%208a4%204%200%200%200%200-8M8.5%2016.5q0-.334.053-.651l-4.7%201.259a2.5%202.5%200%200%200-1.767%203.062l.906%203.38a6%206%200%200%200%207.996%204.03A7.48%207.48%200%200%201%208.5%2022zm15%205.5a7.48%207.48%200%200%201-2.49%205.58q.315.124.647.213a6%206%200%200%200%207.348-4.243l.906-3.38a2.5%202.5%200%200%200-1.768-3.062l-4.696-1.259q.053.319.053.651zm-11-8a2.5%202.5%200%200%200-2.5%202.5V22a6%206%200%200%200%2012%200v-5.5a2.5%202.5%200%200%200-2.5-2.5z%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%22M11.5%207.5a4.5%204.5%200%201%201%209%200a4.5%204.5%200%200%201-9%200M6%206a4%204%200%201%200%200%208a4%204%200%200%200%200-8m20%200a4%204%200%201%200%200%208a4%204%200%200%200%200-8M8.5%2016.5q0-.334.053-.651l-4.7%201.259a2.5%202.5%200%200%200-1.767%203.062l.906%203.38a6%206%200%200%200%207.996%204.03A7.48%207.48%200%200%201%208.5%2022zm15%205.5a7.48%207.48%200%200%201-2.49%205.58q.315.124.647.213a6%206%200%200%200%207.348-4.243l.906-3.38a2.5%202.5%200%200%200-1.768-3.062l-4.696-1.259q.053.319.053.651zm-11-8a2.5%202.5%200%200%200-2.5%202.5V22a6%206%200%200%200%2012%200v-5.5a2.5%202.5%200%200%200-2.5-2.5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/people-community-32-filled.svg?color=%231a73e8&size=48