Notification Off Svg Icon
Free SVG icon from the IconaMoon collection. Download or copy for use in any project.
The Notification Off Svg icon is commonly used in alert panels, push notification UIs and dashboard headers. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/308880.svg" alt="Notification Off Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/308880.svg" alt="Notification Off Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/308880.svg" alt="Notification Off Svg icon" :width="24" :height="24" />
CSS background
.icon-notification-off---svg {
background-image: url('https://proicons.com/icon/308880.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" clip-rule="evenodd" d="M10 3C10 1.89543 10.8954 1 12 1C13.1046 1 14 1.89543 14 3C14 3.09641 13.9932 3.19122 13.98 3.28398C16.8817 4.13813 18.9999 6.8217 18.9999 10V12.343C18.9999 12.8952 18.5522 13.343 17.9999 13.343C17.4476 13.343 16.9999 12.8952 16.9999 12.343V10C16.9999 7.23858 14.7613 5 11.9999 5C11.4134 5 10.8525 5.10057 10.3322 5.28459C9.81154 5.46874 9.24016 5.19593 9.05601 4.67525C8.87185 4.15458 9.14466 3.5832 9.66534 3.39904C9.78221 3.35771 9.90047 3.3194 10.02 3.2842C10.0068 3.19137 10 3.09648 10 3ZM7.60379 6.18958L18.694 17.2798C18.7028 17.2883 18.7115 17.297 18.72 17.3058L19.7011 18.2869C19.7051 18.2908 19.7091 18.2948 19.7131 18.2989L20.7071 19.2929C21.0976 19.6834 21.0976 20.3166 20.7071 20.7071C20.3166 21.0976 19.6834 21.0976 19.2929 20.7071L18.5857 19.9999H18H6H4C3.44772 19.9999 3 19.5522 3 18.9999C3 18.4477 3.44772 17.9999 4 17.9999H5V9.99995C5 8.95121 5.23123 7.95458 5.64575 7.05996L3.29289 4.70711C2.90237 4.31658 2.90237 3.68342 3.29289 3.29289C3.68342 2.90237 4.31658 2.90237 4.70711 3.29289L7.564 6.14979C7.57769 6.16272 7.59096 6.17599 7.60379 6.18958ZM13 23C13.5523 23 14 22.5523 14 22C14 21.4477 13.5523 21 13 21H11C10.4477 21 10 21.4477 10 22C10 22.5523 10.4477 23 11 23H13Z" fill="#292929"/> </svg>
Copied!