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

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

5 other variants in Material Symbols

The same icon in other sets

More actions icons from Material Symbols

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.5 8h1V7q0-.425-.288-.712T6.5 6t-.712.288T5.5 7t.288.713T6.5 8M11 8q.425 0 .713-.288T12 7t-.288-.712T11 6t-.712.288T10 7v1zm-1.475 3H20v11H9.025l-6.35-8.075l1.6-1.675L7.5 14.2V10h-1q-1.25 0-2.125-.875T3.5 7t.875-2.125T6.5 4q.275 0 .513.05t.487.125V2h2.025v2.4q.35-.2.713-.3T11 4q1.25 0 2.125.875T14 7t-.875 2.125T11 10H9.525z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsReminderSharp(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.5 8h1V7q0-.425-.288-.712T6.5 6t-.712.288T5.5 7t.288.713T6.5 8M11 8q.425 0 .713-.288T12 7t-.288-.712T11 6t-.712.288T10 7v1zm-1.475 3H20v11H9.025l-6.35-8.075l1.6-1.675L7.5 14.2V10h-1q-1.25 0-2.125-.875T3.5 7t.875-2.125T6.5 4q.275 0 .513.05t.487.125V2h2.025v2.4q.35-.2.713-.3T11 4q1.25 0 2.125.875T14 7t-.875 2.125T11 10H9.525z"/></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.5 8h1V7q0-.425-.288-.712T6.5 6t-.712.288T5.5 7t.288.713T6.5 8M11 8q.425 0 .713-.288T12 7t-.288-.712T11 6t-.712.288T10 7v1zm-1.475 3H20v11H9.025l-6.35-8.075l1.6-1.675L7.5 14.2V10h-1q-1.25 0-2.125-.875T3.5 7t.875-2.125T6.5 4q.275 0 .513.05t.487.125V2h2.025v2.4q.35-.2.713-.3T11 4q1.25 0 2.125.875T14 7t-.875 2.125T11 10H9.525z"/></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.5%208h1V7q0-.425-.288-.712T6.5%206t-.712.288T5.5%207t.288.713T6.5%208M11%208q.425%200%20.713-.288T12%207t-.288-.712T11%206t-.712.288T10%207v1zm-1.475%203H20v11H9.025l-6.35-8.075l1.6-1.675L7.5%2014.2V10h-1q-1.25%200-2.125-.875T3.5%207t.875-2.125T6.5%204q.275%200%20.513.05t.487.125V2h2.025v2.4q.35-.2.713-.3T11%204q1.25%200%202.125.875T14%207t-.875%202.125T11%2010H9.525z%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.5%208h1V7q0-.425-.288-.712T6.5%206t-.712.288T5.5%207t.288.713T6.5%208M11%208q.425%200%20.713-.288T12%207t-.288-.712T11%206t-.712.288T10%207v1zm-1.475%203H20v11H9.025l-6.35-8.075l1.6-1.675L7.5%2014.2V10h-1q-1.25%200-2.125-.875T3.5%207t.875-2.125T6.5%204q.275%200%20.513.05t.487.125V2h2.025v2.4q.35-.2.713-.3T11%204q1.25%200%202.125.875T14%207t-.875%202.125T11%2010H9.525z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/reminder-sharp.svg?color=%231a73e8&size=48