dashboard two icon

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

Name
dashboard-two
Set
IconPark Outline
Style
Outline
Category
Hardware
Viewbox
48×48
License
Apache 2.0

The same icon in other sets

More hardware icons from IconPark Outline

Use the dashboard two 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-linejoin="round" stroke-width="4"><path d="M24 44c11.046 0 20-8.954 20-20a19.94 19.94 0 0 0-5.845-14.13A19.94 19.94 0 0 0 24 4A19.94 19.94 0 0 0 9.845 9.87A19.94 19.94 0 0 0 4 24c0 11.046 8.954 20 20 20M4 24h4M9.845 9.87l3.13 3.13M24 4v4m20 16h-4M38.155 9.87L35.025 13M24 20v12"/><path d="M39.852 36.196C36.195 40.942 30.455 44 24 44s-12.195-3.058-15.852-7.804A31.85 31.85 0 0 1 24 32a31.85 31.85 0 0 1 15.852 4.196"/></g></svg>

React

import type { SVGProps } from "react";

export function IconParkOutlineDashboardTwo(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" strokeLinejoin="round" strokeWidth="4"><path d="M24 44c11.046 0 20-8.954 20-20a19.94 19.94 0 0 0-5.845-14.13A19.94 19.94 0 0 0 24 4A19.94 19.94 0 0 0 9.845 9.87A19.94 19.94 0 0 0 4 24c0 11.046 8.954 20 20 20M4 24h4M9.845 9.87l3.13 3.13M24 4v4m20 16h-4M38.155 9.87L35.025 13M24 20v12"/><path d="M39.852 36.196C36.195 40.942 30.455 44 24 44s-12.195-3.058-15.852-7.804A31.85 31.85 0 0 1 24 32a31.85 31.85 0 0 1 15.852 4.196"/></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-linejoin="round" stroke-width="4"><path d="M24 44c11.046 0 20-8.954 20-20a19.94 19.94 0 0 0-5.845-14.13A19.94 19.94 0 0 0 24 4A19.94 19.94 0 0 0 9.845 9.87A19.94 19.94 0 0 0 4 24c0 11.046 8.954 20 20 20M4 24h4M9.845 9.87l3.13 3.13M24 4v4m20 16h-4M38.155 9.87L35.025 13M24 20v12"/><path d="M39.852 36.196C36.195 40.942 30.455 44 24 44s-12.195-3.058-15.852-7.804A31.85 31.85 0 0 1 24 32a31.85 31.85 0 0 1 15.852 4.196"/></g></svg>
</template>

CSS

.icon-dashboard-two {
  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-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20d%3D%22M24%2044c11.046%200%2020-8.954%2020-20a19.94%2019.94%200%200%200-5.845-14.13A19.94%2019.94%200%200%200%2024%204A19.94%2019.94%200%200%200%209.845%209.87A19.94%2019.94%200%200%200%204%2024c0%2011.046%208.954%2020%2020%2020M4%2024h4M9.845%209.87l3.13%203.13M24%204v4m20%2016h-4M38.155%209.87L35.025%2013M24%2020v12%22%2F%3E%3Cpath%20d%3D%22M39.852%2036.196C36.195%2040.942%2030.455%2044%2024%2044s-12.195-3.058-15.852-7.804A31.85%2031.85%200%200%201%2024%2032a31.85%2031.85%200%200%201%2015.852%204.196%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-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20d%3D%22M24%2044c11.046%200%2020-8.954%2020-20a19.94%2019.94%200%200%200-5.845-14.13A19.94%2019.94%200%200%200%2024%204A19.94%2019.94%200%200%200%209.845%209.87A19.94%2019.94%200%200%200%204%2024c0%2011.046%208.954%2020%2020%2020M4%2024h4M9.845%209.87l3.13%203.13M24%204v4m20%2016h-4M38.155%209.87L35.025%2013M24%2020v12%22%2F%3E%3Cpath%20d%3D%22M39.852%2036.196C36.195%2040.942%2030.455%2044%2024%2044s-12.195-3.058-15.852-7.804A31.85%2031.85%200%200%201%2024%2032a31.85%2031.85%200%200%201%2015.852%204.196%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-two.svg?color=%231a73e8&size=48