Calendar People icon
The Calendar People icon is part of Microsoft's Fluent UI System Icons, available here in the color style on a 20 px grid. Download it as SVG or PNG, or copy it as code — it's free to use under the MIT License.
Color
Every size and style
Microsoft draws each size separately so icons stay crisp, rather than scaling one drawing. Pick a style and size to preview it, download it, or copy the code for your platform.
Color, 20 px
ic_fluent_calendar_people_20_color.svg
Calendar People icon in React
npm install @fluentui/react-icons
import { CalendarPeople20Color } from "@fluentui/react-icons";
export function Example() {
return <CalendarPeople20Color aria-label="Calendar People" />;
}Use the Calendar People icon in React
Install Microsoft's @fluentui/react-icons package, then import the component. Icons inherit the current text color, and you can size them with CSS.
npm install @fluentui/react-icons
import { CalendarPeople20Color } from "@fluentui/react-icons";
export function Example() {
return <CalendarPeople20Color aria-label="Calendar People" />;
}Use it in HTML
Reference the SVG file directly:
<img src="https://fluenticons.co/icons/ic_fluent_calendar_people_20_color.svg" width="20" height="20" alt="Calendar People">Details
| Name | Calendar People |
|---|---|
| Styles | Color |
| Sizes | 20 px |
| Color file | ic_fluent_calendar_people_20_color.svg |
| React (Color) | CalendarPeople20Color |
| License | MIT (© Microsoft Corporation) |