reminder icon
reminder from Material Design Icons by Pictogrammers · Filled · Apache-2.0 Free for personal and commercial use.
- Name
- reminder
- Set
- Material Design Icons
- Style
- Filled
- Viewbox
- 24×24
- License
- Apache 2.0
The same icon in other sets
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="M7.25 3c.65 0 1.25.21 1.75.56V3a2 2 0 0 1 2-2a2 2 0 0 1 2 2v.57c.5-.35 1.1-.57 1.75-.57a3 3 0 0 1 3 3c0 1.58-1.21 2.87-2.75 3h-2v1h1.24l.48.13l4.59 2.29c.82.31 1.22.92 1.22 1.83l-.03.14v.14l-1 6.75c-.06.47-.28.88-.66 1.22c-.37.34-.79.5-1.26.5H10c-.55 0-1-.19-1.42-.59L2 15.84l1.05-1.07c.28-.27.64-.43 1.08-.43h.32l4.55.99V9H7a3.02 3.02 0 0 1-2.75-3a3 3 0 0 1 3-3M9 6a1.75 1.75 0 0 0-1.75-1.75A1.75 1.75 0 0 0 5.5 6c0 .88.65 1.61 1.5 1.73v.02h2zm6 1.75v-.01c.85-.12 1.5-.85 1.5-1.74c0-.96-.78-1.74-1.75-1.74S13 5.04 13 6v1.75z"/></svg>
React
import type { SVGProps } from "react";
export function MdiReminder(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="M7.25 3c.65 0 1.25.21 1.75.56V3a2 2 0 0 1 2-2a2 2 0 0 1 2 2v.57c.5-.35 1.1-.57 1.75-.57a3 3 0 0 1 3 3c0 1.58-1.21 2.87-2.75 3h-2v1h1.24l.48.13l4.59 2.29c.82.31 1.22.92 1.22 1.83l-.03.14v.14l-1 6.75c-.06.47-.28.88-.66 1.22c-.37.34-.79.5-1.26.5H10c-.55 0-1-.19-1.42-.59L2 15.84l1.05-1.07c.28-.27.64-.43 1.08-.43h.32l4.55.99V9H7a3.02 3.02 0 0 1-2.75-3a3 3 0 0 1 3-3M9 6a1.75 1.75 0 0 0-1.75-1.75A1.75 1.75 0 0 0 5.5 6c0 .88.65 1.61 1.5 1.73v.02h2zm6 1.75v-.01c.85-.12 1.5-.85 1.5-1.74c0-.96-.78-1.74-1.75-1.74S13 5.04 13 6v1.75z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.25 3c.65 0 1.25.21 1.75.56V3a2 2 0 0 1 2-2a2 2 0 0 1 2 2v.57c.5-.35 1.1-.57 1.75-.57a3 3 0 0 1 3 3c0 1.58-1.21 2.87-2.75 3h-2v1h1.24l.48.13l4.59 2.29c.82.31 1.22.92 1.22 1.83l-.03.14v.14l-1 6.75c-.06.47-.28.88-.66 1.22c-.37.34-.79.5-1.26.5H10c-.55 0-1-.19-1.42-.59L2 15.84l1.05-1.07c.28-.27.64-.43 1.08-.43h.32l4.55.99V9H7a3.02 3.02 0 0 1-2.75-3a3 3 0 0 1 3-3M9 6a1.75 1.75 0 0 0-1.75-1.75A1.75 1.75 0 0 0 5.5 6c0 .88.65 1.61 1.5 1.73v.02h2zm6 1.75v-.01c.85-.12 1.5-.85 1.5-1.74c0-.96-.78-1.74-1.75-1.74S13 5.04 13 6v1.75z"/></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%22M7.25%203c.65%200%201.25.21%201.75.56V3a2%202%200%200%201%202-2a2%202%200%200%201%202%202v.57c.5-.35%201.1-.57%201.75-.57a3%203%200%200%201%203%203c0%201.58-1.21%202.87-2.75%203h-2v1h1.24l.48.13l4.59%202.29c.82.31%201.22.92%201.22%201.83l-.03.14v.14l-1%206.75c-.06.47-.28.88-.66%201.22c-.37.34-.79.5-1.26.5H10c-.55%200-1-.19-1.42-.59L2%2015.84l1.05-1.07c.28-.27.64-.43%201.08-.43h.32l4.55.99V9H7a3.02%203.02%200%200%201-2.75-3a3%203%200%200%201%203-3M9%206a1.75%201.75%200%200%200-1.75-1.75A1.75%201.75%200%200%200%205.5%206c0%20.88.65%201.61%201.5%201.73v.02h2zm6%201.75v-.01c.85-.12%201.5-.85%201.5-1.74c0-.96-.78-1.74-1.75-1.74S13%205.04%2013%206v1.75z%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%22M7.25%203c.65%200%201.25.21%201.75.56V3a2%202%200%200%201%202-2a2%202%200%200%201%202%202v.57c.5-.35%201.1-.57%201.75-.57a3%203%200%200%201%203%203c0%201.58-1.21%202.87-2.75%203h-2v1h1.24l.48.13l4.59%202.29c.82.31%201.22.92%201.22%201.83l-.03.14v.14l-1%206.75c-.06.47-.28.88-.66%201.22c-.37.34-.79.5-1.26.5H10c-.55%200-1-.19-1.42-.59L2%2015.84l1.05-1.07c.28-.27.64-.43%201.08-.43h.32l4.55.99V9H7a3.02%203.02%200%200%201-2.75-3a3%203%200%200%201%203-3M9%206a1.75%201.75%200%200%200-1.75-1.75A1.75%201.75%200%200%200%205.5%206c0%20.88.65%201.61%201.5%201.73v.02h2zm6%201.75v-.01c.85-.12%201.5-.85%201.5-1.74c0-.96-.78-1.74-1.75-1.74S13%205.04%2013%206v1.75z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/reminder.svg?color=%231a73e8&size=48