schedule icon
schedule-twotone from Ant Design Icons by HeskeyBaozi · TwoTone · MIT Free for personal and commercial use.
- Name
- schedule-twotone
- Set
- Ant Design Icons
- Style
- TwoTone
- Viewbox
- 1024×1024
- License
- MIT
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" fill-opacity=".15" d="M768 352c0 4.4-3.6 8-8 8h-56c-4.4 0-8-3.6-8-8v-56H548v56c0 4.4-3.6 8-8 8h-56c-4.4 0-8-3.6-8-8v-56H328v56c0 4.4-3.6 8-8 8h-56c-4.4 0-8-3.6-8-8v-56H136v496h752V296H768zM424 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.4-91.2l-165 228.7a15.9 15.9 0 0 1-25.8 0L493.5 531.3c-3.8-5.3 0-12.7 6.5-12.7h54.9c5.1 0 9.9 2.4 12.9 6.6l52.8 73.1l103.6-143.7c3-4.1 7.8-6.6 12.8-6.5h54.9c6.5 0 10.3 7.4 6.5 12.7"/><path fill="currentColor" d="M724.2 454.6L620.6 598.3l-52.8-73.1c-3-4.2-7.8-6.6-12.9-6.6H500c-6.5 0-10.3 7.4-6.5 12.7l114.1 158.2a15.9 15.9 0 0 0 25.8 0l165-228.7c3.8-5.3 0-12.7-6.5-12.7H737c-5-.1-9.8 2.4-12.8 6.5M416 496H232c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h184c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8"/><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-32m-40 568H136V296h120v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56h148v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56h148v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56h120z"/><path fill="currentColor" d="M416 632H232c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h184c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8"/></svg>
React
import type { SVGProps } from "react";
export function AntDesignScheduleTwotone(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" fillOpacity=".15" d="M768 352c0 4.4-3.6 8-8 8h-56c-4.4 0-8-3.6-8-8v-56H548v56c0 4.4-3.6 8-8 8h-56c-4.4 0-8-3.6-8-8v-56H328v56c0 4.4-3.6 8-8 8h-56c-4.4 0-8-3.6-8-8v-56H136v496h752V296H768zM424 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.4-91.2l-165 228.7a15.9 15.9 0 0 1-25.8 0L493.5 531.3c-3.8-5.3 0-12.7 6.5-12.7h54.9c5.1 0 9.9 2.4 12.9 6.6l52.8 73.1l103.6-143.7c3-4.1 7.8-6.6 12.8-6.5h54.9c6.5 0 10.3 7.4 6.5 12.7"/><path fill="currentColor" d="M724.2 454.6L620.6 598.3l-52.8-73.1c-3-4.2-7.8-6.6-12.9-6.6H500c-6.5 0-10.3 7.4-6.5 12.7l114.1 158.2a15.9 15.9 0 0 0 25.8 0l165-228.7c3.8-5.3 0-12.7-6.5-12.7H737c-5-.1-9.8 2.4-12.8 6.5M416 496H232c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h184c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8"/><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-32m-40 568H136V296h120v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56h148v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56h148v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56h120z"/><path fill="currentColor" d="M416 632H232c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h184c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" fill-opacity=".15" d="M768 352c0 4.4-3.6 8-8 8h-56c-4.4 0-8-3.6-8-8v-56H548v56c0 4.4-3.6 8-8 8h-56c-4.4 0-8-3.6-8-8v-56H328v56c0 4.4-3.6 8-8 8h-56c-4.4 0-8-3.6-8-8v-56H136v496h752V296H768zM424 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.4-91.2l-165 228.7a15.9 15.9 0 0 1-25.8 0L493.5 531.3c-3.8-5.3 0-12.7 6.5-12.7h54.9c5.1 0 9.9 2.4 12.9 6.6l52.8 73.1l103.6-143.7c3-4.1 7.8-6.6 12.8-6.5h54.9c6.5 0 10.3 7.4 6.5 12.7"/><path fill="currentColor" d="M724.2 454.6L620.6 598.3l-52.8-73.1c-3-4.2-7.8-6.6-12.9-6.6H500c-6.5 0-10.3 7.4-6.5 12.7l114.1 158.2a15.9 15.9 0 0 0 25.8 0l165-228.7c3.8-5.3 0-12.7-6.5-12.7H737c-5-.1-9.8 2.4-12.8 6.5M416 496H232c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h184c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8"/><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-32m-40 568H136V296h120v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56h148v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56h148v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56h120z"/><path fill="currentColor" d="M416 632H232c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h184c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8"/></svg> </template>
CSS
.icon-schedule-twotone {
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%20fill-opacity%3D%22.15%22%20d%3D%22M768%20352c0%204.4-3.6%208-8%208h-56c-4.4%200-8-3.6-8-8v-56H548v56c0%204.4-3.6%208-8%208h-56c-4.4%200-8-3.6-8-8v-56H328v56c0%204.4-3.6%208-8%208h-56c-4.4%200-8-3.6-8-8v-56H136v496h752V296H768zM424%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.4-91.2l-165%20228.7a15.9%2015.9%200%200%201-25.8%200L493.5%20531.3c-3.8-5.3%200-12.7%206.5-12.7h54.9c5.1%200%209.9%202.4%2012.9%206.6l52.8%2073.1l103.6-143.7c3-4.1%207.8-6.6%2012.8-6.5h54.9c6.5%200%2010.3%207.4%206.5%2012.7%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M724.2%20454.6L620.6%20598.3l-52.8-73.1c-3-4.2-7.8-6.6-12.9-6.6H500c-6.5%200-10.3%207.4-6.5%2012.7l114.1%20158.2a15.9%2015.9%200%200%200%2025.8%200l165-228.7c3.8-5.3%200-12.7-6.5-12.7H737c-5-.1-9.8%202.4-12.8%206.5M416%20496H232c-4.4%200-8%203.6-8%208v48c0%204.4%203.6%208%208%208h184c4.4%200%208-3.6%208-8v-48c0-4.4-3.6-8-8-8%22%2F%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-32m-40%20568H136V296h120v56c0%204.4%203.6%208%208%208h56c4.4%200%208-3.6%208-8v-56h148v56c0%204.4%203.6%208%208%208h56c4.4%200%208-3.6%208-8v-56h148v56c0%204.4%203.6%208%208%208h56c4.4%200%208-3.6%208-8v-56h120z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M416%20632H232c-4.4%200-8%203.6-8%208v48c0%204.4%203.6%208%208%208h184c4.4%200%208-3.6%208-8v-48c0-4.4-3.6-8-8-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%20fill-opacity%3D%22.15%22%20d%3D%22M768%20352c0%204.4-3.6%208-8%208h-56c-4.4%200-8-3.6-8-8v-56H548v56c0%204.4-3.6%208-8%208h-56c-4.4%200-8-3.6-8-8v-56H328v56c0%204.4-3.6%208-8%208h-56c-4.4%200-8-3.6-8-8v-56H136v496h752V296H768zM424%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.4-91.2l-165%20228.7a15.9%2015.9%200%200%201-25.8%200L493.5%20531.3c-3.8-5.3%200-12.7%206.5-12.7h54.9c5.1%200%209.9%202.4%2012.9%206.6l52.8%2073.1l103.6-143.7c3-4.1%207.8-6.6%2012.8-6.5h54.9c6.5%200%2010.3%207.4%206.5%2012.7%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M724.2%20454.6L620.6%20598.3l-52.8-73.1c-3-4.2-7.8-6.6-12.9-6.6H500c-6.5%200-10.3%207.4-6.5%2012.7l114.1%20158.2a15.9%2015.9%200%200%200%2025.8%200l165-228.7c3.8-5.3%200-12.7-6.5-12.7H737c-5-.1-9.8%202.4-12.8%206.5M416%20496H232c-4.4%200-8%203.6-8%208v48c0%204.4%203.6%208%208%208h184c4.4%200%208-3.6%208-8v-48c0-4.4-3.6-8-8-8%22%2F%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-32m-40%20568H136V296h120v56c0%204.4%203.6%208%208%208h56c4.4%200%208-3.6%208-8v-56h148v56c0%204.4%203.6%208%208%208h56c4.4%200%208-3.6%208-8v-56h148v56c0%204.4%203.6%208%208%208h56c4.4%200%208-3.6%208-8v-56h120z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M416%20632H232c-4.4%200-8%203.6-8%208v48c0%204.4%203.6%208%208%208h184c4.4%200%208-3.6%208-8v-48c0-4.4-3.6-8-8-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-twotone.svg?color=%231a73e8&size=48