notification2 icon

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

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

1 other variant in Reicon

More newicons icons from Reicon

Use the notification2 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="M21 10.4v6.08c0 .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.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-.41V8.52c0-.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-.02h6.08a1 1 0 0 1 .98 1.2c0 .02-.01.04-.01.06c-.02.1-.03.2-.05.31c-.04.42-.02.87.07 1.33c.03.12.05.22.09.33c.08.33.21.64.38.93c.06.12.14.24.21.35c.33.48.74.89 1.22 1.22c.11.07.23.15.35.21c.29.17.6.3.93.38c.11.04.21.06.33.09c.46.09.91.11 1.33.07c.11-.02.21-.03.31-.05c.02 0 .04-.01.06-.01a1 1 0 0 1 1.2.98"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconNotification2Filled(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="M21 10.4v6.08c0 .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.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-.41V8.52c0-.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-.02h6.08a1 1 0 0 1 .98 1.2c0 .02-.01.04-.01.06c-.02.1-.03.2-.05.31c-.04.42-.02.87.07 1.33c.03.12.05.22.09.33c.08.33.21.64.38.93c.06.12.14.24.21.35c.33.48.74.89 1.22 1.22c.11.07.23.15.35.21c.29.17.6.3.93.38c.11.04.21.06.33.09c.46.09.91.11 1.33.07c.11-.02.21-.03.31-.05c.02 0 .04-.01.06-.01a1 1 0 0 1 1.2.98"/></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="M21 10.4v6.08c0 .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.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-.41V8.52c0-.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-.02h6.08a1 1 0 0 1 .98 1.2c0 .02-.01.04-.01.06c-.02.1-.03.2-.05.31c-.04.42-.02.87.07 1.33c.03.12.05.22.09.33c.08.33.21.64.38.93c.06.12.14.24.21.35c.33.48.74.89 1.22 1.22c.11.07.23.15.35.21c.29.17.6.3.93.38c.11.04.21.06.33.09c.46.09.91.11 1.33.07c.11-.02.21-.03.31-.05c.02 0 .04-.01.06-.01a1 1 0 0 1 1.2.98"/></g></svg>
</template>

CSS

.icon-notification2-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%22M21%2010.4v6.08c0%20.14-.01.28-.02.41c-.01.12-.02.23-.04.35c-.01.12-.03.24-.05.35c-.35%202.42-1.89%203.95-4.3%204.3c-.11.02-.23.04-.35.05c-.12.02-.23.03-.35.04c-.13.01-.27.02-.41.02H7.52c-.14%200-.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-.41V8.52c0-.14.01-.28.02-.41c.01-.12.02-.23.04-.35c.01-.12.03-.24.05-.35c.35-2.42%201.89-3.95%204.3-4.3c.11-.02.23-.04.35-.05c.12-.02.23-.03.35-.04c.13-.01.27-.02.41-.02h6.08a1%201%200%200%201%20.98%201.2c0%20.02-.01.04-.01.06c-.02.1-.03.2-.05.31c-.04.42-.02.87.07%201.33c.03.12.05.22.09.33c.08.33.21.64.38.93c.06.12.14.24.21.35c.33.48.74.89%201.22%201.22c.11.07.23.15.35.21c.29.17.6.3.93.38c.11.04.21.06.33.09c.46.09.91.11%201.33.07c.11-.02.21-.03.31-.05c.02%200%20.04-.01.06-.01a1%201%200%200%201%201.2.98%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%22M21%2010.4v6.08c0%20.14-.01.28-.02.41c-.01.12-.02.23-.04.35c-.01.12-.03.24-.05.35c-.35%202.42-1.89%203.95-4.3%204.3c-.11.02-.23.04-.35.05c-.12.02-.23.03-.35.04c-.13.01-.27.02-.41.02H7.52c-.14%200-.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-.41V8.52c0-.14.01-.28.02-.41c.01-.12.02-.23.04-.35c.01-.12.03-.24.05-.35c.35-2.42%201.89-3.95%204.3-4.3c.11-.02.23-.04.35-.05c.12-.02.23-.03.35-.04c.13-.01.27-.02.41-.02h6.08a1%201%200%200%201%20.98%201.2c0%20.02-.01.04-.01.06c-.02.1-.03.2-.05.31c-.04.42-.02.87.07%201.33c.03.12.05.22.09.33c.08.33.21.64.38.93c.06.12.14.24.21.35c.33.48.74.89%201.22%201.22c.11.07.23.15.35.21c.29.17.6.3.93.38c.11.04.21.06.33.09c.46.09.91.11%201.33.07c.11-.02.21-.03.31-.05c.02%200%20.04-.01.06-.01a1%201%200%200%201%201.2.98%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/notification2-filled.svg?color=%231a73e8&size=48