ibm security services icon
ibm-security-services from Carbon by IBM · Outline · Enterprise · Apache-2.0 Free for personal and commercial use.
- Name
- ibm-security-services
- 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 security services icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M26 20a2.97 2.97 0 0 0-1.855.66L22 19.423v-1.606a3 3 0 1 0-2 0v1.606l-2.145 1.239A2.97 2.97 0 0 0 16 20a3.02 3.02 0 1 0 2.925 2.353L21 21.155l2.075 1.198A2.998 2.998 0 1 0 26 20m-10 4a1 1 0 1 1 1-1a1 1 0 0 1-1 1m5-10a1 1 0 1 1-1 1a1 1 0 0 1 1-1m5 10a1 1 0 1 1 1-1a1 1 0 0 1-1 1"/><path fill="currentColor" d="M16 31A11.013 11.013 0 0 1 5 20V6.382l10.987-5.5l10.46 5.237l-.895 1.788l-9.565-4.789L7 7.618V20a9 9 0 0 0 14.4 7.201l1.2 1.599A10.9 10.9 0 0 1 16 31"/></svg>
React
import type { SVGProps } from "react";
export function CarbonIbmSecurityServices(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 20a2.97 2.97 0 0 0-1.855.66L22 19.423v-1.606a3 3 0 1 0-2 0v1.606l-2.145 1.239A2.97 2.97 0 0 0 16 20a3.02 3.02 0 1 0 2.925 2.353L21 21.155l2.075 1.198A2.998 2.998 0 1 0 26 20m-10 4a1 1 0 1 1 1-1a1 1 0 0 1-1 1m5-10a1 1 0 1 1-1 1a1 1 0 0 1 1-1m5 10a1 1 0 1 1 1-1a1 1 0 0 1-1 1"/><path fill="currentColor" d="M16 31A11.013 11.013 0 0 1 5 20V6.382l10.987-5.5l10.46 5.237l-.895 1.788l-9.565-4.789L7 7.618V20a9 9 0 0 0 14.4 7.201l1.2 1.599A10.9 10.9 0 0 1 16 31"/></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 20a2.97 2.97 0 0 0-1.855.66L22 19.423v-1.606a3 3 0 1 0-2 0v1.606l-2.145 1.239A2.97 2.97 0 0 0 16 20a3.02 3.02 0 1 0 2.925 2.353L21 21.155l2.075 1.198A2.998 2.998 0 1 0 26 20m-10 4a1 1 0 1 1 1-1a1 1 0 0 1-1 1m5-10a1 1 0 1 1-1 1a1 1 0 0 1 1-1m5 10a1 1 0 1 1 1-1a1 1 0 0 1-1 1"/><path fill="currentColor" d="M16 31A11.013 11.013 0 0 1 5 20V6.382l10.987-5.5l10.46 5.237l-.895 1.788l-9.565-4.789L7 7.618V20a9 9 0 0 0 14.4 7.201l1.2 1.599A10.9 10.9 0 0 1 16 31"/></svg> </template>
CSS
.icon-ibm-security-services {
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%2020a2.97%202.97%200%200%200-1.855.66L22%2019.423v-1.606a3%203%200%201%200-2%200v1.606l-2.145%201.239A2.97%202.97%200%200%200%2016%2020a3.02%203.02%200%201%200%202.925%202.353L21%2021.155l2.075%201.198A2.998%202.998%200%201%200%2026%2020m-10%204a1%201%200%201%201%201-1a1%201%200%200%201-1%201m5-10a1%201%200%201%201-1%201a1%201%200%200%201%201-1m5%2010a1%201%200%201%201%201-1a1%201%200%200%201-1%201%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%2031A11.013%2011.013%200%200%201%205%2020V6.382l10.987-5.5l10.46%205.237l-.895%201.788l-9.565-4.789L7%207.618V20a9%209%200%200%200%2014.4%207.201l1.2%201.599A10.9%2010.9%200%200%201%2016%2031%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%2020a2.97%202.97%200%200%200-1.855.66L22%2019.423v-1.606a3%203%200%201%200-2%200v1.606l-2.145%201.239A2.97%202.97%200%200%200%2016%2020a3.02%203.02%200%201%200%202.925%202.353L21%2021.155l2.075%201.198A2.998%202.998%200%201%200%2026%2020m-10%204a1%201%200%201%201%201-1a1%201%200%200%201-1%201m5-10a1%201%200%201%201-1%201a1%201%200%200%201%201-1m5%2010a1%201%200%201%201%201-1a1%201%200%200%201-1%201%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%2031A11.013%2011.013%200%200%201%205%2020V6.382l10.987-5.5l10.46%205.237l-.895%201.788l-9.565-4.789L7%207.618V20a9%209%200%200%200%2014.4%207.201l1.2%201.599A10.9%2010.9%200%200%201%2016%2031%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/ibm-security-services.svg?color=%231a73e8&size=48