power virtual server disaster recovery automation icon

power-virtual-server-disaster-recovery-automation from Carbon by IBM · Outline · Enterprise · Apache-2.0 Free for personal and commercial use.

Name
power-virtual-server-disaster-recovery-automation
Set
Carbon
Style
Outline
Category
Enterprise
Viewbox
32×32
License
Apache 2.0

More enterprise icons from Carbon

Use the power virtual server disaster recovery automation icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M9 16c0 .337.024.675.071 1.006l-1.98.283A9 9 0 0 1 7 16c0-4.963 4.038-9 9-9c2.043 0 4.044.704 5.635 1.981l-1.253 1.56A6.92 6.92 0 0 0 16 9c-3.86 0-7 3.14-7 7m-1 4a1 1 0 1 0 2 0a1 1 0 0 0-2 0m8-16c6.617 0 12 5.383 12 12h2c0-7.72-6.28-14-14-14c-1.643 0-3.253.282-4.785.839l.684 1.88A12 12 0 0 1 16 4m6 8a1 1 0 1 0 2 0a1 1 0 0 0-2 0M9 6a1 1 0 1 0 0-2a1 1 0 0 0 0 2M4 16c0-3.205 1.248-6.219 3.515-8.485L6.1 6.1A13.9 13.9 0 0 0 2 16c0 7.72 6.28 14 14 14v-2C9.383 28 4 22.617 4 16m24.5 9.5c0 1.654-1.346 3-3 3s-3-1.346-3-3c0-.462.114-.894.3-1.285l-5.515-5.516c-.39.187-.823.301-1.285.301c-1.654 0-3-1.346-3-3s1.346-3 3-3s3 1.346 3 3c0 .462-.113.894-.3 1.285l5.515 5.516c.39-.187.823-.301 1.285-.301c1.654 0 3 1.346 3 3M16 17c.551 0 1-.449 1-1s-.449-1-1-1s-1 .449-1 1s.449 1 1 1m10.5 8.5a1 1 0 1 0-2.001.001A1 1 0 0 0 26.5 25.5"/></svg>

React

import type { SVGProps } from "react";

export function CarbonPowerVirtualServerDisasterRecoveryAutomation(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="M9 16c0 .337.024.675.071 1.006l-1.98.283A9 9 0 0 1 7 16c0-4.963 4.038-9 9-9c2.043 0 4.044.704 5.635 1.981l-1.253 1.56A6.92 6.92 0 0 0 16 9c-3.86 0-7 3.14-7 7m-1 4a1 1 0 1 0 2 0a1 1 0 0 0-2 0m8-16c6.617 0 12 5.383 12 12h2c0-7.72-6.28-14-14-14c-1.643 0-3.253.282-4.785.839l.684 1.88A12 12 0 0 1 16 4m6 8a1 1 0 1 0 2 0a1 1 0 0 0-2 0M9 6a1 1 0 1 0 0-2a1 1 0 0 0 0 2M4 16c0-3.205 1.248-6.219 3.515-8.485L6.1 6.1A13.9 13.9 0 0 0 2 16c0 7.72 6.28 14 14 14v-2C9.383 28 4 22.617 4 16m24.5 9.5c0 1.654-1.346 3-3 3s-3-1.346-3-3c0-.462.114-.894.3-1.285l-5.515-5.516c-.39.187-.823.301-1.285.301c-1.654 0-3-1.346-3-3s1.346-3 3-3s3 1.346 3 3c0 .462-.113.894-.3 1.285l5.515 5.516c.39-.187.823-.301 1.285-.301c1.654 0 3 1.346 3 3M16 17c.551 0 1-.449 1-1s-.449-1-1-1s-1 .449-1 1s.449 1 1 1m10.5 8.5a1 1 0 1 0-2.001.001A1 1 0 0 0 26.5 25.5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M9 16c0 .337.024.675.071 1.006l-1.98.283A9 9 0 0 1 7 16c0-4.963 4.038-9 9-9c2.043 0 4.044.704 5.635 1.981l-1.253 1.56A6.92 6.92 0 0 0 16 9c-3.86 0-7 3.14-7 7m-1 4a1 1 0 1 0 2 0a1 1 0 0 0-2 0m8-16c6.617 0 12 5.383 12 12h2c0-7.72-6.28-14-14-14c-1.643 0-3.253.282-4.785.839l.684 1.88A12 12 0 0 1 16 4m6 8a1 1 0 1 0 2 0a1 1 0 0 0-2 0M9 6a1 1 0 1 0 0-2a1 1 0 0 0 0 2M4 16c0-3.205 1.248-6.219 3.515-8.485L6.1 6.1A13.9 13.9 0 0 0 2 16c0 7.72 6.28 14 14 14v-2C9.383 28 4 22.617 4 16m24.5 9.5c0 1.654-1.346 3-3 3s-3-1.346-3-3c0-.462.114-.894.3-1.285l-5.515-5.516c-.39.187-.823.301-1.285.301c-1.654 0-3-1.346-3-3s1.346-3 3-3s3 1.346 3 3c0 .462-.113.894-.3 1.285l5.515 5.516c.39-.187.823-.301 1.285-.301c1.654 0 3 1.346 3 3M16 17c.551 0 1-.449 1-1s-.449-1-1-1s-1 .449-1 1s.449 1 1 1m10.5 8.5a1 1 0 1 0-2.001.001A1 1 0 0 0 26.5 25.5"/></svg>
</template>

CSS

.icon-power-virtual-server-disaster-recovery-automation {
  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%22M9%2016c0%20.337.024.675.071%201.006l-1.98.283A9%209%200%200%201%207%2016c0-4.963%204.038-9%209-9c2.043%200%204.044.704%205.635%201.981l-1.253%201.56A6.92%206.92%200%200%200%2016%209c-3.86%200-7%203.14-7%207m-1%204a1%201%200%201%200%202%200a1%201%200%200%200-2%200m8-16c6.617%200%2012%205.383%2012%2012h2c0-7.72-6.28-14-14-14c-1.643%200-3.253.282-4.785.839l.684%201.88A12%2012%200%200%201%2016%204m6%208a1%201%200%201%200%202%200a1%201%200%200%200-2%200M9%206a1%201%200%201%200%200-2a1%201%200%200%200%200%202M4%2016c0-3.205%201.248-6.219%203.515-8.485L6.1%206.1A13.9%2013.9%200%200%200%202%2016c0%207.72%206.28%2014%2014%2014v-2C9.383%2028%204%2022.617%204%2016m24.5%209.5c0%201.654-1.346%203-3%203s-3-1.346-3-3c0-.462.114-.894.3-1.285l-5.515-5.516c-.39.187-.823.301-1.285.301c-1.654%200-3-1.346-3-3s1.346-3%203-3s3%201.346%203%203c0%20.462-.113.894-.3%201.285l5.515%205.516c.39-.187.823-.301%201.285-.301c1.654%200%203%201.346%203%203M16%2017c.551%200%201-.449%201-1s-.449-1-1-1s-1%20.449-1%201s.449%201%201%201m10.5%208.5a1%201%200%201%200-2.001.001A1%201%200%200%200%2026.5%2025.5%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%22M9%2016c0%20.337.024.675.071%201.006l-1.98.283A9%209%200%200%201%207%2016c0-4.963%204.038-9%209-9c2.043%200%204.044.704%205.635%201.981l-1.253%201.56A6.92%206.92%200%200%200%2016%209c-3.86%200-7%203.14-7%207m-1%204a1%201%200%201%200%202%200a1%201%200%200%200-2%200m8-16c6.617%200%2012%205.383%2012%2012h2c0-7.72-6.28-14-14-14c-1.643%200-3.253.282-4.785.839l.684%201.88A12%2012%200%200%201%2016%204m6%208a1%201%200%201%200%202%200a1%201%200%200%200-2%200M9%206a1%201%200%201%200%200-2a1%201%200%200%200%200%202M4%2016c0-3.205%201.248-6.219%203.515-8.485L6.1%206.1A13.9%2013.9%200%200%200%202%2016c0%207.72%206.28%2014%2014%2014v-2C9.383%2028%204%2022.617%204%2016m24.5%209.5c0%201.654-1.346%203-3%203s-3-1.346-3-3c0-.462.114-.894.3-1.285l-5.515-5.516c-.39.187-.823.301-1.285.301c-1.654%200-3-1.346-3-3s1.346-3%203-3s3%201.346%203%203c0%20.462-.113.894-.3%201.285l5.515%205.516c.39-.187.823-.301%201.285-.301c1.654%200%203%201.346%203%203M16%2017c.551%200%201-.449%201-1s-.449-1-1-1s-1%20.449-1%201s.449%201%201%201m10.5%208.5a1%201%200%201%200-2.001.001A1%201%200%200%200%2026.5%2025.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/power-virtual-server-disaster-recovery-automation.svg?color=%231a73e8&size=48