dashboard icon

dashboard from Octicons by GitHub · Regular · MIT Free for personal and commercial use.

Name
dashboard
Set
Octicons
Style
Regular
Viewbox
16×16
License
MIT

The same icon in other sets

Use the dashboard icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M9 5H8V4h1v1zm4 3h-1v1h1V8zM6 5H5v1h1V5zM5 8H4v1h1V8zm11-5.5l-.5-.5L9 7c-.06-.02-1 0-1 0c-.55 0-1 .45-1 1v1c0 .55.45 1 1 1h1c.55 0 1-.45 1-1v-.92l6-5.58zm-1.59 4.09c.19.61.3 1.25.3 1.91c0 3.42-2.78 6.2-6.2 6.2c-3.42 0-6.21-2.78-6.21-6.2c0-3.42 2.78-6.2 6.2-6.2c1.2 0 2.31.34 3.27.94l.94-.94A7.459 7.459 0 0 0 8.51 1C4.36 1 1 4.36 1 8.5C1 12.64 4.36 16 8.5 16c4.14 0 7.5-3.36 7.5-7.5c0-1.03-.2-2.02-.59-2.91l-1 1z" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function OcticonDashboard(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fillRule="evenodd" d="M9 5H8V4h1v1zm4 3h-1v1h1V8zM6 5H5v1h1V5zM5 8H4v1h1V8zm11-5.5l-.5-.5L9 7c-.06-.02-1 0-1 0c-.55 0-1 .45-1 1v1c0 .55.45 1 1 1h1c.55 0 1-.45 1-1v-.92l6-5.58zm-1.59 4.09c.19.61.3 1.25.3 1.91c0 3.42-2.78 6.2-6.2 6.2c-3.42 0-6.21-2.78-6.21-6.2c0-3.42 2.78-6.2 6.2-6.2c1.2 0 2.31.34 3.27.94l.94-.94A7.459 7.459 0 0 0 8.51 1C4.36 1 1 4.36 1 8.5C1 12.64 4.36 16 8.5 16c4.14 0 7.5-3.36 7.5-7.5c0-1.03-.2-2.02-.59-2.91l-1 1z" fill="currentColor"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M9 5H8V4h1v1zm4 3h-1v1h1V8zM6 5H5v1h1V5zM5 8H4v1h1V8zm11-5.5l-.5-.5L9 7c-.06-.02-1 0-1 0c-.55 0-1 .45-1 1v1c0 .55.45 1 1 1h1c.55 0 1-.45 1-1v-.92l6-5.58zm-1.59 4.09c.19.61.3 1.25.3 1.91c0 3.42-2.78 6.2-6.2 6.2c-3.42 0-6.21-2.78-6.21-6.2c0-3.42 2.78-6.2 6.2-6.2c1.2 0 2.31.34 3.27.94l.94-.94A7.459 7.459 0 0 0 8.51 1C4.36 1 1 4.36 1 8.5C1 12.64 4.36 16 8.5 16c4.14 0 7.5-3.36 7.5-7.5c0-1.03-.2-2.02-.59-2.91l-1 1z" fill="currentColor"/></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%2016%2016%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M9%205H8V4h1v1zm4%203h-1v1h1V8zM6%205H5v1h1V5zM5%208H4v1h1V8zm11-5.5l-.5-.5L9%207c-.06-.02-1%200-1%200c-.55%200-1%20.45-1%201v1c0%20.55.45%201%201%201h1c.55%200%201-.45%201-1v-.92l6-5.58zm-1.59%204.09c.19.61.3%201.25.3%201.91c0%203.42-2.78%206.2-6.2%206.2c-3.42%200-6.21-2.78-6.21-6.2c0-3.42%202.78-6.2%206.2-6.2c1.2%200%202.31.34%203.27.94l.94-.94A7.459%207.459%200%200%200%208.51%201C4.36%201%201%204.36%201%208.5C1%2012.64%204.36%2016%208.5%2016c4.14%200%207.5-3.36%207.5-7.5c0-1.03-.2-2.02-.59-2.91l-1%201z%22%20fill%3D%22currentColor%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%2016%2016%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M9%205H8V4h1v1zm4%203h-1v1h1V8zM6%205H5v1h1V5zM5%208H4v1h1V8zm11-5.5l-.5-.5L9%207c-.06-.02-1%200-1%200c-.55%200-1%20.45-1%201v1c0%20.55.45%201%201%201h1c.55%200%201-.45%201-1v-.92l6-5.58zm-1.59%204.09c.19.61.3%201.25.3%201.91c0%203.42-2.78%206.2-6.2%206.2c-3.42%200-6.21-2.78-6.21-6.2c0-3.42%202.78-6.2%206.2-6.2c1.2%200%202.31.34%203.27.94l.94-.94A7.459%207.459%200%200%200%208.51%201C4.36%201%201%204.36%201%208.5C1%2012.64%204.36%2016%208.5%2016c4.14%200%207.5-3.36%207.5-7.5c0-1.03-.2-2.02-.59-2.91l-1%201z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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