rsvp icon
rsvp-rounded from Material Symbols by Google · Rounded · Actions · Apache-2.0 Free for personal and commercial use.
- Name
- rsvp-rounded
- Set
- Material Symbols
- Style
- Rounded
- Category
- Actions
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- rsvp-outline-rounded
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 14.25v-4.5q0-.325.213-.537T1.75 9H4.5q.625 0 1.063.438T6 10.5v1q0 .45-.262.825T5.1 12.9l.5 1.15q.15.35-.062.65t-.588.3q-.2 0-.375-.112t-.25-.313L3.65 13H2.5v1.25q0 .325-.213.538T1.75 15t-.537-.213T1 14.25m9-.75v-.75H8q-.425 0-.712-.288T7 11.75V10q0-.425.288-.712T8 9h2.75q.325 0 .538.213t.212.537t-.213.538t-.537.212H8.5v.75h2q.425 0 .713.288t.287.712V14q0 .425-.288.713T10.5 15H7.75q-.325 0-.537-.213T7 14.25t.213-.537t.537-.213zm5-1.075l.85-2.9q.075-.225.263-.375T16.55 9q.35 0 .563.288t.112.637l-1.325 4.55q-.075.225-.262.375T15.2 15h-.4q-.25 0-.437-.15t-.263-.375l-1.325-4.55q-.1-.35.113-.638T13.45 9q.25 0 .438.15t.262.375zm3 1.825v-4.5q0-.325.213-.537T18.75 9h2.75q.625 0 1.063.438T23 10.5v1q0 .625-.437 1.063T21.5 13h-2v1.25q0 .325-.213.538T18.75 15t-.537-.213T18 14.25M2.5 11.5h2v-1h-2zm17 0h2v-1h-2z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsRsvpRounded(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 14.25v-4.5q0-.325.213-.537T1.75 9H4.5q.625 0 1.063.438T6 10.5v1q0 .45-.262.825T5.1 12.9l.5 1.15q.15.35-.062.65t-.588.3q-.2 0-.375-.112t-.25-.313L3.65 13H2.5v1.25q0 .325-.213.538T1.75 15t-.537-.213T1 14.25m9-.75v-.75H8q-.425 0-.712-.288T7 11.75V10q0-.425.288-.712T8 9h2.75q.325 0 .538.213t.212.537t-.213.538t-.537.212H8.5v.75h2q.425 0 .713.288t.287.712V14q0 .425-.288.713T10.5 15H7.75q-.325 0-.537-.213T7 14.25t.213-.537t.537-.213zm5-1.075l.85-2.9q.075-.225.263-.375T16.55 9q.35 0 .563.288t.112.637l-1.325 4.55q-.075.225-.262.375T15.2 15h-.4q-.25 0-.437-.15t-.263-.375l-1.325-4.55q-.1-.35.113-.638T13.45 9q.25 0 .438.15t.262.375zm3 1.825v-4.5q0-.325.213-.537T18.75 9h2.75q.625 0 1.063.438T23 10.5v1q0 .625-.437 1.063T21.5 13h-2v1.25q0 .325-.213.538T18.75 15t-.537-.213T18 14.25M2.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 14.25v-4.5q0-.325.213-.537T1.75 9H4.5q.625 0 1.063.438T6 10.5v1q0 .45-.262.825T5.1 12.9l.5 1.15q.15.35-.062.65t-.588.3q-.2 0-.375-.112t-.25-.313L3.65 13H2.5v1.25q0 .325-.213.538T1.75 15t-.537-.213T1 14.25m9-.75v-.75H8q-.425 0-.712-.288T7 11.75V10q0-.425.288-.712T8 9h2.75q.325 0 .538.213t.212.537t-.213.538t-.537.212H8.5v.75h2q.425 0 .713.288t.287.712V14q0 .425-.288.713T10.5 15H7.75q-.325 0-.537-.213T7 14.25t.213-.537t.537-.213zm5-1.075l.85-2.9q.075-.225.263-.375T16.55 9q.35 0 .563.288t.112.637l-1.325 4.55q-.075.225-.262.375T15.2 15h-.4q-.25 0-.437-.15t-.263-.375l-1.325-4.55q-.1-.35.113-.638T13.45 9q.25 0 .438.15t.262.375zm3 1.825v-4.5q0-.325.213-.537T18.75 9h2.75q.625 0 1.063.438T23 10.5v1q0 .625-.437 1.063T21.5 13h-2v1.25q0 .325-.213.538T18.75 15t-.537-.213T18 14.25M2.5 11.5h2v-1h-2zm17 0h2v-1h-2z"/></svg> </template>
CSS
.icon-rsvp-rounded {
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%2014.25v-4.5q0-.325.213-.537T1.75%209H4.5q.625%200%201.063.438T6%2010.5v1q0%20.45-.262.825T5.1%2012.9l.5%201.15q.15.35-.062.65t-.588.3q-.2%200-.375-.112t-.25-.313L3.65%2013H2.5v1.25q0%20.325-.213.538T1.75%2015t-.537-.213T1%2014.25m9-.75v-.75H8q-.425%200-.712-.288T7%2011.75V10q0-.425.288-.712T8%209h2.75q.325%200%20.538.213t.212.537t-.213.538t-.537.212H8.5v.75h2q.425%200%20.713.288t.287.712V14q0%20.425-.288.713T10.5%2015H7.75q-.325%200-.537-.213T7%2014.25t.213-.537t.537-.213zm5-1.075l.85-2.9q.075-.225.263-.375T16.55%209q.35%200%20.563.288t.112.637l-1.325%204.55q-.075.225-.262.375T15.2%2015h-.4q-.25%200-.437-.15t-.263-.375l-1.325-4.55q-.1-.35.113-.638T13.45%209q.25%200%20.438.15t.262.375zm3%201.825v-4.5q0-.325.213-.537T18.75%209h2.75q.625%200%201.063.438T23%2010.5v1q0%20.625-.437%201.063T21.5%2013h-2v1.25q0%20.325-.213.538T18.75%2015t-.537-.213T18%2014.25M2.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%2014.25v-4.5q0-.325.213-.537T1.75%209H4.5q.625%200%201.063.438T6%2010.5v1q0%20.45-.262.825T5.1%2012.9l.5%201.15q.15.35-.062.65t-.588.3q-.2%200-.375-.112t-.25-.313L3.65%2013H2.5v1.25q0%20.325-.213.538T1.75%2015t-.537-.213T1%2014.25m9-.75v-.75H8q-.425%200-.712-.288T7%2011.75V10q0-.425.288-.712T8%209h2.75q.325%200%20.538.213t.212.537t-.213.538t-.537.212H8.5v.75h2q.425%200%20.713.288t.287.712V14q0%20.425-.288.713T10.5%2015H7.75q-.325%200-.537-.213T7%2014.25t.213-.537t.537-.213zm5-1.075l.85-2.9q.075-.225.263-.375T16.55%209q.35%200%20.563.288t.112.637l-1.325%204.55q-.075.225-.262.375T15.2%2015h-.4q-.25%200-.437-.15t-.263-.375l-1.325-4.55q-.1-.35.113-.638T13.45%209q.25%200%20.438.15t.262.375zm3%201.825v-4.5q0-.325.213-.537T18.75%209h2.75q.625%200%201.063.438T23%2010.5v1q0%20.625-.437%201.063T21.5%2013h-2v1.25q0%20.325-.213.538T18.75%2015t-.537-.213T18%2014.25M2.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-rounded.svg?color=%231a73e8&size=48