heat map 02 icon

heat-map-02 from Carbon by IBM · Outline · Organization · Apache-2.0 Free for personal and commercial use.

Name
heat-map-02
Set
Carbon
Style
Outline
Category
Organization
Viewbox
32×32
License
Apache 2.0

More organization icons from Carbon

Use the heat map 02 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><circle cx="21" cy="20" r="2" fill="currentColor"/><circle cx="14" cy="12" r="2" fill="currentColor"/><circle cx="29" cy="19" r="1" fill="currentColor"/><path fill="currentColor" d="M26.5 30a3.5 3.5 0 1 1 3.5-3.5a3.504 3.504 0 0 1-3.5 3.5m0-5a1.5 1.5 0 1 0 1.5 1.5a1.5 1.5 0 0 0-1.5-1.5M14 30a3.96 3.96 0 0 1-2.126-.621a6.998 6.998 0 1 1 4.11-6.838A3.992 3.992 0 0 1 14 30m-1.884-3.028l.539.495a1.992 1.992 0 1 0 2.004-3.343l-.691-.243l.03-.847a5.009 5.009 0 1 0-2.517 4.302ZM24 16a6.007 6.007 0 0 1-6-6a5 5 0 0 1 .027-.533A3.96 3.96 0 0 1 16 6a4.005 4.005 0 0 1 4-4a3.96 3.96 0 0 1 3.467 2.027Q23.738 4 24 4a6 6 0 0 1 0 12M20 4a2 2 0 0 0-2 2a1.98 1.98 0 0 0 1.43 1.902l.902.27l-.215.917A3.994 3.994 0 1 0 24 6a4 4 0 0 0-.912.116l-.916.214l-.27-.9A1.98 1.98 0 0 0 20 4M6.5 11A4.5 4.5 0 1 1 11 6.5A4.505 4.505 0 0 1 6.5 11m0-7A2.5 2.5 0 1 0 9 6.5A2.503 2.503 0 0 0 6.5 4"/></svg>

React

import type { SVGProps } from "react";

export function CarbonHeatMap02(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><circle cx="21" cy="20" r="2" fill="currentColor"/><circle cx="14" cy="12" r="2" fill="currentColor"/><circle cx="29" cy="19" r="1" fill="currentColor"/><path fill="currentColor" d="M26.5 30a3.5 3.5 0 1 1 3.5-3.5a3.504 3.504 0 0 1-3.5 3.5m0-5a1.5 1.5 0 1 0 1.5 1.5a1.5 1.5 0 0 0-1.5-1.5M14 30a3.96 3.96 0 0 1-2.126-.621a6.998 6.998 0 1 1 4.11-6.838A3.992 3.992 0 0 1 14 30m-1.884-3.028l.539.495a1.992 1.992 0 1 0 2.004-3.343l-.691-.243l.03-.847a5.009 5.009 0 1 0-2.517 4.302ZM24 16a6.007 6.007 0 0 1-6-6a5 5 0 0 1 .027-.533A3.96 3.96 0 0 1 16 6a4.005 4.005 0 0 1 4-4a3.96 3.96 0 0 1 3.467 2.027Q23.738 4 24 4a6 6 0 0 1 0 12M20 4a2 2 0 0 0-2 2a1.98 1.98 0 0 0 1.43 1.902l.902.27l-.215.917A3.994 3.994 0 1 0 24 6a4 4 0 0 0-.912.116l-.916.214l-.27-.9A1.98 1.98 0 0 0 20 4M6.5 11A4.5 4.5 0 1 1 11 6.5A4.505 4.505 0 0 1 6.5 11m0-7A2.5 2.5 0 1 0 9 6.5A2.503 2.503 0 0 0 6.5 4"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><circle cx="21" cy="20" r="2" fill="currentColor"/><circle cx="14" cy="12" r="2" fill="currentColor"/><circle cx="29" cy="19" r="1" fill="currentColor"/><path fill="currentColor" d="M26.5 30a3.5 3.5 0 1 1 3.5-3.5a3.504 3.504 0 0 1-3.5 3.5m0-5a1.5 1.5 0 1 0 1.5 1.5a1.5 1.5 0 0 0-1.5-1.5M14 30a3.96 3.96 0 0 1-2.126-.621a6.998 6.998 0 1 1 4.11-6.838A3.992 3.992 0 0 1 14 30m-1.884-3.028l.539.495a1.992 1.992 0 1 0 2.004-3.343l-.691-.243l.03-.847a5.009 5.009 0 1 0-2.517 4.302ZM24 16a6.007 6.007 0 0 1-6-6a5 5 0 0 1 .027-.533A3.96 3.96 0 0 1 16 6a4.005 4.005 0 0 1 4-4a3.96 3.96 0 0 1 3.467 2.027Q23.738 4 24 4a6 6 0 0 1 0 12M20 4a2 2 0 0 0-2 2a1.98 1.98 0 0 0 1.43 1.902l.902.27l-.215.917A3.994 3.994 0 1 0 24 6a4 4 0 0 0-.912.116l-.916.214l-.27-.9A1.98 1.98 0 0 0 20 4M6.5 11A4.5 4.5 0 1 1 11 6.5A4.505 4.505 0 0 1 6.5 11m0-7A2.5 2.5 0 1 0 9 6.5A2.503 2.503 0 0 0 6.5 4"/></svg>
</template>

CSS

.icon-heat-map-02 {
  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%3Ccircle%20cx%3D%2221%22%20cy%3D%2220%22%20r%3D%222%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%2214%22%20cy%3D%2212%22%20r%3D%222%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%2229%22%20cy%3D%2219%22%20r%3D%221%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M26.5%2030a3.5%203.5%200%201%201%203.5-3.5a3.504%203.504%200%200%201-3.5%203.5m0-5a1.5%201.5%200%201%200%201.5%201.5a1.5%201.5%200%200%200-1.5-1.5M14%2030a3.96%203.96%200%200%201-2.126-.621a6.998%206.998%200%201%201%204.11-6.838A3.992%203.992%200%200%201%2014%2030m-1.884-3.028l.539.495a1.992%201.992%200%201%200%202.004-3.343l-.691-.243l.03-.847a5.009%205.009%200%201%200-2.517%204.302ZM24%2016a6.007%206.007%200%200%201-6-6a5%205%200%200%201%20.027-.533A3.96%203.96%200%200%201%2016%206a4.005%204.005%200%200%201%204-4a3.96%203.96%200%200%201%203.467%202.027Q23.738%204%2024%204a6%206%200%200%201%200%2012M20%204a2%202%200%200%200-2%202a1.98%201.98%200%200%200%201.43%201.902l.902.27l-.215.917A3.994%203.994%200%201%200%2024%206a4%204%200%200%200-.912.116l-.916.214l-.27-.9A1.98%201.98%200%200%200%2020%204M6.5%2011A4.5%204.5%200%201%201%2011%206.5A4.505%204.505%200%200%201%206.5%2011m0-7A2.5%202.5%200%201%200%209%206.5A2.503%202.503%200%200%200%206.5%204%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%3Ccircle%20cx%3D%2221%22%20cy%3D%2220%22%20r%3D%222%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%2214%22%20cy%3D%2212%22%20r%3D%222%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%2229%22%20cy%3D%2219%22%20r%3D%221%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M26.5%2030a3.5%203.5%200%201%201%203.5-3.5a3.504%203.504%200%200%201-3.5%203.5m0-5a1.5%201.5%200%201%200%201.5%201.5a1.5%201.5%200%200%200-1.5-1.5M14%2030a3.96%203.96%200%200%201-2.126-.621a6.998%206.998%200%201%201%204.11-6.838A3.992%203.992%200%200%201%2014%2030m-1.884-3.028l.539.495a1.992%201.992%200%201%200%202.004-3.343l-.691-.243l.03-.847a5.009%205.009%200%201%200-2.517%204.302ZM24%2016a6.007%206.007%200%200%201-6-6a5%205%200%200%201%20.027-.533A3.96%203.96%200%200%201%2016%206a4.005%204.005%200%200%201%204-4a3.96%203.96%200%200%201%203.467%202.027Q23.738%204%2024%204a6%206%200%200%201%200%2012M20%204a2%202%200%200%200-2%202a1.98%201.98%200%200%200%201.43%201.902l.902.27l-.215.917A3.994%203.994%200%201%200%2024%206a4%204%200%200%200-.912.116l-.916.214l-.27-.9A1.98%201.98%200%200%200%2020%204M6.5%2011A4.5%204.5%200%201%201%2011%206.5A4.505%204.505%200%200%201%206.5%2011m0-7A2.5%202.5%200%201%200%209%206.5A2.503%202.503%200%200%200%206.5%204%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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