business metrics icon

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

Name
business-metrics
Set
Carbon
Style
Outline
Category
Enterprise
Viewbox
32×32
License
Apache 2.0

More enterprise icons from Carbon

Use the business metrics icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M22 30a1 1 0 0 1-.894-.553L19.382 26H16v-2h4a1 1 0 0 1 .895.553L22 26.763l3.106-6.21c.184-.369.539-.553.894-.553s.71.184.894.553L28.618 24H32v2h-4a1 1 0 0 1-.894-.553L26 23.237l-3.105 6.21A1 1 0 0 1 22 30m1.414-20L22 8.586L17.285 13.3A3 3 0 0 0 16 13c-1.654 0-3 1.346-3 3s1.346 3 3 3s3-1.346 3-3c0-.462-.113-.894-.3-1.285zM16 17c-.551 0-1-.449-1-1s.449-1 1-1s1 .449 1 1s-.449 1-1 1m10-1a9.9 9.9 0 0 0-1.14-4.618l-1.495 1.496c.408.96.635 2.015.635 3.122zM16 8c1.107 0 2.162.227 3.122.635l1.496-1.496A9.9 9.9 0 0 0 16 6C10.486 6 6 10.486 6 16h2c0-4.411 3.589-8 8-8"/><path fill="currentColor" d="M7.51 24.49A11.96 11.96 0 0 1 4 16C4 9.37 9.37 4 16 4c6.62 0 11.99 5.38 12 12h2c0-7.73-6.27-14-14-14S2 8.27 2 16c0 3.87 1.57 7.37 4.1 9.9z"/></svg>

React

import type { SVGProps } from "react";

export function CarbonBusinessMetrics(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="M22 30a1 1 0 0 1-.894-.553L19.382 26H16v-2h4a1 1 0 0 1 .895.553L22 26.763l3.106-6.21c.184-.369.539-.553.894-.553s.71.184.894.553L28.618 24H32v2h-4a1 1 0 0 1-.894-.553L26 23.237l-3.105 6.21A1 1 0 0 1 22 30m1.414-20L22 8.586L17.285 13.3A3 3 0 0 0 16 13c-1.654 0-3 1.346-3 3s1.346 3 3 3s3-1.346 3-3c0-.462-.113-.894-.3-1.285zM16 17c-.551 0-1-.449-1-1s.449-1 1-1s1 .449 1 1s-.449 1-1 1m10-1a9.9 9.9 0 0 0-1.14-4.618l-1.495 1.496c.408.96.635 2.015.635 3.122zM16 8c1.107 0 2.162.227 3.122.635l1.496-1.496A9.9 9.9 0 0 0 16 6C10.486 6 6 10.486 6 16h2c0-4.411 3.589-8 8-8"/><path fill="currentColor" d="M7.51 24.49A11.96 11.96 0 0 1 4 16C4 9.37 9.37 4 16 4c6.62 0 11.99 5.38 12 12h2c0-7.73-6.27-14-14-14S2 8.27 2 16c0 3.87 1.57 7.37 4.1 9.9z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M22 30a1 1 0 0 1-.894-.553L19.382 26H16v-2h4a1 1 0 0 1 .895.553L22 26.763l3.106-6.21c.184-.369.539-.553.894-.553s.71.184.894.553L28.618 24H32v2h-4a1 1 0 0 1-.894-.553L26 23.237l-3.105 6.21A1 1 0 0 1 22 30m1.414-20L22 8.586L17.285 13.3A3 3 0 0 0 16 13c-1.654 0-3 1.346-3 3s1.346 3 3 3s3-1.346 3-3c0-.462-.113-.894-.3-1.285zM16 17c-.551 0-1-.449-1-1s.449-1 1-1s1 .449 1 1s-.449 1-1 1m10-1a9.9 9.9 0 0 0-1.14-4.618l-1.495 1.496c.408.96.635 2.015.635 3.122zM16 8c1.107 0 2.162.227 3.122.635l1.496-1.496A9.9 9.9 0 0 0 16 6C10.486 6 6 10.486 6 16h2c0-4.411 3.589-8 8-8"/><path fill="currentColor" d="M7.51 24.49A11.96 11.96 0 0 1 4 16C4 9.37 9.37 4 16 4c6.62 0 11.99 5.38 12 12h2c0-7.73-6.27-14-14-14S2 8.27 2 16c0 3.87 1.57 7.37 4.1 9.9z"/></svg>
</template>

CSS

.icon-business-metrics {
  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%22M22%2030a1%201%200%200%201-.894-.553L19.382%2026H16v-2h4a1%201%200%200%201%20.895.553L22%2026.763l3.106-6.21c.184-.369.539-.553.894-.553s.71.184.894.553L28.618%2024H32v2h-4a1%201%200%200%201-.894-.553L26%2023.237l-3.105%206.21A1%201%200%200%201%2022%2030m1.414-20L22%208.586L17.285%2013.3A3%203%200%200%200%2016%2013c-1.654%200-3%201.346-3%203s1.346%203%203%203s3-1.346%203-3c0-.462-.113-.894-.3-1.285zM16%2017c-.551%200-1-.449-1-1s.449-1%201-1s1%20.449%201%201s-.449%201-1%201m10-1a9.9%209.9%200%200%200-1.14-4.618l-1.495%201.496c.408.96.635%202.015.635%203.122zM16%208c1.107%200%202.162.227%203.122.635l1.496-1.496A9.9%209.9%200%200%200%2016%206C10.486%206%206%2010.486%206%2016h2c0-4.411%203.589-8%208-8%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.51%2024.49A11.96%2011.96%200%200%201%204%2016C4%209.37%209.37%204%2016%204c6.62%200%2011.99%205.38%2012%2012h2c0-7.73-6.27-14-14-14S2%208.27%202%2016c0%203.87%201.57%207.37%204.1%209.9z%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%22M22%2030a1%201%200%200%201-.894-.553L19.382%2026H16v-2h4a1%201%200%200%201%20.895.553L22%2026.763l3.106-6.21c.184-.369.539-.553.894-.553s.71.184.894.553L28.618%2024H32v2h-4a1%201%200%200%201-.894-.553L26%2023.237l-3.105%206.21A1%201%200%200%201%2022%2030m1.414-20L22%208.586L17.285%2013.3A3%203%200%200%200%2016%2013c-1.654%200-3%201.346-3%203s1.346%203%203%203s3-1.346%203-3c0-.462-.113-.894-.3-1.285zM16%2017c-.551%200-1-.449-1-1s.449-1%201-1s1%20.449%201%201s-.449%201-1%201m10-1a9.9%209.9%200%200%200-1.14-4.618l-1.495%201.496c.408.96.635%202.015.635%203.122zM16%208c1.107%200%202.162.227%203.122.635l1.496-1.496A9.9%209.9%200%200%200%2016%206C10.486%206%206%2010.486%206%2016h2c0-4.411%203.589-8%208-8%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.51%2024.49A11.96%2011.96%200%200%201%204%2016C4%209.37%209.37%204%2016%204c6.62%200%2011.99%205.38%2012%2012h2c0-7.73-6.27-14-14-14S2%208.27%202%2016c0%203.87%201.57%207.37%204.1%209.9z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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