dashboard icon
dashboard from Codicons by Microsoft Corporation · Regular · CC-BY-4.0 Attribution required.
- Name
- dashboard
- Set
- Codicons
- Style
- Regular
- Viewbox
- 16×16
- License
- CC BY 4.0
The same icon in other sets
dashboardAkar Iconsdashboard-filledAnt Design IconsdashboardBoxIcons v2 SoliddashboardCarbondashboardFont Awesome Soliddashboard-20-filledFluent UI System IconsdashboardHumbleiconsdashboardIconParkdashboardIconPark OutlinedashboardIconoirdashboardJam IconsdashboardMage IconsdashboardMajesticonsdashboardMaterial SymbolsdashboardMaterial Symbols Lightdashboard-fillMingCute IcondashboardOcticonsdashboardPixelarticonsdashboardRadix Iconsdashboard-fillRemix IcondashboardTabler IconsdashboardTDesign IconsdashboardUnicons
Use the dashboard icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor"><path d="M11.25 5.25a.5.5 0 0 1-.1.3L8.793 8.611a.997.997 0 0 1-1.507.106a.99.99 0 0 1-.291-.778a1 1 0 0 1 .397-.729l3.055-2.353a.5.5 0 0 1 .524-.047a.5.5 0 0 1 .277.447z"/><path d="M5.526 10.974a.5.5 0 0 1-.353-.147a3.99 3.99 0 0 1-.868-4.357a4 4 0 0 1 2.3-2.215a4 4 0 0 1 1.966-.215a.5.5 0 0 1 .423.566a.51.51 0 0 1-.566.424a3.02 3.02 0 0 0-3.2 1.822a3 3 0 0 0 .651 3.268a.498.498 0 0 1-.076.77a.5.5 0 0 1-.277.084m4.67-.084a.5.5 0 0 0 .631-.063a3.98 3.98 0 0 0 1.133-3.398a.5.5 0 0 0-.99.142a3 3 0 0 1 .022.211q.01.108.008.218a2.98 2.98 0 0 1-.88 2.12a.5.5 0 0 0-.109.545c.038.091.102.17.185.225"/><path fill-rule="evenodd" d="M8 14a6 6 0 0 1-3.333-1.011l-.001.001a6 6 0 0 1-2.551-6.16a6 6 0 0 1 4.714-4.714a5.998 5.998 0 0 1 5.412 10.125A6 6 0 0 1 8 14m.001-11c-.989 0-1.956.294-2.778.843l.001.001a4.996 4.996 0 0 0-.759 7.693A5 5 0 1 0 8.001 3" clip-rule="evenodd"/></g></svg>
React
import type { SVGProps } from "react";
export function CodiconDashboard(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor"><path d="M11.25 5.25a.5.5 0 0 1-.1.3L8.793 8.611a.997.997 0 0 1-1.507.106a.99.99 0 0 1-.291-.778a1 1 0 0 1 .397-.729l3.055-2.353a.5.5 0 0 1 .524-.047a.5.5 0 0 1 .277.447z"/><path d="M5.526 10.974a.5.5 0 0 1-.353-.147a3.99 3.99 0 0 1-.868-4.357a4 4 0 0 1 2.3-2.215a4 4 0 0 1 1.966-.215a.5.5 0 0 1 .423.566a.51.51 0 0 1-.566.424a3.02 3.02 0 0 0-3.2 1.822a3 3 0 0 0 .651 3.268a.498.498 0 0 1-.076.77a.5.5 0 0 1-.277.084m4.67-.084a.5.5 0 0 0 .631-.063a3.98 3.98 0 0 0 1.133-3.398a.5.5 0 0 0-.99.142a3 3 0 0 1 .022.211q.01.108.008.218a2.98 2.98 0 0 1-.88 2.12a.5.5 0 0 0-.109.545c.038.091.102.17.185.225"/><path fillRule="evenodd" d="M8 14a6 6 0 0 1-3.333-1.011l-.001.001a6 6 0 0 1-2.551-6.16a6 6 0 0 1 4.714-4.714a5.998 5.998 0 0 1 5.412 10.125A6 6 0 0 1 8 14m.001-11c-.989 0-1.956.294-2.778.843l.001.001a4.996 4.996 0 0 0-.759 7.693A5 5 0 1 0 8.001 3" clipRule="evenodd"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor"><path d="M11.25 5.25a.5.5 0 0 1-.1.3L8.793 8.611a.997.997 0 0 1-1.507.106a.99.99 0 0 1-.291-.778a1 1 0 0 1 .397-.729l3.055-2.353a.5.5 0 0 1 .524-.047a.5.5 0 0 1 .277.447z"/><path d="M5.526 10.974a.5.5 0 0 1-.353-.147a3.99 3.99 0 0 1-.868-4.357a4 4 0 0 1 2.3-2.215a4 4 0 0 1 1.966-.215a.5.5 0 0 1 .423.566a.51.51 0 0 1-.566.424a3.02 3.02 0 0 0-3.2 1.822a3 3 0 0 0 .651 3.268a.498.498 0 0 1-.076.77a.5.5 0 0 1-.277.084m4.67-.084a.5.5 0 0 0 .631-.063a3.98 3.98 0 0 0 1.133-3.398a.5.5 0 0 0-.99.142a3 3 0 0 1 .022.211q.01.108.008.218a2.98 2.98 0 0 1-.88 2.12a.5.5 0 0 0-.109.545c.038.091.102.17.185.225"/><path fill-rule="evenodd" d="M8 14a6 6 0 0 1-3.333-1.011l-.001.001a6 6 0 0 1-2.551-6.16a6 6 0 0 1 4.714-4.714a5.998 5.998 0 0 1 5.412 10.125A6 6 0 0 1 8 14m.001-11c-.989 0-1.956.294-2.778.843l.001.001a4.996 4.996 0 0 0-.759 7.693A5 5 0 1 0 8.001 3" clip-rule="evenodd"/></g></svg> </template>
CSS
.icon-dashboard {
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%2016%2016%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M11.25%205.25a.5.5%200%200%201-.1.3L8.793%208.611a.997.997%200%200%201-1.507.106a.99.99%200%200%201-.291-.778a1%201%200%200%201%20.397-.729l3.055-2.353a.5.5%200%200%201%20.524-.047a.5.5%200%200%201%20.277.447z%22%2F%3E%3Cpath%20d%3D%22M5.526%2010.974a.5.5%200%200%201-.353-.147a3.99%203.99%200%200%201-.868-4.357a4%204%200%200%201%202.3-2.215a4%204%200%200%201%201.966-.215a.5.5%200%200%201%20.423.566a.51.51%200%200%201-.566.424a3.02%203.02%200%200%200-3.2%201.822a3%203%200%200%200%20.651%203.268a.498.498%200%200%201-.076.77a.5.5%200%200%201-.277.084m4.67-.084a.5.5%200%200%200%20.631-.063a3.98%203.98%200%200%200%201.133-3.398a.5.5%200%200%200-.99.142a3%203%200%200%201%20.022.211q.01.108.008.218a2.98%202.98%200%200%201-.88%202.12a.5.5%200%200%200-.109.545c.038.091.102.17.185.225%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M8%2014a6%206%200%200%201-3.333-1.011l-.001.001a6%206%200%200%201-2.551-6.16a6%206%200%200%201%204.714-4.714a5.998%205.998%200%200%201%205.412%2010.125A6%206%200%200%201%208%2014m.001-11c-.989%200-1.956.294-2.778.843l.001.001a4.996%204.996%200%200%200-.759%207.693A5%205%200%201%200%208.001%203%22%20clip-rule%3D%22evenodd%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%2016%2016%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M11.25%205.25a.5.5%200%200%201-.1.3L8.793%208.611a.997.997%200%200%201-1.507.106a.99.99%200%200%201-.291-.778a1%201%200%200%201%20.397-.729l3.055-2.353a.5.5%200%200%201%20.524-.047a.5.5%200%200%201%20.277.447z%22%2F%3E%3Cpath%20d%3D%22M5.526%2010.974a.5.5%200%200%201-.353-.147a3.99%203.99%200%200%201-.868-4.357a4%204%200%200%201%202.3-2.215a4%204%200%200%201%201.966-.215a.5.5%200%200%201%20.423.566a.51.51%200%200%201-.566.424a3.02%203.02%200%200%200-3.2%201.822a3%203%200%200%200%20.651%203.268a.498.498%200%200%201-.076.77a.5.5%200%200%201-.277.084m4.67-.084a.5.5%200%200%200%20.631-.063a3.98%203.98%200%200%200%201.133-3.398a.5.5%200%200%200-.99.142a3%203%200%200%201%20.022.211q.01.108.008.218a2.98%202.98%200%200%201-.88%202.12a.5.5%200%200%200-.109.545c.038.091.102.17.185.225%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M8%2014a6%206%200%200%201-3.333-1.011l-.001.001a6%206%200%200%201-2.551-6.16a6%206%200%200%201%204.714-4.714a5.998%205.998%200%200%201%205.412%2010.125A6%206%200%200%201%208%2014m.001-11c-.989%200-1.956.294-2.778.843l.001.001a4.996%204.996%200%200%200-.759%207.693A5%205%200%201%200%208.001%203%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/codicon/dashboard.svg?color=%231a73e8&size=48