calendar view week icon
calendar-view-week from Material Symbols by Google · Regular · Text · Apache-2.0 Free for personal and commercial use.
- Name
- calendar-view-week
- Set
- Material Symbols
- Style
- Regular
- Category
- Text
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- calendar-view-week-rounded
3 other variants in Material Symbols
The same icon in other sets
More text icons from Material Symbols
add-column-leftadd-column-rightadd-linkadd-notesadd-row-aboveadd-row-belowadd-to-drivealign-centeralign-endalign-flex-centeralign-flex-endalign-flex-startalign-horizontal-centeralign-horizontal-leftalign-horizontal-rightalign-items-stretchalign-justify-centeralign-justify-flex-endalign-justify-flex-startalign-justify-space-aroundalign-justify-space-betweenalign-justify-space-evenalign-justify-stretchalign-self-stretch
Use the calendar view week icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.75 19q-.425 0-.712-.288T12.75 18V6q0-.425.288-.712T13.75 5h1.375q.425 0 .713.288t.287.712v12q0 .425-.288.713t-.712.287zm-4.875 0q-.425 0-.712-.288T7.874 18V6q0-.425.288-.712T8.875 5h1.375q.425 0 .713.288T11.25 6v12q0 .425-.288.713T10.25 19zM4 19q-.425 0-.712-.288T3 18V6q0-.425.288-.712T4 5h1.375q.425 0 .713.288T6.375 6v12q0 .425-.288.713T5.376 19zm14.625 0q-.425 0-.712-.288T17.625 18V6q0-.425.288-.712T18.625 5H20q.425 0 .713.288T21 6v12q0 .425-.288.713T20 19z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsCalendarViewWeek(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="M13.75 19q-.425 0-.712-.288T12.75 18V6q0-.425.288-.712T13.75 5h1.375q.425 0 .713.288t.287.712v12q0 .425-.288.713t-.712.287zm-4.875 0q-.425 0-.712-.288T7.874 18V6q0-.425.288-.712T8.875 5h1.375q.425 0 .713.288T11.25 6v12q0 .425-.288.713T10.25 19zM4 19q-.425 0-.712-.288T3 18V6q0-.425.288-.712T4 5h1.375q.425 0 .713.288T6.375 6v12q0 .425-.288.713T5.376 19zm14.625 0q-.425 0-.712-.288T17.625 18V6q0-.425.288-.712T18.625 5H20q.425 0 .713.288T21 6v12q0 .425-.288.713T20 19z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.75 19q-.425 0-.712-.288T12.75 18V6q0-.425.288-.712T13.75 5h1.375q.425 0 .713.288t.287.712v12q0 .425-.288.713t-.712.287zm-4.875 0q-.425 0-.712-.288T7.874 18V6q0-.425.288-.712T8.875 5h1.375q.425 0 .713.288T11.25 6v12q0 .425-.288.713T10.25 19zM4 19q-.425 0-.712-.288T3 18V6q0-.425.288-.712T4 5h1.375q.425 0 .713.288T6.375 6v12q0 .425-.288.713T5.376 19zm14.625 0q-.425 0-.712-.288T17.625 18V6q0-.425.288-.712T18.625 5H20q.425 0 .713.288T21 6v12q0 .425-.288.713T20 19z"/></svg> </template>
CSS
.icon-calendar-view-week {
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%22M13.75%2019q-.425%200-.712-.288T12.75%2018V6q0-.425.288-.712T13.75%205h1.375q.425%200%20.713.288t.287.712v12q0%20.425-.288.713t-.712.287zm-4.875%200q-.425%200-.712-.288T7.874%2018V6q0-.425.288-.712T8.875%205h1.375q.425%200%20.713.288T11.25%206v12q0%20.425-.288.713T10.25%2019zM4%2019q-.425%200-.712-.288T3%2018V6q0-.425.288-.712T4%205h1.375q.425%200%20.713.288T6.375%206v12q0%20.425-.288.713T5.376%2019zm14.625%200q-.425%200-.712-.288T17.625%2018V6q0-.425.288-.712T18.625%205H20q.425%200%20.713.288T21%206v12q0%20.425-.288.713T20%2019z%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%22M13.75%2019q-.425%200-.712-.288T12.75%2018V6q0-.425.288-.712T13.75%205h1.375q.425%200%20.713.288t.287.712v12q0%20.425-.288.713t-.712.287zm-4.875%200q-.425%200-.712-.288T7.874%2018V6q0-.425.288-.712T8.875%205h1.375q.425%200%20.713.288T11.25%206v12q0%20.425-.288.713T10.25%2019zM4%2019q-.425%200-.712-.288T3%2018V6q0-.425.288-.712T4%205h1.375q.425%200%20.713.288T6.375%206v12q0%20.425-.288.713T5.376%2019zm14.625%200q-.425%200-.712-.288T17.625%2018V6q0-.425.288-.712T18.625%205H20q.425%200%20.713.288T21%206v12q0%20.425-.288.713T20%2019z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/calendar-view-week.svg?color=%231a73e8&size=48