dashboard icon
dashboard-outlined from Ant Design Icons by HeskeyBaozi · Outlined · MIT Free for personal and commercial use.
- Name
- dashboard-outlined
- Set
- Ant Design Icons
- Style
- Outlined
- Viewbox
- 1024×1024
- License
- MIT
- Aliases
- dashboard, dashboard-outline
2 other variants in Ant Design Icons
The same icon in other sets
dashboardAkar IconsdashboardBoxIcons v2 SoliddashboardCarbondashboardCodiconsdashboardFont 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 1024 1024"><path fill="currentColor" d="M924.8 385.6a446.7 446.7 0 0 0-96-142.4a446.7 446.7 0 0 0-142.4-96C631.1 123.8 572.5 112 512 112s-119.1 11.8-174.4 35.2a446.7 446.7 0 0 0-142.4 96a446.7 446.7 0 0 0-96 142.4C75.8 440.9 64 499.5 64 560c0 132.7 58.3 257.7 159.9 343.1l1.7 1.4c5.8 4.8 13.1 7.5 20.6 7.5h531.7c7.5 0 14.8-2.7 20.6-7.5l1.7-1.4C901.7 817.7 960 692.7 960 560c0-60.5-11.9-119.1-35.2-174.4M761.4 836H262.6A371.12 371.12 0 0 1 140 560c0-99.4 38.7-192.8 109-263c70.3-70.3 163.7-109 263-109c99.4 0 192.8 38.7 263 109c70.3 70.3 109 163.7 109 263c0 105.6-44.5 205.5-122.6 276M623.5 421.5a8.03 8.03 0 0 0-11.3 0L527.7 506c-18.7-5-39.4-.2-54.1 14.5a55.95 55.95 0 0 0 0 79.2a55.95 55.95 0 0 0 79.2 0a55.87 55.87 0 0 0 14.5-54.1l84.5-84.5c3.1-3.1 3.1-8.2 0-11.3zM490 320h44c4.4 0 8-3.6 8-8v-80c0-4.4-3.6-8-8-8h-44c-4.4 0-8 3.6-8 8v80c0 4.4 3.6 8 8 8m260 218v44c0 4.4 3.6 8 8 8h80c4.4 0 8-3.6 8-8v-44c0-4.4-3.6-8-8-8h-80c-4.4 0-8 3.6-8 8m12.7-197.2l-31.1-31.1a8.03 8.03 0 0 0-11.3 0l-56.6 56.6a8.03 8.03 0 0 0 0 11.3l31.1 31.1c3.1 3.1 8.2 3.1 11.3 0l56.6-56.6c3.1-3.1 3.1-8.2 0-11.3m-458.6-31.1a8.03 8.03 0 0 0-11.3 0l-31.1 31.1a8.03 8.03 0 0 0 0 11.3l56.6 56.6c3.1 3.1 8.2 3.1 11.3 0l31.1-31.1c3.1-3.1 3.1-8.2 0-11.3zM262 530h-80c-4.4 0-8 3.6-8 8v44c0 4.4 3.6 8 8 8h80c4.4 0 8-3.6 8-8v-44c0-4.4-3.6-8-8-8"/></svg>
React
import type { SVGProps } from "react";
export function AntDesignDashboardOutlined(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M924.8 385.6a446.7 446.7 0 0 0-96-142.4a446.7 446.7 0 0 0-142.4-96C631.1 123.8 572.5 112 512 112s-119.1 11.8-174.4 35.2a446.7 446.7 0 0 0-142.4 96a446.7 446.7 0 0 0-96 142.4C75.8 440.9 64 499.5 64 560c0 132.7 58.3 257.7 159.9 343.1l1.7 1.4c5.8 4.8 13.1 7.5 20.6 7.5h531.7c7.5 0 14.8-2.7 20.6-7.5l1.7-1.4C901.7 817.7 960 692.7 960 560c0-60.5-11.9-119.1-35.2-174.4M761.4 836H262.6A371.12 371.12 0 0 1 140 560c0-99.4 38.7-192.8 109-263c70.3-70.3 163.7-109 263-109c99.4 0 192.8 38.7 263 109c70.3 70.3 109 163.7 109 263c0 105.6-44.5 205.5-122.6 276M623.5 421.5a8.03 8.03 0 0 0-11.3 0L527.7 506c-18.7-5-39.4-.2-54.1 14.5a55.95 55.95 0 0 0 0 79.2a55.95 55.95 0 0 0 79.2 0a55.87 55.87 0 0 0 14.5-54.1l84.5-84.5c3.1-3.1 3.1-8.2 0-11.3zM490 320h44c4.4 0 8-3.6 8-8v-80c0-4.4-3.6-8-8-8h-44c-4.4 0-8 3.6-8 8v80c0 4.4 3.6 8 8 8m260 218v44c0 4.4 3.6 8 8 8h80c4.4 0 8-3.6 8-8v-44c0-4.4-3.6-8-8-8h-80c-4.4 0-8 3.6-8 8m12.7-197.2l-31.1-31.1a8.03 8.03 0 0 0-11.3 0l-56.6 56.6a8.03 8.03 0 0 0 0 11.3l31.1 31.1c3.1 3.1 8.2 3.1 11.3 0l56.6-56.6c3.1-3.1 3.1-8.2 0-11.3m-458.6-31.1a8.03 8.03 0 0 0-11.3 0l-31.1 31.1a8.03 8.03 0 0 0 0 11.3l56.6 56.6c3.1 3.1 8.2 3.1 11.3 0l31.1-31.1c3.1-3.1 3.1-8.2 0-11.3zM262 530h-80c-4.4 0-8 3.6-8 8v44c0 4.4 3.6 8 8 8h80c4.4 0 8-3.6 8-8v-44c0-4.4-3.6-8-8-8"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M924.8 385.6a446.7 446.7 0 0 0-96-142.4a446.7 446.7 0 0 0-142.4-96C631.1 123.8 572.5 112 512 112s-119.1 11.8-174.4 35.2a446.7 446.7 0 0 0-142.4 96a446.7 446.7 0 0 0-96 142.4C75.8 440.9 64 499.5 64 560c0 132.7 58.3 257.7 159.9 343.1l1.7 1.4c5.8 4.8 13.1 7.5 20.6 7.5h531.7c7.5 0 14.8-2.7 20.6-7.5l1.7-1.4C901.7 817.7 960 692.7 960 560c0-60.5-11.9-119.1-35.2-174.4M761.4 836H262.6A371.12 371.12 0 0 1 140 560c0-99.4 38.7-192.8 109-263c70.3-70.3 163.7-109 263-109c99.4 0 192.8 38.7 263 109c70.3 70.3 109 163.7 109 263c0 105.6-44.5 205.5-122.6 276M623.5 421.5a8.03 8.03 0 0 0-11.3 0L527.7 506c-18.7-5-39.4-.2-54.1 14.5a55.95 55.95 0 0 0 0 79.2a55.95 55.95 0 0 0 79.2 0a55.87 55.87 0 0 0 14.5-54.1l84.5-84.5c3.1-3.1 3.1-8.2 0-11.3zM490 320h44c4.4 0 8-3.6 8-8v-80c0-4.4-3.6-8-8-8h-44c-4.4 0-8 3.6-8 8v80c0 4.4 3.6 8 8 8m260 218v44c0 4.4 3.6 8 8 8h80c4.4 0 8-3.6 8-8v-44c0-4.4-3.6-8-8-8h-80c-4.4 0-8 3.6-8 8m12.7-197.2l-31.1-31.1a8.03 8.03 0 0 0-11.3 0l-56.6 56.6a8.03 8.03 0 0 0 0 11.3l31.1 31.1c3.1 3.1 8.2 3.1 11.3 0l56.6-56.6c3.1-3.1 3.1-8.2 0-11.3m-458.6-31.1a8.03 8.03 0 0 0-11.3 0l-31.1 31.1a8.03 8.03 0 0 0 0 11.3l56.6 56.6c3.1 3.1 8.2 3.1 11.3 0l31.1-31.1c3.1-3.1 3.1-8.2 0-11.3zM262 530h-80c-4.4 0-8 3.6-8 8v44c0 4.4 3.6 8 8 8h80c4.4 0 8-3.6 8-8v-44c0-4.4-3.6-8-8-8"/></svg> </template>
CSS
.icon-dashboard-outlined {
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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M924.8%20385.6a446.7%20446.7%200%200%200-96-142.4a446.7%20446.7%200%200%200-142.4-96C631.1%20123.8%20572.5%20112%20512%20112s-119.1%2011.8-174.4%2035.2a446.7%20446.7%200%200%200-142.4%2096a446.7%20446.7%200%200%200-96%20142.4C75.8%20440.9%2064%20499.5%2064%20560c0%20132.7%2058.3%20257.7%20159.9%20343.1l1.7%201.4c5.8%204.8%2013.1%207.5%2020.6%207.5h531.7c7.5%200%2014.8-2.7%2020.6-7.5l1.7-1.4C901.7%20817.7%20960%20692.7%20960%20560c0-60.5-11.9-119.1-35.2-174.4M761.4%20836H262.6A371.12%20371.12%200%200%201%20140%20560c0-99.4%2038.7-192.8%20109-263c70.3-70.3%20163.7-109%20263-109c99.4%200%20192.8%2038.7%20263%20109c70.3%2070.3%20109%20163.7%20109%20263c0%20105.6-44.5%20205.5-122.6%20276M623.5%20421.5a8.03%208.03%200%200%200-11.3%200L527.7%20506c-18.7-5-39.4-.2-54.1%2014.5a55.95%2055.95%200%200%200%200%2079.2a55.95%2055.95%200%200%200%2079.2%200a55.87%2055.87%200%200%200%2014.5-54.1l84.5-84.5c3.1-3.1%203.1-8.2%200-11.3zM490%20320h44c4.4%200%208-3.6%208-8v-80c0-4.4-3.6-8-8-8h-44c-4.4%200-8%203.6-8%208v80c0%204.4%203.6%208%208%208m260%20218v44c0%204.4%203.6%208%208%208h80c4.4%200%208-3.6%208-8v-44c0-4.4-3.6-8-8-8h-80c-4.4%200-8%203.6-8%208m12.7-197.2l-31.1-31.1a8.03%208.03%200%200%200-11.3%200l-56.6%2056.6a8.03%208.03%200%200%200%200%2011.3l31.1%2031.1c3.1%203.1%208.2%203.1%2011.3%200l56.6-56.6c3.1-3.1%203.1-8.2%200-11.3m-458.6-31.1a8.03%208.03%200%200%200-11.3%200l-31.1%2031.1a8.03%208.03%200%200%200%200%2011.3l56.6%2056.6c3.1%203.1%208.2%203.1%2011.3%200l31.1-31.1c3.1-3.1%203.1-8.2%200-11.3zM262%20530h-80c-4.4%200-8%203.6-8%208v44c0%204.4%203.6%208%208%208h80c4.4%200%208-3.6%208-8v-44c0-4.4-3.6-8-8-8%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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M924.8%20385.6a446.7%20446.7%200%200%200-96-142.4a446.7%20446.7%200%200%200-142.4-96C631.1%20123.8%20572.5%20112%20512%20112s-119.1%2011.8-174.4%2035.2a446.7%20446.7%200%200%200-142.4%2096a446.7%20446.7%200%200%200-96%20142.4C75.8%20440.9%2064%20499.5%2064%20560c0%20132.7%2058.3%20257.7%20159.9%20343.1l1.7%201.4c5.8%204.8%2013.1%207.5%2020.6%207.5h531.7c7.5%200%2014.8-2.7%2020.6-7.5l1.7-1.4C901.7%20817.7%20960%20692.7%20960%20560c0-60.5-11.9-119.1-35.2-174.4M761.4%20836H262.6A371.12%20371.12%200%200%201%20140%20560c0-99.4%2038.7-192.8%20109-263c70.3-70.3%20163.7-109%20263-109c99.4%200%20192.8%2038.7%20263%20109c70.3%2070.3%20109%20163.7%20109%20263c0%20105.6-44.5%20205.5-122.6%20276M623.5%20421.5a8.03%208.03%200%200%200-11.3%200L527.7%20506c-18.7-5-39.4-.2-54.1%2014.5a55.95%2055.95%200%200%200%200%2079.2a55.95%2055.95%200%200%200%2079.2%200a55.87%2055.87%200%200%200%2014.5-54.1l84.5-84.5c3.1-3.1%203.1-8.2%200-11.3zM490%20320h44c4.4%200%208-3.6%208-8v-80c0-4.4-3.6-8-8-8h-44c-4.4%200-8%203.6-8%208v80c0%204.4%203.6%208%208%208m260%20218v44c0%204.4%203.6%208%208%208h80c4.4%200%208-3.6%208-8v-44c0-4.4-3.6-8-8-8h-80c-4.4%200-8%203.6-8%208m12.7-197.2l-31.1-31.1a8.03%208.03%200%200%200-11.3%200l-56.6%2056.6a8.03%208.03%200%200%200%200%2011.3l31.1%2031.1c3.1%203.1%208.2%203.1%2011.3%200l56.6-56.6c3.1-3.1%203.1-8.2%200-11.3m-458.6-31.1a8.03%208.03%200%200%200-11.3%200l-31.1%2031.1a8.03%208.03%200%200%200%200%2011.3l56.6%2056.6c3.1%203.1%208.2%203.1%2011.3%200l31.1-31.1c3.1-3.1%203.1-8.2%200-11.3zM262%20530h-80c-4.4%200-8%203.6-8%208v44c0%204.4%203.6%208%208%208h80c4.4%200%208-3.6%208-8v-44c0-4.4-3.6-8-8-8%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ant-design/dashboard-outlined.svg?color=%231a73e8&size=48