data analytics icon

data-analytics from Carbon by IBM · Outline · Organization · Apache-2.0 Free for personal and commercial use.

Name
data-analytics
Set
Carbon
Style
Outline
Category
Organization
Viewbox
32×32
License
Apache 2.0

More organization icons from Carbon

Use the data analytics icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M12 11h2v6h-2zm-5 2h2v4H7zM2 7h2v10H2z"/><path fill="currentColor" d="m30 28.586l-7.552-7.552A10.95 10.95 0 0 0 25 14c0-6.065-4.935-11-11-11c-2.403 0-4.685.76-6.601 2.2l1.2 1.6A8.92 8.92 0 0 1 14 5c4.963 0 9 4.037 9 9s-4.037 9-9 9a8.93 8.93 0 0 1-7.2-3.6l-1.6 1.202A10.92 10.92 0 0 0 14 25c2.673 0 5.126-.96 7.034-2.552L28.586 30z"/></svg>

React

import type { SVGProps } from "react";

export function CarbonDataAnalytics(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="M12 11h2v6h-2zm-5 2h2v4H7zM2 7h2v10H2z"/><path fill="currentColor" d="m30 28.586l-7.552-7.552A10.95 10.95 0 0 0 25 14c0-6.065-4.935-11-11-11c-2.403 0-4.685.76-6.601 2.2l1.2 1.6A8.92 8.92 0 0 1 14 5c4.963 0 9 4.037 9 9s-4.037 9-9 9a8.93 8.93 0 0 1-7.2-3.6l-1.6 1.202A10.92 10.92 0 0 0 14 25c2.673 0 5.126-.96 7.034-2.552L28.586 30z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M12 11h2v6h-2zm-5 2h2v4H7zM2 7h2v10H2z"/><path fill="currentColor" d="m30 28.586l-7.552-7.552A10.95 10.95 0 0 0 25 14c0-6.065-4.935-11-11-11c-2.403 0-4.685.76-6.601 2.2l1.2 1.6A8.92 8.92 0 0 1 14 5c4.963 0 9 4.037 9 9s-4.037 9-9 9a8.93 8.93 0 0 1-7.2-3.6l-1.6 1.202A10.92 10.92 0 0 0 14 25c2.673 0 5.126-.96 7.034-2.552L28.586 30z"/></svg>
</template>

CSS

.icon-data-analytics {
  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%22M12%2011h2v6h-2zm-5%202h2v4H7zM2%207h2v10H2z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m30%2028.586l-7.552-7.552A10.95%2010.95%200%200%200%2025%2014c0-6.065-4.935-11-11-11c-2.403%200-4.685.76-6.601%202.2l1.2%201.6A8.92%208.92%200%200%201%2014%205c4.963%200%209%204.037%209%209s-4.037%209-9%209a8.93%208.93%200%200%201-7.2-3.6l-1.6%201.202A10.92%2010.92%200%200%200%2014%2025c2.673%200%205.126-.96%207.034-2.552L28.586%2030z%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%22M12%2011h2v6h-2zm-5%202h2v4H7zM2%207h2v10H2z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m30%2028.586l-7.552-7.552A10.95%2010.95%200%200%200%2025%2014c0-6.065-4.935-11-11-11c-2.403%200-4.685.76-6.601%202.2l1.2%201.6A8.92%208.92%200%200%201%2014%205c4.963%200%209%204.037%209%209s-4.037%209-9%209a8.93%208.93%200%200%201-7.2-3.6l-1.6%201.202A10.92%2010.92%200%200%200%2014%2025c2.673%200%205.126-.96%207.034-2.552L28.586%2030z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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