ibm cloud security icon
ibm-cloud-security from Carbon by IBM · Outline · Enterprise · Apache-2.0 Free for personal and commercial use.
- Name
- ibm-cloud-security
- 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 security icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M26 23h-8c-2.21 0-4-1.79-4-4a4.01 4.01 0 0 1 3.08-3.89C17.5 12.78 19.55 11 22 11s4.5 1.77 4.92 4.11A4.01 4.01 0 0 1 30 19c0 2.21-1.79 4-4 4m-8-2h8c1.1 0 2-.9 2-2s-.9-2-2-2h-1v-1c0-1.65-1.35-3-3-3s-3 1.35-3 3v1h-1c-1.1 0-2 .9-2 2s.9 2 2 2m6-19H6c-1.1 0-2 .9-2 2v14.3c0 3.9 2.1 7.5 5.5 9.5L15 31l5.4-3.2c.5-.29.97-.62 1.42-.98l-1.37-1.37c-.3.23-.62.45-.94.66l-4.5 2.7l-4.5-2.7c-2.8-1.6-4.5-4.6-4.5-7.8V4h18v5h2V4c0-1.1-.9-2-2-2z"/></svg>
React
import type { SVGProps } from "react";
export function CarbonIbmCloudSecurity(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 23h-8c-2.21 0-4-1.79-4-4a4.01 4.01 0 0 1 3.08-3.89C17.5 12.78 19.55 11 22 11s4.5 1.77 4.92 4.11A4.01 4.01 0 0 1 30 19c0 2.21-1.79 4-4 4m-8-2h8c1.1 0 2-.9 2-2s-.9-2-2-2h-1v-1c0-1.65-1.35-3-3-3s-3 1.35-3 3v1h-1c-1.1 0-2 .9-2 2s.9 2 2 2m6-19H6c-1.1 0-2 .9-2 2v14.3c0 3.9 2.1 7.5 5.5 9.5L15 31l5.4-3.2c.5-.29.97-.62 1.42-.98l-1.37-1.37c-.3.23-.62.45-.94.66l-4.5 2.7l-4.5-2.7c-2.8-1.6-4.5-4.6-4.5-7.8V4h18v5h2V4c0-1.1-.9-2-2-2z"/></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 23h-8c-2.21 0-4-1.79-4-4a4.01 4.01 0 0 1 3.08-3.89C17.5 12.78 19.55 11 22 11s4.5 1.77 4.92 4.11A4.01 4.01 0 0 1 30 19c0 2.21-1.79 4-4 4m-8-2h8c1.1 0 2-.9 2-2s-.9-2-2-2h-1v-1c0-1.65-1.35-3-3-3s-3 1.35-3 3v1h-1c-1.1 0-2 .9-2 2s.9 2 2 2m6-19H6c-1.1 0-2 .9-2 2v14.3c0 3.9 2.1 7.5 5.5 9.5L15 31l5.4-3.2c.5-.29.97-.62 1.42-.98l-1.37-1.37c-.3.23-.62.45-.94.66l-4.5 2.7l-4.5-2.7c-2.8-1.6-4.5-4.6-4.5-7.8V4h18v5h2V4c0-1.1-.9-2-2-2z"/></svg> </template>
CSS
.icon-ibm-cloud-security {
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%2023h-8c-2.21%200-4-1.79-4-4a4.01%204.01%200%200%201%203.08-3.89C17.5%2012.78%2019.55%2011%2022%2011s4.5%201.77%204.92%204.11A4.01%204.01%200%200%201%2030%2019c0%202.21-1.79%204-4%204m-8-2h8c1.1%200%202-.9%202-2s-.9-2-2-2h-1v-1c0-1.65-1.35-3-3-3s-3%201.35-3%203v1h-1c-1.1%200-2%20.9-2%202s.9%202%202%202m6-19H6c-1.1%200-2%20.9-2%202v14.3c0%203.9%202.1%207.5%205.5%209.5L15%2031l5.4-3.2c.5-.29.97-.62%201.42-.98l-1.37-1.37c-.3.23-.62.45-.94.66l-4.5%202.7l-4.5-2.7c-2.8-1.6-4.5-4.6-4.5-7.8V4h18v5h2V4c0-1.1-.9-2-2-2z%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%2023h-8c-2.21%200-4-1.79-4-4a4.01%204.01%200%200%201%203.08-3.89C17.5%2012.78%2019.55%2011%2022%2011s4.5%201.77%204.92%204.11A4.01%204.01%200%200%201%2030%2019c0%202.21-1.79%204-4%204m-8-2h8c1.1%200%202-.9%202-2s-.9-2-2-2h-1v-1c0-1.65-1.35-3-3-3s-3%201.35-3%203v1h-1c-1.1%200-2%20.9-2%202s.9%202%202%202m6-19H6c-1.1%200-2%20.9-2%202v14.3c0%203.9%202.1%207.5%205.5%209.5L15%2031l5.4-3.2c.5-.29.97-.62%201.42-.98l-1.37-1.37c-.3.23-.62.45-.94.66l-4.5%202.7l-4.5-2.7c-2.8-1.6-4.5-4.6-4.5-7.8V4h18v5h2V4c0-1.1-.9-2-2-2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/ibm-cloud-security.svg?color=%231a73e8&size=48