dashboard icon

dashboard from Unicons by Iconscout · Line · User Interface · Apache-2.0 Free for personal and commercial use.

Name
dashboard
Set
Unicons
Style
Line
Category
User Interface
Viewbox
24×24
License
Apache 2.0

The same icon in other sets

More user interface icons from Unicons

Use the dashboard icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.088 4.955c-.007-.008-.01-.019-.017-.026s-.018-.01-.026-.018a9.98 9.98 0 0 0-14.09 0c-.008.008-.018.01-.026.018s-.01.018-.017.026a10 10 0 1 0 14.176 0M12 20a7.99 7.99 0 0 1-6.235-3H9.78a2.964 2.964 0 0 0 4.44 0h4.015A7.99 7.99 0 0 1 12 20m-1-5a1 1 0 1 1 1 1a1 1 0 0 1-1-1m8.41.002L19.4 15H15a2.995 2.995 0 0 0-2-2.816V9a1 1 0 0 0-2 0v3.184A2.995 2.995 0 0 0 9 15H4.6l-.01.002A8 8 0 0 1 4.07 13H5a1 1 0 0 0 0-2h-.93a7.95 7.95 0 0 1 1.619-3.898l.654.655a1 1 0 1 0 1.414-1.414l-.654-.655A7.95 7.95 0 0 1 11 4.07V5a1 1 0 0 0 2 0v-.93a7.95 7.95 0 0 1 3.897 1.618l-.654.655a1 1 0 1 0 1.414 1.414l.654-.655A7.95 7.95 0 0 1 19.931 11H19a1 1 0 0 0 0 2h.93a8 8 0 0 1-.52 2.002"/></svg>

React

import type { SVGProps } from "react";

export function UilDashboard(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="M19.088 4.955c-.007-.008-.01-.019-.017-.026s-.018-.01-.026-.018a9.98 9.98 0 0 0-14.09 0c-.008.008-.018.01-.026.018s-.01.018-.017.026a10 10 0 1 0 14.176 0M12 20a7.99 7.99 0 0 1-6.235-3H9.78a2.964 2.964 0 0 0 4.44 0h4.015A7.99 7.99 0 0 1 12 20m-1-5a1 1 0 1 1 1 1a1 1 0 0 1-1-1m8.41.002L19.4 15H15a2.995 2.995 0 0 0-2-2.816V9a1 1 0 0 0-2 0v3.184A2.995 2.995 0 0 0 9 15H4.6l-.01.002A8 8 0 0 1 4.07 13H5a1 1 0 0 0 0-2h-.93a7.95 7.95 0 0 1 1.619-3.898l.654.655a1 1 0 1 0 1.414-1.414l-.654-.655A7.95 7.95 0 0 1 11 4.07V5a1 1 0 0 0 2 0v-.93a7.95 7.95 0 0 1 3.897 1.618l-.654.655a1 1 0 1 0 1.414 1.414l.654-.655A7.95 7.95 0 0 1 19.931 11H19a1 1 0 0 0 0 2h.93a8 8 0 0 1-.52 2.002"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.088 4.955c-.007-.008-.01-.019-.017-.026s-.018-.01-.026-.018a9.98 9.98 0 0 0-14.09 0c-.008.008-.018.01-.026.018s-.01.018-.017.026a10 10 0 1 0 14.176 0M12 20a7.99 7.99 0 0 1-6.235-3H9.78a2.964 2.964 0 0 0 4.44 0h4.015A7.99 7.99 0 0 1 12 20m-1-5a1 1 0 1 1 1 1a1 1 0 0 1-1-1m8.41.002L19.4 15H15a2.995 2.995 0 0 0-2-2.816V9a1 1 0 0 0-2 0v3.184A2.995 2.995 0 0 0 9 15H4.6l-.01.002A8 8 0 0 1 4.07 13H5a1 1 0 0 0 0-2h-.93a7.95 7.95 0 0 1 1.619-3.898l.654.655a1 1 0 1 0 1.414-1.414l-.654-.655A7.95 7.95 0 0 1 11 4.07V5a1 1 0 0 0 2 0v-.93a7.95 7.95 0 0 1 3.897 1.618l-.654.655a1 1 0 1 0 1.414 1.414l.654-.655A7.95 7.95 0 0 1 19.931 11H19a1 1 0 0 0 0 2h.93a8 8 0 0 1-.52 2.002"/></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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M19.088%204.955c-.007-.008-.01-.019-.017-.026s-.018-.01-.026-.018a9.98%209.98%200%200%200-14.09%200c-.008.008-.018.01-.026.018s-.01.018-.017.026a10%2010%200%201%200%2014.176%200M12%2020a7.99%207.99%200%200%201-6.235-3H9.78a2.964%202.964%200%200%200%204.44%200h4.015A7.99%207.99%200%200%201%2012%2020m-1-5a1%201%200%201%201%201%201a1%201%200%200%201-1-1m8.41.002L19.4%2015H15a2.995%202.995%200%200%200-2-2.816V9a1%201%200%200%200-2%200v3.184A2.995%202.995%200%200%200%209%2015H4.6l-.01.002A8%208%200%200%201%204.07%2013H5a1%201%200%200%200%200-2h-.93a7.95%207.95%200%200%201%201.619-3.898l.654.655a1%201%200%201%200%201.414-1.414l-.654-.655A7.95%207.95%200%200%201%2011%204.07V5a1%201%200%200%200%202%200v-.93a7.95%207.95%200%200%201%203.897%201.618l-.654.655a1%201%200%201%200%201.414%201.414l.654-.655A7.95%207.95%200%200%201%2019.931%2011H19a1%201%200%200%200%200%202h.93a8%208%200%200%201-.52%202.002%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%22M19.088%204.955c-.007-.008-.01-.019-.017-.026s-.018-.01-.026-.018a9.98%209.98%200%200%200-14.09%200c-.008.008-.018.01-.026.018s-.01.018-.017.026a10%2010%200%201%200%2014.176%200M12%2020a7.99%207.99%200%200%201-6.235-3H9.78a2.964%202.964%200%200%200%204.44%200h4.015A7.99%207.99%200%200%201%2012%2020m-1-5a1%201%200%201%201%201%201a1%201%200%200%201-1-1m8.41.002L19.4%2015H15a2.995%202.995%200%200%200-2-2.816V9a1%201%200%200%200-2%200v3.184A2.995%202.995%200%200%200%209%2015H4.6l-.01.002A8%208%200%200%201%204.07%2013H5a1%201%200%200%200%200-2h-.93a7.95%207.95%200%200%201%201.619-3.898l.654.655a1%201%200%201%200%201.414-1.414l-.654-.655A7.95%207.95%200%200%201%2011%204.07V5a1%201%200%200%200%202%200v-.93a7.95%207.95%200%200%201%203.897%201.618l-.654.655a1%201%200%201%200%201.414%201.414l.654-.655A7.95%207.95%200%200%201%2019.931%2011H19a1%201%200%200%200%200%202h.93a8%208%200%200%201-.52%202.002%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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