dashboard-2-add from Material Symbols Light by Google · Regular · Text · Apache-2.0 Free for personal and commercial use.

Name
dashboard-2-add
Set
Material Symbols Light
Style
Regular
Category
Text
Viewbox
24×24
License
Apache 2.0
Aliases
dashboard-2-add-sharp

3 other variants in Material Symbols Light

The same icon in other sets

More text icons from Material Symbols Light

Use the dashboard 2 add icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3 19h5.808v-5.808H3zm0-8.192h8.808V5H3zM11.192 19H21v-5.808h-9.808zM18 10.808q-1.671 0-2.835-1.165Q14 8.48 14 6.808t1.165-2.836T18 2.808t2.836 1.164T22 6.808q0 1.67-1.164 2.835Q19.67 10.808 18 10.808m-.385-1.116h.77v-2.5h2.5v-.769h-2.5v-2.5h-.77v2.5h-2.5v.77h2.5z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightDashboard2Add(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="M3 19h5.808v-5.808H3zm0-8.192h8.808V5H3zM11.192 19H21v-5.808h-9.808zM18 10.808q-1.671 0-2.835-1.165Q14 8.48 14 6.808t1.165-2.836T18 2.808t2.836 1.164T22 6.808q0 1.67-1.164 2.835Q19.67 10.808 18 10.808m-.385-1.116h.77v-2.5h2.5v-.769h-2.5v-2.5h-.77v2.5h-2.5v.77h2.5z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3 19h5.808v-5.808H3zm0-8.192h8.808V5H3zM11.192 19H21v-5.808h-9.808zM18 10.808q-1.671 0-2.835-1.165Q14 8.48 14 6.808t1.165-2.836T18 2.808t2.836 1.164T22 6.808q0 1.67-1.164 2.835Q19.67 10.808 18 10.808m-.385-1.116h.77v-2.5h2.5v-.769h-2.5v-2.5h-.77v2.5h-2.5v.77h2.5z"/></svg>
</template>

CSS

.icon-dashboard-2-add {
  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%22M3%2019h5.808v-5.808H3zm0-8.192h8.808V5H3zM11.192%2019H21v-5.808h-9.808zM18%2010.808q-1.671%200-2.835-1.165Q14%208.48%2014%206.808t1.165-2.836T18%202.808t2.836%201.164T22%206.808q0%201.67-1.164%202.835Q19.67%2010.808%2018%2010.808m-.385-1.116h.77v-2.5h2.5v-.769h-2.5v-2.5h-.77v2.5h-2.5v.77h2.5z%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%22M3%2019h5.808v-5.808H3zm0-8.192h8.808V5H3zM11.192%2019H21v-5.808h-9.808zM18%2010.808q-1.671%200-2.835-1.165Q14%208.48%2014%206.808t1.165-2.836T18%202.808t2.836%201.164T22%206.808q0%201.67-1.164%202.835Q19.67%2010.808%2018%2010.808m-.385-1.116h.77v-2.5h2.5v-.769h-2.5v-2.5h-.77v2.5h-2.5v.77h2.5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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