dashboard-filled from TDesign Icons by TDesign · Filled · MIT Free for personal and commercial use.

Name
dashboard-filled
Set
TDesign Icons
Style
Filled
Viewbox
24×24
License
MIT

1 other variant in TDesign Icons

The same icon in other sets

Related icons in TDesign Icons

Use the dashboard icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 3a9 9 0 0 0-4.5 16.796l.865.5l-1.001 1.732l-.866-.5A11 11 0 0 1 1 12C1 5.925 5.925 1 12 1c1.203 0 2.362.193 3.448.552l.95.313l-.627 1.9l-.95-.314A9 9 0 0 0 12 3m8.981 1.414l-5.542 5.542a4 4 0 1 1-1.42-1.41L19.567 3zm1.154 3.188l.313.95C22.807 9.638 23 10.797 23 12c0 4.071-2.212 7.625-5.496 9.526l-.865.5l-1.002-1.73l.865-.501A9 9 0 0 0 21 12a9 9 0 0 0-.45-2.822l-.314-.95z"/></svg>

React

import type { SVGProps } from "react";

export function TdesignDashboardFilled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 3a9 9 0 0 0-4.5 16.796l.865.5l-1.001 1.732l-.866-.5A11 11 0 0 1 1 12C1 5.925 5.925 1 12 1c1.203 0 2.362.193 3.448.552l.95.313l-.627 1.9l-.95-.314A9 9 0 0 0 12 3m8.981 1.414l-5.542 5.542a4 4 0 1 1-1.42-1.41L19.567 3zm1.154 3.188l.313.95C22.807 9.638 23 10.797 23 12c0 4.071-2.212 7.625-5.496 9.526l-.865.5l-1.002-1.73l.865-.501A9 9 0 0 0 21 12a9 9 0 0 0-.45-2.822l-.314-.95z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 3a9 9 0 0 0-4.5 16.796l.865.5l-1.001 1.732l-.866-.5A11 11 0 0 1 1 12C1 5.925 5.925 1 12 1c1.203 0 2.362.193 3.448.552l.95.313l-.627 1.9l-.95-.314A9 9 0 0 0 12 3m8.981 1.414l-5.542 5.542a4 4 0 1 1-1.42-1.41L19.567 3zm1.154 3.188l.313.95C22.807 9.638 23 10.797 23 12c0 4.071-2.212 7.625-5.496 9.526l-.865.5l-1.002-1.73l.865-.501A9 9 0 0 0 21 12a9 9 0 0 0-.45-2.822l-.314-.95z"/></svg>
</template>

CSS

.icon-dashboard-filled {
  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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%203a9%209%200%200%200-4.5%2016.796l.865.5l-1.001%201.732l-.866-.5A11%2011%200%200%201%201%2012C1%205.925%205.925%201%2012%201c1.203%200%202.362.193%203.448.552l.95.313l-.627%201.9l-.95-.314A9%209%200%200%200%2012%203m8.981%201.414l-5.542%205.542a4%204%200%201%201-1.42-1.41L19.567%203zm1.154%203.188l.313.95C22.807%209.638%2023%2010.797%2023%2012c0%204.071-2.212%207.625-5.496%209.526l-.865.5l-1.002-1.73l.865-.501A9%209%200%200%200%2021%2012a9%209%200%200%200-.45-2.822l-.314-.95z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%203a9%209%200%200%200-4.5%2016.796l.865.5l-1.001%201.732l-.866-.5A11%2011%200%200%201%201%2012C1%205.925%205.925%201%2012%201c1.203%200%202.362.193%203.448.552l.95.313l-.627%201.9l-.95-.314A9%209%200%200%200%2012%203m8.981%201.414l-5.542%205.542a4%204%200%201%201-1.42-1.41L19.567%203zm1.154%203.188l.313.95C22.807%209.638%2023%2010.797%2023%2012c0%204.071-2.212%207.625-5.496%209.526l-.865.5l-1.002-1.73l.865-.501A9%209%200%200%200%2021%2012a9%209%200%200%200-.45-2.822l-.314-.95z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/tdesign/dashboard-filled.svg?color=%231a73e8&size=48