schedule-filled from Ant Design Icons by HeskeyBaozi · Filled · MIT Free for personal and commercial use.

Name
schedule-filled
Set
Ant Design Icons
Style
Filled
Viewbox
1024×1024
License
MIT
Aliases
schedule-fill

2 other variants in Ant Design Icons

The same icon in other sets

Use the schedule icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M928 224H768v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56H548v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56H328v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56H96c-17.7 0-32 14.3-32 32v576c0 17.7 14.3 32 32 32h832c17.7 0 32-14.3 32-32V256c0-17.7-14.3-32-32-32M424 688c0 4.4-3.6 8-8 8H232c-4.4 0-8-3.6-8-8v-48c0-4.4 3.6-8 8-8h184c4.4 0 8 3.6 8 8zm0-136c0 4.4-3.6 8-8 8H232c-4.4 0-8-3.6-8-8v-48c0-4.4 3.6-8 8-8h184c4.4 0 8 3.6 8 8zm374.5-91.3l-165 228.7a15.9 15.9 0 0 1-25.8 0L493.5 531.2c-3.8-5.3 0-12.7 6.5-12.7h54.9c5.1 0 9.9 2.5 12.9 6.6l52.8 73.1l103.7-143.7c3-4.2 7.8-6.6 12.9-6.6H792c6.5.1 10.3 7.5 6.5 12.8"/></svg>

React

import type { SVGProps } from "react";

export function AntDesignScheduleFilled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M928 224H768v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56H548v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56H328v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56H96c-17.7 0-32 14.3-32 32v576c0 17.7 14.3 32 32 32h832c17.7 0 32-14.3 32-32V256c0-17.7-14.3-32-32-32M424 688c0 4.4-3.6 8-8 8H232c-4.4 0-8-3.6-8-8v-48c0-4.4 3.6-8 8-8h184c4.4 0 8 3.6 8 8zm0-136c0 4.4-3.6 8-8 8H232c-4.4 0-8-3.6-8-8v-48c0-4.4 3.6-8 8-8h184c4.4 0 8 3.6 8 8zm374.5-91.3l-165 228.7a15.9 15.9 0 0 1-25.8 0L493.5 531.2c-3.8-5.3 0-12.7 6.5-12.7h54.9c5.1 0 9.9 2.5 12.9 6.6l52.8 73.1l103.7-143.7c3-4.2 7.8-6.6 12.9-6.6H792c6.5.1 10.3 7.5 6.5 12.8"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M928 224H768v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56H548v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56H328v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56H96c-17.7 0-32 14.3-32 32v576c0 17.7 14.3 32 32 32h832c17.7 0 32-14.3 32-32V256c0-17.7-14.3-32-32-32M424 688c0 4.4-3.6 8-8 8H232c-4.4 0-8-3.6-8-8v-48c0-4.4 3.6-8 8-8h184c4.4 0 8 3.6 8 8zm0-136c0 4.4-3.6 8-8 8H232c-4.4 0-8-3.6-8-8v-48c0-4.4 3.6-8 8-8h184c4.4 0 8 3.6 8 8zm374.5-91.3l-165 228.7a15.9 15.9 0 0 1-25.8 0L493.5 531.2c-3.8-5.3 0-12.7 6.5-12.7h54.9c5.1 0 9.9 2.5 12.9 6.6l52.8 73.1l103.7-143.7c3-4.2 7.8-6.6 12.9-6.6H792c6.5.1 10.3 7.5 6.5 12.8"/></svg>
</template>

CSS

.icon-schedule-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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M928%20224H768v-56c0-4.4-3.6-8-8-8h-56c-4.4%200-8%203.6-8%208v56H548v-56c0-4.4-3.6-8-8-8h-56c-4.4%200-8%203.6-8%208v56H328v-56c0-4.4-3.6-8-8-8h-56c-4.4%200-8%203.6-8%208v56H96c-17.7%200-32%2014.3-32%2032v576c0%2017.7%2014.3%2032%2032%2032h832c17.7%200%2032-14.3%2032-32V256c0-17.7-14.3-32-32-32M424%20688c0%204.4-3.6%208-8%208H232c-4.4%200-8-3.6-8-8v-48c0-4.4%203.6-8%208-8h184c4.4%200%208%203.6%208%208zm0-136c0%204.4-3.6%208-8%208H232c-4.4%200-8-3.6-8-8v-48c0-4.4%203.6-8%208-8h184c4.4%200%208%203.6%208%208zm374.5-91.3l-165%20228.7a15.9%2015.9%200%200%201-25.8%200L493.5%20531.2c-3.8-5.3%200-12.7%206.5-12.7h54.9c5.1%200%209.9%202.5%2012.9%206.6l52.8%2073.1l103.7-143.7c3-4.2%207.8-6.6%2012.9-6.6H792c6.5.1%2010.3%207.5%206.5%2012.8%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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M928%20224H768v-56c0-4.4-3.6-8-8-8h-56c-4.4%200-8%203.6-8%208v56H548v-56c0-4.4-3.6-8-8-8h-56c-4.4%200-8%203.6-8%208v56H328v-56c0-4.4-3.6-8-8-8h-56c-4.4%200-8%203.6-8%208v56H96c-17.7%200-32%2014.3-32%2032v576c0%2017.7%2014.3%2032%2032%2032h832c17.7%200%2032-14.3%2032-32V256c0-17.7-14.3-32-32-32M424%20688c0%204.4-3.6%208-8%208H232c-4.4%200-8-3.6-8-8v-48c0-4.4%203.6-8%208-8h184c4.4%200%208%203.6%208%208zm0-136c0%204.4-3.6%208-8%208H232c-4.4%200-8-3.6-8-8v-48c0-4.4%203.6-8%208-8h184c4.4%200%208%203.6%208%208zm374.5-91.3l-165%20228.7a15.9%2015.9%200%200%201-25.8%200L493.5%20531.2c-3.8-5.3%200-12.7%206.5-12.7h54.9c5.1%200%209.9%202.5%2012.9%206.6l52.8%2073.1l103.7-143.7c3-4.2%207.8-6.6%2012.9-6.6H792c6.5.1%2010.3%207.5%206.5%2012.8%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ant-design/schedule-filled.svg?color=%231a73e8&size=48