dashboard from IconPark Outline by ByteDance · Outline · Time · Apache-2.0 Free for personal and commercial use.

Name
dashboard
Set
IconPark Outline
Style
Outline
Category
Time
Viewbox
48×48
License
Apache 2.0

The same icon in other sets

More time icons from IconPark Outline

Use the dashboard icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="4"><path stroke-linejoin="round" d="M8.444 41.556A21.93 21.93 0 0 1 2 26C2 13.85 11.85 4 24 4s22 9.85 22 22a21.93 21.93 0 0 1-6.444 15.556"/><path d="M14.1 35.9A13.96 13.96 0 0 1 10 26c0-7.732 6.268-14 14-14"/><path stroke-linejoin="round" d="M24 26v-8"/></g></svg>

React

import type { SVGProps } from "react";

export function IconParkOutlineDashboard(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeWidth="4"><path strokeLinejoin="round" d="M8.444 41.556A21.93 21.93 0 0 1 2 26C2 13.85 11.85 4 24 4s22 9.85 22 22a21.93 21.93 0 0 1-6.444 15.556"/><path d="M14.1 35.9A13.96 13.96 0 0 1 10 26c0-7.732 6.268-14 14-14"/><path strokeLinejoin="round" d="M24 26v-8"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="4"><path stroke-linejoin="round" d="M8.444 41.556A21.93 21.93 0 0 1 2 26C2 13.85 11.85 4 24 4s22 9.85 22 22a21.93 21.93 0 0 1-6.444 15.556"/><path d="M14.1 35.9A13.96 13.96 0 0 1 10 26c0-7.732 6.268-14 14-14"/><path stroke-linejoin="round" d="M24 26v-8"/></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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M8.444%2041.556A21.93%2021.93%200%200%201%202%2026C2%2013.85%2011.85%204%2024%204s22%209.85%2022%2022a21.93%2021.93%200%200%201-6.444%2015.556%22%2F%3E%3Cpath%20d%3D%22M14.1%2035.9A13.96%2013.96%200%200%201%2010%2026c0-7.732%206.268-14%2014-14%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M24%2026v-8%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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M8.444%2041.556A21.93%2021.93%200%200%201%202%2026C2%2013.85%2011.85%204%2024%204s22%209.85%2022%2022a21.93%2021.93%200%200%201-6.444%2015.556%22%2F%3E%3Cpath%20d%3D%22M14.1%2035.9A13.96%2013.96%200%200%201%2010%2026c0-7.732%206.268-14%2014-14%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M24%2026v-8%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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