dashboard 3 icon

dashboard-3-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.

Name
dashboard-3-fill
Set
MingCute Icon
Style
Fill
Viewbox
24×24
License
Apache 2.0

1 other variant in MingCute Icon

The same icon in other sets

Related icons in MingCute Icon

Use the dashboard 3 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 2c2.402 0 4.606.847 6.33 2.259l-.037.034l-5.002 5.002A3 3 0 0 0 12 9a3 3 0 1 0 3 3c0-.463-.108-.9-.296-1.292l.003-.001l5-5l.033-.038A9.96 9.96 0 0 1 22 12c0 5.523-4.477 10-10 10S2 17.523 2 12S6.477 2 12 2m-7.936 9q-.062.492-.064 1q.002.508.064 1H5a1 1 0 1 0 0-2zM12 11a1 1 0 1 1 0 2a1 1 0 0 1 0-2m7 0a1 1 0 1 0 0 2h.936c.04-.328.064-.661.064-1s-.024-.672-.064-1zM7.096 5.68a8 8 0 0 0-1.414 1.416l.66.66a1.001 1.001 0 0 0 1.416-1.413zM12 4q-.508.002-1 .063V5a1 1 0 1 0 2 0v-.937A8 8 0 0 0 12 4"/></svg>

React

import type { SVGProps } from "react";

export function MingcuteDashboard3Fill(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 2c2.402 0 4.606.847 6.33 2.259l-.037.034l-5.002 5.002A3 3 0 0 0 12 9a3 3 0 1 0 3 3c0-.463-.108-.9-.296-1.292l.003-.001l5-5l.033-.038A9.96 9.96 0 0 1 22 12c0 5.523-4.477 10-10 10S2 17.523 2 12S6.477 2 12 2m-7.936 9q-.062.492-.064 1q.002.508.064 1H5a1 1 0 1 0 0-2zM12 11a1 1 0 1 1 0 2a1 1 0 0 1 0-2m7 0a1 1 0 1 0 0 2h.936c.04-.328.064-.661.064-1s-.024-.672-.064-1zM7.096 5.68a8 8 0 0 0-1.414 1.416l.66.66a1.001 1.001 0 0 0 1.416-1.413zM12 4q-.508.002-1 .063V5a1 1 0 1 0 2 0v-.937A8 8 0 0 0 12 4"/></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 2c2.402 0 4.606.847 6.33 2.259l-.037.034l-5.002 5.002A3 3 0 0 0 12 9a3 3 0 1 0 3 3c0-.463-.108-.9-.296-1.292l.003-.001l5-5l.033-.038A9.96 9.96 0 0 1 22 12c0 5.523-4.477 10-10 10S2 17.523 2 12S6.477 2 12 2m-7.936 9q-.062.492-.064 1q.002.508.064 1H5a1 1 0 1 0 0-2zM12 11a1 1 0 1 1 0 2a1 1 0 0 1 0-2m7 0a1 1 0 1 0 0 2h.936c.04-.328.064-.661.064-1s-.024-.672-.064-1zM7.096 5.68a8 8 0 0 0-1.414 1.416l.66.66a1.001 1.001 0 0 0 1.416-1.413zM12 4q-.508.002-1 .063V5a1 1 0 1 0 2 0v-.937A8 8 0 0 0 12 4"/></svg>
</template>

CSS

.icon-dashboard-3-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%202c2.402%200%204.606.847%206.33%202.259l-.037.034l-5.002%205.002A3%203%200%200%200%2012%209a3%203%200%201%200%203%203c0-.463-.108-.9-.296-1.292l.003-.001l5-5l.033-.038A9.96%209.96%200%200%201%2022%2012c0%205.523-4.477%2010-10%2010S2%2017.523%202%2012S6.477%202%2012%202m-7.936%209q-.062.492-.064%201q.002.508.064%201H5a1%201%200%201%200%200-2zM12%2011a1%201%200%201%201%200%202a1%201%200%200%201%200-2m7%200a1%201%200%201%200%200%202h.936c.04-.328.064-.661.064-1s-.024-.672-.064-1zM7.096%205.68a8%208%200%200%200-1.414%201.416l.66.66a1.001%201.001%200%200%200%201.416-1.413zM12%204q-.508.002-1%20.063V5a1%201%200%201%200%202%200v-.937A8%208%200%200%200%2012%204%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%202c2.402%200%204.606.847%206.33%202.259l-.037.034l-5.002%205.002A3%203%200%200%200%2012%209a3%203%200%201%200%203%203c0-.463-.108-.9-.296-1.292l.003-.001l5-5l.033-.038A9.96%209.96%200%200%201%2022%2012c0%205.523-4.477%2010-10%2010S2%2017.523%202%2012S6.477%202%2012%202m-7.936%209q-.062.492-.064%201q.002.508.064%201H5a1%201%200%201%200%200-2zM12%2011a1%201%200%201%201%200%202a1%201%200%200%201%200-2m7%200a1%201%200%201%200%200%202h.936c.04-.328.064-.661.064-1s-.024-.672-.064-1zM7.096%205.68a8%208%200%200%200-1.414%201.416l.66.66a1.001%201.001%200%200%200%201.416-1.413zM12%204q-.508.002-1%20.063V5a1%201%200%201%200%202%200v-.937A8%208%200%200%200%2012%204%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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