notification3 icon

notification3 from Reicon by REICON · Outline · Newicons · MIT Free for personal and commercial use.

Name
notification3
Set
Reicon
Style
Outline
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"><g fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="1.5"><path stroke-linecap="round" d="M12.02 2.91c-3.31 0-6 2.69-6 6v2.89c0 .61-.26 1.54-.57 2.06L4.3 15.77c-.71 1.18-.22 2.49 1.08 2.93c4.31 1.44 8.96 1.44 13.27 0c1.21-.4 1.74-1.83 1.08-2.93l-1.15-1.91c-.3-.52-.56-1.45-.56-2.06V8.91c0-3.3-2.7-6-6-6Z"/><path stroke-linecap="round" stroke-linejoin="round" d="M13.87 3.2a6.75 6.75 0 0 0-3.7 0c.29-.74 1.01-1.26 1.85-1.26s1.56.52 1.85 1.26"/><path d="M15.02 19.06c0 1.65-1.35 3-3 3c-.82 0-1.58-.34-2.12-.88a3 3 0 0 1-.88-2.12"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconNotification3(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeMiterlimit="10" strokeWidth="1.5"><path strokeLinecap="round" d="M12.02 2.91c-3.31 0-6 2.69-6 6v2.89c0 .61-.26 1.54-.57 2.06L4.3 15.77c-.71 1.18-.22 2.49 1.08 2.93c4.31 1.44 8.96 1.44 13.27 0c1.21-.4 1.74-1.83 1.08-2.93l-1.15-1.91c-.3-.52-.56-1.45-.56-2.06V8.91c0-3.3-2.7-6-6-6Z"/><path strokeLinecap="round" strokeLinejoin="round" d="M13.87 3.2a6.75 6.75 0 0 0-3.7 0c.29-.74 1.01-1.26 1.85-1.26s1.56.52 1.85 1.26"/><path d="M15.02 19.06c0 1.65-1.35 3-3 3c-.82 0-1.58-.34-2.12-.88a3 3 0 0 1-.88-2.12"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="1.5"><path stroke-linecap="round" d="M12.02 2.91c-3.31 0-6 2.69-6 6v2.89c0 .61-.26 1.54-.57 2.06L4.3 15.77c-.71 1.18-.22 2.49 1.08 2.93c4.31 1.44 8.96 1.44 13.27 0c1.21-.4 1.74-1.83 1.08-2.93l-1.15-1.91c-.3-.52-.56-1.45-.56-2.06V8.91c0-3.3-2.7-6-6-6Z"/><path stroke-linecap="round" stroke-linejoin="round" d="M13.87 3.2a6.75 6.75 0 0 0-3.7 0c.29-.74 1.01-1.26 1.85-1.26s1.56.52 1.85 1.26"/><path d="M15.02 19.06c0 1.65-1.35 3-3 3c-.82 0-1.58-.34-2.12-.88a3 3 0 0 1-.88-2.12"/></g></svg>
</template>

CSS

.icon-notification3 {
  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%22none%22%20stroke%3D%22currentColor%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M12.02%202.91c-3.31%200-6%202.69-6%206v2.89c0%20.61-.26%201.54-.57%202.06L4.3%2015.77c-.71%201.18-.22%202.49%201.08%202.93c4.31%201.44%208.96%201.44%2013.27%200c1.21-.4%201.74-1.83%201.08-2.93l-1.15-1.91c-.3-.52-.56-1.45-.56-2.06V8.91c0-3.3-2.7-6-6-6Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M13.87%203.2a6.75%206.75%200%200%200-3.7%200c.29-.74%201.01-1.26%201.85-1.26s1.56.52%201.85%201.26%22%2F%3E%3Cpath%20d%3D%22M15.02%2019.06c0%201.65-1.35%203-3%203c-.82%200-1.58-.34-2.12-.88a3%203%200%200%201-.88-2.12%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%22none%22%20stroke%3D%22currentColor%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M12.02%202.91c-3.31%200-6%202.69-6%206v2.89c0%20.61-.26%201.54-.57%202.06L4.3%2015.77c-.71%201.18-.22%202.49%201.08%202.93c4.31%201.44%208.96%201.44%2013.27%200c1.21-.4%201.74-1.83%201.08-2.93l-1.15-1.91c-.3-.52-.56-1.45-.56-2.06V8.91c0-3.3-2.7-6-6-6Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M13.87%203.2a6.75%206.75%200%200%200-3.7%200c.29-.74%201.01-1.26%201.85-1.26s1.56.52%201.85%201.26%22%2F%3E%3Cpath%20d%3D%22M15.02%2019.06c0%201.65-1.35%203-3%203c-.82%200-1.58-.34-2.12-.88a3%203%200%200%201-.88-2.12%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/notification3.svg?color=%231a73e8&size=48