weekend from Material Symbols Light by Google · Regular · Household · Apache-2.0 Free for personal and commercial use.

Name
weekend
Set
Material Symbols Light
Style
Regular
Category
Household
Viewbox
24×24
License
Apache 2.0
Aliases
weekend-rounded

3 other variants in Material Symbols Light

The same icon in other sets

More household icons from Material Symbols Light

Use the weekend icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4 18.462q-.846 0-1.423-.577T2 16.46v-4.807q0-.594.443-1.009T3.5 10.23t1.057.414t.443 1.01v3.308h14v-3.308q0-.594.443-1.009t1.057-.414t1.057.414t.443 1.009v4.808q0 .846-.577 1.423T20 18.462zm2-4.5v-2.5q0-.864-.574-1.47T4 9.3V7.846Q4 7 4.577 6.423T6 5.846h12q.846 0 1.423.577T20 7.846V9.3q-.863.083-1.432.697q-.568.614-.568 1.465v2.5z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightWeekend(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="M4 18.462q-.846 0-1.423-.577T2 16.46v-4.807q0-.594.443-1.009T3.5 10.23t1.057.414t.443 1.01v3.308h14v-3.308q0-.594.443-1.009t1.057-.414t1.057.414t.443 1.009v4.808q0 .846-.577 1.423T20 18.462zm2-4.5v-2.5q0-.864-.574-1.47T4 9.3V7.846Q4 7 4.577 6.423T6 5.846h12q.846 0 1.423.577T20 7.846V9.3q-.863.083-1.432.697q-.568.614-.568 1.465v2.5z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4 18.462q-.846 0-1.423-.577T2 16.46v-4.807q0-.594.443-1.009T3.5 10.23t1.057.414t.443 1.01v3.308h14v-3.308q0-.594.443-1.009t1.057-.414t1.057.414t.443 1.009v4.808q0 .846-.577 1.423T20 18.462zm2-4.5v-2.5q0-.864-.574-1.47T4 9.3V7.846Q4 7 4.577 6.423T6 5.846h12q.846 0 1.423.577T20 7.846V9.3q-.863.083-1.432.697q-.568.614-.568 1.465v2.5z"/></svg>
</template>

CSS

.icon-weekend {
  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%22M4%2018.462q-.846%200-1.423-.577T2%2016.46v-4.807q0-.594.443-1.009T3.5%2010.23t1.057.414t.443%201.01v3.308h14v-3.308q0-.594.443-1.009t1.057-.414t1.057.414t.443%201.009v4.808q0%20.846-.577%201.423T20%2018.462zm2-4.5v-2.5q0-.864-.574-1.47T4%209.3V7.846Q4%207%204.577%206.423T6%205.846h12q.846%200%201.423.577T20%207.846V9.3q-.863.083-1.432.697q-.568.614-.568%201.465v2.5z%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%22M4%2018.462q-.846%200-1.423-.577T2%2016.46v-4.807q0-.594.443-1.009T3.5%2010.23t1.057.414t.443%201.01v3.308h14v-3.308q0-.594.443-1.009t1.057-.414t1.057.414t.443%201.009v4.808q0%20.846-.577%201.423T20%2018.462zm2-4.5v-2.5q0-.864-.574-1.47T4%209.3V7.846Q4%207%204.577%206.423T6%205.846h12q.846%200%201.423.577T20%207.846V9.3q-.863.083-1.432.697q-.568.614-.568%201.465v2.5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/weekend.svg?color=%231a73e8&size=48