notification status icon

notification-status-filled from Reicon by REICON · Filled · Newicons · MIT Free for personal and commercial use.

Name
notification-status-filled
Set
Reicon
Style
Filled
Category
Newicons
Viewbox
24×24
License
MIT

1 other variant in Reicon

More newicons icons from Reicon

Use the notification status icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M19 8a3 3 0 1 0 0-6a3 3 0 0 0 0 6"/><path d="M19.8 9.42c-.02 0-.04.01-.06.01c-.1.02-.2.03-.31.05c-.42.04-.87.02-1.33-.07c-.12-.03-.22-.05-.33-.09c-.33-.08-.64-.21-.93-.38c-.12-.06-.24-.14-.35-.21c-.48-.33-.89-.74-1.22-1.22c-.07-.11-.15-.23-.21-.35c-.17-.29-.3-.6-.38-.93c-.04-.11-.06-.21-.09-.33a4.7 4.7 0 0 1-.07-1.33c.02-.11.03-.21.05-.31c0-.02.01-.04.01-.06A1 1 0 0 0 13.6 3H7.52c-.14 0-.28.01-.41.02c-.12.01-.23.02-.35.04c-.12.01-.24.03-.35.05c-2.41.35-3.95 1.88-4.3 4.3c-.02.11-.04.23-.05.35c-.02.12-.03.23-.04.35c-.01.13-.02.27-.02.41v7.96c0 .14.01.28.02.41c.01.12.02.23.04.35c.01.12.03.24.05.35c.35 2.42 1.89 3.95 4.3 4.3c.11.02.23.04.35.05c.12.02.23.03.35.04c.13.01.27.02.41.02h7.96c.14 0 .28-.01.41-.02c.12-.01.23-.02.35-.04c.12-.01.24-.03.35-.05c2.41-.35 3.95-1.88 4.3-4.3c.02-.11.04-.23.05-.35c.02-.12.03-.23.04-.35c.01-.13.02-.27.02-.41V10.4a1 1 0 0 0-1.2-.98M6.75 12.5h5c.41 0 .75.34.75.75s-.34.75-.75.75h-5c-.41 0-.75-.34-.75-.75s.34-.75.75-.75m9 5.5h-9c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h9c.41 0 .75.34.75.75s-.34.75-.75.75"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconNotificationStatusFilled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M19 8a3 3 0 1 0 0-6a3 3 0 0 0 0 6"/><path d="M19.8 9.42c-.02 0-.04.01-.06.01c-.1.02-.2.03-.31.05c-.42.04-.87.02-1.33-.07c-.12-.03-.22-.05-.33-.09c-.33-.08-.64-.21-.93-.38c-.12-.06-.24-.14-.35-.21c-.48-.33-.89-.74-1.22-1.22c-.07-.11-.15-.23-.21-.35c-.17-.29-.3-.6-.38-.93c-.04-.11-.06-.21-.09-.33a4.7 4.7 0 0 1-.07-1.33c.02-.11.03-.21.05-.31c0-.02.01-.04.01-.06A1 1 0 0 0 13.6 3H7.52c-.14 0-.28.01-.41.02c-.12.01-.23.02-.35.04c-.12.01-.24.03-.35.05c-2.41.35-3.95 1.88-4.3 4.3c-.02.11-.04.23-.05.35c-.02.12-.03.23-.04.35c-.01.13-.02.27-.02.41v7.96c0 .14.01.28.02.41c.01.12.02.23.04.35c.01.12.03.24.05.35c.35 2.42 1.89 3.95 4.3 4.3c.11.02.23.04.35.05c.12.02.23.03.35.04c.13.01.27.02.41.02h7.96c.14 0 .28-.01.41-.02c.12-.01.23-.02.35-.04c.12-.01.24-.03.35-.05c2.41-.35 3.95-1.88 4.3-4.3c.02-.11.04-.23.05-.35c.02-.12.03-.23.04-.35c.01-.13.02-.27.02-.41V10.4a1 1 0 0 0-1.2-.98M6.75 12.5h5c.41 0 .75.34.75.75s-.34.75-.75.75h-5c-.41 0-.75-.34-.75-.75s.34-.75.75-.75m9 5.5h-9c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h9c.41 0 .75.34.75.75s-.34.75-.75.75"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M19 8a3 3 0 1 0 0-6a3 3 0 0 0 0 6"/><path d="M19.8 9.42c-.02 0-.04.01-.06.01c-.1.02-.2.03-.31.05c-.42.04-.87.02-1.33-.07c-.12-.03-.22-.05-.33-.09c-.33-.08-.64-.21-.93-.38c-.12-.06-.24-.14-.35-.21c-.48-.33-.89-.74-1.22-1.22c-.07-.11-.15-.23-.21-.35c-.17-.29-.3-.6-.38-.93c-.04-.11-.06-.21-.09-.33a4.7 4.7 0 0 1-.07-1.33c.02-.11.03-.21.05-.31c0-.02.01-.04.01-.06A1 1 0 0 0 13.6 3H7.52c-.14 0-.28.01-.41.02c-.12.01-.23.02-.35.04c-.12.01-.24.03-.35.05c-2.41.35-3.95 1.88-4.3 4.3c-.02.11-.04.23-.05.35c-.02.12-.03.23-.04.35c-.01.13-.02.27-.02.41v7.96c0 .14.01.28.02.41c.01.12.02.23.04.35c.01.12.03.24.05.35c.35 2.42 1.89 3.95 4.3 4.3c.11.02.23.04.35.05c.12.02.23.03.35.04c.13.01.27.02.41.02h7.96c.14 0 .28-.01.41-.02c.12-.01.23-.02.35-.04c.12-.01.24-.03.35-.05c2.41-.35 3.95-1.88 4.3-4.3c.02-.11.04-.23.05-.35c.02-.12.03-.23.04-.35c.01-.13.02-.27.02-.41V10.4a1 1 0 0 0-1.2-.98M6.75 12.5h5c.41 0 .75.34.75.75s-.34.75-.75.75h-5c-.41 0-.75-.34-.75-.75s.34-.75.75-.75m9 5.5h-9c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h9c.41 0 .75.34.75.75s-.34.75-.75.75"/></g></svg>
</template>

CSS

.icon-notification-status-filled {
  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%22currentColor%22%3E%3Cpath%20d%3D%22M19%208a3%203%200%201%200%200-6a3%203%200%200%200%200%206%22%2F%3E%3Cpath%20d%3D%22M19.8%209.42c-.02%200-.04.01-.06.01c-.1.02-.2.03-.31.05c-.42.04-.87.02-1.33-.07c-.12-.03-.22-.05-.33-.09c-.33-.08-.64-.21-.93-.38c-.12-.06-.24-.14-.35-.21c-.48-.33-.89-.74-1.22-1.22c-.07-.11-.15-.23-.21-.35c-.17-.29-.3-.6-.38-.93c-.04-.11-.06-.21-.09-.33a4.7%204.7%200%200%201-.07-1.33c.02-.11.03-.21.05-.31c0-.02.01-.04.01-.06A1%201%200%200%200%2013.6%203H7.52c-.14%200-.28.01-.41.02c-.12.01-.23.02-.35.04c-.12.01-.24.03-.35.05c-2.41.35-3.95%201.88-4.3%204.3c-.02.11-.04.23-.05.35c-.02.12-.03.23-.04.35c-.01.13-.02.27-.02.41v7.96c0%20.14.01.28.02.41c.01.12.02.23.04.35c.01.12.03.24.05.35c.35%202.42%201.89%203.95%204.3%204.3c.11.02.23.04.35.05c.12.02.23.03.35.04c.13.01.27.02.41.02h7.96c.14%200%20.28-.01.41-.02c.12-.01.23-.02.35-.04c.12-.01.24-.03.35-.05c2.41-.35%203.95-1.88%204.3-4.3c.02-.11.04-.23.05-.35c.02-.12.03-.23.04-.35c.01-.13.02-.27.02-.41V10.4a1%201%200%200%200-1.2-.98M6.75%2012.5h5c.41%200%20.75.34.75.75s-.34.75-.75.75h-5c-.41%200-.75-.34-.75-.75s.34-.75.75-.75m9%205.5h-9c-.41%200-.75-.34-.75-.75s.34-.75.75-.75h9c.41%200%20.75.34.75.75s-.34.75-.75.75%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%22currentColor%22%3E%3Cpath%20d%3D%22M19%208a3%203%200%201%200%200-6a3%203%200%200%200%200%206%22%2F%3E%3Cpath%20d%3D%22M19.8%209.42c-.02%200-.04.01-.06.01c-.1.02-.2.03-.31.05c-.42.04-.87.02-1.33-.07c-.12-.03-.22-.05-.33-.09c-.33-.08-.64-.21-.93-.38c-.12-.06-.24-.14-.35-.21c-.48-.33-.89-.74-1.22-1.22c-.07-.11-.15-.23-.21-.35c-.17-.29-.3-.6-.38-.93c-.04-.11-.06-.21-.09-.33a4.7%204.7%200%200%201-.07-1.33c.02-.11.03-.21.05-.31c0-.02.01-.04.01-.06A1%201%200%200%200%2013.6%203H7.52c-.14%200-.28.01-.41.02c-.12.01-.23.02-.35.04c-.12.01-.24.03-.35.05c-2.41.35-3.95%201.88-4.3%204.3c-.02.11-.04.23-.05.35c-.02.12-.03.23-.04.35c-.01.13-.02.27-.02.41v7.96c0%20.14.01.28.02.41c.01.12.02.23.04.35c.01.12.03.24.05.35c.35%202.42%201.89%203.95%204.3%204.3c.11.02.23.04.35.05c.12.02.23.03.35.04c.13.01.27.02.41.02h7.96c.14%200%20.28-.01.41-.02c.12-.01.23-.02.35-.04c.12-.01.24-.03.35-.05c2.41-.35%203.95-1.88%204.3-4.3c.02-.11.04-.23.05-.35c.02-.12.03-.23.04-.35c.01-.13.02-.27.02-.41V10.4a1%201%200%200%200-1.2-.98M6.75%2012.5h5c.41%200%20.75.34.75.75s-.34.75-.75.75h-5c-.41%200-.75-.34-.75-.75s.34-.75.75-.75m9%205.5h-9c-.41%200-.75-.34-.75-.75s.34-.75.75-.75h9c.41%200%20.75.34.75.75s-.34.75-.75.75%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/notification-status-filled.svg?color=%231a73e8&size=48