ibm cloud event notification icon
ibm-cloud-event-notification from Carbon by IBM · Outline · Enterprise · Apache-2.0 Free for personal and commercial use.
- Name
- ibm-cloud-event-notification
- Set
- Carbon
- Style
- Outline
- Category
- Enterprise
- Viewbox
- 32×32
- License
- Apache 2.0
More enterprise icons from Carbon
accountaiai-agentai-agent-detachedai-business-impact-assessmentai-enabled-edtai-enabled-pdlcai-generateai-governance-lifecycleai-governance-trackedai-governance-untrackedai-labelai-launchai-observabilityai-recommendappleapple-dashautoscalingbank-vaultbasketballbatbee-batbinding-connectorblock-storage
Use the ibm cloud event notification icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M26 19c-.7 0-1.4.3-1.9.7l-4.3-2.6c.1-.4.2-.7.2-1.1s-.1-.8-.2-1.1l4.3-2.6c.5.4 1.2.7 1.9.7c1.7 0 3-1.3 3-3s-1.3-3-3-3s-3 1.3-3 3c0 .2 0 .4.1.6l-4.3 2.6c-.7-.8-1.7-1.2-2.8-1.2c-.6 0-1.1.1-1.6.4l-3.8-4.8c.2-.5.4-1 .4-1.6c0-1.7-1.3-3-3-3S5 4.3 5 6s1.3 3 3 3c.3 0 .7-.1 1-.2l3.8 4.8c-.3.4-.5.9-.7 1.4H7.8c-.4-1.2-1.5-2-2.8-2c-1.7 0-3 1.3-3 3s1.3 3 3 3c1.3 0 2.4-.8 2.8-2h4.3c.1.5.4 1 .7 1.4L9 23.2c-.3-.1-.7-.2-1-.2c-1.7 0-3 1.3-3 3s1.3 3 3 3s3-1.3 3-3c0-.6-.2-1.1-.5-1.6l3.8-4.8c.5.2 1.1.4 1.6.4c1.1 0 2.1-.4 2.8-1.2l4.3 2.6c0 .2-.1.4-.1.6c0 1.7 1.3 3 3 3s3-1.3 3-3s-1.2-3-2.9-3m0-10c.6 0 1 .4 1 1s-.4 1-1 1s-1-.4-1-1s.4-1 1-1M7 6c0-.6.4-1 1-1s1 .4 1 1s-.4 1-1 1s-1-.4-1-1M5 17c-.6 0-1-.4-1-1s.4-1 1-1s1 .4 1 1s-.4 1-1 1m3 10c-.6 0-1-.4-1-1s.4-1 1-1s1 .4 1 1s-.4 1-1 1m8-9c-1.1 0-2-.9-2-2s.9-2 2-2s2 .9 2 2s-.9 2-2 2m10 5c-.6 0-1-.4-1-1s.4-1 1-1s1 .4 1 1s-.4 1-1 1"/></svg>
React
import type { SVGProps } from "react";
export function CarbonIbmCloudEventNotification(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="M26 19c-.7 0-1.4.3-1.9.7l-4.3-2.6c.1-.4.2-.7.2-1.1s-.1-.8-.2-1.1l4.3-2.6c.5.4 1.2.7 1.9.7c1.7 0 3-1.3 3-3s-1.3-3-3-3s-3 1.3-3 3c0 .2 0 .4.1.6l-4.3 2.6c-.7-.8-1.7-1.2-2.8-1.2c-.6 0-1.1.1-1.6.4l-3.8-4.8c.2-.5.4-1 .4-1.6c0-1.7-1.3-3-3-3S5 4.3 5 6s1.3 3 3 3c.3 0 .7-.1 1-.2l3.8 4.8c-.3.4-.5.9-.7 1.4H7.8c-.4-1.2-1.5-2-2.8-2c-1.7 0-3 1.3-3 3s1.3 3 3 3c1.3 0 2.4-.8 2.8-2h4.3c.1.5.4 1 .7 1.4L9 23.2c-.3-.1-.7-.2-1-.2c-1.7 0-3 1.3-3 3s1.3 3 3 3s3-1.3 3-3c0-.6-.2-1.1-.5-1.6l3.8-4.8c.5.2 1.1.4 1.6.4c1.1 0 2.1-.4 2.8-1.2l4.3 2.6c0 .2-.1.4-.1.6c0 1.7 1.3 3 3 3s3-1.3 3-3s-1.2-3-2.9-3m0-10c.6 0 1 .4 1 1s-.4 1-1 1s-1-.4-1-1s.4-1 1-1M7 6c0-.6.4-1 1-1s1 .4 1 1s-.4 1-1 1s-1-.4-1-1M5 17c-.6 0-1-.4-1-1s.4-1 1-1s1 .4 1 1s-.4 1-1 1m3 10c-.6 0-1-.4-1-1s.4-1 1-1s1 .4 1 1s-.4 1-1 1m8-9c-1.1 0-2-.9-2-2s.9-2 2-2s2 .9 2 2s-.9 2-2 2m10 5c-.6 0-1-.4-1-1s.4-1 1-1s1 .4 1 1s-.4 1-1 1"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M26 19c-.7 0-1.4.3-1.9.7l-4.3-2.6c.1-.4.2-.7.2-1.1s-.1-.8-.2-1.1l4.3-2.6c.5.4 1.2.7 1.9.7c1.7 0 3-1.3 3-3s-1.3-3-3-3s-3 1.3-3 3c0 .2 0 .4.1.6l-4.3 2.6c-.7-.8-1.7-1.2-2.8-1.2c-.6 0-1.1.1-1.6.4l-3.8-4.8c.2-.5.4-1 .4-1.6c0-1.7-1.3-3-3-3S5 4.3 5 6s1.3 3 3 3c.3 0 .7-.1 1-.2l3.8 4.8c-.3.4-.5.9-.7 1.4H7.8c-.4-1.2-1.5-2-2.8-2c-1.7 0-3 1.3-3 3s1.3 3 3 3c1.3 0 2.4-.8 2.8-2h4.3c.1.5.4 1 .7 1.4L9 23.2c-.3-.1-.7-.2-1-.2c-1.7 0-3 1.3-3 3s1.3 3 3 3s3-1.3 3-3c0-.6-.2-1.1-.5-1.6l3.8-4.8c.5.2 1.1.4 1.6.4c1.1 0 2.1-.4 2.8-1.2l4.3 2.6c0 .2-.1.4-.1.6c0 1.7 1.3 3 3 3s3-1.3 3-3s-1.2-3-2.9-3m0-10c.6 0 1 .4 1 1s-.4 1-1 1s-1-.4-1-1s.4-1 1-1M7 6c0-.6.4-1 1-1s1 .4 1 1s-.4 1-1 1s-1-.4-1-1M5 17c-.6 0-1-.4-1-1s.4-1 1-1s1 .4 1 1s-.4 1-1 1m3 10c-.6 0-1-.4-1-1s.4-1 1-1s1 .4 1 1s-.4 1-1 1m8-9c-1.1 0-2-.9-2-2s.9-2 2-2s2 .9 2 2s-.9 2-2 2m10 5c-.6 0-1-.4-1-1s.4-1 1-1s1 .4 1 1s-.4 1-1 1"/></svg> </template>
CSS
.icon-ibm-cloud-event-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%22M26%2019c-.7%200-1.4.3-1.9.7l-4.3-2.6c.1-.4.2-.7.2-1.1s-.1-.8-.2-1.1l4.3-2.6c.5.4%201.2.7%201.9.7c1.7%200%203-1.3%203-3s-1.3-3-3-3s-3%201.3-3%203c0%20.2%200%20.4.1.6l-4.3%202.6c-.7-.8-1.7-1.2-2.8-1.2c-.6%200-1.1.1-1.6.4l-3.8-4.8c.2-.5.4-1%20.4-1.6c0-1.7-1.3-3-3-3S5%204.3%205%206s1.3%203%203%203c.3%200%20.7-.1%201-.2l3.8%204.8c-.3.4-.5.9-.7%201.4H7.8c-.4-1.2-1.5-2-2.8-2c-1.7%200-3%201.3-3%203s1.3%203%203%203c1.3%200%202.4-.8%202.8-2h4.3c.1.5.4%201%20.7%201.4L9%2023.2c-.3-.1-.7-.2-1-.2c-1.7%200-3%201.3-3%203s1.3%203%203%203s3-1.3%203-3c0-.6-.2-1.1-.5-1.6l3.8-4.8c.5.2%201.1.4%201.6.4c1.1%200%202.1-.4%202.8-1.2l4.3%202.6c0%20.2-.1.4-.1.6c0%201.7%201.3%203%203%203s3-1.3%203-3s-1.2-3-2.9-3m0-10c.6%200%201%20.4%201%201s-.4%201-1%201s-1-.4-1-1s.4-1%201-1M7%206c0-.6.4-1%201-1s1%20.4%201%201s-.4%201-1%201s-1-.4-1-1M5%2017c-.6%200-1-.4-1-1s.4-1%201-1s1%20.4%201%201s-.4%201-1%201m3%2010c-.6%200-1-.4-1-1s.4-1%201-1s1%20.4%201%201s-.4%201-1%201m8-9c-1.1%200-2-.9-2-2s.9-2%202-2s2%20.9%202%202s-.9%202-2%202m10%205c-.6%200-1-.4-1-1s.4-1%201-1s1%20.4%201%201s-.4%201-1%201%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%22M26%2019c-.7%200-1.4.3-1.9.7l-4.3-2.6c.1-.4.2-.7.2-1.1s-.1-.8-.2-1.1l4.3-2.6c.5.4%201.2.7%201.9.7c1.7%200%203-1.3%203-3s-1.3-3-3-3s-3%201.3-3%203c0%20.2%200%20.4.1.6l-4.3%202.6c-.7-.8-1.7-1.2-2.8-1.2c-.6%200-1.1.1-1.6.4l-3.8-4.8c.2-.5.4-1%20.4-1.6c0-1.7-1.3-3-3-3S5%204.3%205%206s1.3%203%203%203c.3%200%20.7-.1%201-.2l3.8%204.8c-.3.4-.5.9-.7%201.4H7.8c-.4-1.2-1.5-2-2.8-2c-1.7%200-3%201.3-3%203s1.3%203%203%203c1.3%200%202.4-.8%202.8-2h4.3c.1.5.4%201%20.7%201.4L9%2023.2c-.3-.1-.7-.2-1-.2c-1.7%200-3%201.3-3%203s1.3%203%203%203s3-1.3%203-3c0-.6-.2-1.1-.5-1.6l3.8-4.8c.5.2%201.1.4%201.6.4c1.1%200%202.1-.4%202.8-1.2l4.3%202.6c0%20.2-.1.4-.1.6c0%201.7%201.3%203%203%203s3-1.3%203-3s-1.2-3-2.9-3m0-10c.6%200%201%20.4%201%201s-.4%201-1%201s-1-.4-1-1s.4-1%201-1M7%206c0-.6.4-1%201-1s1%20.4%201%201s-.4%201-1%201s-1-.4-1-1M5%2017c-.6%200-1-.4-1-1s.4-1%201-1s1%20.4%201%201s-.4%201-1%201m3%2010c-.6%200-1-.4-1-1s.4-1%201-1s1%20.4%201%201s-.4%201-1%201m8-9c-1.1%200-2-.9-2-2s.9-2%202-2s2%20.9%202%202s-.9%202-2%202m10%205c-.6%200-1-.4-1-1s.4-1%201-1s1%20.4%201%201s-.4%201-1%201%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/ibm-cloud-event-notification.svg?color=%231a73e8&size=48