briefcase-clock-outline from Material Design Icons by Pictogrammers · Outline · Date / Time · Apache-2.0 Free for personal and commercial use.

Name
briefcase-clock-outline
Set
Material Design Icons
Style
Outline
Category
Date / Time
Viewbox
24×24
License
Apache 2.0

1 other variant in Material Design Icons

The same icon in other sets

More date / time icons from Material Design Icons

Use the briefcase clock icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21 11.11V7a2 2 0 0 0-.58-1.41A1.87 1.87 0 0 0 19 5h-4V3a1.9 1.9 0 0 0-.58-1.42A1.9 1.9 0 0 0 13 1H9a1.9 1.9 0 0 0-1.42.58A1.9 1.9 0 0 0 7 3v2H3a1.87 1.87 0 0 0-1.42.59A2 2 0 0 0 1 7v11a2 2 0 0 0 .58 1.41A1.87 1.87 0 0 0 3 20h7.26A7 7 0 1 0 21 11.11M9 3h4v2H9M3 18V7h16v2.68A6.84 6.84 0 0 0 16 9a7 7 0 0 0-7 7a7 7 0 0 0 .29 2M19 20a5 5 0 0 1-6 0a4.94 4.94 0 0 1-2-4a5 5 0 0 1 5-5a4.94 4.94 0 0 1 3 1a5 5 0 0 1 0 8m-4-7h1.5v2.82l2.44 1.41l-.75 1.3L15 16.69z"/></svg>

React

import type { SVGProps } from "react";

export function MdiBriefcaseClockOutline(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="M21 11.11V7a2 2 0 0 0-.58-1.41A1.87 1.87 0 0 0 19 5h-4V3a1.9 1.9 0 0 0-.58-1.42A1.9 1.9 0 0 0 13 1H9a1.9 1.9 0 0 0-1.42.58A1.9 1.9 0 0 0 7 3v2H3a1.87 1.87 0 0 0-1.42.59A2 2 0 0 0 1 7v11a2 2 0 0 0 .58 1.41A1.87 1.87 0 0 0 3 20h7.26A7 7 0 1 0 21 11.11M9 3h4v2H9M3 18V7h16v2.68A6.84 6.84 0 0 0 16 9a7 7 0 0 0-7 7a7 7 0 0 0 .29 2M19 20a5 5 0 0 1-6 0a4.94 4.94 0 0 1-2-4a5 5 0 0 1 5-5a4.94 4.94 0 0 1 3 1a5 5 0 0 1 0 8m-4-7h1.5v2.82l2.44 1.41l-.75 1.3L15 16.69z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21 11.11V7a2 2 0 0 0-.58-1.41A1.87 1.87 0 0 0 19 5h-4V3a1.9 1.9 0 0 0-.58-1.42A1.9 1.9 0 0 0 13 1H9a1.9 1.9 0 0 0-1.42.58A1.9 1.9 0 0 0 7 3v2H3a1.87 1.87 0 0 0-1.42.59A2 2 0 0 0 1 7v11a2 2 0 0 0 .58 1.41A1.87 1.87 0 0 0 3 20h7.26A7 7 0 1 0 21 11.11M9 3h4v2H9M3 18V7h16v2.68A6.84 6.84 0 0 0 16 9a7 7 0 0 0-7 7a7 7 0 0 0 .29 2M19 20a5 5 0 0 1-6 0a4.94 4.94 0 0 1-2-4a5 5 0 0 1 5-5a4.94 4.94 0 0 1 3 1a5 5 0 0 1 0 8m-4-7h1.5v2.82l2.44 1.41l-.75 1.3L15 16.69z"/></svg>
</template>

CSS

.icon-briefcase-clock-outline {
  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%22M21%2011.11V7a2%202%200%200%200-.58-1.41A1.87%201.87%200%200%200%2019%205h-4V3a1.9%201.9%200%200%200-.58-1.42A1.9%201.9%200%200%200%2013%201H9a1.9%201.9%200%200%200-1.42.58A1.9%201.9%200%200%200%207%203v2H3a1.87%201.87%200%200%200-1.42.59A2%202%200%200%200%201%207v11a2%202%200%200%200%20.58%201.41A1.87%201.87%200%200%200%203%2020h7.26A7%207%200%201%200%2021%2011.11M9%203h4v2H9M3%2018V7h16v2.68A6.84%206.84%200%200%200%2016%209a7%207%200%200%200-7%207a7%207%200%200%200%20.29%202M19%2020a5%205%200%200%201-6%200a4.94%204.94%200%200%201-2-4a5%205%200%200%201%205-5a4.94%204.94%200%200%201%203%201a5%205%200%200%201%200%208m-4-7h1.5v2.82l2.44%201.41l-.75%201.3L15%2016.69z%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%22M21%2011.11V7a2%202%200%200%200-.58-1.41A1.87%201.87%200%200%200%2019%205h-4V3a1.9%201.9%200%200%200-.58-1.42A1.9%201.9%200%200%200%2013%201H9a1.9%201.9%200%200%200-1.42.58A1.9%201.9%200%200%200%207%203v2H3a1.87%201.87%200%200%200-1.42.59A2%202%200%200%200%201%207v11a2%202%200%200%200%20.58%201.41A1.87%201.87%200%200%200%203%2020h7.26A7%207%200%201%200%2021%2011.11M9%203h4v2H9M3%2018V7h16v2.68A6.84%206.84%200%200%200%2016%209a7%207%200%200%200-7%207a7%207%200%200%200%20.29%202M19%2020a5%205%200%200%201-6%200a4.94%204.94%200%200%201-2-4a5%205%200%200%201%205-5a4.94%204.94%200%200%201%203%201a5%205%200%200%201%200%208m-4-7h1.5v2.82l2.44%201.41l-.75%201.3L15%2016.69z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/briefcase-clock-outline.svg?color=%231a73e8&size=48