ibm data replication icon
ibm-data-replication from Carbon by IBM · Outline · Enterprise · Apache-2.0 Free for personal and commercial use.
- Name
- ibm-data-replication
- 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 data replication icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M20 20v2h5.22a11.02 11.02 0 0 1-11.97 4.653l-.499 1.937A13 13 0 0 0 26 24.293V28h2v-8Zm5-17a4.005 4.005 0 0 0-4 4a3.95 3.95 0 0 0 .567 2.019L9.019 21.567A3.95 3.95 0 0 0 7 21a4 4 0 1 0 4 4a3.95 3.95 0 0 0-.567-2.019l12.548-12.548A3.95 3.95 0 0 0 25 11a4 4 0 0 0 0-8M7 27a2 2 0 1 1 2-2a2 2 0 0 1-2 2M25 9a2 2 0 1 1 2-2a2 2 0 0 1-2 2m-9-6A13.04 13.04 0 0 0 6 7.707V4H4v8h8v-2H6.78a11.02 11.02 0 0 1 11.97-4.653l.499-1.937A13 13 0 0 0 16 3"/></svg>
React
import type { SVGProps } from "react";
export function CarbonIbmDataReplication(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="M20 20v2h5.22a11.02 11.02 0 0 1-11.97 4.653l-.499 1.937A13 13 0 0 0 26 24.293V28h2v-8Zm5-17a4.005 4.005 0 0 0-4 4a3.95 3.95 0 0 0 .567 2.019L9.019 21.567A3.95 3.95 0 0 0 7 21a4 4 0 1 0 4 4a3.95 3.95 0 0 0-.567-2.019l12.548-12.548A3.95 3.95 0 0 0 25 11a4 4 0 0 0 0-8M7 27a2 2 0 1 1 2-2a2 2 0 0 1-2 2M25 9a2 2 0 1 1 2-2a2 2 0 0 1-2 2m-9-6A13.04 13.04 0 0 0 6 7.707V4H4v8h8v-2H6.78a11.02 11.02 0 0 1 11.97-4.653l.499-1.937A13 13 0 0 0 16 3"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M20 20v2h5.22a11.02 11.02 0 0 1-11.97 4.653l-.499 1.937A13 13 0 0 0 26 24.293V28h2v-8Zm5-17a4.005 4.005 0 0 0-4 4a3.95 3.95 0 0 0 .567 2.019L9.019 21.567A3.95 3.95 0 0 0 7 21a4 4 0 1 0 4 4a3.95 3.95 0 0 0-.567-2.019l12.548-12.548A3.95 3.95 0 0 0 25 11a4 4 0 0 0 0-8M7 27a2 2 0 1 1 2-2a2 2 0 0 1-2 2M25 9a2 2 0 1 1 2-2a2 2 0 0 1-2 2m-9-6A13.04 13.04 0 0 0 6 7.707V4H4v8h8v-2H6.78a11.02 11.02 0 0 1 11.97-4.653l.499-1.937A13 13 0 0 0 16 3"/></svg> </template>
CSS
.icon-ibm-data-replication {
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%22M20%2020v2h5.22a11.02%2011.02%200%200%201-11.97%204.653l-.499%201.937A13%2013%200%200%200%2026%2024.293V28h2v-8Zm5-17a4.005%204.005%200%200%200-4%204a3.95%203.95%200%200%200%20.567%202.019L9.019%2021.567A3.95%203.95%200%200%200%207%2021a4%204%200%201%200%204%204a3.95%203.95%200%200%200-.567-2.019l12.548-12.548A3.95%203.95%200%200%200%2025%2011a4%204%200%200%200%200-8M7%2027a2%202%200%201%201%202-2a2%202%200%200%201-2%202M25%209a2%202%200%201%201%202-2a2%202%200%200%201-2%202m-9-6A13.04%2013.04%200%200%200%206%207.707V4H4v8h8v-2H6.78a11.02%2011.02%200%200%201%2011.97-4.653l.499-1.937A13%2013%200%200%200%2016%203%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%22M20%2020v2h5.22a11.02%2011.02%200%200%201-11.97%204.653l-.499%201.937A13%2013%200%200%200%2026%2024.293V28h2v-8Zm5-17a4.005%204.005%200%200%200-4%204a3.95%203.95%200%200%200%20.567%202.019L9.019%2021.567A3.95%203.95%200%200%200%207%2021a4%204%200%201%200%204%204a3.95%203.95%200%200%200-.567-2.019l12.548-12.548A3.95%203.95%200%200%200%2025%2011a4%204%200%200%200%200-8M7%2027a2%202%200%201%201%202-2a2%202%200%200%201-2%202M25%209a2%202%200%201%201%202-2a2%202%200%200%201-2%202m-9-6A13.04%2013.04%200%200%200%206%207.707V4H4v8h8v-2H6.78a11.02%2011.02%200%200%201%2011.97-4.653l.499-1.937A13%2013%200%200%200%2016%203%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/ibm-data-replication.svg?color=%231a73e8&size=48