rsvp-sharp from Material Symbols by Google · Sharp · Actions · Apache-2.0 Free for personal and commercial use.

Name
rsvp-sharp
Set
Material Symbols
Style
Sharp
Category
Actions
Viewbox
24×24
License
Apache 2.0
Aliases
rsvp-outline-sharp

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 15V9h5v3.9h-.9L6 15H4.5l-.85-2H2.5v2zm6 0v-1.5h3v-.75H7V9h4.5v1.5h-3v.75h3V15zm7.25 0L12.5 9H14l1 3.425L16 9h1.5l-1.75 6zM18 15V9h5v4h-3.5v2zM2.5 11.5h2v-1h-2zm17 0h2v-1h-2z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsRsvpSharp(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 15V9h5v3.9h-.9L6 15H4.5l-.85-2H2.5v2zm6 0v-1.5h3v-.75H7V9h4.5v1.5h-3v.75h3V15zm7.25 0L12.5 9H14l1 3.425L16 9h1.5l-1.75 6zM18 15V9h5v4h-3.5v2zM2.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 15V9h5v3.9h-.9L6 15H4.5l-.85-2H2.5v2zm6 0v-1.5h3v-.75H7V9h4.5v1.5h-3v.75h3V15zm7.25 0L12.5 9H14l1 3.425L16 9h1.5l-1.75 6zM18 15V9h5v4h-3.5v2zM2.5 11.5h2v-1h-2zm17 0h2v-1h-2z"/></svg>
</template>

CSS

.icon-rsvp-sharp {
  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%2015V9h5v3.9h-.9L6%2015H4.5l-.85-2H2.5v2zm6%200v-1.5h3v-.75H7V9h4.5v1.5h-3v.75h3V15zm7.25%200L12.5%209H14l1%203.425L16%209h1.5l-1.75%206zM18%2015V9h5v4h-3.5v2zM2.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%2015V9h5v3.9h-.9L6%2015H4.5l-.85-2H2.5v2zm6%200v-1.5h3v-.75H7V9h4.5v1.5h-3v.75h3V15zm7.25%200L12.5%209H14l1%203.425L16%209h1.5l-1.75%206zM18%2015V9h5v4h-3.5v2zM2.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-sharp.svg?color=%231a73e8&size=48