calendar-shield-20-filled from Fluent UI System Icons by Microsoft Corporation · 20 Filled · MIT Free for personal and commercial use.

Name
calendar-shield-20-filled
Set
Fluent UI System Icons
Style
20 Filled
Viewbox
20×20
License
MIT

11 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the calendar shield icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M17 7v1.61a3 3 0 0 1-.613-.185c-.458-.193-.92-.512-1.381-.995A1.4 1.4 0 0 0 14 7zM3 7h11c-.364 0-.729.143-1.003.43c-.84.874-1.691 1.237-2.597 1.237c-.811 0-1.4.673-1.4 1.416v2.51l.005.282v.008c.047 1.413.434 2.67 1.2 3.71q.156.21.33.407H5.5A2.5 2.5 0 0 1 3 14.5zm11.5-4A2.5 2.5 0 0 1 17 5.5V6H3v-.5A2.5 2.5 0 0 1 5.5 3zM16 9.347a4.1 4.1 0 0 0 1.6.32c.193 0 .355.142.392.332l.008.084v2.501c0 2.682-1.313 4.506-3.873 5.395a.4.4 0 0 1-.254 0Q12.785 17.6 12 17a5 5 0 0 1-.99-1c-.626-.85-.964-1.903-1.006-3.15L10 12.584v-2.5c0-.23.18-.417.4-.417c1.223 0 2.323-.51 3.318-1.545a.39.39 0 0 1 .566 0q.808.844 1.716 1.225"/></svg>

React

import type { SVGProps } from "react";

export function FluentCalendarShield20Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M17 7v1.61a3 3 0 0 1-.613-.185c-.458-.193-.92-.512-1.381-.995A1.4 1.4 0 0 0 14 7zM3 7h11c-.364 0-.729.143-1.003.43c-.84.874-1.691 1.237-2.597 1.237c-.811 0-1.4.673-1.4 1.416v2.51l.005.282v.008c.047 1.413.434 2.67 1.2 3.71q.156.21.33.407H5.5A2.5 2.5 0 0 1 3 14.5zm11.5-4A2.5 2.5 0 0 1 17 5.5V6H3v-.5A2.5 2.5 0 0 1 5.5 3zM16 9.347a4.1 4.1 0 0 0 1.6.32c.193 0 .355.142.392.332l.008.084v2.501c0 2.682-1.313 4.506-3.873 5.395a.4.4 0 0 1-.254 0Q12.785 17.6 12 17a5 5 0 0 1-.99-1c-.626-.85-.964-1.903-1.006-3.15L10 12.584v-2.5c0-.23.18-.417.4-.417c1.223 0 2.323-.51 3.318-1.545a.39.39 0 0 1 .566 0q.808.844 1.716 1.225"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M17 7v1.61a3 3 0 0 1-.613-.185c-.458-.193-.92-.512-1.381-.995A1.4 1.4 0 0 0 14 7zM3 7h11c-.364 0-.729.143-1.003.43c-.84.874-1.691 1.237-2.597 1.237c-.811 0-1.4.673-1.4 1.416v2.51l.005.282v.008c.047 1.413.434 2.67 1.2 3.71q.156.21.33.407H5.5A2.5 2.5 0 0 1 3 14.5zm11.5-4A2.5 2.5 0 0 1 17 5.5V6H3v-.5A2.5 2.5 0 0 1 5.5 3zM16 9.347a4.1 4.1 0 0 0 1.6.32c.193 0 .355.142.392.332l.008.084v2.501c0 2.682-1.313 4.506-3.873 5.395a.4.4 0 0 1-.254 0Q12.785 17.6 12 17a5 5 0 0 1-.99-1c-.626-.85-.964-1.903-1.006-3.15L10 12.584v-2.5c0-.23.18-.417.4-.417c1.223 0 2.323-.51 3.318-1.545a.39.39 0 0 1 .566 0q.808.844 1.716 1.225"/></svg>
</template>

CSS

.icon-calendar-shield-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17%207v1.61a3%203%200%200%201-.613-.185c-.458-.193-.92-.512-1.381-.995A1.4%201.4%200%200%200%2014%207zM3%207h11c-.364%200-.729.143-1.003.43c-.84.874-1.691%201.237-2.597%201.237c-.811%200-1.4.673-1.4%201.416v2.51l.005.282v.008c.047%201.413.434%202.67%201.2%203.71q.156.21.33.407H5.5A2.5%202.5%200%200%201%203%2014.5zm11.5-4A2.5%202.5%200%200%201%2017%205.5V6H3v-.5A2.5%202.5%200%200%201%205.5%203zM16%209.347a4.1%204.1%200%200%200%201.6.32c.193%200%20.355.142.392.332l.008.084v2.501c0%202.682-1.313%204.506-3.873%205.395a.4.4%200%200%201-.254%200Q12.785%2017.6%2012%2017a5%205%200%200%201-.99-1c-.626-.85-.964-1.903-1.006-3.15L10%2012.584v-2.5c0-.23.18-.417.4-.417c1.223%200%202.323-.51%203.318-1.545a.39.39%200%200%201%20.566%200q.808.844%201.716%201.225%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17%207v1.61a3%203%200%200%201-.613-.185c-.458-.193-.92-.512-1.381-.995A1.4%201.4%200%200%200%2014%207zM3%207h11c-.364%200-.729.143-1.003.43c-.84.874-1.691%201.237-2.597%201.237c-.811%200-1.4.673-1.4%201.416v2.51l.005.282v.008c.047%201.413.434%202.67%201.2%203.71q.156.21.33.407H5.5A2.5%202.5%200%200%201%203%2014.5zm11.5-4A2.5%202.5%200%200%201%2017%205.5V6H3v-.5A2.5%202.5%200%200%201%205.5%203zM16%209.347a4.1%204.1%200%200%200%201.6.32c.193%200%20.355.142.392.332l.008.084v2.501c0%202.682-1.313%204.506-3.873%205.395a.4.4%200%200%201-.254%200Q12.785%2017.6%2012%2017a5%205%200%200%201-.99-1c-.626-.85-.964-1.903-1.006-3.15L10%2012.584v-2.5c0-.23.18-.417.4-.417c1.223%200%202.323-.51%203.318-1.545a.39.39%200%200%201%20.566%200q.808.844%201.716%201.225%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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