reminder-outline from Material Symbols Light by Google · Outline · Actions · Apache-2.0 Free for personal and commercial use.

Name
reminder-outline
Set
Material Symbols Light
Style
Outline
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.36 12q-.816 0-1.553-.338t-1.22-.985l-4.74-6.271l.264-.289q.25-.275.594-.336t.656.121l3.023 1.49V10h-1.5q-1.041 0-1.77-.728t-.73-1.77t.73-1.771T6.692 5q.438 0 .815.146q.378.146.685.414V3.5q0-.213.144-.356T8.693 3t.359.144q.146.143.146.356v2.112q.33-.297.743-.454q.412-.158.867-.158q1.041 0 1.77.728t.73 1.77t-.73 1.771t-1.77.731h-1.61v6.089l-3.579-1.77l3.639 4.806q.342.444.85.66q.507.215 1.06.215h4.313q1.056 0 1.787-.722Q18 18.556 18 17.5v-3.538q0-.605-.41-1.014q-.408-.41-1.013-.41h-4.61v-1h4.61q1.01 0 1.716.707T19 13.962v3.537q0 1.459-1.034 2.48Q16.933 21 15.481 21z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightReminderOutline(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.36 12q-.816 0-1.553-.338t-1.22-.985l-4.74-6.271l.264-.289q.25-.275.594-.336t.656.121l3.023 1.49V10h-1.5q-1.041 0-1.77-.728t-.73-1.77t.73-1.771T6.692 5q.438 0 .815.146q.378.146.685.414V3.5q0-.213.144-.356T8.693 3t.359.144q.146.143.146.356v2.112q.33-.297.743-.454q.412-.158.867-.158q1.041 0 1.77.728t.73 1.77t-.73 1.771t-1.77.731h-1.61v6.089l-3.579-1.77l3.639 4.806q.342.444.85.66q.507.215 1.06.215h4.313q1.056 0 1.787-.722Q18 18.556 18 17.5v-3.538q0-.605-.41-1.014q-.408-.41-1.013-.41h-4.61v-1h4.61q1.01 0 1.716.707T19 13.962v3.537q0 1.459-1.034 2.48Q16.933 21 15.481 21z"/></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.36 12q-.816 0-1.553-.338t-1.22-.985l-4.74-6.271l.264-.289q.25-.275.594-.336t.656.121l3.023 1.49V10h-1.5q-1.041 0-1.77-.728t-.73-1.77t.73-1.771T6.692 5q.438 0 .815.146q.378.146.685.414V3.5q0-.213.144-.356T8.693 3t.359.144q.146.143.146.356v2.112q.33-.297.743-.454q.412-.158.867-.158q1.041 0 1.77.728t.73 1.77t-.73 1.771t-1.77.731h-1.61v6.089l-3.579-1.77l3.639 4.806q.342.444.85.66q.507.215 1.06.215h4.313q1.056 0 1.787-.722Q18 18.556 18 17.5v-3.538q0-.605-.41-1.014q-.408-.41-1.013-.41h-4.61v-1h4.61q1.01 0 1.716.707T19 13.962v3.537q0 1.459-1.034 2.48Q16.933 21 15.481 21z"/></svg>
</template>

CSS

.icon-reminder-outline {
  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.36%2012q-.816%200-1.553-.338t-1.22-.985l-4.74-6.271l.264-.289q.25-.275.594-.336t.656.121l3.023%201.49V10h-1.5q-1.041%200-1.77-.728t-.73-1.77t.73-1.771T6.692%205q.438%200%20.815.146q.378.146.685.414V3.5q0-.213.144-.356T8.693%203t.359.144q.146.143.146.356v2.112q.33-.297.743-.454q.412-.158.867-.158q1.041%200%201.77.728t.73%201.77t-.73%201.771t-1.77.731h-1.61v6.089l-3.579-1.77l3.639%204.806q.342.444.85.66q.507.215%201.06.215h4.313q1.056%200%201.787-.722Q18%2018.556%2018%2017.5v-3.538q0-.605-.41-1.014q-.408-.41-1.013-.41h-4.61v-1h4.61q1.01%200%201.716.707T19%2013.962v3.537q0%201.459-1.034%202.48Q16.933%2021%2015.481%2021z%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.36%2012q-.816%200-1.553-.338t-1.22-.985l-4.74-6.271l.264-.289q.25-.275.594-.336t.656.121l3.023%201.49V10h-1.5q-1.041%200-1.77-.728t-.73-1.77t.73-1.771T6.692%205q.438%200%20.815.146q.378.146.685.414V3.5q0-.213.144-.356T8.693%203t.359.144q.146.143.146.356v2.112q.33-.297.743-.454q.412-.158.867-.158q1.041%200%201.77.728t.73%201.77t-.73%201.771t-1.77.731h-1.61v6.089l-3.579-1.77l3.639%204.806q.342.444.85.66q.507.215%201.06.215h4.313q1.056%200%201.787-.722Q18%2018.556%2018%2017.5v-3.538q0-.605-.41-1.014q-.408-.41-1.013-.41h-4.61v-1h4.61q1.01%200%201.716.707T19%2013.962v3.537q0%201.459-1.034%202.48Q16.933%2021%2015.481%2021z%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-outline.svg?color=%231a73e8&size=48