md notifications icon

md-notifications-outline from IonIcons by Ben Sperry · Outline · MIT Free for personal and commercial use.

Name
md-notifications-outline
Set
IonIcons
Style
Outline
Viewbox
512×512
License
MIT
Aliases
android-notifications-none

1 other variant in IonIcons

Related icons in IonIcons

Use the md notifications icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M257 120.471c7.083 0 23.911 4.479 23.911 4.479 45.589 10.447 77.678 52.439 77.678 99.85V352.412l9.321 9.364 7.788 7.823H136.302l7.788-7.823 9.321-9.364V224.8c0-47.41 32.089-89.403 77.678-99.85 0 0 18.043-4.479 23.911-4.479M256 48c-17.602 0-31.059 13.518-31.059 31.2v14.559c-59.015 13.523-103.53 67.601-103.53 131.041v114.4L80 380.8v20.8h352v-20.8l-41.411-41.6V224.8c0-63.44-44.516-117.518-103.53-131.041V79.2c0-17.682-13.457-31.2-31.059-31.2zm41.411 374.4h-82.823c0 22.881 18.633 41.6 41.412 41.6s41.411-18.719 41.411-41.6z" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function IonMdNotificationsOutline(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M257 120.471c7.083 0 23.911 4.479 23.911 4.479 45.589 10.447 77.678 52.439 77.678 99.85V352.412l9.321 9.364 7.788 7.823H136.302l7.788-7.823 9.321-9.364V224.8c0-47.41 32.089-89.403 77.678-99.85 0 0 18.043-4.479 23.911-4.479M256 48c-17.602 0-31.059 13.518-31.059 31.2v14.559c-59.015 13.523-103.53 67.601-103.53 131.041v114.4L80 380.8v20.8h352v-20.8l-41.411-41.6V224.8c0-63.44-44.516-117.518-103.53-131.041V79.2c0-17.682-13.457-31.2-31.059-31.2zm41.411 374.4h-82.823c0 22.881 18.633 41.6 41.412 41.6s41.411-18.719 41.411-41.6z" fill="currentColor"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M257 120.471c7.083 0 23.911 4.479 23.911 4.479 45.589 10.447 77.678 52.439 77.678 99.85V352.412l9.321 9.364 7.788 7.823H136.302l7.788-7.823 9.321-9.364V224.8c0-47.41 32.089-89.403 77.678-99.85 0 0 18.043-4.479 23.911-4.479M256 48c-17.602 0-31.059 13.518-31.059 31.2v14.559c-59.015 13.523-103.53 67.601-103.53 131.041v114.4L80 380.8v20.8h352v-20.8l-41.411-41.6V224.8c0-63.44-44.516-117.518-103.53-131.041V79.2c0-17.682-13.457-31.2-31.059-31.2zm41.411 374.4h-82.823c0 22.881 18.633 41.6 41.412 41.6s41.411-18.719 41.411-41.6z" fill="currentColor"/></svg>
</template>

CSS

.icon-md-notifications-outline {
  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%20512%20512%22%3E%3Cpath%20d%3D%22M257%20120.471c7.083%200%2023.911%204.479%2023.911%204.479%2045.589%2010.447%2077.678%2052.439%2077.678%2099.85V352.412l9.321%209.364%207.788%207.823H136.302l7.788-7.823%209.321-9.364V224.8c0-47.41%2032.089-89.403%2077.678-99.85%200%200%2018.043-4.479%2023.911-4.479M256%2048c-17.602%200-31.059%2013.518-31.059%2031.2v14.559c-59.015%2013.523-103.53%2067.601-103.53%20131.041v114.4L80%20380.8v20.8h352v-20.8l-41.411-41.6V224.8c0-63.44-44.516-117.518-103.53-131.041V79.2c0-17.682-13.457-31.2-31.059-31.2zm41.411%20374.4h-82.823c0%2022.881%2018.633%2041.6%2041.412%2041.6s41.411-18.719%2041.411-41.6z%22%20fill%3D%22currentColor%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%20512%20512%22%3E%3Cpath%20d%3D%22M257%20120.471c7.083%200%2023.911%204.479%2023.911%204.479%2045.589%2010.447%2077.678%2052.439%2077.678%2099.85V352.412l9.321%209.364%207.788%207.823H136.302l7.788-7.823%209.321-9.364V224.8c0-47.41%2032.089-89.403%2077.678-99.85%200%200%2018.043-4.479%2023.911-4.479M256%2048c-17.602%200-31.059%2013.518-31.059%2031.2v14.559c-59.015%2013.523-103.53%2067.601-103.53%20131.041v114.4L80%20380.8v20.8h352v-20.8l-41.411-41.6V224.8c0-63.44-44.516-117.518-103.53-131.041V79.2c0-17.682-13.457-31.2-31.059-31.2zm41.411%20374.4h-82.823c0%2022.881%2018.633%2041.6%2041.412%2041.6s41.411-18.719%2041.411-41.6z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ion/md-notifications-outline.svg?color=%231a73e8&size=48