dashboard 2 icon

dashboard-2-fill from Remix Icon by Remix Design · Fill · Device · Apache-2.0 Free for personal and commercial use.

Name
dashboard-2-fill
Set
Remix Icon
Style
Fill
Category
Device
Viewbox
24×24
License
Apache 2.0

1 other variant in Remix Icon

The same icon in other sets

More device icons from Remix Icon

Use the dashboard 2 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12S6.477 2 12 2m0 3a7 7 0 0 0-5.106 11.789l.156.16l1.414-1.414a5 5 0 0 1 4.83-8.366l1.564-1.56A7 7 0 0 0 12 5m6.392 4.143l-1.561 1.562a5.01 5.01 0 0 1-1.295 4.83l1.414 1.415A6.98 6.98 0 0 0 19 12a7 7 0 0 0-.608-2.857m-2.15-2.8l-3.725 3.725A2.003 2.003 0 0 0 10 12a2 2 0 1 0 3.932-.517l3.725-3.726z"/></svg>

React

import type { SVGProps } from "react";

export function RiDashboard2Fill(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 2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12S6.477 2 12 2m0 3a7 7 0 0 0-5.106 11.789l.156.16l1.414-1.414a5 5 0 0 1 4.83-8.366l1.564-1.56A7 7 0 0 0 12 5m6.392 4.143l-1.561 1.562a5.01 5.01 0 0 1-1.295 4.83l1.414 1.415A6.98 6.98 0 0 0 19 12a7 7 0 0 0-.608-2.857m-2.15-2.8l-3.725 3.725A2.003 2.003 0 0 0 10 12a2 2 0 1 0 3.932-.517l3.725-3.726z"/></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 2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12S6.477 2 12 2m0 3a7 7 0 0 0-5.106 11.789l.156.16l1.414-1.414a5 5 0 0 1 4.83-8.366l1.564-1.56A7 7 0 0 0 12 5m6.392 4.143l-1.561 1.562a5.01 5.01 0 0 1-1.295 4.83l1.414 1.415A6.98 6.98 0 0 0 19 12a7 7 0 0 0-.608-2.857m-2.15-2.8l-3.725 3.725A2.003 2.003 0 0 0 10 12a2 2 0 1 0 3.932-.517l3.725-3.726z"/></svg>
</template>

CSS

.icon-dashboard-2-fill {
  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%202c5.523%200%2010%204.477%2010%2010s-4.477%2010-10%2010S2%2017.523%202%2012S6.477%202%2012%202m0%203a7%207%200%200%200-5.106%2011.789l.156.16l1.414-1.414a5%205%200%200%201%204.83-8.366l1.564-1.56A7%207%200%200%200%2012%205m6.392%204.143l-1.561%201.562a5.01%205.01%200%200%201-1.295%204.83l1.414%201.415A6.98%206.98%200%200%200%2019%2012a7%207%200%200%200-.608-2.857m-2.15-2.8l-3.725%203.725A2.003%202.003%200%200%200%2010%2012a2%202%200%201%200%203.932-.517l3.725-3.726z%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%202c5.523%200%2010%204.477%2010%2010s-4.477%2010-10%2010S2%2017.523%202%2012S6.477%202%2012%202m0%203a7%207%200%200%200-5.106%2011.789l.156.16l1.414-1.414a5%205%200%200%201%204.83-8.366l1.564-1.56A7%207%200%200%200%2012%205m6.392%204.143l-1.561%201.562a5.01%205.01%200%200%201-1.295%204.83l1.414%201.415A6.98%206.98%200%200%200%2019%2012a7%207%200%200%200-.608-2.857m-2.15-2.8l-3.725%203.725A2.003%202.003%200%200%200%2010%2012a2%202%200%201%200%203.932-.517l3.725-3.726z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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