radar chart icon
radar-chart from IconPark Solid by ByteDance · Solid · Charts · Apache-2.0 Free for personal and commercial use.
- Name
- radar-chart
- Set
- IconPark Solid
- Style
- Solid
- Category
- Charts
- Viewbox
- 48×48
- License
- Apache 2.0
The same icon in other sets
More charts icons from IconPark Solid
Use the radar chart icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><defs><mask id="SVGCaLLJb2l1"><g fill="none" stroke-linejoin="round" stroke-width="4"><path fill="#fff" stroke="#fff" d="m24 3l21.874 15.893L38 45H10L2.125 18.893z"/><path stroke="#000" stroke-linecap="round" d="m38 45l-7-8m-21 8l7-8M2 19l10 3m34-3l-10 3M24 3v10"/><path fill="#000" stroke="#000" d="m24 13l6.007 4.57L36 22l-5 15H17l-5-15l5.993-4.43z"/><path stroke="#fff" d="m7.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></mask></defs><path fill="currentColor" d="M0 0h48v48H0z" mask="url(#SVGCaLLJb2l1)"/></svg>
React
import type { SVGProps } from "react";
export function IconParkSolidRadarChart(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><defs><mask id="SVGCaLLJb2l1"><g fill="none" strokeLinejoin="round" strokeWidth="4"><path fill="#fff" stroke="#fff" d="m24 3l21.874 15.893L38 45H10L2.125 18.893z"/><path stroke="#000" strokeLinecap="round" d="m38 45l-7-8m-21 8l7-8M2 19l10 3m34-3l-10 3M24 3v10"/><path fill="#000" stroke="#000" d="m24 13l6.007 4.57L36 22l-5 15H17l-5-15l5.993-4.43z"/><path stroke="#fff" d="m7.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></mask></defs><path fill="currentColor" d="M0 0h48v48H0z" mask="url(#SVGCaLLJb2l1)"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><defs><mask id="SVGCaLLJb2l1"><g fill="none" stroke-linejoin="round" stroke-width="4"><path fill="#fff" stroke="#fff" d="m24 3l21.874 15.893L38 45H10L2.125 18.893z"/><path stroke="#000" stroke-linecap="round" d="m38 45l-7-8m-21 8l7-8M2 19l10 3m34-3l-10 3M24 3v10"/><path fill="#000" stroke="#000" d="m24 13l6.007 4.57L36 22l-5 15H17l-5-15l5.993-4.43z"/><path stroke="#fff" d="m7.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></mask></defs><path fill="currentColor" d="M0 0h48v48H0z" mask="url(#SVGCaLLJb2l1)"/></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%3Cdefs%3E%3Cmask%20id%3D%22SVGCaLLJb2l1%22%3E%3Cg%20fill%3D%22none%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20fill%3D%22%23fff%22%20stroke%3D%22%23fff%22%20d%3D%22m24%203l21.874%2015.893L38%2045H10L2.125%2018.893z%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20d%3D%22m38%2045l-7-8m-21%208l7-8M2%2019l10%203m34-3l-10%203M24%203v10%22%2F%3E%3Cpath%20fill%3D%22%23000%22%20stroke%3D%22%23000%22%20d%3D%22m24%2013l6.007%204.57L36%2022l-5%2015H17l-5-15l5.993-4.43z%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20d%3D%22m7.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%2Fmask%3E%3C%2Fdefs%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M0%200h48v48H0z%22%20mask%3D%22url(%23SVGCaLLJb2l1)%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%2048%2048%22%3E%3Cdefs%3E%3Cmask%20id%3D%22SVGCaLLJb2l1%22%3E%3Cg%20fill%3D%22none%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20fill%3D%22%23fff%22%20stroke%3D%22%23fff%22%20d%3D%22m24%203l21.874%2015.893L38%2045H10L2.125%2018.893z%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20d%3D%22m38%2045l-7-8m-21%208l7-8M2%2019l10%203m34-3l-10%203M24%203v10%22%2F%3E%3Cpath%20fill%3D%22%23000%22%20stroke%3D%22%23000%22%20d%3D%22m24%2013l6.007%204.57L36%2022l-5%2015H17l-5-15l5.993-4.43z%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20d%3D%22m7.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%2Fmask%3E%3C%2Fdefs%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M0%200h48v48H0z%22%20mask%3D%22url(%23SVGCaLLJb2l1)%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/icon-park-solid/radar-chart.svg?color=%231a73e8&size=48