change catalog icon

change-catalog from Carbon by IBM · Outline · Actions · Apache-2.0 Free for personal and commercial use.

Name
change-catalog
Set
Carbon
Style
Outline
Category
Actions
Viewbox
32×32
License
Apache 2.0

More actions icons from Carbon

Use the change catalog icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M24 24v2h2.46A5.94 5.94 0 0 1 22 28a6.007 6.007 0 0 1-6-6h-2a7.984 7.984 0 0 0 14 5.265V30h2v-6Zm-2-10a8.04 8.04 0 0 0-6 2.735V14h-2v6h6v-2h-2.46A5.94 5.94 0 0 1 22 16a6.007 6.007 0 0 1 6 6h2a8.01 8.01 0 0 0-8-8"/><path fill="currentColor" d="M12 28H6v-4h2v-2H6v-5h2v-2H6v-5h2V8H6V4h18v8h2V4a2 2 0 0 0-2-2H6a2 2 0 0 0-2 2v4H2v2h2v5H2v2h2v5H2v2h2v4a2 2 0 0 0 2 2h6Z"/></svg>

React

import type { SVGProps } from "react";

export function CarbonChangeCatalog(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 24v2h2.46A5.94 5.94 0 0 1 22 28a6.007 6.007 0 0 1-6-6h-2a7.984 7.984 0 0 0 14 5.265V30h2v-6Zm-2-10a8.04 8.04 0 0 0-6 2.735V14h-2v6h6v-2h-2.46A5.94 5.94 0 0 1 22 16a6.007 6.007 0 0 1 6 6h2a8.01 8.01 0 0 0-8-8"/><path fill="currentColor" d="M12 28H6v-4h2v-2H6v-5h2v-2H6v-5h2V8H6V4h18v8h2V4a2 2 0 0 0-2-2H6a2 2 0 0 0-2 2v4H2v2h2v5H2v2h2v5H2v2h2v4a2 2 0 0 0 2 2h6Z"/></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 24v2h2.46A5.94 5.94 0 0 1 22 28a6.007 6.007 0 0 1-6-6h-2a7.984 7.984 0 0 0 14 5.265V30h2v-6Zm-2-10a8.04 8.04 0 0 0-6 2.735V14h-2v6h6v-2h-2.46A5.94 5.94 0 0 1 22 16a6.007 6.007 0 0 1 6 6h2a8.01 8.01 0 0 0-8-8"/><path fill="currentColor" d="M12 28H6v-4h2v-2H6v-5h2v-2H6v-5h2V8H6V4h18v8h2V4a2 2 0 0 0-2-2H6a2 2 0 0 0-2 2v4H2v2h2v5H2v2h2v5H2v2h2v4a2 2 0 0 0 2 2h6Z"/></svg>
</template>

CSS

.icon-change-catalog {
  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%2024v2h2.46A5.94%205.94%200%200%201%2022%2028a6.007%206.007%200%200%201-6-6h-2a7.984%207.984%200%200%200%2014%205.265V30h2v-6Zm-2-10a8.04%208.04%200%200%200-6%202.735V14h-2v6h6v-2h-2.46A5.94%205.94%200%200%201%2022%2016a6.007%206.007%200%200%201%206%206h2a8.01%208.01%200%200%200-8-8%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%2028H6v-4h2v-2H6v-5h2v-2H6v-5h2V8H6V4h18v8h2V4a2%202%200%200%200-2-2H6a2%202%200%200%200-2%202v4H2v2h2v5H2v2h2v5H2v2h2v4a2%202%200%200%200%202%202h6Z%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%2024v2h2.46A5.94%205.94%200%200%201%2022%2028a6.007%206.007%200%200%201-6-6h-2a7.984%207.984%200%200%200%2014%205.265V30h2v-6Zm-2-10a8.04%208.04%200%200%200-6%202.735V14h-2v6h6v-2h-2.46A5.94%205.94%200%200%201%2022%2016a6.007%206.007%200%200%201%206%206h2a8.01%208.01%200%200%200-8-8%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%2028H6v-4h2v-2H6v-5h2v-2H6v-5h2V8H6V4h18v8h2V4a2%202%200%200%200-2-2H6a2%202%200%200%200-2%202v4H2v2h2v5H2v2h2v5H2v2h2v4a2%202%200%200%200%202%202h6Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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