chart radar icon

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

Name
chart-radar
Set
Carbon
Style
Outline
Category
Organization
Viewbox
32×32
License
Apache 2.0

The same icon in other sets

More organization icons from Carbon

Use the chart radar icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 2L2 13l6 17h16l6-17Zm2.582 19.265l-5.986 1.33l-1.423-7.824l4.91-4.21l5.442 4.082Zm.198 2.005L21.326 28H10.674l1.79-3.327Zm-9.19-9.776l-3.85-.889L15 5.329v3.528ZM17 8.75V5.33l9.26 7.275l-3.15.727ZM4.614 14.398l4.654 1.074l1.484 8.164l-1.738 3.228Zm18.372 12.466l-2.577-4.785l3.007-6.765l3.97-.916Z"/></svg>

React

import type { SVGProps } from "react";

export function CarbonChartRadar(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="M16 2L2 13l6 17h16l6-17Zm2.582 19.265l-5.986 1.33l-1.423-7.824l4.91-4.21l5.442 4.082Zm.198 2.005L21.326 28H10.674l1.79-3.327Zm-9.19-9.776l-3.85-.889L15 5.329v3.528ZM17 8.75V5.33l9.26 7.275l-3.15.727ZM4.614 14.398l4.654 1.074l1.484 8.164l-1.738 3.228Zm18.372 12.466l-2.577-4.785l3.007-6.765l3.97-.916Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 2L2 13l6 17h16l6-17Zm2.582 19.265l-5.986 1.33l-1.423-7.824l4.91-4.21l5.442 4.082Zm.198 2.005L21.326 28H10.674l1.79-3.327Zm-9.19-9.776l-3.85-.889L15 5.329v3.528ZM17 8.75V5.33l9.26 7.275l-3.15.727ZM4.614 14.398l4.654 1.074l1.484 8.164l-1.738 3.228Zm18.372 12.466l-2.577-4.785l3.007-6.765l3.97-.916Z"/></svg>
</template>

CSS

.icon-chart-radar {
  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%22M16%202L2%2013l6%2017h16l6-17Zm2.582%2019.265l-5.986%201.33l-1.423-7.824l4.91-4.21l5.442%204.082Zm.198%202.005L21.326%2028H10.674l1.79-3.327Zm-9.19-9.776l-3.85-.889L15%205.329v3.528ZM17%208.75V5.33l9.26%207.275l-3.15.727ZM4.614%2014.398l4.654%201.074l1.484%208.164l-1.738%203.228Zm18.372%2012.466l-2.577-4.785l3.007-6.765l3.97-.916Z%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%22M16%202L2%2013l6%2017h16l6-17Zm2.582%2019.265l-5.986%201.33l-1.423-7.824l4.91-4.21l5.442%204.082Zm.198%202.005L21.326%2028H10.674l1.79-3.327Zm-9.19-9.776l-3.85-.889L15%205.329v3.528ZM17%208.75V5.33l9.26%207.275l-3.15.727ZM4.614%2014.398l4.654%201.074l1.484%208.164l-1.738%203.228Zm18.372%2012.466l-2.577-4.785l3.007-6.765l3.97-.916Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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