twotone weekend icon
twotone-weekend from Google Material Icons by Material Design Authors · Baseline · Content · Apache-2.0 Free for personal and commercial use.
- Name
- twotone-weekend
- Set
- Google Material Icons
- Style
- Baseline
- Category
- Content
- Viewbox
- 24×24
- License
- Apache 2.0
More content icons from Google Material Icons
baseline-addbaseline-add-boxbaseline-add-circlebaseline-add-linkbaseline-amp-storiesbaseline-archivebaseline-attributionbaseline-backspacebaseline-ballotbaseline-biotechbaseline-blockbaseline-boltbaseline-calculatebaseline-change-circlebaseline-clearbaseline-content-copybaseline-content-cutbaseline-content-pastebaseline-content-paste-gobaseline-content-paste-offbaseline-content-paste-searchbaseline-copy-allbaseline-createbaseline-delete-sweep
Use the twotone weekend icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21 11c-.55 0-1 .45-1 1v4H4v-4c0-.55-.45-1-1-1s-1 .45-1 1v5c0 .55.45 1 1 1h18c.55 0 1-.45 1-1v-5c0-.55-.45-1-1-1M6 14h12v-2c0-.88.39-1.67 1-2.22V7c0-.55-.45-1-1-1H6c-.55 0-1 .45-1 1v2.78c.61.55 1 1.34 1 2.22z" opacity=".3"/><path fill="currentColor" d="M21 9V7c0-1.65-1.35-3-3-3H6C4.35 4 3 5.35 3 7v2c-1.65 0-3 1.35-3 3v5c0 1.65 1.35 3 3 3h18c1.65 0 3-1.35 3-3v-5c0-1.65-1.35-3-3-3M5 7c0-.55.45-1 1-1h12c.55 0 1 .45 1 1v2.78c-.61.55-1 1.34-1 2.22v2H6v-2c0-.88-.39-1.67-1-2.22zm17 10c0 .55-.45 1-1 1H3c-.55 0-1-.45-1-1v-5c0-.55.45-1 1-1s1 .45 1 1v4h16v-4c0-.55.45-1 1-1s1 .45 1 1z"/></svg>
React
import type { SVGProps } from "react";
export function IcTwotoneWeekend(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="M21 11c-.55 0-1 .45-1 1v4H4v-4c0-.55-.45-1-1-1s-1 .45-1 1v5c0 .55.45 1 1 1h18c.55 0 1-.45 1-1v-5c0-.55-.45-1-1-1M6 14h12v-2c0-.88.39-1.67 1-2.22V7c0-.55-.45-1-1-1H6c-.55 0-1 .45-1 1v2.78c.61.55 1 1.34 1 2.22z" opacity=".3"/><path fill="currentColor" d="M21 9V7c0-1.65-1.35-3-3-3H6C4.35 4 3 5.35 3 7v2c-1.65 0-3 1.35-3 3v5c0 1.65 1.35 3 3 3h18c1.65 0 3-1.35 3-3v-5c0-1.65-1.35-3-3-3M5 7c0-.55.45-1 1-1h12c.55 0 1 .45 1 1v2.78c-.61.55-1 1.34-1 2.22v2H6v-2c0-.88-.39-1.67-1-2.22zm17 10c0 .55-.45 1-1 1H3c-.55 0-1-.45-1-1v-5c0-.55.45-1 1-1s1 .45 1 1v4h16v-4c0-.55.45-1 1-1s1 .45 1 1z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21 11c-.55 0-1 .45-1 1v4H4v-4c0-.55-.45-1-1-1s-1 .45-1 1v5c0 .55.45 1 1 1h18c.55 0 1-.45 1-1v-5c0-.55-.45-1-1-1M6 14h12v-2c0-.88.39-1.67 1-2.22V7c0-.55-.45-1-1-1H6c-.55 0-1 .45-1 1v2.78c.61.55 1 1.34 1 2.22z" opacity=".3"/><path fill="currentColor" d="M21 9V7c0-1.65-1.35-3-3-3H6C4.35 4 3 5.35 3 7v2c-1.65 0-3 1.35-3 3v5c0 1.65 1.35 3 3 3h18c1.65 0 3-1.35 3-3v-5c0-1.65-1.35-3-3-3M5 7c0-.55.45-1 1-1h12c.55 0 1 .45 1 1v2.78c-.61.55-1 1.34-1 2.22v2H6v-2c0-.88-.39-1.67-1-2.22zm17 10c0 .55-.45 1-1 1H3c-.55 0-1-.45-1-1v-5c0-.55.45-1 1-1s1 .45 1 1v4h16v-4c0-.55.45-1 1-1s1 .45 1 1z"/></svg> </template>
CSS
.icon-twotone-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%22M21%2011c-.55%200-1%20.45-1%201v4H4v-4c0-.55-.45-1-1-1s-1%20.45-1%201v5c0%20.55.45%201%201%201h18c.55%200%201-.45%201-1v-5c0-.55-.45-1-1-1M6%2014h12v-2c0-.88.39-1.67%201-2.22V7c0-.55-.45-1-1-1H6c-.55%200-1%20.45-1%201v2.78c.61.55%201%201.34%201%202.22z%22%20opacity%3D%22.3%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M21%209V7c0-1.65-1.35-3-3-3H6C4.35%204%203%205.35%203%207v2c-1.65%200-3%201.35-3%203v5c0%201.65%201.35%203%203%203h18c1.65%200%203-1.35%203-3v-5c0-1.65-1.35-3-3-3M5%207c0-.55.45-1%201-1h12c.55%200%201%20.45%201%201v2.78c-.61.55-1%201.34-1%202.22v2H6v-2c0-.88-.39-1.67-1-2.22zm17%2010c0%20.55-.45%201-1%201H3c-.55%200-1-.45-1-1v-5c0-.55.45-1%201-1s1%20.45%201%201v4h16v-4c0-.55.45-1%201-1s1%20.45%201%201z%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%22M21%2011c-.55%200-1%20.45-1%201v4H4v-4c0-.55-.45-1-1-1s-1%20.45-1%201v5c0%20.55.45%201%201%201h18c.55%200%201-.45%201-1v-5c0-.55-.45-1-1-1M6%2014h12v-2c0-.88.39-1.67%201-2.22V7c0-.55-.45-1-1-1H6c-.55%200-1%20.45-1%201v2.78c.61.55%201%201.34%201%202.22z%22%20opacity%3D%22.3%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M21%209V7c0-1.65-1.35-3-3-3H6C4.35%204%203%205.35%203%207v2c-1.65%200-3%201.35-3%203v5c0%201.65%201.35%203%203%203h18c1.65%200%203-1.35%203-3v-5c0-1.65-1.35-3-3-3M5%207c0-.55.45-1%201-1h12c.55%200%201%20.45%201%201v2.78c-.61.55-1%201.34-1%202.22v2H6v-2c0-.88-.39-1.67-1-2.22zm17%2010c0%20.55-.45%201-1%201H3c-.55%200-1-.45-1-1v-5c0-.55.45-1%201-1s1%20.45%201%201v4h16v-4c0-.55.45-1%201-1s1%20.45%201%201z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/twotone-weekend.svg?color=%231a73e8&size=48