ios notifications off icon

ios-notifications-off from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.

Name
ios-notifications-off
Set
IonIcons
Style
Regular
Viewbox
512×512
License
MIT

Related icons in IonIcons

Use the ios notifications off icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M255.9 456c31.1 0 48.1-22 48.1-53h-96.3c0 31 17 53 48.2 53z" fill="currentColor"/><path d="M154.5 55c-2.5-4.3-7-6.8-11.6-7h.3-1.2c-2.3 0-4.7.7-6.9 1.9-6.8 3.9-9.1 12.6-5.1 19.3L357.5 457c2.6 4.5 7.4 7 12.3 7 2.4 0 4.9-.6 7.2-1.9 6.8-3.9 9.1-12.6 5.1-19.3L154.5 55z" fill="currentColor"/><path d="M296.1 384L159 150.5c-8.2 20.2-13.3 46-13.3 78.6 0 90.9-30.3 102.7-45.7 123.1-9.9 13.1-.5 31.8 15.9 31.8h180.2z" fill="currentColor"/><path d="M412 352.2c-15.4-20.3-45.7-32.2-45.7-123.1 0-93.3-41.2-130.8-79.6-139.8-3.6-.9-6.2-2.1-6.2-5.9v-2.9c0-13.4-11-24.7-24.4-24.6-13.4-.2-24.4 11.2-24.4 24.6v2.9c0 3.7-2.6 5-6.2 5.9-8.7 2-17.5 5.5-25.9 10.8L366.1 384H396c16.5 0 25.9-18.8 16-31.8z" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function IonIosNotificationsOff(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M255.9 456c31.1 0 48.1-22 48.1-53h-96.3c0 31 17 53 48.2 53z" fill="currentColor"/><path d="M154.5 55c-2.5-4.3-7-6.8-11.6-7h.3-1.2c-2.3 0-4.7.7-6.9 1.9-6.8 3.9-9.1 12.6-5.1 19.3L357.5 457c2.6 4.5 7.4 7 12.3 7 2.4 0 4.9-.6 7.2-1.9 6.8-3.9 9.1-12.6 5.1-19.3L154.5 55z" fill="currentColor"/><path d="M296.1 384L159 150.5c-8.2 20.2-13.3 46-13.3 78.6 0 90.9-30.3 102.7-45.7 123.1-9.9 13.1-.5 31.8 15.9 31.8h180.2z" fill="currentColor"/><path d="M412 352.2c-15.4-20.3-45.7-32.2-45.7-123.1 0-93.3-41.2-130.8-79.6-139.8-3.6-.9-6.2-2.1-6.2-5.9v-2.9c0-13.4-11-24.7-24.4-24.6-13.4-.2-24.4 11.2-24.4 24.6v2.9c0 3.7-2.6 5-6.2 5.9-8.7 2-17.5 5.5-25.9 10.8L366.1 384H396c16.5 0 25.9-18.8 16-31.8z" fill="currentColor"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M255.9 456c31.1 0 48.1-22 48.1-53h-96.3c0 31 17 53 48.2 53z" fill="currentColor"/><path d="M154.5 55c-2.5-4.3-7-6.8-11.6-7h.3-1.2c-2.3 0-4.7.7-6.9 1.9-6.8 3.9-9.1 12.6-5.1 19.3L357.5 457c2.6 4.5 7.4 7 12.3 7 2.4 0 4.9-.6 7.2-1.9 6.8-3.9 9.1-12.6 5.1-19.3L154.5 55z" fill="currentColor"/><path d="M296.1 384L159 150.5c-8.2 20.2-13.3 46-13.3 78.6 0 90.9-30.3 102.7-45.7 123.1-9.9 13.1-.5 31.8 15.9 31.8h180.2z" fill="currentColor"/><path d="M412 352.2c-15.4-20.3-45.7-32.2-45.7-123.1 0-93.3-41.2-130.8-79.6-139.8-3.6-.9-6.2-2.1-6.2-5.9v-2.9c0-13.4-11-24.7-24.4-24.6-13.4-.2-24.4 11.2-24.4 24.6v2.9c0 3.7-2.6 5-6.2 5.9-8.7 2-17.5 5.5-25.9 10.8L366.1 384H396c16.5 0 25.9-18.8 16-31.8z" fill="currentColor"/></svg>
</template>

CSS

.icon-ios-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%22M255.9%20456c31.1%200%2048.1-22%2048.1-53h-96.3c0%2031%2017%2053%2048.2%2053z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M154.5%2055c-2.5-4.3-7-6.8-11.6-7h.3-1.2c-2.3%200-4.7.7-6.9%201.9-6.8%203.9-9.1%2012.6-5.1%2019.3L357.5%20457c2.6%204.5%207.4%207%2012.3%207%202.4%200%204.9-.6%207.2-1.9%206.8-3.9%209.1-12.6%205.1-19.3L154.5%2055z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M296.1%20384L159%20150.5c-8.2%2020.2-13.3%2046-13.3%2078.6%200%2090.9-30.3%20102.7-45.7%20123.1-9.9%2013.1-.5%2031.8%2015.9%2031.8h180.2z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M412%20352.2c-15.4-20.3-45.7-32.2-45.7-123.1%200-93.3-41.2-130.8-79.6-139.8-3.6-.9-6.2-2.1-6.2-5.9v-2.9c0-13.4-11-24.7-24.4-24.6-13.4-.2-24.4%2011.2-24.4%2024.6v2.9c0%203.7-2.6%205-6.2%205.9-8.7%202-17.5%205.5-25.9%2010.8L366.1%20384H396c16.5%200%2025.9-18.8%2016-31.8z%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%22M255.9%20456c31.1%200%2048.1-22%2048.1-53h-96.3c0%2031%2017%2053%2048.2%2053z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M154.5%2055c-2.5-4.3-7-6.8-11.6-7h.3-1.2c-2.3%200-4.7.7-6.9%201.9-6.8%203.9-9.1%2012.6-5.1%2019.3L357.5%20457c2.6%204.5%207.4%207%2012.3%207%202.4%200%204.9-.6%207.2-1.9%206.8-3.9%209.1-12.6%205.1-19.3L154.5%2055z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M296.1%20384L159%20150.5c-8.2%2020.2-13.3%2046-13.3%2078.6%200%2090.9-30.3%20102.7-45.7%20123.1-9.9%2013.1-.5%2031.8%2015.9%2031.8h180.2z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M412%20352.2c-15.4-20.3-45.7-32.2-45.7-123.1%200-93.3-41.2-130.8-79.6-139.8-3.6-.9-6.2-2.1-6.2-5.9v-2.9c0-13.4-11-24.7-24.4-24.6-13.4-.2-24.4%2011.2-24.4%2024.6v2.9c0%203.7-2.6%205-6.2%205.9-8.7%202-17.5%205.5-25.9%2010.8L366.1%20384H396c16.5%200%2025.9-18.8%2016-31.8z%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/ios-notifications-off.svg?color=%231a73e8&size=48