outline perm contact calendar icon

outline-perm-contact-calendar from Google Material Icons by Material Design Authors · Baseline · Action · Apache-2.0 Free for personal and commercial use.

Name
outline-perm-contact-calendar
Set
Google Material Icons
Style
Baseline
Category
Action
Viewbox
24×24
License
Apache 2.0

More action icons from Google Material Icons

Use the outline perm contact calendar icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.84 4.22c-.05-.12-.11-.23-.18-.34c-.14-.21-.33-.4-.54-.54c-.11-.07-.22-.13-.34-.18c-.24-.1-.5-.16-.78-.16h-1V1h-2v2H8V1H6v2H5c-.42 0-.8.13-1.12.34c-.21.14-.4.33-.54.54c-.07.11-.13.22-.18.34c-.1.24-.16.5-.16.78v14a2 2 0 0 0 2 2h14c.28 0 .54-.06.78-.16c.12-.05.23-.11.34-.18c.21-.14.4-.33.54-.54c.21-.32.34-.71.34-1.12V5c0-.28-.06-.54-.16-.78M5 19V5h14v14zm7-6.12c-2.03 0-6 1.08-6 3.58V18h12v-1.53c0-2.51-3.97-3.59-6-3.59M8.31 16c.69-.56 2.38-1.12 3.69-1.12s3.01.56 3.69 1.12zM12 12c1.65 0 3-1.35 3-3s-1.35-3-3-3s-3 1.35-3 3s1.35 3 3 3m0-4c.55 0 1 .45 1 1s-.45 1-1 1s-1-.45-1-1s.45-1 1-1"/></svg>

React

import type { SVGProps } from "react";

export function IcOutlinePermContactCalendar(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.84 4.22c-.05-.12-.11-.23-.18-.34c-.14-.21-.33-.4-.54-.54c-.11-.07-.22-.13-.34-.18c-.24-.1-.5-.16-.78-.16h-1V1h-2v2H8V1H6v2H5c-.42 0-.8.13-1.12.34c-.21.14-.4.33-.54.54c-.07.11-.13.22-.18.34c-.1.24-.16.5-.16.78v14a2 2 0 0 0 2 2h14c.28 0 .54-.06.78-.16c.12-.05.23-.11.34-.18c.21-.14.4-.33.54-.54c.21-.32.34-.71.34-1.12V5c0-.28-.06-.54-.16-.78M5 19V5h14v14zm7-6.12c-2.03 0-6 1.08-6 3.58V18h12v-1.53c0-2.51-3.97-3.59-6-3.59M8.31 16c.69-.56 2.38-1.12 3.69-1.12s3.01.56 3.69 1.12zM12 12c1.65 0 3-1.35 3-3s-1.35-3-3-3s-3 1.35-3 3s1.35 3 3 3m0-4c.55 0 1 .45 1 1s-.45 1-1 1s-1-.45-1-1s.45-1 1-1"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.84 4.22c-.05-.12-.11-.23-.18-.34c-.14-.21-.33-.4-.54-.54c-.11-.07-.22-.13-.34-.18c-.24-.1-.5-.16-.78-.16h-1V1h-2v2H8V1H6v2H5c-.42 0-.8.13-1.12.34c-.21.14-.4.33-.54.54c-.07.11-.13.22-.18.34c-.1.24-.16.5-.16.78v14a2 2 0 0 0 2 2h14c.28 0 .54-.06.78-.16c.12-.05.23-.11.34-.18c.21-.14.4-.33.54-.54c.21-.32.34-.71.34-1.12V5c0-.28-.06-.54-.16-.78M5 19V5h14v14zm7-6.12c-2.03 0-6 1.08-6 3.58V18h12v-1.53c0-2.51-3.97-3.59-6-3.59M8.31 16c.69-.56 2.38-1.12 3.69-1.12s3.01.56 3.69 1.12zM12 12c1.65 0 3-1.35 3-3s-1.35-3-3-3s-3 1.35-3 3s1.35 3 3 3m0-4c.55 0 1 .45 1 1s-.45 1-1 1s-1-.45-1-1s.45-1 1-1"/></svg>
</template>

CSS

.icon-outline-perm-contact-calendar {
  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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20.84%204.22c-.05-.12-.11-.23-.18-.34c-.14-.21-.33-.4-.54-.54c-.11-.07-.22-.13-.34-.18c-.24-.1-.5-.16-.78-.16h-1V1h-2v2H8V1H6v2H5c-.42%200-.8.13-1.12.34c-.21.14-.4.33-.54.54c-.07.11-.13.22-.18.34c-.1.24-.16.5-.16.78v14a2%202%200%200%200%202%202h14c.28%200%20.54-.06.78-.16c.12-.05.23-.11.34-.18c.21-.14.4-.33.54-.54c.21-.32.34-.71.34-1.12V5c0-.28-.06-.54-.16-.78M5%2019V5h14v14zm7-6.12c-2.03%200-6%201.08-6%203.58V18h12v-1.53c0-2.51-3.97-3.59-6-3.59M8.31%2016c.69-.56%202.38-1.12%203.69-1.12s3.01.56%203.69%201.12zM12%2012c1.65%200%203-1.35%203-3s-1.35-3-3-3s-3%201.35-3%203s1.35%203%203%203m0-4c.55%200%201%20.45%201%201s-.45%201-1%201s-1-.45-1-1s.45-1%201-1%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20.84%204.22c-.05-.12-.11-.23-.18-.34c-.14-.21-.33-.4-.54-.54c-.11-.07-.22-.13-.34-.18c-.24-.1-.5-.16-.78-.16h-1V1h-2v2H8V1H6v2H5c-.42%200-.8.13-1.12.34c-.21.14-.4.33-.54.54c-.07.11-.13.22-.18.34c-.1.24-.16.5-.16.78v14a2%202%200%200%200%202%202h14c.28%200%20.54-.06.78-.16c.12-.05.23-.11.34-.18c.21-.14.4-.33.54-.54c.21-.32.34-.71.34-1.12V5c0-.28-.06-.54-.16-.78M5%2019V5h14v14zm7-6.12c-2.03%200-6%201.08-6%203.58V18h12v-1.53c0-2.51-3.97-3.59-6-3.59M8.31%2016c.69-.56%202.38-1.12%203.69-1.12s3.01.56%203.69%201.12zM12%2012c1.65%200%203-1.35%203-3s-1.35-3-3-3s-3%201.35-3%203s1.35%203%203%203m0-4c.55%200%201%20.45%201%201s-.45%201-1%201s-1-.45-1-1s.45-1%201-1%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/outline-perm-contact-calendar.svg?color=%231a73e8&size=48