chart radar icon
chart-radar from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- chart-radar
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
Related icons in Huge Icons
chart-01chart-02chart-03chart-analysischart-areachart-averagechart-bar-bigchart-bar-decreasingchart-bar-increasingchart-bar-linechart-bar-stackedchart-breakout-circlechart-breakout-squarechart-bubble-01chart-bubble-02chart-candlechart-candlestickchart-columnchart-column-bigchart-column-decreasingchart-column-increasingchart-column-stackedchart-decreasechart-down
Use the chart radar icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path d="M7.478 4.453C9.653 2.818 10.74 2 12 2s2.347.818 4.522 2.453l1.99 1.496c1.997 1.501 2.995 2.252 3.351 3.35c.357 1.097-.014 2.278-.756 4.641l-.908 2.893c-.782 2.49-1.173 3.736-2.159 4.451c-.986.716-2.31.716-4.958.716h-2.164c-2.648 0-3.972 0-4.958-.716c-.986-.715-1.377-1.96-2.159-4.451l-.908-2.893c-.742-2.363-1.113-3.544-.756-4.641c.356-1.098 1.354-1.849 3.35-3.35z"/><path stroke-linecap="round" stroke-linejoin="round" d="M10.117 9.827c.914-.566 1.371-.849 1.874-.826c.502.024.93.348 1.787.996l.688.521c.886.67 1.329 1.005 1.48 1.496c.151.49-.027 1.013-.383 2.06l-.209.61c-.322.946-.483 1.42-.854 1.712c-.37.293-.872.342-1.875.442l-.573.057c-1.29.129-1.934.193-2.42-.136c-.485-.328-.658-.947-1.005-2.184l-.27-.963c-.31-1.106-.465-1.66-.272-2.153c.194-.494.685-.798 1.668-1.407zM2.5 9.5l5.5 2m6.5 5L18 21m-2-9l5.5-2.5M6.5 21L9 16.5M12 9V2"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsChartRadar(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeWidth="1.5"><path d="M7.478 4.453C9.653 2.818 10.74 2 12 2s2.347.818 4.522 2.453l1.99 1.496c1.997 1.501 2.995 2.252 3.351 3.35c.357 1.097-.014 2.278-.756 4.641l-.908 2.893c-.782 2.49-1.173 3.736-2.159 4.451c-.986.716-2.31.716-4.958.716h-2.164c-2.648 0-3.972 0-4.958-.716c-.986-.715-1.377-1.96-2.159-4.451l-.908-2.893c-.742-2.363-1.113-3.544-.756-4.641c.356-1.098 1.354-1.849 3.35-3.35z"/><path strokeLinecap="round" strokeLinejoin="round" d="M10.117 9.827c.914-.566 1.371-.849 1.874-.826c.502.024.93.348 1.787.996l.688.521c.886.67 1.329 1.005 1.48 1.496c.151.49-.027 1.013-.383 2.06l-.209.61c-.322.946-.483 1.42-.854 1.712c-.37.293-.872.342-1.875.442l-.573.057c-1.29.129-1.934.193-2.42-.136c-.485-.328-.658-.947-1.005-2.184l-.27-.963c-.31-1.106-.465-1.66-.272-2.153c.194-.494.685-.798 1.668-1.407zM2.5 9.5l5.5 2m6.5 5L18 21m-2-9l5.5-2.5M6.5 21L9 16.5M12 9V2"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path d="M7.478 4.453C9.653 2.818 10.74 2 12 2s2.347.818 4.522 2.453l1.99 1.496c1.997 1.501 2.995 2.252 3.351 3.35c.357 1.097-.014 2.278-.756 4.641l-.908 2.893c-.782 2.49-1.173 3.736-2.159 4.451c-.986.716-2.31.716-4.958.716h-2.164c-2.648 0-3.972 0-4.958-.716c-.986-.715-1.377-1.96-2.159-4.451l-.908-2.893c-.742-2.363-1.113-3.544-.756-4.641c.356-1.098 1.354-1.849 3.35-3.35z"/><path stroke-linecap="round" stroke-linejoin="round" d="M10.117 9.827c.914-.566 1.371-.849 1.874-.826c.502.024.93.348 1.787.996l.688.521c.886.67 1.329 1.005 1.48 1.496c.151.49-.027 1.013-.383 2.06l-.209.61c-.322.946-.483 1.42-.854 1.712c-.37.293-.872.342-1.875.442l-.573.057c-1.29.129-1.934.193-2.42-.136c-.485-.328-.658-.947-1.005-2.184l-.27-.963c-.31-1.106-.465-1.66-.272-2.153c.194-.494.685-.798 1.668-1.407zM2.5 9.5l5.5 2m6.5 5L18 21m-2-9l5.5-2.5M6.5 21L9 16.5M12 9V2"/></g></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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M7.478%204.453C9.653%202.818%2010.74%202%2012%202s2.347.818%204.522%202.453l1.99%201.496c1.997%201.501%202.995%202.252%203.351%203.35c.357%201.097-.014%202.278-.756%204.641l-.908%202.893c-.782%202.49-1.173%203.736-2.159%204.451c-.986.716-2.31.716-4.958.716h-2.164c-2.648%200-3.972%200-4.958-.716c-.986-.715-1.377-1.96-2.159-4.451l-.908-2.893c-.742-2.363-1.113-3.544-.756-4.641c.356-1.098%201.354-1.849%203.35-3.35z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M10.117%209.827c.914-.566%201.371-.849%201.874-.826c.502.024.93.348%201.787.996l.688.521c.886.67%201.329%201.005%201.48%201.496c.151.49-.027%201.013-.383%202.06l-.209.61c-.322.946-.483%201.42-.854%201.712c-.37.293-.872.342-1.875.442l-.573.057c-1.29.129-1.934.193-2.42-.136c-.485-.328-.658-.947-1.005-2.184l-.27-.963c-.31-1.106-.465-1.66-.272-2.153c.194-.494.685-.798%201.668-1.407zM2.5%209.5l5.5%202m6.5%205L18%2021m-2-9l5.5-2.5M6.5%2021L9%2016.5M12%209V2%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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M7.478%204.453C9.653%202.818%2010.74%202%2012%202s2.347.818%204.522%202.453l1.99%201.496c1.997%201.501%202.995%202.252%203.351%203.35c.357%201.097-.014%202.278-.756%204.641l-.908%202.893c-.782%202.49-1.173%203.736-2.159%204.451c-.986.716-2.31.716-4.958.716h-2.164c-2.648%200-3.972%200-4.958-.716c-.986-.715-1.377-1.96-2.159-4.451l-.908-2.893c-.742-2.363-1.113-3.544-.756-4.641c.356-1.098%201.354-1.849%203.35-3.35z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M10.117%209.827c.914-.566%201.371-.849%201.874-.826c.502.024.93.348%201.787.996l.688.521c.886.67%201.329%201.005%201.48%201.496c.151.49-.027%201.013-.383%202.06l-.209.61c-.322.946-.483%201.42-.854%201.712c-.37.293-.872.342-1.875.442l-.573.057c-1.29.129-1.934.193-2.42-.136c-.485-.328-.658-.947-1.005-2.184l-.27-.963c-.31-1.106-.465-1.66-.272-2.153c.194-.494.685-.798%201.668-1.407zM2.5%209.5l5.5%202m6.5%205L18%2021m-2-9l5.5-2.5M6.5%2021L9%2016.5M12%209V2%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/chart-radar.svg?color=%231a73e8&size=48