cloud infra migration icon

cloud-infra-migration from Carbon by IBM · Outline · Actions · Apache-2.0 Free for personal and commercial use.

Name
cloud-infra-migration
Set
Carbon
Style
Outline
Category
Actions
Viewbox
32×32
License
Apache 2.0

More actions icons from Carbon

Use the cloud infra migration icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M19.25 14A4.26 4.26 0 0 1 15 9.75a4.28 4.28 0 0 1 2.78-3.99C18.52 3.55 20.62 2 23 2s4.48 1.55 5.22 3.76C29.87 6.37 31 7.95 31 9.75c0 2.29-1.86 4.19-4.14 4.25zM23 4c-1.64 0-3.08 1.17-3.42 2.77l-.14.64l-.64.13c-1.04.21-1.8 1.14-1.8 2.2c0 1.24 1.01 2.26 2.25 2.26h7.58c1.18-.03 2.17-1.05 2.17-2.26c0-1.06-.76-1.99-1.8-2.2l-.64-.13l-.14-.64A3.52 3.52 0 0 0 23 4M9 16H3c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2h6c1.1 0 2-.9 2-2V18c0-1.1-.9-2-2-2m0 2v2H3v-2zm0 4v2H3v-2zm-6 6v-2h6v2zm18.47-6h-4.45l2.58-2.77l-1.41-1.41L13.01 23l5.16 5.21l1.42-1.41l-2.58-2.79h4.47c1.4 0 2.53-1.13 2.53-2.53v-5.47h-2v5.47c0 .29-.23.53-.53.53z"/></svg>

React

import type { SVGProps } from "react";

export function CarbonCloudInfraMigration(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="M19.25 14A4.26 4.26 0 0 1 15 9.75a4.28 4.28 0 0 1 2.78-3.99C18.52 3.55 20.62 2 23 2s4.48 1.55 5.22 3.76C29.87 6.37 31 7.95 31 9.75c0 2.29-1.86 4.19-4.14 4.25zM23 4c-1.64 0-3.08 1.17-3.42 2.77l-.14.64l-.64.13c-1.04.21-1.8 1.14-1.8 2.2c0 1.24 1.01 2.26 2.25 2.26h7.58c1.18-.03 2.17-1.05 2.17-2.26c0-1.06-.76-1.99-1.8-2.2l-.64-.13l-.14-.64A3.52 3.52 0 0 0 23 4M9 16H3c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2h6c1.1 0 2-.9 2-2V18c0-1.1-.9-2-2-2m0 2v2H3v-2zm0 4v2H3v-2zm-6 6v-2h6v2zm18.47-6h-4.45l2.58-2.77l-1.41-1.41L13.01 23l5.16 5.21l1.42-1.41l-2.58-2.79h4.47c1.4 0 2.53-1.13 2.53-2.53v-5.47h-2v5.47c0 .29-.23.53-.53.53z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M19.25 14A4.26 4.26 0 0 1 15 9.75a4.28 4.28 0 0 1 2.78-3.99C18.52 3.55 20.62 2 23 2s4.48 1.55 5.22 3.76C29.87 6.37 31 7.95 31 9.75c0 2.29-1.86 4.19-4.14 4.25zM23 4c-1.64 0-3.08 1.17-3.42 2.77l-.14.64l-.64.13c-1.04.21-1.8 1.14-1.8 2.2c0 1.24 1.01 2.26 2.25 2.26h7.58c1.18-.03 2.17-1.05 2.17-2.26c0-1.06-.76-1.99-1.8-2.2l-.64-.13l-.14-.64A3.52 3.52 0 0 0 23 4M9 16H3c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2h6c1.1 0 2-.9 2-2V18c0-1.1-.9-2-2-2m0 2v2H3v-2zm0 4v2H3v-2zm-6 6v-2h6v2zm18.47-6h-4.45l2.58-2.77l-1.41-1.41L13.01 23l5.16 5.21l1.42-1.41l-2.58-2.79h4.47c1.4 0 2.53-1.13 2.53-2.53v-5.47h-2v5.47c0 .29-.23.53-.53.53z"/></svg>
</template>

CSS

.icon-cloud-infra-migration {
  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%22M19.25%2014A4.26%204.26%200%200%201%2015%209.75a4.28%204.28%200%200%201%202.78-3.99C18.52%203.55%2020.62%202%2023%202s4.48%201.55%205.22%203.76C29.87%206.37%2031%207.95%2031%209.75c0%202.29-1.86%204.19-4.14%204.25zM23%204c-1.64%200-3.08%201.17-3.42%202.77l-.14.64l-.64.13c-1.04.21-1.8%201.14-1.8%202.2c0%201.24%201.01%202.26%202.25%202.26h7.58c1.18-.03%202.17-1.05%202.17-2.26c0-1.06-.76-1.99-1.8-2.2l-.64-.13l-.14-.64A3.52%203.52%200%200%200%2023%204M9%2016H3c-1.1%200-2%20.9-2%202v10c0%201.1.9%202%202%202h6c1.1%200%202-.9%202-2V18c0-1.1-.9-2-2-2m0%202v2H3v-2zm0%204v2H3v-2zm-6%206v-2h6v2zm18.47-6h-4.45l2.58-2.77l-1.41-1.41L13.01%2023l5.16%205.21l1.42-1.41l-2.58-2.79h4.47c1.4%200%202.53-1.13%202.53-2.53v-5.47h-2v5.47c0%20.29-.23.53-.53.53z%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%22M19.25%2014A4.26%204.26%200%200%201%2015%209.75a4.28%204.28%200%200%201%202.78-3.99C18.52%203.55%2020.62%202%2023%202s4.48%201.55%205.22%203.76C29.87%206.37%2031%207.95%2031%209.75c0%202.29-1.86%204.19-4.14%204.25zM23%204c-1.64%200-3.08%201.17-3.42%202.77l-.14.64l-.64.13c-1.04.21-1.8%201.14-1.8%202.2c0%201.24%201.01%202.26%202.25%202.26h7.58c1.18-.03%202.17-1.05%202.17-2.26c0-1.06-.76-1.99-1.8-2.2l-.64-.13l-.14-.64A3.52%203.52%200%200%200%2023%204M9%2016H3c-1.1%200-2%20.9-2%202v10c0%201.1.9%202%202%202h6c1.1%200%202-.9%202-2V18c0-1.1-.9-2-2-2m0%202v2H3v-2zm0%204v2H3v-2zm-6%206v-2h6v2zm18.47-6h-4.45l2.58-2.77l-1.41-1.41L13.01%2023l5.16%205.21l1.42-1.41l-2.58-2.79h4.47c1.4%200%202.53-1.13%202.53-2.53v-5.47h-2v5.47c0%20.29-.23.53-.53.53z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/cloud-infra-migration.svg?color=%231a73e8&size=48