pricing tailored icon

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

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

More enterprise icons from Carbon

Use the pricing tailored icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M27 21h-2c0-2.823 0-7.088-10.09-8.004l.18-1.992C27 12.085 27 17.884 27 21m-10.09-.004C5 19.915 5 14.116 5 11h2c0 2.823 0 7.088 10.09 8.004z"/><path fill="currentColor" d="M23 20.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"/></svg>

React

import type { SVGProps } from "react";

export function CarbonPricingTailored(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="M27 21h-2c0-2.823 0-7.088-10.09-8.004l.18-1.992C27 12.085 27 17.884 27 21m-10.09-.004C5 19.915 5 14.116 5 11h2c0 2.823 0 7.088 10.09 8.004z"/><path fill="currentColor" d="M23 20.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"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M27 21h-2c0-2.823 0-7.088-10.09-8.004l.18-1.992C27 12.085 27 17.884 27 21m-10.09-.004C5 19.915 5 14.116 5 11h2c0 2.823 0 7.088 10.09 8.004z"/><path fill="currentColor" d="M23 20.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"/></svg>
</template>

CSS

.icon-pricing-tailored {
  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%22M27%2021h-2c0-2.823%200-7.088-10.09-8.004l.18-1.992C27%2012.085%2027%2017.884%2027%2021m-10.09-.004C5%2019.915%205%2014.116%205%2011h2c0%202.823%200%207.088%2010.09%208.004z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M23%2020.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%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%22M27%2021h-2c0-2.823%200-7.088-10.09-8.004l.18-1.992C27%2012.085%2027%2017.884%2027%2021m-10.09-.004C5%2019.915%205%2014.116%205%2011h2c0%202.823%200%207.088%2010.09%208.004z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M23%2020.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%3C%2Fsvg%3E") no-repeat center / contain;
}

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