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

Name
reminder-rounded
Set
Material Symbols
Style
Rounded
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 3H17q1.25 0 2.125.875T20 14v4q0 1.65-1.175 2.825T16 22h-5.525q-.7 0-1.312-.3t-1.038-.85L3.1 14.475q-.2-.225-.175-.537t.225-.513q.5-.525 1.2-.625t1.3.275L7.5 14.2V10h-1q-1.25 0-2.125-.875T3.5 7t.875-2.125T6.5 4q.275 0 .513.05t.487.125V3q0-.425.288-.712T8.5 2t.725.288t.3.712v1.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 MaterialSymbolsReminderRounded(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 3H17q1.25 0 2.125.875T20 14v4q0 1.65-1.175 2.825T16 22h-5.525q-.7 0-1.312-.3t-1.038-.85L3.1 14.475q-.2-.225-.175-.537t.225-.513q.5-.525 1.2-.625t1.3.275L7.5 14.2V10h-1q-1.25 0-2.125-.875T3.5 7t.875-2.125T6.5 4q.275 0 .513.05t.487.125V3q0-.425.288-.712T8.5 2t.725.288t.3.712v1.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 3H17q1.25 0 2.125.875T20 14v4q0 1.65-1.175 2.825T16 22h-5.525q-.7 0-1.312-.3t-1.038-.85L3.1 14.475q-.2-.225-.175-.537t.225-.513q.5-.525 1.2-.625t1.3.275L7.5 14.2V10h-1q-1.25 0-2.125-.875T3.5 7t.875-2.125T6.5 4q.275 0 .513.05t.487.125V3q0-.425.288-.712T8.5 2t.725.288t.3.712v1.4q.35-.2.713-.3T11 4q1.25 0 2.125.875T14 7t-.875 2.125T11 10H9.525z"/></svg>
</template>

CSS

.icon-reminder-rounded {
  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%203H17q1.25%200%202.125.875T20%2014v4q0%201.65-1.175%202.825T16%2022h-5.525q-.7%200-1.312-.3t-1.038-.85L3.1%2014.475q-.2-.225-.175-.537t.225-.513q.5-.525%201.2-.625t1.3.275L7.5%2014.2V10h-1q-1.25%200-2.125-.875T3.5%207t.875-2.125T6.5%204q.275%200%20.513.05t.487.125V3q0-.425.288-.712T8.5%202t.725.288t.3.712v1.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%203H17q1.25%200%202.125.875T20%2014v4q0%201.65-1.175%202.825T16%2022h-5.525q-.7%200-1.312-.3t-1.038-.85L3.1%2014.475q-.2-.225-.175-.537t.225-.513q.5-.525%201.2-.625t1.3.275L7.5%2014.2V10h-1q-1.25%200-2.125-.875T3.5%207t.875-2.125T6.5%204q.275%200%20.513.05t.487.125V3q0-.425.288-.712T8.5%202t.725.288t.3.712v1.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-rounded.svg?color=%231a73e8&size=48