calendar view week icon
calendar-view-week from Material Symbols Light by Google · Regular · Text · Apache-2.0 Free for personal and commercial use.
- Name
- calendar-view-week
- Set
- Material Symbols Light
- Style
- Regular
- Category
- Text
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- calendar-view-week-rounded
3 other variants in Material Symbols Light
The same icon in other sets
More text icons from Material Symbols Light
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.289 18.23q-.349 0-.598-.248q-.249-.25-.249-.597V6.615q0-.348.25-.597q.249-.249.597-.249h1.759q.348 0 .597.25t.25.597v10.769q0 .348-.25.597t-.597.249zm-4.337 0q-.348 0-.597-.248t-.25-.597V6.615q0-.348.25-.597t.597-.249h1.76q.348 0 .597.25q.249.248.249.597v10.769q0 .348-.25.597q-.248.249-.596.249zm-4.337 0q-.367 0-.606-.239q-.24-.239-.24-.606V6.615q0-.367.24-.606q.239-.24.606-.24h1.76q.348 0 .597.25q.25.248.25.596v10.77q0 .348-.25.597q-.249.249-.597.249zm13.01 0q-.348 0-.597-.248q-.25-.25-.25-.597V6.615q0-.348.25-.597q.249-.249.597-.249h1.76q.367 0 .606.24q.24.239.24.607v10.769q0 .367-.24.606q-.239.24-.606.24z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightCalendarViewWeek(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.289 18.23q-.349 0-.598-.248q-.249-.25-.249-.597V6.615q0-.348.25-.597q.249-.249.597-.249h1.759q.348 0 .597.25t.25.597v10.769q0 .348-.25.597t-.597.249zm-4.337 0q-.348 0-.597-.248t-.25-.597V6.615q0-.348.25-.597t.597-.249h1.76q.348 0 .597.25q.249.248.249.597v10.769q0 .348-.25.597q-.248.249-.596.249zm-4.337 0q-.367 0-.606-.239q-.24-.239-.24-.606V6.615q0-.367.24-.606q.239-.24.606-.24h1.76q.348 0 .597.25q.25.248.25.596v10.77q0 .348-.25.597q-.249.249-.597.249zm13.01 0q-.348 0-.597-.248q-.25-.25-.25-.597V6.615q0-.348.25-.597q.249-.249.597-.249h1.76q.367 0 .606.24q.24.239.24.607v10.769q0 .367-.24.606q-.239.24-.606.24z"/></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.289 18.23q-.349 0-.598-.248q-.249-.25-.249-.597V6.615q0-.348.25-.597q.249-.249.597-.249h1.759q.348 0 .597.25t.25.597v10.769q0 .348-.25.597t-.597.249zm-4.337 0q-.348 0-.597-.248t-.25-.597V6.615q0-.348.25-.597t.597-.249h1.76q.348 0 .597.25q.249.248.249.597v10.769q0 .348-.25.597q-.248.249-.596.249zm-4.337 0q-.367 0-.606-.239q-.24-.239-.24-.606V6.615q0-.367.24-.606q.239-.24.606-.24h1.76q.348 0 .597.25q.25.248.25.596v10.77q0 .348-.25.597q-.249.249-.597.249zm13.01 0q-.348 0-.597-.248q-.25-.25-.25-.597V6.615q0-.348.25-.597q.249-.249.597-.249h1.76q.367 0 .606.24q.24.239.24.607v10.769q0 .367-.24.606q-.239.24-.606.24z"/></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.289%2018.23q-.349%200-.598-.248q-.249-.25-.249-.597V6.615q0-.348.25-.597q.249-.249.597-.249h1.759q.348%200%20.597.25t.25.597v10.769q0%20.348-.25.597t-.597.249zm-4.337%200q-.348%200-.597-.248t-.25-.597V6.615q0-.348.25-.597t.597-.249h1.76q.348%200%20.597.25q.249.248.249.597v10.769q0%20.348-.25.597q-.248.249-.596.249zm-4.337%200q-.367%200-.606-.239q-.24-.239-.24-.606V6.615q0-.367.24-.606q.239-.24.606-.24h1.76q.348%200%20.597.25q.25.248.25.596v10.77q0%20.348-.25.597q-.249.249-.597.249zm13.01%200q-.348%200-.597-.248q-.25-.25-.25-.597V6.615q0-.348.25-.597q.249-.249.597-.249h1.76q.367%200%20.606.24q.24.239.24.607v10.769q0%20.367-.24.606q-.239.24-.606.24z%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.289%2018.23q-.349%200-.598-.248q-.249-.25-.249-.597V6.615q0-.348.25-.597q.249-.249.597-.249h1.759q.348%200%20.597.25t.25.597v10.769q0%20.348-.25.597t-.597.249zm-4.337%200q-.348%200-.597-.248t-.25-.597V6.615q0-.348.25-.597t.597-.249h1.76q.348%200%20.597.25q.249.248.249.597v10.769q0%20.348-.25.597q-.248.249-.596.249zm-4.337%200q-.367%200-.606-.239q-.24-.239-.24-.606V6.615q0-.367.24-.606q.239-.24.606-.24h1.76q.348%200%20.597.25q.25.248.25.596v10.77q0%20.348-.25.597q-.249.249-.597.249zm13.01%200q-.348%200-.597-.248q-.25-.25-.25-.597V6.615q0-.348.25-.597q.249-.249.597-.249h1.76q.367%200%20.606.24q.24.239.24.607v10.769q0%20.367-.24.606q-.239.24-.606.24z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/calendar-view-week.svg?color=%231a73e8&size=48