dashboard chart star icon
dashboard-chart-star from Mage Icons by MageIcons · Outline · Apache-2.0 Free for personal and commercial use.
- Name
- dashboard-chart-star
- Set
- Mage Icons
- Style
- Outline
- Viewbox
- 24×24
- License
- Apache 2.0
Related icons in Mage Icons
Use the dashboard chart star 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-linecap="round" stroke-width="1.5"><path d="M14 21H8.75a6 6 0 0 1-6-6V8.5a6 6 0 0 1 6-6h6.5a6 6 0 0 1 6 6v5.25"/><path stroke-linejoin="round" d="m7.5 14.7l2.205-2.934a.9.9 0 0 1 1.197-.225l2.151 1.359a.9.9 0 0 0 1.233-.261L16.5 9.3m2.433 10.38l1.083.569a.276.276 0 0 0 .4-.293l-.207-1.205a.28.28 0 0 1 .08-.245l.876-.854a.276.276 0 0 0-.152-.473l-1.21-.174a.28.28 0 0 1-.207-.152l-.553-1.105a.276.276 0 0 0-.497 0l-.553 1.105a.28.28 0 0 1-.207.152l-1.194.174a.275.275 0 0 0-.23.34a.27.27 0 0 0 .076.133l.876.854a.28.28 0 0 1 .08.245l-.207 1.205a.276.276 0 0 0 .4.293l1.083-.57a.28.28 0 0 1 .263 0"/></g></svg>
React
import type { SVGProps } from "react";
export function MageDashboardChartStar(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" strokeLinecap="round" strokeWidth="1.5"><path d="M14 21H8.75a6 6 0 0 1-6-6V8.5a6 6 0 0 1 6-6h6.5a6 6 0 0 1 6 6v5.25"/><path strokeLinejoin="round" d="m7.5 14.7l2.205-2.934a.9.9 0 0 1 1.197-.225l2.151 1.359a.9.9 0 0 0 1.233-.261L16.5 9.3m2.433 10.38l1.083.569a.276.276 0 0 0 .4-.293l-.207-1.205a.28.28 0 0 1 .08-.245l.876-.854a.276.276 0 0 0-.152-.473l-1.21-.174a.28.28 0 0 1-.207-.152l-.553-1.105a.276.276 0 0 0-.497 0l-.553 1.105a.28.28 0 0 1-.207.152l-1.194.174a.275.275 0 0 0-.23.34a.27.27 0 0 0 .076.133l.876.854a.28.28 0 0 1 .08.245l-.207 1.205a.276.276 0 0 0 .4.293l1.083-.57a.28.28 0 0 1 .263 0"/></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-linecap="round" stroke-width="1.5"><path d="M14 21H8.75a6 6 0 0 1-6-6V8.5a6 6 0 0 1 6-6h6.5a6 6 0 0 1 6 6v5.25"/><path stroke-linejoin="round" d="m7.5 14.7l2.205-2.934a.9.9 0 0 1 1.197-.225l2.151 1.359a.9.9 0 0 0 1.233-.261L16.5 9.3m2.433 10.38l1.083.569a.276.276 0 0 0 .4-.293l-.207-1.205a.28.28 0 0 1 .08-.245l.876-.854a.276.276 0 0 0-.152-.473l-1.21-.174a.28.28 0 0 1-.207-.152l-.553-1.105a.276.276 0 0 0-.497 0l-.553 1.105a.28.28 0 0 1-.207.152l-1.194.174a.275.275 0 0 0-.23.34a.27.27 0 0 0 .076.133l.876.854a.28.28 0 0 1 .08.245l-.207 1.205a.276.276 0 0 0 .4.293l1.083-.57a.28.28 0 0 1 .263 0"/></g></svg> </template>
CSS
.icon-dashboard-chart-star {
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-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M14%2021H8.75a6%206%200%200%201-6-6V8.5a6%206%200%200%201%206-6h6.5a6%206%200%200%201%206%206v5.25%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22m7.5%2014.7l2.205-2.934a.9.9%200%200%201%201.197-.225l2.151%201.359a.9.9%200%200%200%201.233-.261L16.5%209.3m2.433%2010.38l1.083.569a.276.276%200%200%200%20.4-.293l-.207-1.205a.28.28%200%200%201%20.08-.245l.876-.854a.276.276%200%200%200-.152-.473l-1.21-.174a.28.28%200%200%201-.207-.152l-.553-1.105a.276.276%200%200%200-.497%200l-.553%201.105a.28.28%200%200%201-.207.152l-1.194.174a.275.275%200%200%200-.23.34a.27.27%200%200%200%20.076.133l.876.854a.28.28%200%200%201%20.08.245l-.207%201.205a.276.276%200%200%200%20.4.293l1.083-.57a.28.28%200%200%201%20.263%200%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-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M14%2021H8.75a6%206%200%200%201-6-6V8.5a6%206%200%200%201%206-6h6.5a6%206%200%200%201%206%206v5.25%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22m7.5%2014.7l2.205-2.934a.9.9%200%200%201%201.197-.225l2.151%201.359a.9.9%200%200%200%201.233-.261L16.5%209.3m2.433%2010.38l1.083.569a.276.276%200%200%200%20.4-.293l-.207-1.205a.28.28%200%200%201%20.08-.245l.876-.854a.276.276%200%200%200-.152-.473l-1.21-.174a.28.28%200%200%201-.207-.152l-.553-1.105a.276.276%200%200%200-.497%200l-.553%201.105a.28.28%200%200%201-.207.152l-1.194.174a.275.275%200%200%200-.23.34a.27.27%200%200%200%20.076.133l.876.854a.28.28%200%200%201%20.08.245l-.207%201.205a.276.276%200%200%200%20.4.293l1.083-.57a.28.28%200%200%201%20.263%200%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mage/dashboard-chart-star.svg?color=%231a73e8&size=48