reminder ribbon emoji
reminder-ribbon from OpenMoji by OpenMoji · Default · Activities · CC-BY-SA-4.0 Attribution required.
- Name
- reminder-ribbon
- Set
- OpenMoji
- Style
- Default
- Category
- Activities
- Viewbox
- 72×72
- License
- CC BY-SA 4.0
The same emoji in other sets
More activities icons from OpenMoji
Use the reminder ribbon emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#d22f27" d="M21.8 62.4L33 66l20-42.7c2.9-6 0-13.4-5.7-15.3"/><path fill="#ea5a47" d="m45 48.5l-6.5 13.1l1.7 3.4l11.2-3.5M25 8c-5.8 1.9-8.6 9.2-5.8 15.3L28 42.2l6.4-13.8"/><path fill="#d22f27" d="m41 20l5.9-12.8H25.3l6 12.8z"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="1.813" d="M21.8 62.4L33 66l20-42.7c2.9-6 0-13.4-5.7-15.3zm17.1 0l1.3 2.6l11.2-3.5l-6-12.2M34.2 27.6L25 8c-5.8 1.9-8.6 9.2-5.8 15.3l8.5 18.3m6-22.5h4.6m5.4-11H28.6"/></svg>
React
import type { SVGProps } from "react";
export function OpenmojiReminderRibbon(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#d22f27" d="M21.8 62.4L33 66l20-42.7c2.9-6 0-13.4-5.7-15.3"/><path fill="#ea5a47" d="m45 48.5l-6.5 13.1l1.7 3.4l11.2-3.5M25 8c-5.8 1.9-8.6 9.2-5.8 15.3L28 42.2l6.4-13.8"/><path fill="#d22f27" d="m41 20l5.9-12.8H25.3l6 12.8z"/><path fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeMiterlimit="10" strokeWidth="1.813" d="M21.8 62.4L33 66l20-42.7c2.9-6 0-13.4-5.7-15.3zm17.1 0l1.3 2.6l11.2-3.5l-6-12.2M34.2 27.6L25 8c-5.8 1.9-8.6 9.2-5.8 15.3l8.5 18.3m6-22.5h4.6m5.4-11H28.6"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#d22f27" d="M21.8 62.4L33 66l20-42.7c2.9-6 0-13.4-5.7-15.3"/><path fill="#ea5a47" d="m45 48.5l-6.5 13.1l1.7 3.4l11.2-3.5M25 8c-5.8 1.9-8.6 9.2-5.8 15.3L28 42.2l6.4-13.8"/><path fill="#d22f27" d="m41 20l5.9-12.8H25.3l6 12.8z"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="1.813" d="M21.8 62.4L33 66l20-42.7c2.9-6 0-13.4-5.7-15.3zm17.1 0l1.3 2.6l11.2-3.5l-6-12.2M34.2 27.6L25 8c-5.8 1.9-8.6 9.2-5.8 15.3l8.5 18.3m6-22.5h4.6m5.4-11H28.6"/></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%2072%2072%22%3E%3Cpath%20fill%3D%22%23d22f27%22%20d%3D%22M21.8%2062.4L33%2066l20-42.7c2.9-6%200-13.4-5.7-15.3%22%2F%3E%3Cpath%20fill%3D%22%23ea5a47%22%20d%3D%22m45%2048.5l-6.5%2013.1l1.7%203.4l11.2-3.5M25%208c-5.8%201.9-8.6%209.2-5.8%2015.3L28%2042.2l6.4-13.8%22%2F%3E%3Cpath%20fill%3D%22%23d22f27%22%20d%3D%22m41%2020l5.9-12.8H25.3l6%2012.8z%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%221.813%22%20d%3D%22M21.8%2062.4L33%2066l20-42.7c2.9-6%200-13.4-5.7-15.3zm17.1%200l1.3%202.6l11.2-3.5l-6-12.2M34.2%2027.6L25%208c-5.8%201.9-8.6%209.2-5.8%2015.3l8.5%2018.3m6-22.5h4.6m5.4-11H28.6%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%2072%2072%22%3E%3Cpath%20fill%3D%22%23d22f27%22%20d%3D%22M21.8%2062.4L33%2066l20-42.7c2.9-6%200-13.4-5.7-15.3%22%2F%3E%3Cpath%20fill%3D%22%23ea5a47%22%20d%3D%22m45%2048.5l-6.5%2013.1l1.7%203.4l11.2-3.5M25%208c-5.8%201.9-8.6%209.2-5.8%2015.3L28%2042.2l6.4-13.8%22%2F%3E%3Cpath%20fill%3D%22%23d22f27%22%20d%3D%22m41%2020l5.9-12.8H25.3l6%2012.8z%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%221.813%22%20d%3D%22M21.8%2062.4L33%2066l20-42.7c2.9-6%200-13.4-5.7-15.3zm17.1%200l1.3%202.6l11.2-3.5l-6-12.2M34.2%2027.6L25%208c-5.8%201.9-8.6%209.2-5.8%2015.3l8.5%2018.3m6-22.5h4.6m5.4-11H28.6%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/openmoji/reminder-ribbon.svg?color=%231a73e8&size=48