reminder from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
reminder
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

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"><g fill="none" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" d="M13 18.99c-.078 1.024-.273 1.694-.757 2.186c-.809.822-2.111.822-4.717.822s-3.907 0-4.717-.822C2 20.353 2 19.029 2 16.38v-4.815c0-2.648 0-3.972.81-4.795c.491-.5 1.166-.696 2.204-.773"/><path stroke-linejoin="round" d="M16.078 2.002h-2.156c-2.901 0-4.352 0-5.212.904c-.861.903-.77 2.33-.59 5.183l.126 1.985c.042.656.062.983.136 1.257a2.89 2.89 0 0 0 2.24 2.075c.282.055.615.055 1.282.055c.929 0 .916.767.916 1.527c0 .589 0 .883.192.985c.192.1.44-.063.938-.39l2.96-1.944a1 1 0 0 1 .595-.178c1.222 0 1.833 0 2.328-.184c1.716-.637 1.859-2.222 1.958-3.785l.089-1.403c.18-2.853.271-4.28-.59-5.183c-.86-.904-2.31-.904-5.212-.904Z"/><path stroke-linecap="round" stroke-linejoin="round" d="M13.834 8.43C11.426 6.718 15 5.003 15 5.003s3.576 1.715 1.167 3.429m-2.332 0h2.332m-2.332 0l-.583 2.571m2.915-2.571l.816 2.571m-9.358 7.999H7.5m.25 0a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsReminder(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeWidth="1.5"><path strokeLinecap="round" d="M13 18.99c-.078 1.024-.273 1.694-.757 2.186c-.809.822-2.111.822-4.717.822s-3.907 0-4.717-.822C2 20.353 2 19.029 2 16.38v-4.815c0-2.648 0-3.972.81-4.795c.491-.5 1.166-.696 2.204-.773"/><path strokeLinejoin="round" d="M16.078 2.002h-2.156c-2.901 0-4.352 0-5.212.904c-.861.903-.77 2.33-.59 5.183l.126 1.985c.042.656.062.983.136 1.257a2.89 2.89 0 0 0 2.24 2.075c.282.055.615.055 1.282.055c.929 0 .916.767.916 1.527c0 .589 0 .883.192.985c.192.1.44-.063.938-.39l2.96-1.944a1 1 0 0 1 .595-.178c1.222 0 1.833 0 2.328-.184c1.716-.637 1.859-2.222 1.958-3.785l.089-1.403c.18-2.853.271-4.28-.59-5.183c-.86-.904-2.31-.904-5.212-.904Z"/><path strokeLinecap="round" strokeLinejoin="round" d="M13.834 8.43C11.426 6.718 15 5.003 15 5.003s3.576 1.715 1.167 3.429m-2.332 0h2.332m-2.332 0l-.583 2.571m2.915-2.571l.816 2.571m-9.358 7.999H7.5m.25 0a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" d="M13 18.99c-.078 1.024-.273 1.694-.757 2.186c-.809.822-2.111.822-4.717.822s-3.907 0-4.717-.822C2 20.353 2 19.029 2 16.38v-4.815c0-2.648 0-3.972.81-4.795c.491-.5 1.166-.696 2.204-.773"/><path stroke-linejoin="round" d="M16.078 2.002h-2.156c-2.901 0-4.352 0-5.212.904c-.861.903-.77 2.33-.59 5.183l.126 1.985c.042.656.062.983.136 1.257a2.89 2.89 0 0 0 2.24 2.075c.282.055.615.055 1.282.055c.929 0 .916.767.916 1.527c0 .589 0 .883.192.985c.192.1.44-.063.938-.39l2.96-1.944a1 1 0 0 1 .595-.178c1.222 0 1.833 0 2.328-.184c1.716-.637 1.859-2.222 1.958-3.785l.089-1.403c.18-2.853.271-4.28-.59-5.183c-.86-.904-2.31-.904-5.212-.904Z"/><path stroke-linecap="round" stroke-linejoin="round" d="M13.834 8.43C11.426 6.718 15 5.003 15 5.003s3.576 1.715 1.167 3.429m-2.332 0h2.332m-2.332 0l-.583 2.571m2.915-2.571l.816 2.571m-9.358 7.999H7.5m.25 0a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0"/></g></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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M13%2018.99c-.078%201.024-.273%201.694-.757%202.186c-.809.822-2.111.822-4.717.822s-3.907%200-4.717-.822C2%2020.353%202%2019.029%202%2016.38v-4.815c0-2.648%200-3.972.81-4.795c.491-.5%201.166-.696%202.204-.773%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M16.078%202.002h-2.156c-2.901%200-4.352%200-5.212.904c-.861.903-.77%202.33-.59%205.183l.126%201.985c.042.656.062.983.136%201.257a2.89%202.89%200%200%200%202.24%202.075c.282.055.615.055%201.282.055c.929%200%20.916.767.916%201.527c0%20.589%200%20.883.192.985c.192.1.44-.063.938-.39l2.96-1.944a1%201%200%200%201%20.595-.178c1.222%200%201.833%200%202.328-.184c1.716-.637%201.859-2.222%201.958-3.785l.089-1.403c.18-2.853.271-4.28-.59-5.183c-.86-.904-2.31-.904-5.212-.904Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M13.834%208.43C11.426%206.718%2015%205.003%2015%205.003s3.576%201.715%201.167%203.429m-2.332%200h2.332m-2.332%200l-.583%202.571m2.915-2.571l.816%202.571m-9.358%207.999H7.5m.25%200a.25.25%200%201%201-.5%200a.25.25%200%200%201%20.5%200%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M13%2018.99c-.078%201.024-.273%201.694-.757%202.186c-.809.822-2.111.822-4.717.822s-3.907%200-4.717-.822C2%2020.353%202%2019.029%202%2016.38v-4.815c0-2.648%200-3.972.81-4.795c.491-.5%201.166-.696%202.204-.773%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M16.078%202.002h-2.156c-2.901%200-4.352%200-5.212.904c-.861.903-.77%202.33-.59%205.183l.126%201.985c.042.656.062.983.136%201.257a2.89%202.89%200%200%200%202.24%202.075c.282.055.615.055%201.282.055c.929%200%20.916.767.916%201.527c0%20.589%200%20.883.192.985c.192.1.44-.063.938-.39l2.96-1.944a1%201%200%200%201%20.595-.178c1.222%200%201.833%200%202.328-.184c1.716-.637%201.859-2.222%201.958-3.785l.089-1.403c.18-2.853.271-4.28-.59-5.183c-.86-.904-2.31-.904-5.212-.904Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M13.834%208.43C11.426%206.718%2015%205.003%2015%205.003s3.576%201.715%201.167%203.429m-2.332%200h2.332m-2.332%200l-.583%202.571m2.915-2.571l.816%202.571m-9.358%207.999H7.5m.25%200a.25.25%200%201%201-.5%200a.25.25%200%200%201%20.5%200%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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