reminder icon
reminder from Material Symbols Light by Google · Regular · Actions · Apache-2.0 Free for personal and commercial use.
- Name
- reminder
- Set
- Material Symbols Light
- Style
- Regular
- 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.539h7.379q1.02 0 1.721.702q.702.701.702 1.72V17.5q0 1.458-1.03 2.479T15.48 21h-4.313q-.815 0-1.552-.338t-1.22-.985l-4.74-6.271l.264-.289q.25-.275.594-.336t.656.121l3.023 1.49V10h-1.5q-1.038 0-1.769-.73t-.73-1.77t.73-1.77T6.693 5q.428 0 .81.146t.69.414V3.5q0-.213.143-.357T8.692 3t.36.143q.146.144.146.357v2.112q.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 MaterialSymbolsLightReminder(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.539h7.379q1.02 0 1.721.702q.702.701.702 1.72V17.5q0 1.458-1.03 2.479T15.48 21h-4.313q-.815 0-1.552-.338t-1.22-.985l-4.74-6.271l.264-.289q.25-.275.594-.336t.656.121l3.023 1.49V10h-1.5q-1.038 0-1.769-.73t-.73-1.77t.73-1.77T6.693 5q.428 0 .81.146t.69.414V3.5q0-.213.143-.357T8.692 3t.36.143q.146.144.146.357v2.112q.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.539h7.379q1.02 0 1.721.702q.702.701.702 1.72V17.5q0 1.458-1.03 2.479T15.48 21h-4.313q-.815 0-1.552-.338t-1.22-.985l-4.74-6.271l.264-.289q.25-.275.594-.336t.656.121l3.023 1.49V10h-1.5q-1.038 0-1.769-.73t-.73-1.77t.73-1.77T6.693 5q.428 0 .81.146t.69.414V3.5q0-.213.143-.357T8.692 3t.36.143q.146.144.146.357v2.112q.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 {
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.539h7.379q1.02%200%201.721.702q.702.701.702%201.72V17.5q0%201.458-1.03%202.479T15.48%2021h-4.313q-.815%200-1.552-.338t-1.22-.985l-4.74-6.271l.264-.289q.25-.275.594-.336t.656.121l3.023%201.49V10h-1.5q-1.038%200-1.769-.73t-.73-1.77t.73-1.77T6.693%205q.428%200%20.81.146t.69.414V3.5q0-.213.143-.357T8.692%203t.36.143q.146.144.146.357v2.112q.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.539h7.379q1.02%200%201.721.702q.702.701.702%201.72V17.5q0%201.458-1.03%202.479T15.48%2021h-4.313q-.815%200-1.552-.338t-1.22-.985l-4.74-6.271l.264-.289q.25-.275.594-.336t.656.121l3.023%201.49V10h-1.5q-1.038%200-1.769-.73t-.73-1.77t.73-1.77T6.693%205q.428%200%20.81.146t.69.414V3.5q0-.213.143-.357T8.692%203t.36.143q.146.144.146.357v2.112q.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.svg?color=%231a73e8&size=48