Chart Radar Graph Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Chart Radar Graph icon is commonly used in analytics dashboards, reports and data visualization. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/305369.svg" alt="Chart Radar Graph icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305369.svg" alt="Chart Radar Graph icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305369.svg" alt="Chart Radar Graph icon" :width="24" :height="24" />
CSS background
.icon-chart-radar-graph {
background-image: url('https://proicons.com/icon/305369.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M503 0C227-2 1 219 0 499c-1 275 220 499 500 501 275-1 497-221 500-495C1003 228 781 2 503 0zm2 966C244 968 35 762 33 501 32 244 239 35 498 33c258-2 467 207 469 467 1 254-208 465-462 466zm128-337c-6 2-9 2-13-3-12-17-25-34-38-51-3-5-4-9-1-15 10-25 9-51-6-75-33-53-109-51-141 3-2 4-4 9-11 7-18-3-37-7-55-10-6-1-8-2-7-8 0-9-1-19-5-28-3-7-1-9 5-13 53-29 106-59 159-89 7-4 12-4 18 2 25 26 65 31 97 14 31-18 48-55 40-89-11-48-58-76-105-61-46 15-69 65-50 110 3 9 1 11-6 15-52 29-105 58-157 88-7 4-11 3-16-3-28-34-78-39-112-12-35 27-43 76-18 111 20 28 47 39 80 35 31-5 53-23 64-52 3-7 5-10 13-8 16 4 33 7 49 9 8 1 9 4 8 11-6 40 17 78 56 90 35 10 65 0 90-28 13 17 25 33 37 49 6 7 6 10-2 16-35 26-46 73-28 113 17 38 59 62 99 55 56-10 91-62 78-116s-68-84-122-67zm-127-53c-27 0-48-20-48-46 0-27 20-48 47-48 26-1 47 20 48 46s-21 48-47 48z"/></svg>
Copied!