calendar quarantine negative icon

calendar-quarantine-negative from Health Icons by Resolve to Save Lives · Filled · MIT Free for personal and commercial use.

Name
calendar-quarantine-negative
Set
Health Icons
Style
Filled
Viewbox
48×48
License
MIT

Related icons in Health Icons

Use the calendar quarantine negative icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><g clip-path="url(#healthiconsCalendarQuarantineNegative)"><path fill="currentColor" fill-rule="evenodd" d="M48 0H0v48h48zM16 6a1 1 0 0 0-1 1v3h-4a4 4 0 0 0-4 4v24a4 4 0 0 0 4 4h26a4 4 0 0 0 4-4V14a4 4 0 0 0-4-4h-2v3a1 1 0 1 1-2 0V7a1 1 0 1 0-2 0v3H19v3a1 1 0 1 1-2 0V7a1 1 0 0 0-1-1M9 38V20h30v18a2 2 0 0 1-2 2H11a2 2 0 0 1-2-2m14.3-16a1 1 0 0 0-.3 1.954V25.1c-.638.13-1.233.38-1.757.728l-.729-.728a1 1 0 0 0-1.421-1.407l-1.4 1.4a1 1 0 0 0 1.407 1.421l.728.729A5 5 0 0 0 19.1 29h-1.146a1 1 0 0 0-1.954.3v1.4a1 1 0 0 0 1.954.3H19.1c.13.638.38 1.233.728 1.757l-.728.729a1 1 0 0 0-1.407 1.421l1.4 1.4a1 1 0 0 0 1.421-1.407l.729-.728A5 5 0 0 0 23 34.9v1.146A1 1 0 0 0 23.3 38h1.4a1 1 0 0 0 .3-1.954V34.9a5 5 0 0 0 2.16-1.025l1.026 1.025a1 1 0 0 0 1.421 1.407l1.4-1.4a1 1 0 0 0-1.407-1.421l-1.168-1.169c.214-.409.373-.851.468-1.317h1.146A1 1 0 0 0 32 30.7v-1.4a1 1 0 0 0-1.954-.3H28.9a5 5 0 0 0-.728-1.757l.728-.729a1 1 0 0 0 1.407-1.421l-1.4-1.4a1 1 0 0 0-1.421 1.407l-.729.728A5 5 0 0 0 25 25.1v-1.146A1 1 0 0 0 24.7 22z" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsCalendarQuarantineNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>

React

import type { SVGProps } from "react";

export function HealthiconsCalendarQuarantineNegative(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><g clipPath="url(#healthiconsCalendarQuarantineNegative)"><path fill="currentColor" fillRule="evenodd" d="M48 0H0v48h48zM16 6a1 1 0 0 0-1 1v3h-4a4 4 0 0 0-4 4v24a4 4 0 0 0 4 4h26a4 4 0 0 0 4-4V14a4 4 0 0 0-4-4h-2v3a1 1 0 1 1-2 0V7a1 1 0 1 0-2 0v3H19v3a1 1 0 1 1-2 0V7a1 1 0 0 0-1-1M9 38V20h30v18a2 2 0 0 1-2 2H11a2 2 0 0 1-2-2m14.3-16a1 1 0 0 0-.3 1.954V25.1c-.638.13-1.233.38-1.757.728l-.729-.728a1 1 0 0 0-1.421-1.407l-1.4 1.4a1 1 0 0 0 1.407 1.421l.728.729A5 5 0 0 0 19.1 29h-1.146a1 1 0 0 0-1.954.3v1.4a1 1 0 0 0 1.954.3H19.1c.13.638.38 1.233.728 1.757l-.728.729a1 1 0 0 0-1.407 1.421l1.4 1.4a1 1 0 0 0 1.421-1.407l.729-.728A5 5 0 0 0 23 34.9v1.146A1 1 0 0 0 23.3 38h1.4a1 1 0 0 0 .3-1.954V34.9a5 5 0 0 0 2.16-1.025l1.026 1.025a1 1 0 0 0 1.421 1.407l1.4-1.4a1 1 0 0 0-1.407-1.421l-1.168-1.169c.214-.409.373-.851.468-1.317h1.146A1 1 0 0 0 32 30.7v-1.4a1 1 0 0 0-1.954-.3H28.9a5 5 0 0 0-.728-1.757l.728-.729a1 1 0 0 0 1.407-1.421l-1.4-1.4a1 1 0 0 0-1.421 1.407l-.729.728A5 5 0 0 0 25 25.1v-1.146A1 1 0 0 0 24.7 22z" clipRule="evenodd"/></g><defs><clipPath id="healthiconsCalendarQuarantineNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><g clip-path="url(#healthiconsCalendarQuarantineNegative)"><path fill="currentColor" fill-rule="evenodd" d="M48 0H0v48h48zM16 6a1 1 0 0 0-1 1v3h-4a4 4 0 0 0-4 4v24a4 4 0 0 0 4 4h26a4 4 0 0 0 4-4V14a4 4 0 0 0-4-4h-2v3a1 1 0 1 1-2 0V7a1 1 0 1 0-2 0v3H19v3a1 1 0 1 1-2 0V7a1 1 0 0 0-1-1M9 38V20h30v18a2 2 0 0 1-2 2H11a2 2 0 0 1-2-2m14.3-16a1 1 0 0 0-.3 1.954V25.1c-.638.13-1.233.38-1.757.728l-.729-.728a1 1 0 0 0-1.421-1.407l-1.4 1.4a1 1 0 0 0 1.407 1.421l.728.729A5 5 0 0 0 19.1 29h-1.146a1 1 0 0 0-1.954.3v1.4a1 1 0 0 0 1.954.3H19.1c.13.638.38 1.233.728 1.757l-.728.729a1 1 0 0 0-1.407 1.421l1.4 1.4a1 1 0 0 0 1.421-1.407l.729-.728A5 5 0 0 0 23 34.9v1.146A1 1 0 0 0 23.3 38h1.4a1 1 0 0 0 .3-1.954V34.9a5 5 0 0 0 2.16-1.025l1.026 1.025a1 1 0 0 0 1.421 1.407l1.4-1.4a1 1 0 0 0-1.407-1.421l-1.168-1.169c.214-.409.373-.851.468-1.317h1.146A1 1 0 0 0 32 30.7v-1.4a1 1 0 0 0-1.954-.3H28.9a5 5 0 0 0-.728-1.757l.728-.729a1 1 0 0 0 1.407-1.421l-1.4-1.4a1 1 0 0 0-1.421 1.407l-.729.728A5 5 0 0 0 25 25.1v-1.146A1 1 0 0 0 24.7 22z" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsCalendarQuarantineNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>
</template>

CSS

.icon-calendar-quarantine-negative {
  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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%3E%3Cg%20clip-path%3D%22url(%23healthiconsCalendarQuarantineNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M48%200H0v48h48zM16%206a1%201%200%200%200-1%201v3h-4a4%204%200%200%200-4%204v24a4%204%200%200%200%204%204h26a4%204%200%200%200%204-4V14a4%204%200%200%200-4-4h-2v3a1%201%200%201%201-2%200V7a1%201%200%201%200-2%200v3H19v3a1%201%200%201%201-2%200V7a1%201%200%200%200-1-1M9%2038V20h30v18a2%202%200%200%201-2%202H11a2%202%200%200%201-2-2m14.3-16a1%201%200%200%200-.3%201.954V25.1c-.638.13-1.233.38-1.757.728l-.729-.728a1%201%200%200%200-1.421-1.407l-1.4%201.4a1%201%200%200%200%201.407%201.421l.728.729A5%205%200%200%200%2019.1%2029h-1.146a1%201%200%200%200-1.954.3v1.4a1%201%200%200%200%201.954.3H19.1c.13.638.38%201.233.728%201.757l-.728.729a1%201%200%200%200-1.407%201.421l1.4%201.4a1%201%200%200%200%201.421-1.407l.729-.728A5%205%200%200%200%2023%2034.9v1.146A1%201%200%200%200%2023.3%2038h1.4a1%201%200%200%200%20.3-1.954V34.9a5%205%200%200%200%202.16-1.025l1.026%201.025a1%201%200%200%200%201.421%201.407l1.4-1.4a1%201%200%200%200-1.407-1.421l-1.168-1.169c.214-.409.373-.851.468-1.317h1.146A1%201%200%200%200%2032%2030.7v-1.4a1%201%200%200%200-1.954-.3H28.9a5%205%200%200%200-.728-1.757l.728-.729a1%201%200%200%200%201.407-1.421l-1.4-1.4a1%201%200%200%200-1.421%201.407l-.729.728A5%205%200%200%200%2025%2025.1v-1.146A1%201%200%200%200%2024.7%2022z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsCalendarQuarantineNegative%22%3E%3Cpath%20d%3D%22M0%200h48v48H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fg%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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%3E%3Cg%20clip-path%3D%22url(%23healthiconsCalendarQuarantineNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M48%200H0v48h48zM16%206a1%201%200%200%200-1%201v3h-4a4%204%200%200%200-4%204v24a4%204%200%200%200%204%204h26a4%204%200%200%200%204-4V14a4%204%200%200%200-4-4h-2v3a1%201%200%201%201-2%200V7a1%201%200%201%200-2%200v3H19v3a1%201%200%201%201-2%200V7a1%201%200%200%200-1-1M9%2038V20h30v18a2%202%200%200%201-2%202H11a2%202%200%200%201-2-2m14.3-16a1%201%200%200%200-.3%201.954V25.1c-.638.13-1.233.38-1.757.728l-.729-.728a1%201%200%200%200-1.421-1.407l-1.4%201.4a1%201%200%200%200%201.407%201.421l.728.729A5%205%200%200%200%2019.1%2029h-1.146a1%201%200%200%200-1.954.3v1.4a1%201%200%200%200%201.954.3H19.1c.13.638.38%201.233.728%201.757l-.728.729a1%201%200%200%200-1.407%201.421l1.4%201.4a1%201%200%200%200%201.421-1.407l.729-.728A5%205%200%200%200%2023%2034.9v1.146A1%201%200%200%200%2023.3%2038h1.4a1%201%200%200%200%20.3-1.954V34.9a5%205%200%200%200%202.16-1.025l1.026%201.025a1%201%200%200%200%201.421%201.407l1.4-1.4a1%201%200%200%200-1.407-1.421l-1.168-1.169c.214-.409.373-.851.468-1.317h1.146A1%201%200%200%200%2032%2030.7v-1.4a1%201%200%200%200-1.954-.3H28.9a5%205%200%200%200-.728-1.757l.728-.729a1%201%200%200%200%201.407-1.421l-1.4-1.4a1%201%200%200%200-1.421%201.407l-.729.728A5%205%200%200%200%2025%2025.1v-1.146A1%201%200%200%200%2024.7%2022z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsCalendarQuarantineNegative%22%3E%3Cpath%20d%3D%22M0%200h48v48H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/healthicons/calendar-quarantine-negative.svg?color=%231a73e8&size=48