ibm private path services icon
ibm-private-path-services from Carbon by IBM · Outline · Enterprise · Apache-2.0 Free for personal and commercial use.
- Name
- ibm-private-path-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 private path services icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M24 16a2.995 2.995 0 0 0-2.816 2H12v-2H6v6h6v-2h9.184A2.995 2.995 0 0 0 24 22c1.654 0 3-1.346 3-3s-1.346-3-3-3m-14 4H8v-2h2zm14 0a1 1 0 1 1 .001-2.001A1 1 0 0 1 24 20"/><path fill="currentColor" d="M25.832 11.22C24.99 6.554 20.905 3 16 3s-8.99 3.553-9.832 8.22C2.638 12.052 0 15.22 0 19c0 4.411 3.589 8 8 8h4v-2H8c-3.309 0-6-2.691-6-6s2.691-6 6-6c0-4.411 3.589-8 8-8s8 3.589 8 8c3.309 0 6 2.691 6 6s-2.691 6-6 6h-8v2h8c4.411 0 8-3.589 8-8c0-3.78-2.638-6.948-6.168-7.78"/></svg>
React
import type { SVGProps } from "react";
export function CarbonIbmPrivatePathServices(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="M24 16a2.995 2.995 0 0 0-2.816 2H12v-2H6v6h6v-2h9.184A2.995 2.995 0 0 0 24 22c1.654 0 3-1.346 3-3s-1.346-3-3-3m-14 4H8v-2h2zm14 0a1 1 0 1 1 .001-2.001A1 1 0 0 1 24 20"/><path fill="currentColor" d="M25.832 11.22C24.99 6.554 20.905 3 16 3s-8.99 3.553-9.832 8.22C2.638 12.052 0 15.22 0 19c0 4.411 3.589 8 8 8h4v-2H8c-3.309 0-6-2.691-6-6s2.691-6 6-6c0-4.411 3.589-8 8-8s8 3.589 8 8c3.309 0 6 2.691 6 6s-2.691 6-6 6h-8v2h8c4.411 0 8-3.589 8-8c0-3.78-2.638-6.948-6.168-7.78"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M24 16a2.995 2.995 0 0 0-2.816 2H12v-2H6v6h6v-2h9.184A2.995 2.995 0 0 0 24 22c1.654 0 3-1.346 3-3s-1.346-3-3-3m-14 4H8v-2h2zm14 0a1 1 0 1 1 .001-2.001A1 1 0 0 1 24 20"/><path fill="currentColor" d="M25.832 11.22C24.99 6.554 20.905 3 16 3s-8.99 3.553-9.832 8.22C2.638 12.052 0 15.22 0 19c0 4.411 3.589 8 8 8h4v-2H8c-3.309 0-6-2.691-6-6s2.691-6 6-6c0-4.411 3.589-8 8-8s8 3.589 8 8c3.309 0 6 2.691 6 6s-2.691 6-6 6h-8v2h8c4.411 0 8-3.589 8-8c0-3.78-2.638-6.948-6.168-7.78"/></svg> </template>
CSS
.icon-ibm-private-path-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%22M24%2016a2.995%202.995%200%200%200-2.816%202H12v-2H6v6h6v-2h9.184A2.995%202.995%200%200%200%2024%2022c1.654%200%203-1.346%203-3s-1.346-3-3-3m-14%204H8v-2h2zm14%200a1%201%200%201%201%20.001-2.001A1%201%200%200%201%2024%2020%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M25.832%2011.22C24.99%206.554%2020.905%203%2016%203s-8.99%203.553-9.832%208.22C2.638%2012.052%200%2015.22%200%2019c0%204.411%203.589%208%208%208h4v-2H8c-3.309%200-6-2.691-6-6s2.691-6%206-6c0-4.411%203.589-8%208-8s8%203.589%208%208c3.309%200%206%202.691%206%206s-2.691%206-6%206h-8v2h8c4.411%200%208-3.589%208-8c0-3.78-2.638-6.948-6.168-7.78%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%22M24%2016a2.995%202.995%200%200%200-2.816%202H12v-2H6v6h6v-2h9.184A2.995%202.995%200%200%200%2024%2022c1.654%200%203-1.346%203-3s-1.346-3-3-3m-14%204H8v-2h2zm14%200a1%201%200%201%201%20.001-2.001A1%201%200%200%201%2024%2020%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M25.832%2011.22C24.99%206.554%2020.905%203%2016%203s-8.99%203.553-9.832%208.22C2.638%2012.052%200%2015.22%200%2019c0%204.411%203.589%208%208%208h4v-2H8c-3.309%200-6-2.691-6-6s2.691-6%206-6c0-4.411%203.589-8%208-8s8%203.589%208%208c3.309%200%206%202.691%206%206s-2.691%206-6%206h-8v2h8c4.411%200%208-3.589%208-8c0-3.78-2.638-6.948-6.168-7.78%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/ibm-private-path-services.svg?color=%231a73e8&size=48