Perm Contact Calendar icon

Perm Contact Calendar is a Google Material Symbol from the Actions category. It comes in outlined, rounded and sharp styles, filled or unfilled, at seven weights from 100 to 700. Download it as SVG or PNG, or copy code for HTML, React, Vue, Angular, Flutter and Android — it's free to use under the Apache License 2.0.

Outlined

SVG

Outlined, filled

SVG

Every style, fill and weight

Material Symbols are variable: each icon comes in three styles, with or without fill, at seven weights. Pick a combination to preview it, download it, or copy the code for your platform.

Outlined, unfilled, weight 400

perm_contact_calendar_outlined_fill0_wght400.svg

Perm Contact Calendar icon in HTML

Load the Material Symbols font from Google Fonts (this link loads just this icon), then use the icon's name as text.

<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,[email protected],100..700,0..1,-50..200&icon_names=perm_contact_calendar" />

<span class="material-symbols-outlined">perm_contact_calendar</span>

Perm Contact Calendar icon in React

// With the font from the HTML tab:
export function PermContactCalendarIcon() {
  return (
    <span className="material-symbols-outlined">
      perm_contact_calendar
    </span>
  );
}

// Or as an SVG component (Vite + vite-plugin-svgr) instead:
//   npm install @material-symbols/svg-400
//   import PermContactCalendarIcon from "@material-symbols/svg-400/outlined/perm_contact_calendar.svg?react";

Perm Contact Calendar icon in Vue

<!-- With the font from the HTML tab -->
<template>
  <span class="material-symbols-outlined">perm_contact_calendar</span>
</template>

<!-- Or as an SVG component (Vite + vite-svg-loader):
     npm install @material-symbols/svg-400
     import PermContactCalendarIcon from "@material-symbols/svg-400/outlined/perm_contact_calendar.svg?component"; -->

Perm Contact Calendar icon in Angular

With Angular Material and the font from the HTML tab:

<mat-icon fontSet="material-symbols-outlined">perm_contact_calendar</mat-icon>

Perm Contact Calendar icon in Flutter

Uses the community material_symbols_icons package.

flutter pub add material_symbols_icons

import 'package:material_symbols_icons/symbols.dart';

Icon(Symbols.perm_contact_calendar, fill: 0, weight: 400)

Perm Contact Calendar icon in Android

A vector drawable of the selected style, fill and weight:

<!-- res/drawable/perm_contact_calendar.xml -->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
    android:width="24dp"
    android:height="24dp"
    android:viewportWidth="24"
    android:viewportHeight="24"
    android:tint="?attr/colorControlNormal">
        <path android:fillColor="@android:color/white" android:pathData="M11.988 18Q10.35 18 8.85 18.538T6 20.225v.275h12v-.125q-1.25-1.125-2.812-1.75t-3.2-.625ZM4.5 19.5q1.45-1.425 3.388-2.212T12 16.5q2.175 0 4.1 .788T19.5 19.5v-14.5H4.5v14.5Zm5.088-6.337Q8.6 12.175 8.6 10.75t.988-2.412Q10.575 7.35 12 7.35t2.413 .988Q15.4 9.325 15.4 10.75t-.987 2.413Q13.425 14.15 12 14.15t-2.412-.987ZM13.35 12.094q.55-.556 .55-1.35Q13.9 9.95 13.344 9.4q-.556-.55-1.35-.55Q11.2 8.85 10.65 9.406q-.55 .556-.55 1.35Q10.1 11.55 10.656 12.1q.556 .55 1.35 .55Q12.8 12.65 13.35 12.094ZM4.5 22q-.6 0-1.05-.45t-.45-1.05v-15.5q0-.6 .45-1.05t1.05-.45h1.625v-1.5h1.625v1.5h8.5v-1.5h1.625v1.5h1.625q.6 0 1.05 .45t.45 1.05v15.5q0 .6-.45 1.05t-1.05 .45H4.5Zm7.5-11.25Zm0 9.75h6-12 6Z" />
</vector>

Perm Contact Calendar icon in SVG

npm install @material-symbols/svg-400

import icon from "@material-symbols/svg-400/outlined/perm_contact_calendar.svg";

<!-- or load it from a CDN -->
<img src="https://cdn.jsdelivr.net/npm/@material-symbols/[email protected]/outlined/perm_contact_calendar.svg" width="24" height="24" alt="Perm Contact Calendar">

Perm Contact Calendar icon in Power Apps

Paste into an Image control's Image property. The Copy button copies the full formula with this icon's SVG.

"data:image/svg+xml;utf8, " & EncodeUrl("<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'>…</svg>")

Details

NamePerm Contact Calendar
Ligatureperm_contact_calendar
Code pointU+E8A3
CategoryActions
StylesOutlined, Rounded, Sharp — each unfilled or filled
Weights100, 200, 300, 400, 500, 600, 700
Files@material-symbols/svg-400/outlined/perm_contact_calendar.svg, perm_contact_calendar-fill.svg
FlutterSymbols.perm_contact_calendar
LicenseApache License 2.0 (© Google LLC)

Keywords

actionsinformationhumaniconpersongraphicpeopleprofiletimeelementuseraccountface

Related icons