adapter notification icon

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

Name
adapter-notification
Set
Carbon
Style
Outline
Category
Actions
Viewbox
32×32
License
Apache 2.0

More actions icons from Carbon

Use the adapter notification icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m23 30l-1.8-1l2.8-4h4v-7H16v7h4v2h-4.8c-.6 0-1.2-.5-1.2-1.2v-8.7c0-.6.5-1.2 1.2-1.2h13.7c.6 0 1.2.5 1.2 1.2v8.7c0 .6-.5 1.2-1.2 1.2h-3.8l-2 3ZM16 8h-1V2h-2v6H7V2H5v6H4c-1.1 0-2 .9-2 2v6c0 4.1 3.1 7.4 7 7.9V30h2v-8h-1c-3.3 0-6-2.7-6-6v-6h12v3h2v-3c0-1.1-.9-2-2-2"/></svg>

React

import type { SVGProps } from "react";

export function CarbonAdapterNotification(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="m23 30l-1.8-1l2.8-4h4v-7H16v7h4v2h-4.8c-.6 0-1.2-.5-1.2-1.2v-8.7c0-.6.5-1.2 1.2-1.2h13.7c.6 0 1.2.5 1.2 1.2v8.7c0 .6-.5 1.2-1.2 1.2h-3.8l-2 3ZM16 8h-1V2h-2v6H7V2H5v6H4c-1.1 0-2 .9-2 2v6c0 4.1 3.1 7.4 7 7.9V30h2v-8h-1c-3.3 0-6-2.7-6-6v-6h12v3h2v-3c0-1.1-.9-2-2-2"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m23 30l-1.8-1l2.8-4h4v-7H16v7h4v2h-4.8c-.6 0-1.2-.5-1.2-1.2v-8.7c0-.6.5-1.2 1.2-1.2h13.7c.6 0 1.2.5 1.2 1.2v8.7c0 .6-.5 1.2-1.2 1.2h-3.8l-2 3ZM16 8h-1V2h-2v6H7V2H5v6H4c-1.1 0-2 .9-2 2v6c0 4.1 3.1 7.4 7 7.9V30h2v-8h-1c-3.3 0-6-2.7-6-6v-6h12v3h2v-3c0-1.1-.9-2-2-2"/></svg>
</template>

CSS

.icon-adapter-notification {
  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%22m23%2030l-1.8-1l2.8-4h4v-7H16v7h4v2h-4.8c-.6%200-1.2-.5-1.2-1.2v-8.7c0-.6.5-1.2%201.2-1.2h13.7c.6%200%201.2.5%201.2%201.2v8.7c0%20.6-.5%201.2-1.2%201.2h-3.8l-2%203ZM16%208h-1V2h-2v6H7V2H5v6H4c-1.1%200-2%20.9-2%202v6c0%204.1%203.1%207.4%207%207.9V30h2v-8h-1c-3.3%200-6-2.7-6-6v-6h12v3h2v-3c0-1.1-.9-2-2-2%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%22m23%2030l-1.8-1l2.8-4h4v-7H16v7h4v2h-4.8c-.6%200-1.2-.5-1.2-1.2v-8.7c0-.6.5-1.2%201.2-1.2h13.7c.6%200%201.2.5%201.2%201.2v8.7c0%20.6-.5%201.2-1.2%201.2h-3.8l-2%203ZM16%208h-1V2h-2v6H7V2H5v6H4c-1.1%200-2%20.9-2%202v6c0%204.1%203.1%207.4%207%207.9V30h2v-8h-1c-3.3%200-6-2.7-6-6v-6h12v3h2v-3c0-1.1-.9-2-2-2%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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