ibm mq icon
ibm-mq from Carbon by IBM · Outline · Enterprise · Apache-2.0 Free for personal and commercial use.
- Name
- ibm-mq
- 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 mq icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m22.5 28.4l-.9-1.8c4-2.1 6.5-6.2 6.5-10.6c0-6.6-5.4-12-12-12c-1.3 0-2.5.2-3.7.6l-.6-1.9c1.3-.5 2.7-.7 4.2-.7c7.7 0 14 6.3 14 14c0 5.2-2.9 10-7.5 12.4"/><path fill="currentColor" d="m20.5 23.8l-1-1.7c2.2-1.2 3.5-3.6 3.5-6.1c0-3.9-3.1-7-7-7c-.6 0-1.2.1-1.8.2l-.5-1.9c.8-.2 1.5-.3 2.3-.3c5 0 9 4 9 9c0 3.2-1.7 6.2-4.5 7.8m-11 4.6C4.9 26 2 21.2 2 16c0-1.5.2-2.9.7-4.3l1.9.6C4.2 13.5 4 14.7 4 16c0 4.5 2.5 8.6 6.5 10.6z"/><path fill="currentColor" d="M11.5 23.8C8.7 22.2 7 19.2 7 16c0-.8.1-1.5.3-2.2l1.9.5c-.1.5-.2 1.1-.2 1.7c0 2.5 1.3 4.8 3.5 6.1z"/><path fill="currentColor" d="M20 16c0-2.2-1.8-4-4-4c-.7 0-1.4.2-2 .6L8.9 7.5c.1-.2.1-.3.1-.5c0-1.1-.9-2-2-2s-2 .9-2 2s.9 2 2 2c.2 0 .3 0 .5-.1l5.1 5.1c-.4.6-.6 1.3-.6 2c0 1.9 1.3 3.4 3 3.9v7.4c-.6.3-1 1-1 1.7c0 1.1.9 2 2 2s2-.9 2-2c0-.7-.4-1.4-1-1.7v-7.4c1.7-.5 3-2 3-3.9m-4 2c-1.1 0-2-.9-2-2s.9-2 2-2s2 .9 2 2s-.9 2-2 2"/></svg>
React
import type { SVGProps } from "react";
export function CarbonIbmMq(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="m22.5 28.4l-.9-1.8c4-2.1 6.5-6.2 6.5-10.6c0-6.6-5.4-12-12-12c-1.3 0-2.5.2-3.7.6l-.6-1.9c1.3-.5 2.7-.7 4.2-.7c7.7 0 14 6.3 14 14c0 5.2-2.9 10-7.5 12.4"/><path fill="currentColor" d="m20.5 23.8l-1-1.7c2.2-1.2 3.5-3.6 3.5-6.1c0-3.9-3.1-7-7-7c-.6 0-1.2.1-1.8.2l-.5-1.9c.8-.2 1.5-.3 2.3-.3c5 0 9 4 9 9c0 3.2-1.7 6.2-4.5 7.8m-11 4.6C4.9 26 2 21.2 2 16c0-1.5.2-2.9.7-4.3l1.9.6C4.2 13.5 4 14.7 4 16c0 4.5 2.5 8.6 6.5 10.6z"/><path fill="currentColor" d="M11.5 23.8C8.7 22.2 7 19.2 7 16c0-.8.1-1.5.3-2.2l1.9.5c-.1.5-.2 1.1-.2 1.7c0 2.5 1.3 4.8 3.5 6.1z"/><path fill="currentColor" d="M20 16c0-2.2-1.8-4-4-4c-.7 0-1.4.2-2 .6L8.9 7.5c.1-.2.1-.3.1-.5c0-1.1-.9-2-2-2s-2 .9-2 2s.9 2 2 2c.2 0 .3 0 .5-.1l5.1 5.1c-.4.6-.6 1.3-.6 2c0 1.9 1.3 3.4 3 3.9v7.4c-.6.3-1 1-1 1.7c0 1.1.9 2 2 2s2-.9 2-2c0-.7-.4-1.4-1-1.7v-7.4c1.7-.5 3-2 3-3.9m-4 2c-1.1 0-2-.9-2-2s.9-2 2-2s2 .9 2 2s-.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="m22.5 28.4l-.9-1.8c4-2.1 6.5-6.2 6.5-10.6c0-6.6-5.4-12-12-12c-1.3 0-2.5.2-3.7.6l-.6-1.9c1.3-.5 2.7-.7 4.2-.7c7.7 0 14 6.3 14 14c0 5.2-2.9 10-7.5 12.4"/><path fill="currentColor" d="m20.5 23.8l-1-1.7c2.2-1.2 3.5-3.6 3.5-6.1c0-3.9-3.1-7-7-7c-.6 0-1.2.1-1.8.2l-.5-1.9c.8-.2 1.5-.3 2.3-.3c5 0 9 4 9 9c0 3.2-1.7 6.2-4.5 7.8m-11 4.6C4.9 26 2 21.2 2 16c0-1.5.2-2.9.7-4.3l1.9.6C4.2 13.5 4 14.7 4 16c0 4.5 2.5 8.6 6.5 10.6z"/><path fill="currentColor" d="M11.5 23.8C8.7 22.2 7 19.2 7 16c0-.8.1-1.5.3-2.2l1.9.5c-.1.5-.2 1.1-.2 1.7c0 2.5 1.3 4.8 3.5 6.1z"/><path fill="currentColor" d="M20 16c0-2.2-1.8-4-4-4c-.7 0-1.4.2-2 .6L8.9 7.5c.1-.2.1-.3.1-.5c0-1.1-.9-2-2-2s-2 .9-2 2s.9 2 2 2c.2 0 .3 0 .5-.1l5.1 5.1c-.4.6-.6 1.3-.6 2c0 1.9 1.3 3.4 3 3.9v7.4c-.6.3-1 1-1 1.7c0 1.1.9 2 2 2s2-.9 2-2c0-.7-.4-1.4-1-1.7v-7.4c1.7-.5 3-2 3-3.9m-4 2c-1.1 0-2-.9-2-2s.9-2 2-2s2 .9 2 2s-.9 2-2 2"/></svg> </template>
CSS
.icon-ibm-mq {
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%22m22.5%2028.4l-.9-1.8c4-2.1%206.5-6.2%206.5-10.6c0-6.6-5.4-12-12-12c-1.3%200-2.5.2-3.7.6l-.6-1.9c1.3-.5%202.7-.7%204.2-.7c7.7%200%2014%206.3%2014%2014c0%205.2-2.9%2010-7.5%2012.4%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m20.5%2023.8l-1-1.7c2.2-1.2%203.5-3.6%203.5-6.1c0-3.9-3.1-7-7-7c-.6%200-1.2.1-1.8.2l-.5-1.9c.8-.2%201.5-.3%202.3-.3c5%200%209%204%209%209c0%203.2-1.7%206.2-4.5%207.8m-11%204.6C4.9%2026%202%2021.2%202%2016c0-1.5.2-2.9.7-4.3l1.9.6C4.2%2013.5%204%2014.7%204%2016c0%204.5%202.5%208.6%206.5%2010.6z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.5%2023.8C8.7%2022.2%207%2019.2%207%2016c0-.8.1-1.5.3-2.2l1.9.5c-.1.5-.2%201.1-.2%201.7c0%202.5%201.3%204.8%203.5%206.1z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20%2016c0-2.2-1.8-4-4-4c-.7%200-1.4.2-2%20.6L8.9%207.5c.1-.2.1-.3.1-.5c0-1.1-.9-2-2-2s-2%20.9-2%202s.9%202%202%202c.2%200%20.3%200%20.5-.1l5.1%205.1c-.4.6-.6%201.3-.6%202c0%201.9%201.3%203.4%203%203.9v7.4c-.6.3-1%201-1%201.7c0%201.1.9%202%202%202s2-.9%202-2c0-.7-.4-1.4-1-1.7v-7.4c1.7-.5%203-2%203-3.9m-4%202c-1.1%200-2-.9-2-2s.9-2%202-2s2%20.9%202%202s-.9%202-2%202%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%22m22.5%2028.4l-.9-1.8c4-2.1%206.5-6.2%206.5-10.6c0-6.6-5.4-12-12-12c-1.3%200-2.5.2-3.7.6l-.6-1.9c1.3-.5%202.7-.7%204.2-.7c7.7%200%2014%206.3%2014%2014c0%205.2-2.9%2010-7.5%2012.4%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m20.5%2023.8l-1-1.7c2.2-1.2%203.5-3.6%203.5-6.1c0-3.9-3.1-7-7-7c-.6%200-1.2.1-1.8.2l-.5-1.9c.8-.2%201.5-.3%202.3-.3c5%200%209%204%209%209c0%203.2-1.7%206.2-4.5%207.8m-11%204.6C4.9%2026%202%2021.2%202%2016c0-1.5.2-2.9.7-4.3l1.9.6C4.2%2013.5%204%2014.7%204%2016c0%204.5%202.5%208.6%206.5%2010.6z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.5%2023.8C8.7%2022.2%207%2019.2%207%2016c0-.8.1-1.5.3-2.2l1.9.5c-.1.5-.2%201.1-.2%201.7c0%202.5%201.3%204.8%203.5%206.1z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20%2016c0-2.2-1.8-4-4-4c-.7%200-1.4.2-2%20.6L8.9%207.5c.1-.2.1-.3.1-.5c0-1.1-.9-2-2-2s-2%20.9-2%202s.9%202%202%202c.2%200%20.3%200%20.5-.1l5.1%205.1c-.4.6-.6%201.3-.6%202c0%201.9%201.3%203.4%203%203.9v7.4c-.6.3-1%201-1%201.7c0%201.1.9%202%202%202s2-.9%202-2c0-.7-.4-1.4-1-1.7v-7.4c1.7-.5%203-2%203-3.9m-4%202c-1.1%200-2-.9-2-2s.9-2%202-2s2%20.9%202%202s-.9%202-2%202%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/ibm-mq.svg?color=%231a73e8&size=48