rsvp icon
rsvp from Material Symbols by Google · Regular · Actions · Apache-2.0 Free for personal and commercial use.
- Name
- rsvp
- Set
- Material Symbols
- Style
- Regular
- Category
- Actions
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- rsvp-outline
2 other variants in Material Symbols
The same icon in other sets
More actions icons from Material Symbols
Use the rsvp icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M1 15V9h3.5q.625 0 1.063.438T6 10.5v1q0 .45-.262.825T5.1 12.9L6 15H4.5l-.85-2H2.5v2zm6 0v-1.5h3v-.75H8q-.425 0-.712-.288T7 11.75V10q0-.425.288-.712T8 9h3.5v1.5h-3v.75h2q.425 0 .713.288t.287.712V14q0 .425-.288.713T10.5 15zm7.25 0L12.5 9H14l1 3.425L16 9h1.5l-1.75 6zM18 15V9h3.5q.625 0 1.063.438T23 10.5v1q0 .625-.437 1.063T21.5 13h-2v2zM2.5 11.5h2v-1h-2zm17 0h2v-1h-2z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsRsvp(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="M1 15V9h3.5q.625 0 1.063.438T6 10.5v1q0 .45-.262.825T5.1 12.9L6 15H4.5l-.85-2H2.5v2zm6 0v-1.5h3v-.75H8q-.425 0-.712-.288T7 11.75V10q0-.425.288-.712T8 9h3.5v1.5h-3v.75h2q.425 0 .713.288t.287.712V14q0 .425-.288.713T10.5 15zm7.25 0L12.5 9H14l1 3.425L16 9h1.5l-1.75 6zM18 15V9h3.5q.625 0 1.063.438T23 10.5v1q0 .625-.437 1.063T21.5 13h-2v2zM2.5 11.5h2v-1h-2zm17 0h2v-1h-2z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M1 15V9h3.5q.625 0 1.063.438T6 10.5v1q0 .45-.262.825T5.1 12.9L6 15H4.5l-.85-2H2.5v2zm6 0v-1.5h3v-.75H8q-.425 0-.712-.288T7 11.75V10q0-.425.288-.712T8 9h3.5v1.5h-3v.75h2q.425 0 .713.288t.287.712V14q0 .425-.288.713T10.5 15zm7.25 0L12.5 9H14l1 3.425L16 9h1.5l-1.75 6zM18 15V9h3.5q.625 0 1.063.438T23 10.5v1q0 .625-.437 1.063T21.5 13h-2v2zM2.5 11.5h2v-1h-2zm17 0h2v-1h-2z"/></svg> </template>
CSS
.icon-rsvp {
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%22M1%2015V9h3.5q.625%200%201.063.438T6%2010.5v1q0%20.45-.262.825T5.1%2012.9L6%2015H4.5l-.85-2H2.5v2zm6%200v-1.5h3v-.75H8q-.425%200-.712-.288T7%2011.75V10q0-.425.288-.712T8%209h3.5v1.5h-3v.75h2q.425%200%20.713.288t.287.712V14q0%20.425-.288.713T10.5%2015zm7.25%200L12.5%209H14l1%203.425L16%209h1.5l-1.75%206zM18%2015V9h3.5q.625%200%201.063.438T23%2010.5v1q0%20.625-.437%201.063T21.5%2013h-2v2zM2.5%2011.5h2v-1h-2zm17%200h2v-1h-2z%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%22M1%2015V9h3.5q.625%200%201.063.438T6%2010.5v1q0%20.45-.262.825T5.1%2012.9L6%2015H4.5l-.85-2H2.5v2zm6%200v-1.5h3v-.75H8q-.425%200-.712-.288T7%2011.75V10q0-.425.288-.712T8%209h3.5v1.5h-3v.75h2q.425%200%20.713.288t.287.712V14q0%20.425-.288.713T10.5%2015zm7.25%200L12.5%209H14l1%203.425L16%209h1.5l-1.75%206zM18%2015V9h3.5q.625%200%201.063.438T23%2010.5v1q0%20.625-.437%201.063T21.5%2013h-2v2zM2.5%2011.5h2v-1h-2zm17%200h2v-1h-2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/rsvp.svg?color=%231a73e8&size=48