radar-chart from IconPark Outline by ByteDance · Outline · Charts · Apache-2.0 Free for personal and commercial use.

Name
radar-chart
Set
IconPark Outline
Style
Outline
Category
Charts
Viewbox
48×48
License
Apache 2.0

The same icon in other sets

More charts icons from IconPark Outline

Use the radar chart icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="4"><path d="m24 3l21.874 15.893L38 45H10L2.125 18.893z"/><path stroke-linecap="round" d="m38 45l-7-8m-21 8l7-8M2 19l10 3m34-3l-10 3M24 3v10"/><path d="m24 13l6.007 4.57L36 22l-5 15H17l-5-15l5.993-4.43zM7.594 14.92l-5.469 3.973l1.97 6.526m3.936 13.054L10 45h7m14 0h7l1.968-6.527m.437-23.553l5.469 3.973l-1.969 6.526M29.468 6.973L24 3l-5.47 3.973"/></g></svg>

React

import type { SVGProps } from "react";

export function IconParkOutlineRadarChart(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="currentColor" strokeLinejoin="round" strokeWidth="4"><path d="m24 3l21.874 15.893L38 45H10L2.125 18.893z"/><path strokeLinecap="round" d="m38 45l-7-8m-21 8l7-8M2 19l10 3m34-3l-10 3M24 3v10"/><path d="m24 13l6.007 4.57L36 22l-5 15H17l-5-15l5.993-4.43zM7.594 14.92l-5.469 3.973l1.97 6.526m3.936 13.054L10 45h7m14 0h7l1.968-6.527m.437-23.553l5.469 3.973l-1.969 6.526M29.468 6.973L24 3l-5.47 3.973"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="4"><path d="m24 3l21.874 15.893L38 45H10L2.125 18.893z"/><path stroke-linecap="round" d="m38 45l-7-8m-21 8l7-8M2 19l10 3m34-3l-10 3M24 3v10"/><path d="m24 13l6.007 4.57L36 22l-5 15H17l-5-15l5.993-4.43zM7.594 14.92l-5.469 3.973l1.97 6.526m3.936 13.054L10 45h7m14 0h7l1.968-6.527m.437-23.553l5.469 3.973l-1.969 6.526M29.468 6.973L24 3l-5.47 3.973"/></g></svg>
</template>

CSS

.icon-radar-chart {
  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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20d%3D%22m24%203l21.874%2015.893L38%2045H10L2.125%2018.893z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22m38%2045l-7-8m-21%208l7-8M2%2019l10%203m34-3l-10%203M24%203v10%22%2F%3E%3Cpath%20d%3D%22m24%2013l6.007%204.57L36%2022l-5%2015H17l-5-15l5.993-4.43zM7.594%2014.92l-5.469%203.973l1.97%206.526m3.936%2013.054L10%2045h7m14%200h7l1.968-6.527m.437-23.553l5.469%203.973l-1.969%206.526M29.468%206.973L24%203l-5.47%203.973%22%2F%3E%3C%2Fg%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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20d%3D%22m24%203l21.874%2015.893L38%2045H10L2.125%2018.893z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22m38%2045l-7-8m-21%208l7-8M2%2019l10%203m34-3l-10%203M24%203v10%22%2F%3E%3Cpath%20d%3D%22m24%2013l6.007%204.57L36%2022l-5%2015H17l-5-15l5.993-4.43zM7.594%2014.92l-5.469%203.973l1.97%206.526m3.936%2013.054L10%2045h7m14%200h7l1.968-6.527m.437-23.553l5.469%203.973l-1.969%206.526M29.468%206.973L24%203l-5.47%203.973%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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