notifications paused icon

notifications-paused from Carbon by IBM · Outline · Actions · Apache-2.0 Free for personal and commercial use.

Name
notifications-paused
Set
Carbon
Style
Outline
Category
Actions
Viewbox
32×32
License
Apache 2.0

The same icon in other sets

More actions icons from Carbon

Use the notifications paused icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m29 5l-3.625 4H29v2h-6V9l3.75-4H23V3h6zm-.293 14.293A1 1 0 0 1 29 20v3a1 1 0 0 1-1 1h-7v1c0 2.757-2.243 5-5 5s-5-2.243-5-5v-1H4a1 1 0 0 1-1-1v-3a1 1 0 0 1 .293-.707L6 16.586V13c0-5.176 3.954-9.446 9-9.95V1h2v2.05a9.9 9.9 0 0 1 3 .797V6c-1.178-.684-2.542-1-4-1c-4.411 0-8 3.589-8 8v4a1 1 0 0 1-.293.707L5 20.414V22h22v-1.586l-2.707-2.707A1 1 0 0 1 24 17v-3h2v2.586zM19 24h-6v1c0 1.654 1.346 3 3 3s3-1.346 3-3z"/></svg>

React

import type { SVGProps } from "react";

export function CarbonNotificationsPaused(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m29 5l-3.625 4H29v2h-6V9l3.75-4H23V3h6zm-.293 14.293A1 1 0 0 1 29 20v3a1 1 0 0 1-1 1h-7v1c0 2.757-2.243 5-5 5s-5-2.243-5-5v-1H4a1 1 0 0 1-1-1v-3a1 1 0 0 1 .293-.707L6 16.586V13c0-5.176 3.954-9.446 9-9.95V1h2v2.05a9.9 9.9 0 0 1 3 .797V6c-1.178-.684-2.542-1-4-1c-4.411 0-8 3.589-8 8v4a1 1 0 0 1-.293.707L5 20.414V22h22v-1.586l-2.707-2.707A1 1 0 0 1 24 17v-3h2v2.586zM19 24h-6v1c0 1.654 1.346 3 3 3s3-1.346 3-3z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m29 5l-3.625 4H29v2h-6V9l3.75-4H23V3h6zm-.293 14.293A1 1 0 0 1 29 20v3a1 1 0 0 1-1 1h-7v1c0 2.757-2.243 5-5 5s-5-2.243-5-5v-1H4a1 1 0 0 1-1-1v-3a1 1 0 0 1 .293-.707L6 16.586V13c0-5.176 3.954-9.446 9-9.95V1h2v2.05a9.9 9.9 0 0 1 3 .797V6c-1.178-.684-2.542-1-4-1c-4.411 0-8 3.589-8 8v4a1 1 0 0 1-.293.707L5 20.414V22h22v-1.586l-2.707-2.707A1 1 0 0 1 24 17v-3h2v2.586zM19 24h-6v1c0 1.654 1.346 3 3 3s3-1.346 3-3z"/></svg>
</template>

CSS

.icon-notifications-paused {
  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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m29%205l-3.625%204H29v2h-6V9l3.75-4H23V3h6zm-.293%2014.293A1%201%200%200%201%2029%2020v3a1%201%200%200%201-1%201h-7v1c0%202.757-2.243%205-5%205s-5-2.243-5-5v-1H4a1%201%200%200%201-1-1v-3a1%201%200%200%201%20.293-.707L6%2016.586V13c0-5.176%203.954-9.446%209-9.95V1h2v2.05a9.9%209.9%200%200%201%203%20.797V6c-1.178-.684-2.542-1-4-1c-4.411%200-8%203.589-8%208v4a1%201%200%200%201-.293.707L5%2020.414V22h22v-1.586l-2.707-2.707A1%201%200%200%201%2024%2017v-3h2v2.586zM19%2024h-6v1c0%201.654%201.346%203%203%203s3-1.346%203-3z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m29%205l-3.625%204H29v2h-6V9l3.75-4H23V3h6zm-.293%2014.293A1%201%200%200%201%2029%2020v3a1%201%200%200%201-1%201h-7v1c0%202.757-2.243%205-5%205s-5-2.243-5-5v-1H4a1%201%200%200%201-1-1v-3a1%201%200%200%201%20.293-.707L6%2016.586V13c0-5.176%203.954-9.446%209-9.95V1h2v2.05a9.9%209.9%200%200%201%203%20.797V6c-1.178-.684-2.542-1-4-1c-4.411%200-8%203.589-8%208v4a1%201%200%200%201-.293.707L5%2020.414V22h22v-1.586l-2.707-2.707A1%201%200%200%201%2024%2017v-3h2v2.586zM19%2024h-6v1c0%201.654%201.346%203%203%203s3-1.346%203-3z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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