reminder from Firefox OS Emoji by Mozilla · Default · Objects · Apache-2.0 Free for personal and commercial use.

Name
reminder
Set
Firefox OS Emoji
Style
Default
Category
Objects
Viewbox
512×512
License
Apache 2.0

The same emoji in other sets

More objects icons from Firefox OS Emoji

Use the reminder emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="#FF473E" d="M400.346 432.789c-21.184-28.088-56.086-73.222-89.859-119.481c29.698-43.61 55.086-85.358 65.372-114.153c16.53-46.271 9.438-99.643-18.504-139.297C333.022 25.327 295.454 5.52 254.291 5.52c-41.167 0-78.73 19.807-103.068 54.339c-27.942 39.654-35.034 93.026-18.504 139.297c10.259 28.72 35.677 70.462 65.386 114.06c-33.486 45.864-68.056 90.608-89.179 118.647c-12.828 17.029-9.636 41.168 7.119 54.351l12.525 9.855c16.109 12.674 39.445 9.696 51.822-6.642c16.259-21.463 44.104-57.262 73.949-97.523c29.029 39.161 56.1 74.053 72.284 95.461c13.216 17.483 38.189 20.657 55.413 7.106l11.421-8.986c16.241-12.778 19.33-36.198 6.887-52.696M219.065 168.308c-6.456-18.074-3.6-40.433 7.11-55.633c7.231-10.262 16.691-15.464 28.116-15.464c11.421 0 20.881 5.202 28.112 15.464c10.709 15.2 13.566 37.554 7.11 55.633c-5.61 15.705-18.525 38.349-35.238 64.179c-16.689-25.811-29.592-48.45-35.21-64.179"/><path fill="#F22F2F" d="M216.143 155.386c-1.761-14.998 1.767-30.979 10.032-42.71c7.231-10.262 16.691-15.464 28.116-15.464c11.421 0 20.881 5.202 28.112 15.464c6.522 9.256 12.964 26.283 10.074 42.71c11.834-51.873-.607-89.942-39.836-89.942s-51.081 43.636-36.498 89.942"/></svg>

React

import type { SVGProps } from "react";

export function FxemojiReminder(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="#FF473E" d="M400.346 432.789c-21.184-28.088-56.086-73.222-89.859-119.481c29.698-43.61 55.086-85.358 65.372-114.153c16.53-46.271 9.438-99.643-18.504-139.297C333.022 25.327 295.454 5.52 254.291 5.52c-41.167 0-78.73 19.807-103.068 54.339c-27.942 39.654-35.034 93.026-18.504 139.297c10.259 28.72 35.677 70.462 65.386 114.06c-33.486 45.864-68.056 90.608-89.179 118.647c-12.828 17.029-9.636 41.168 7.119 54.351l12.525 9.855c16.109 12.674 39.445 9.696 51.822-6.642c16.259-21.463 44.104-57.262 73.949-97.523c29.029 39.161 56.1 74.053 72.284 95.461c13.216 17.483 38.189 20.657 55.413 7.106l11.421-8.986c16.241-12.778 19.33-36.198 6.887-52.696M219.065 168.308c-6.456-18.074-3.6-40.433 7.11-55.633c7.231-10.262 16.691-15.464 28.116-15.464c11.421 0 20.881 5.202 28.112 15.464c10.709 15.2 13.566 37.554 7.11 55.633c-5.61 15.705-18.525 38.349-35.238 64.179c-16.689-25.811-29.592-48.45-35.21-64.179"/><path fill="#F22F2F" d="M216.143 155.386c-1.761-14.998 1.767-30.979 10.032-42.71c7.231-10.262 16.691-15.464 28.116-15.464c11.421 0 20.881 5.202 28.112 15.464c6.522 9.256 12.964 26.283 10.074 42.71c11.834-51.873-.607-89.942-39.836-89.942s-51.081 43.636-36.498 89.942"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="#FF473E" d="M400.346 432.789c-21.184-28.088-56.086-73.222-89.859-119.481c29.698-43.61 55.086-85.358 65.372-114.153c16.53-46.271 9.438-99.643-18.504-139.297C333.022 25.327 295.454 5.52 254.291 5.52c-41.167 0-78.73 19.807-103.068 54.339c-27.942 39.654-35.034 93.026-18.504 139.297c10.259 28.72 35.677 70.462 65.386 114.06c-33.486 45.864-68.056 90.608-89.179 118.647c-12.828 17.029-9.636 41.168 7.119 54.351l12.525 9.855c16.109 12.674 39.445 9.696 51.822-6.642c16.259-21.463 44.104-57.262 73.949-97.523c29.029 39.161 56.1 74.053 72.284 95.461c13.216 17.483 38.189 20.657 55.413 7.106l11.421-8.986c16.241-12.778 19.33-36.198 6.887-52.696M219.065 168.308c-6.456-18.074-3.6-40.433 7.11-55.633c7.231-10.262 16.691-15.464 28.116-15.464c11.421 0 20.881 5.202 28.112 15.464c10.709 15.2 13.566 37.554 7.11 55.633c-5.61 15.705-18.525 38.349-35.238 64.179c-16.689-25.811-29.592-48.45-35.21-64.179"/><path fill="#F22F2F" d="M216.143 155.386c-1.761-14.998 1.767-30.979 10.032-42.71c7.231-10.262 16.691-15.464 28.116-15.464c11.421 0 20.881 5.202 28.112 15.464c6.522 9.256 12.964 26.283 10.074 42.71c11.834-51.873-.607-89.942-39.836-89.942s-51.081 43.636-36.498 89.942"/></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%20512%20512%22%3E%3Cpath%20fill%3D%22%23FF473E%22%20d%3D%22M400.346%20432.789c-21.184-28.088-56.086-73.222-89.859-119.481c29.698-43.61%2055.086-85.358%2065.372-114.153c16.53-46.271%209.438-99.643-18.504-139.297C333.022%2025.327%20295.454%205.52%20254.291%205.52c-41.167%200-78.73%2019.807-103.068%2054.339c-27.942%2039.654-35.034%2093.026-18.504%20139.297c10.259%2028.72%2035.677%2070.462%2065.386%20114.06c-33.486%2045.864-68.056%2090.608-89.179%20118.647c-12.828%2017.029-9.636%2041.168%207.119%2054.351l12.525%209.855c16.109%2012.674%2039.445%209.696%2051.822-6.642c16.259-21.463%2044.104-57.262%2073.949-97.523c29.029%2039.161%2056.1%2074.053%2072.284%2095.461c13.216%2017.483%2038.189%2020.657%2055.413%207.106l11.421-8.986c16.241-12.778%2019.33-36.198%206.887-52.696M219.065%20168.308c-6.456-18.074-3.6-40.433%207.11-55.633c7.231-10.262%2016.691-15.464%2028.116-15.464c11.421%200%2020.881%205.202%2028.112%2015.464c10.709%2015.2%2013.566%2037.554%207.11%2055.633c-5.61%2015.705-18.525%2038.349-35.238%2064.179c-16.689-25.811-29.592-48.45-35.21-64.179%22%2F%3E%3Cpath%20fill%3D%22%23F22F2F%22%20d%3D%22M216.143%20155.386c-1.761-14.998%201.767-30.979%2010.032-42.71c7.231-10.262%2016.691-15.464%2028.116-15.464c11.421%200%2020.881%205.202%2028.112%2015.464c6.522%209.256%2012.964%2026.283%2010.074%2042.71c11.834-51.873-.607-89.942-39.836-89.942s-51.081%2043.636-36.498%2089.942%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%20512%20512%22%3E%3Cpath%20fill%3D%22%23FF473E%22%20d%3D%22M400.346%20432.789c-21.184-28.088-56.086-73.222-89.859-119.481c29.698-43.61%2055.086-85.358%2065.372-114.153c16.53-46.271%209.438-99.643-18.504-139.297C333.022%2025.327%20295.454%205.52%20254.291%205.52c-41.167%200-78.73%2019.807-103.068%2054.339c-27.942%2039.654-35.034%2093.026-18.504%20139.297c10.259%2028.72%2035.677%2070.462%2065.386%20114.06c-33.486%2045.864-68.056%2090.608-89.179%20118.647c-12.828%2017.029-9.636%2041.168%207.119%2054.351l12.525%209.855c16.109%2012.674%2039.445%209.696%2051.822-6.642c16.259-21.463%2044.104-57.262%2073.949-97.523c29.029%2039.161%2056.1%2074.053%2072.284%2095.461c13.216%2017.483%2038.189%2020.657%2055.413%207.106l11.421-8.986c16.241-12.778%2019.33-36.198%206.887-52.696M219.065%20168.308c-6.456-18.074-3.6-40.433%207.11-55.633c7.231-10.262%2016.691-15.464%2028.116-15.464c11.421%200%2020.881%205.202%2028.112%2015.464c10.709%2015.2%2013.566%2037.554%207.11%2055.633c-5.61%2015.705-18.525%2038.349-35.238%2064.179c-16.689-25.811-29.592-48.45-35.21-64.179%22%2F%3E%3Cpath%20fill%3D%22%23F22F2F%22%20d%3D%22M216.143%20155.386c-1.761-14.998%201.767-30.979%2010.032-42.71c7.231-10.262%2016.691-15.464%2028.116-15.464c11.421%200%2020.881%205.202%2028.112%2015.464c6.522%209.256%2012.964%2026.283%2010.074%2042.71c11.834-51.873-.607-89.942-39.836-89.942s-51.081%2043.636-36.498%2089.942%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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