md notifications off icon
md-notifications-off from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.
- Name
- md-notifications-off
- Set
- IonIcons
- Style
- Regular
- Viewbox
- 512×512
- License
- MIT
- Aliases
- android-notifications-off
Related icons in IonIcons
md-addmd-add-circlemd-airplanemd-alarmmd-albumsmd-alertmd-american-footballmd-analyticsmd-aperturemd-appsmd-appstoremd-archivemd-arrow-backmd-arrow-downmd-arrow-dropdownmd-arrow-dropdown-circlemd-arrow-dropleftmd-arrow-dropleft-circlemd-arrow-droprightmd-arrow-dropright-circlemd-arrow-dropupmd-arrow-dropup-circlemd-arrow-forwardmd-arrow-round-back
Use the md notifications off icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M256 463.656c22.814 0 41.475-18.656 41.475-41.656h-82.95c0 23 18.661 41.656 41.475 41.656z" fill="currentColor"/><path d="M131.083 107.172l.053.074L98.09 74.277 74.004 98.383l63.042 63.153C126.888 180.521 121 202.196 121 225.07v114.555l-41 41.656V402h297.743l36.182 36.33 24.079-24.301L425.9 402h.316L131.083 107.172z" fill="currentColor"/><path d="M391 225.07c0-63.526-45-117.677-104-131.218V79.274c0-17.706-13.371-31.243-31-31.243-17.628 0-31 13.537-31 31.243v14.578c-15 3.438-29.048 9.501-41.75 17.663L391 319.355V225.07z" fill="currentColor"/></svg>
React
import type { SVGProps } from "react";
export function IonMdNotificationsOff(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M256 463.656c22.814 0 41.475-18.656 41.475-41.656h-82.95c0 23 18.661 41.656 41.475 41.656z" fill="currentColor"/><path d="M131.083 107.172l.053.074L98.09 74.277 74.004 98.383l63.042 63.153C126.888 180.521 121 202.196 121 225.07v114.555l-41 41.656V402h297.743l36.182 36.33 24.079-24.301L425.9 402h.316L131.083 107.172z" fill="currentColor"/><path d="M391 225.07c0-63.526-45-117.677-104-131.218V79.274c0-17.706-13.371-31.243-31-31.243-17.628 0-31 13.537-31 31.243v14.578c-15 3.438-29.048 9.501-41.75 17.663L391 319.355V225.07z" fill="currentColor"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M256 463.656c22.814 0 41.475-18.656 41.475-41.656h-82.95c0 23 18.661 41.656 41.475 41.656z" fill="currentColor"/><path d="M131.083 107.172l.053.074L98.09 74.277 74.004 98.383l63.042 63.153C126.888 180.521 121 202.196 121 225.07v114.555l-41 41.656V402h297.743l36.182 36.33 24.079-24.301L425.9 402h.316L131.083 107.172z" fill="currentColor"/><path d="M391 225.07c0-63.526-45-117.677-104-131.218V79.274c0-17.706-13.371-31.243-31-31.243-17.628 0-31 13.537-31 31.243v14.578c-15 3.438-29.048 9.501-41.75 17.663L391 319.355V225.07z" fill="currentColor"/></svg> </template>
CSS
.icon-md-notifications-off {
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%22M256%20463.656c22.814%200%2041.475-18.656%2041.475-41.656h-82.95c0%2023%2018.661%2041.656%2041.475%2041.656z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M131.083%20107.172l.053.074L98.09%2074.277%2074.004%2098.383l63.042%2063.153C126.888%20180.521%20121%20202.196%20121%20225.07v114.555l-41%2041.656V402h297.743l36.182%2036.33%2024.079-24.301L425.9%20402h.316L131.083%20107.172z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M391%20225.07c0-63.526-45-117.677-104-131.218V79.274c0-17.706-13.371-31.243-31-31.243-17.628%200-31%2013.537-31%2031.243v14.578c-15%203.438-29.048%209.501-41.75%2017.663L391%20319.355V225.07z%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%22M256%20463.656c22.814%200%2041.475-18.656%2041.475-41.656h-82.95c0%2023%2018.661%2041.656%2041.475%2041.656z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M131.083%20107.172l.053.074L98.09%2074.277%2074.004%2098.383l63.042%2063.153C126.888%20180.521%20121%20202.196%20121%20225.07v114.555l-41%2041.656V402h297.743l36.182%2036.33%2024.079-24.301L425.9%20402h.316L131.083%20107.172z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M391%20225.07c0-63.526-45-117.677-104-131.218V79.274c0-17.706-13.371-31.243-31-31.243-17.628%200-31%2013.537-31%2031.243v14.578c-15%203.438-29.048%209.501-41.75%2017.663L391%20319.355V225.07z%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-off.svg?color=%231a73e8&size=48