dashboard icon

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

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

The same icon in other sets

More time icons from IconPark

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="#000" stroke-linecap="round" stroke-width="4"><path stroke-linejoin="round" d="M8.44365 41.5564C4.46243 37.5751 2 32.0751 2 26C2 13.8497 11.8497 4 24 4C36.1503 4 46 13.8497 46 26C46 32.0751 43.5376 37.5751 39.5564 41.5564"/><path d="M14.1005 35.8995C11.567 33.366 10 29.866 10 26C10 18.268 16.268 12 24 12"/><path stroke-linejoin="round" d="M24 26V18"/></g></svg>

React

import type { SVGProps } from "react";

export function IconParkDashboard(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="#000" strokeLinecap="round" strokeWidth="4"><path strokeLinejoin="round" d="M8.44365 41.5564C4.46243 37.5751 2 32.0751 2 26C2 13.8497 11.8497 4 24 4C36.1503 4 46 13.8497 46 26C46 32.0751 43.5376 37.5751 39.5564 41.5564"/><path d="M14.1005 35.8995C11.567 33.366 10 29.866 10 26C10 18.268 16.268 12 24 12"/><path strokeLinejoin="round" d="M24 26V18"/></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="#000" stroke-linecap="round" stroke-width="4"><path stroke-linejoin="round" d="M8.44365 41.5564C4.46243 37.5751 2 32.0751 2 26C2 13.8497 11.8497 4 24 4C36.1503 4 46 13.8497 46 26C46 32.0751 43.5376 37.5751 39.5564 41.5564"/><path d="M14.1005 35.8995C11.567 33.366 10 29.866 10 26C10 18.268 16.268 12 24 12"/><path stroke-linejoin="round" d="M24 26V18"/></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%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M8.44365%2041.5564C4.46243%2037.5751%202%2032.0751%202%2026C2%2013.8497%2011.8497%204%2024%204C36.1503%204%2046%2013.8497%2046%2026C46%2032.0751%2043.5376%2037.5751%2039.5564%2041.5564%22%2F%3E%3Cpath%20d%3D%22M14.1005%2035.8995C11.567%2033.366%2010%2029.866%2010%2026C10%2018.268%2016.268%2012%2024%2012%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M24%2026V18%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%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M8.44365%2041.5564C4.46243%2037.5751%202%2032.0751%202%2026C2%2013.8497%2011.8497%204%2024%204C36.1503%204%2046%2013.8497%2046%2026C46%2032.0751%2043.5376%2037.5751%2039.5564%2041.5564%22%2F%3E%3Cpath%20d%3D%22M14.1005%2035.8995C11.567%2033.366%2010%2029.866%2010%2026C10%2018.268%2016.268%2012%2024%2012%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M24%2026V18%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/dashboard.svg?color=%231a73e8&size=48