reminder ribbon emoji

reminder-ribbon from Emoji One (Colored) by Emoji One · Default · Activities · CC-BY-4.0 Attribution required.

Name
reminder-ribbon
Set
Emoji One (Colored)
Style
Default
Category
Activities
Viewbox
64×64
License
CC BY 4.0

The same emoji in other sets

More activities icons from Emoji One (Colored)

Use the reminder ribbon emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#c94747" d="M32.1 2S19.4 2 17.4 6.9c-.8 1.9-.1 7.6.1 9.4c1.7-3.2 7.5-5.6 14.3-5.6c7.2 0 13.2 2.6 14.5 6.1h.3V7.1c0-2.4-6.3-5.1-14.5-5.1"/><path fill="#ff5760" d="M34.1 2.1S52 1.2 52 18.8S20.8 62 20.8 62l-4.9-11.1c0-.1 54.1-44.5 18.2-48.8"/><path fill="#ff717f" d="M29.8 2.1S12 1.2 12 18.8S43.2 62 43.2 62l4.9-11.1S-6.2 6.4 29.8 2.1"/></svg>

React

import type { SVGProps } from "react";

export function EmojioneReminderRibbon(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#c94747" d="M32.1 2S19.4 2 17.4 6.9c-.8 1.9-.1 7.6.1 9.4c1.7-3.2 7.5-5.6 14.3-5.6c7.2 0 13.2 2.6 14.5 6.1h.3V7.1c0-2.4-6.3-5.1-14.5-5.1"/><path fill="#ff5760" d="M34.1 2.1S52 1.2 52 18.8S20.8 62 20.8 62l-4.9-11.1c0-.1 54.1-44.5 18.2-48.8"/><path fill="#ff717f" d="M29.8 2.1S12 1.2 12 18.8S43.2 62 43.2 62l4.9-11.1S-6.2 6.4 29.8 2.1"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#c94747" d="M32.1 2S19.4 2 17.4 6.9c-.8 1.9-.1 7.6.1 9.4c1.7-3.2 7.5-5.6 14.3-5.6c7.2 0 13.2 2.6 14.5 6.1h.3V7.1c0-2.4-6.3-5.1-14.5-5.1"/><path fill="#ff5760" d="M34.1 2.1S52 1.2 52 18.8S20.8 62 20.8 62l-4.9-11.1c0-.1 54.1-44.5 18.2-48.8"/><path fill="#ff717f" d="M29.8 2.1S12 1.2 12 18.8S43.2 62 43.2 62l4.9-11.1S-6.2 6.4 29.8 2.1"/></svg>
</template>

CSS

.icon-reminder-ribbon {
  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%2064%2064%22%3E%3Cpath%20fill%3D%22%23c94747%22%20d%3D%22M32.1%202S19.4%202%2017.4%206.9c-.8%201.9-.1%207.6.1%209.4c1.7-3.2%207.5-5.6%2014.3-5.6c7.2%200%2013.2%202.6%2014.5%206.1h.3V7.1c0-2.4-6.3-5.1-14.5-5.1%22%2F%3E%3Cpath%20fill%3D%22%23ff5760%22%20d%3D%22M34.1%202.1S52%201.2%2052%2018.8S20.8%2062%2020.8%2062l-4.9-11.1c0-.1%2054.1-44.5%2018.2-48.8%22%2F%3E%3Cpath%20fill%3D%22%23ff717f%22%20d%3D%22M29.8%202.1S12%201.2%2012%2018.8S43.2%2062%2043.2%2062l4.9-11.1S-6.2%206.4%2029.8%202.1%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%2064%2064%22%3E%3Cpath%20fill%3D%22%23c94747%22%20d%3D%22M32.1%202S19.4%202%2017.4%206.9c-.8%201.9-.1%207.6.1%209.4c1.7-3.2%207.5-5.6%2014.3-5.6c7.2%200%2013.2%202.6%2014.5%206.1h.3V7.1c0-2.4-6.3-5.1-14.5-5.1%22%2F%3E%3Cpath%20fill%3D%22%23ff5760%22%20d%3D%22M34.1%202.1S52%201.2%2052%2018.8S20.8%2062%2020.8%2062l-4.9-11.1c0-.1%2054.1-44.5%2018.2-48.8%22%2F%3E%3Cpath%20fill%3D%22%23ff717f%22%20d%3D%22M29.8%202.1S12%201.2%2012%2018.8S43.2%2062%2043.2%2062l4.9-11.1S-6.2%206.4%2029.8%202.1%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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