pricing container icon

pricing-container from Carbon by IBM · Outline · Enterprise · Apache-2.0 Free for personal and commercial use.

Name
pricing-container
Set
Carbon
Style
Outline
Category
Enterprise
Viewbox
32×32
License
Apache 2.0

More enterprise icons from Carbon

Use the pricing container icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M28 2h-5v2h5v24h-5v2h5c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2m-5 18.52c0-4.62-3.78-5.14-6.82-5.56c-3.31-.46-5.18-.86-5.18-3.71c0-2.39 2.51-3.24 4.65-3.24c2.32 0 4.14.86 5.57 2.63l1.56-1.26C21.26 7.5 19.32 6.41 17 6.1V3h-2v3.02c-3.62.22-6 2.26-6 5.22c0 4.73 3.83 5.26 6.91 5.69c3.25.45 5.09.84 5.09 3.58c0 3.03-3.13 3.48-5 3.48c-3.43 0-4.88-.96-6.22-2.63l-1.56 1.26c1.77 2.19 3.73 3.17 6.78 3.34V29h2v-3.04c3.73-.3 6-2.33 6-5.44"/><path fill="currentColor" d="M4 4h5V2H4c-1.1 0-2 .9-2 2v24c0 1.1.9 2 2 2h5v-2H4z"/></svg>

React

import type { SVGProps } from "react";

export function CarbonPricingContainer(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="M28 2h-5v2h5v24h-5v2h5c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2m-5 18.52c0-4.62-3.78-5.14-6.82-5.56c-3.31-.46-5.18-.86-5.18-3.71c0-2.39 2.51-3.24 4.65-3.24c2.32 0 4.14.86 5.57 2.63l1.56-1.26C21.26 7.5 19.32 6.41 17 6.1V3h-2v3.02c-3.62.22-6 2.26-6 5.22c0 4.73 3.83 5.26 6.91 5.69c3.25.45 5.09.84 5.09 3.58c0 3.03-3.13 3.48-5 3.48c-3.43 0-4.88-.96-6.22-2.63l-1.56 1.26c1.77 2.19 3.73 3.17 6.78 3.34V29h2v-3.04c3.73-.3 6-2.33 6-5.44"/><path fill="currentColor" d="M4 4h5V2H4c-1.1 0-2 .9-2 2v24c0 1.1.9 2 2 2h5v-2H4z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M28 2h-5v2h5v24h-5v2h5c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2m-5 18.52c0-4.62-3.78-5.14-6.82-5.56c-3.31-.46-5.18-.86-5.18-3.71c0-2.39 2.51-3.24 4.65-3.24c2.32 0 4.14.86 5.57 2.63l1.56-1.26C21.26 7.5 19.32 6.41 17 6.1V3h-2v3.02c-3.62.22-6 2.26-6 5.22c0 4.73 3.83 5.26 6.91 5.69c3.25.45 5.09.84 5.09 3.58c0 3.03-3.13 3.48-5 3.48c-3.43 0-4.88-.96-6.22-2.63l-1.56 1.26c1.77 2.19 3.73 3.17 6.78 3.34V29h2v-3.04c3.73-.3 6-2.33 6-5.44"/><path fill="currentColor" d="M4 4h5V2H4c-1.1 0-2 .9-2 2v24c0 1.1.9 2 2 2h5v-2H4z"/></svg>
</template>

CSS

.icon-pricing-container {
  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%22M28%202h-5v2h5v24h-5v2h5c1.1%200%202-.9%202-2V4c0-1.1-.9-2-2-2m-5%2018.52c0-4.62-3.78-5.14-6.82-5.56c-3.31-.46-5.18-.86-5.18-3.71c0-2.39%202.51-3.24%204.65-3.24c2.32%200%204.14.86%205.57%202.63l1.56-1.26C21.26%207.5%2019.32%206.41%2017%206.1V3h-2v3.02c-3.62.22-6%202.26-6%205.22c0%204.73%203.83%205.26%206.91%205.69c3.25.45%205.09.84%205.09%203.58c0%203.03-3.13%203.48-5%203.48c-3.43%200-4.88-.96-6.22-2.63l-1.56%201.26c1.77%202.19%203.73%203.17%206.78%203.34V29h2v-3.04c3.73-.3%206-2.33%206-5.44%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4%204h5V2H4c-1.1%200-2%20.9-2%202v24c0%201.1.9%202%202%202h5v-2H4z%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%22M28%202h-5v2h5v24h-5v2h5c1.1%200%202-.9%202-2V4c0-1.1-.9-2-2-2m-5%2018.52c0-4.62-3.78-5.14-6.82-5.56c-3.31-.46-5.18-.86-5.18-3.71c0-2.39%202.51-3.24%204.65-3.24c2.32%200%204.14.86%205.57%202.63l1.56-1.26C21.26%207.5%2019.32%206.41%2017%206.1V3h-2v3.02c-3.62.22-6%202.26-6%205.22c0%204.73%203.83%205.26%206.91%205.69c3.25.45%205.09.84%205.09%203.58c0%203.03-3.13%203.48-5%203.48c-3.43%200-4.88-.96-6.22-2.63l-1.56%201.26c1.77%202.19%203.73%203.17%206.78%203.34V29h2v-3.04c3.73-.3%206-2.33%206-5.44%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4%204h5V2H4c-1.1%200-2%20.9-2%202v24c0%201.1.9%202%202%202h5v-2H4z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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