reminder icon
reminder-sharp from Material Symbols Light by Google · Sharp · Actions · Apache-2.0 Free for personal and commercial use.
- Name
- reminder-sharp
- Set
- Material Symbols Light
- Style
- Sharp
- Category
- Actions
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols Light
The same icon in other sets
More actions icons from Material Symbols Light
Use the reminder icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.692 9h1.5V7.5q0-.617-.441-1.059Q7.309 6 6.692 6t-1.058.441T5.192 7.5t.442 1.059T6.692 9m4.116 0q.617 0 1.058-.441q.442-.442.442-1.059t-.442-1.059Q11.425 6 10.808 6t-1.059.441T9.308 7.5V9zm-1.61 2.539H19V21H9.39l-5.734-7.594l.811-.887l3.725 1.873V10h-1.5q-1.038 0-1.769-.73t-.73-1.77t.73-1.77T6.693 5q.428 0 .81.146t.69.414V3h1.005v2.612q.33-.297.742-.454q.41-.158.868-.158q1.038 0 1.769.73t.73 1.77t-.73 1.77t-1.77.73H9.199z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightReminderSharp(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="M6.692 9h1.5V7.5q0-.617-.441-1.059Q7.309 6 6.692 6t-1.058.441T5.192 7.5t.442 1.059T6.692 9m4.116 0q.617 0 1.058-.441q.442-.442.442-1.059t-.442-1.059Q11.425 6 10.808 6t-1.059.441T9.308 7.5V9zm-1.61 2.539H19V21H9.39l-5.734-7.594l.811-.887l3.725 1.873V10h-1.5q-1.038 0-1.769-.73t-.73-1.77t.73-1.77T6.693 5q.428 0 .81.146t.69.414V3h1.005v2.612q.33-.297.742-.454q.41-.158.868-.158q1.038 0 1.769.73t.73 1.77t-.73 1.77t-1.77.73H9.199z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.692 9h1.5V7.5q0-.617-.441-1.059Q7.309 6 6.692 6t-1.058.441T5.192 7.5t.442 1.059T6.692 9m4.116 0q.617 0 1.058-.441q.442-.442.442-1.059t-.442-1.059Q11.425 6 10.808 6t-1.059.441T9.308 7.5V9zm-1.61 2.539H19V21H9.39l-5.734-7.594l.811-.887l3.725 1.873V10h-1.5q-1.038 0-1.769-.73t-.73-1.77t.73-1.77T6.693 5q.428 0 .81.146t.69.414V3h1.005v2.612q.33-.297.742-.454q.41-.158.868-.158q1.038 0 1.769.73t.73 1.77t-.73 1.77t-1.77.73H9.199z"/></svg> </template>
CSS
.icon-reminder-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%22M6.692%209h1.5V7.5q0-.617-.441-1.059Q7.309%206%206.692%206t-1.058.441T5.192%207.5t.442%201.059T6.692%209m4.116%200q.617%200%201.058-.441q.442-.442.442-1.059t-.442-1.059Q11.425%206%2010.808%206t-1.059.441T9.308%207.5V9zm-1.61%202.539H19V21H9.39l-5.734-7.594l.811-.887l3.725%201.873V10h-1.5q-1.038%200-1.769-.73t-.73-1.77t.73-1.77T6.693%205q.428%200%20.81.146t.69.414V3h1.005v2.612q.33-.297.742-.454q.41-.158.868-.158q1.038%200%201.769.73t.73%201.77t-.73%201.77t-1.77.73H9.199z%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%22M6.692%209h1.5V7.5q0-.617-.441-1.059Q7.309%206%206.692%206t-1.058.441T5.192%207.5t.442%201.059T6.692%209m4.116%200q.617%200%201.058-.441q.442-.442.442-1.059t-.442-1.059Q11.425%206%2010.808%206t-1.059.441T9.308%207.5V9zm-1.61%202.539H19V21H9.39l-5.734-7.594l.811-.887l3.725%201.873V10h-1.5q-1.038%200-1.769-.73t-.73-1.77t.73-1.77T6.693%205q.428%200%20.81.146t.69.414V3h1.005v2.612q.33-.297.742-.454q.41-.158.868-.158q1.038%200%201.769.73t.73%201.77t-.73%201.77t-1.77.73H9.199z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/reminder-sharp.svg?color=%231a73e8&size=48