pricing traditional icon

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

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

More enterprise icons from Carbon

Use the pricing traditional icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M17 15.07V8.116c1.69.28 3.084 1.102 4.222 2.512l1.556-1.256C21.258 7.49 19.316 6.398 17 6.096V3h-2v3.022c-3.615.22-6 2.26-6 5.22c0 4.274 3.127 5.12 6 5.559v7.161c-2.72-.177-4.019-1.1-5.222-2.59l-1.556 1.256c1.77 2.193 3.733 3.168 6.778 3.337V29h2v-3.045c3.726-.304 6-2.327 6-5.44c0-4.209-3.143-5.015-6-5.445m-6-3.828c0-2.153 2.03-3.054 4-3.213v6.746c-2.57-.423-4-1.043-4-3.533m6 12.71v-6.857c2.567.415 4 1.004 4 3.42c0 2.536-2.19 3.266-4 3.437"/></svg>

React

import type { SVGProps } from "react";

export function CarbonPricingTraditional(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="M17 15.07V8.116c1.69.28 3.084 1.102 4.222 2.512l1.556-1.256C21.258 7.49 19.316 6.398 17 6.096V3h-2v3.022c-3.615.22-6 2.26-6 5.22c0 4.274 3.127 5.12 6 5.559v7.161c-2.72-.177-4.019-1.1-5.222-2.59l-1.556 1.256c1.77 2.193 3.733 3.168 6.778 3.337V29h2v-3.045c3.726-.304 6-2.327 6-5.44c0-4.209-3.143-5.015-6-5.445m-6-3.828c0-2.153 2.03-3.054 4-3.213v6.746c-2.57-.423-4-1.043-4-3.533m6 12.71v-6.857c2.567.415 4 1.004 4 3.42c0 2.536-2.19 3.266-4 3.437"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M17 15.07V8.116c1.69.28 3.084 1.102 4.222 2.512l1.556-1.256C21.258 7.49 19.316 6.398 17 6.096V3h-2v3.022c-3.615.22-6 2.26-6 5.22c0 4.274 3.127 5.12 6 5.559v7.161c-2.72-.177-4.019-1.1-5.222-2.59l-1.556 1.256c1.77 2.193 3.733 3.168 6.778 3.337V29h2v-3.045c3.726-.304 6-2.327 6-5.44c0-4.209-3.143-5.015-6-5.445m-6-3.828c0-2.153 2.03-3.054 4-3.213v6.746c-2.57-.423-4-1.043-4-3.533m6 12.71v-6.857c2.567.415 4 1.004 4 3.42c0 2.536-2.19 3.266-4 3.437"/></svg>
</template>

CSS

.icon-pricing-traditional {
  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%22M17%2015.07V8.116c1.69.28%203.084%201.102%204.222%202.512l1.556-1.256C21.258%207.49%2019.316%206.398%2017%206.096V3h-2v3.022c-3.615.22-6%202.26-6%205.22c0%204.274%203.127%205.12%206%205.559v7.161c-2.72-.177-4.019-1.1-5.222-2.59l-1.556%201.256c1.77%202.193%203.733%203.168%206.778%203.337V29h2v-3.045c3.726-.304%206-2.327%206-5.44c0-4.209-3.143-5.015-6-5.445m-6-3.828c0-2.153%202.03-3.054%204-3.213v6.746c-2.57-.423-4-1.043-4-3.533m6%2012.71v-6.857c2.567.415%204%201.004%204%203.42c0%202.536-2.19%203.266-4%203.437%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%22M17%2015.07V8.116c1.69.28%203.084%201.102%204.222%202.512l1.556-1.256C21.258%207.49%2019.316%206.398%2017%206.096V3h-2v3.022c-3.615.22-6%202.26-6%205.22c0%204.274%203.127%205.12%206%205.559v7.161c-2.72-.177-4.019-1.1-5.222-2.59l-1.556%201.256c1.77%202.193%203.733%203.168%206.778%203.337V29h2v-3.045c3.726-.304%206-2.327%206-5.44c0-4.209-3.143-5.015-6-5.445m-6-3.828c0-2.153%202.03-3.054%204-3.213v6.746c-2.57-.423-4-1.043-4-3.533m6%2012.71v-6.857c2.567.415%204%201.004%204%203.42c0%202.536-2.19%203.266-4%203.437%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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