notification3 icon
notification3-filled from Reicon by REICON · Filled · Newicons · MIT Free for personal and commercial use.
- Name
- notification3-filled
- Set
- Reicon
- Style
- Filled
- Category
- Newicons
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
More newicons icons from Reicon
Use the notification3 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m19.34 14.49l-1-1.66c-.21-.37-.4-1.07-.4-1.48V8.82a5.91 5.91 0 0 0-3.37-5.33A2.93 2.93 0 0 0 11.99 2c-1.09 0-2.07.59-2.59 1.52c-1.95.97-3.3 2.98-3.3 5.3v2.53c0 .41-.19 1.11-.4 1.47l-1.01 1.67c-.4.67-.49 1.41-.24 2.09c.24.67.81 1.19 1.55 1.44c1.94.66 3.98.98 6.02.98s4.08-.32 6.02-.97c.7-.23 1.24-.76 1.5-1.45s.19-1.45-.2-2.09m-4.51 5.52A3.01 3.01 0 0 1 12 22c-.79 0-1.57-.32-2.12-.89c-.32-.3-.56-.7-.7-1.11c.13.02.26.03.4.05c.23.03.47.06.71.08c.57.05 1.15.08 1.73.08c.57 0 1.14-.03 1.7-.08c.21-.02.42-.03.62-.06z"/></svg>
React
import type { SVGProps } from "react";
export function ReiconNotification3Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m19.34 14.49l-1-1.66c-.21-.37-.4-1.07-.4-1.48V8.82a5.91 5.91 0 0 0-3.37-5.33A2.93 2.93 0 0 0 11.99 2c-1.09 0-2.07.59-2.59 1.52c-1.95.97-3.3 2.98-3.3 5.3v2.53c0 .41-.19 1.11-.4 1.47l-1.01 1.67c-.4.67-.49 1.41-.24 2.09c.24.67.81 1.19 1.55 1.44c1.94.66 3.98.98 6.02.98s4.08-.32 6.02-.97c.7-.23 1.24-.76 1.5-1.45s.19-1.45-.2-2.09m-4.51 5.52A3.01 3.01 0 0 1 12 22c-.79 0-1.57-.32-2.12-.89c-.32-.3-.56-.7-.7-1.11c.13.02.26.03.4.05c.23.03.47.06.71.08c.57.05 1.15.08 1.73.08c.57 0 1.14-.03 1.7-.08c.21-.02.42-.03.62-.06z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m19.34 14.49l-1-1.66c-.21-.37-.4-1.07-.4-1.48V8.82a5.91 5.91 0 0 0-3.37-5.33A2.93 2.93 0 0 0 11.99 2c-1.09 0-2.07.59-2.59 1.52c-1.95.97-3.3 2.98-3.3 5.3v2.53c0 .41-.19 1.11-.4 1.47l-1.01 1.67c-.4.67-.49 1.41-.24 2.09c.24.67.81 1.19 1.55 1.44c1.94.66 3.98.98 6.02.98s4.08-.32 6.02-.97c.7-.23 1.24-.76 1.5-1.45s.19-1.45-.2-2.09m-4.51 5.52A3.01 3.01 0 0 1 12 22c-.79 0-1.57-.32-2.12-.89c-.32-.3-.56-.7-.7-1.11c.13.02.26.03.4.05c.23.03.47.06.71.08c.57.05 1.15.08 1.73.08c.57 0 1.14-.03 1.7-.08c.21-.02.42-.03.62-.06z"/></svg> </template>
CSS
.icon-notification3-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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m19.34%2014.49l-1-1.66c-.21-.37-.4-1.07-.4-1.48V8.82a5.91%205.91%200%200%200-3.37-5.33A2.93%202.93%200%200%200%2011.99%202c-1.09%200-2.07.59-2.59%201.52c-1.95.97-3.3%202.98-3.3%205.3v2.53c0%20.41-.19%201.11-.4%201.47l-1.01%201.67c-.4.67-.49%201.41-.24%202.09c.24.67.81%201.19%201.55%201.44c1.94.66%203.98.98%206.02.98s4.08-.32%206.02-.97c.7-.23%201.24-.76%201.5-1.45s.19-1.45-.2-2.09m-4.51%205.52A3.01%203.01%200%200%201%2012%2022c-.79%200-1.57-.32-2.12-.89c-.32-.3-.56-.7-.7-1.11c.13.02.26.03.4.05c.23.03.47.06.71.08c.57.05%201.15.08%201.73.08c.57%200%201.14-.03%201.7-.08c.21-.02.42-.03.62-.06z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m19.34%2014.49l-1-1.66c-.21-.37-.4-1.07-.4-1.48V8.82a5.91%205.91%200%200%200-3.37-5.33A2.93%202.93%200%200%200%2011.99%202c-1.09%200-2.07.59-2.59%201.52c-1.95.97-3.3%202.98-3.3%205.3v2.53c0%20.41-.19%201.11-.4%201.47l-1.01%201.67c-.4.67-.49%201.41-.24%202.09c.24.67.81%201.19%201.55%201.44c1.94.66%203.98.98%206.02.98s4.08-.32%206.02-.97c.7-.23%201.24-.76%201.5-1.45s.19-1.45-.2-2.09m-4.51%205.52A3.01%203.01%200%200%201%2012%2022c-.79%200-1.57-.32-2.12-.89c-.32-.3-.56-.7-.7-1.11c.13.02.26.03.4.05c.23.03.47.06.71.08c.57.05%201.15.08%201.73.08c.57%200%201.14-.03%201.7-.08c.21-.02.42-.03.62-.06z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/notification3-filled.svg?color=%231a73e8&size=48