dashboard 2 add icon
dashboard-2-add-outline from Material Symbols Light by Google · Outline · Text · Apache-2.0 Free for personal and commercial use.
- Name
- dashboard-2-add-outline
- Set
- Material Symbols Light
- Style
- Outline
- Category
- Text
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- dashboard-2-add-outline-sharp
3 other variants in Material Symbols Light
The same icon in other sets
More text icons from Material Symbols Light
add-column-leftadd-column-rightadd-linkadd-notesadd-row-aboveadd-row-belowadd-to-drivealign-centeralign-endalign-flex-centeralign-flex-endalign-flex-startalign-horizontal-centeralign-horizontal-leftalign-horizontal-rightalign-items-stretchalign-justify-centeralign-justify-flex-endalign-justify-flex-startalign-justify-space-aroundalign-justify-space-betweenalign-justify-space-evenalign-justify-stretchalign-self-stretch
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.808H3zm1-9.192V6h6.808v3.808zm-1 1h8.808V5H3zM12.192 18v-3.808H20V18zm-1 1H21v-5.808h-9.808zM4 18v-3.808h3.808V18zm14-7.192q-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.5zm-9.807 4.5"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightDashboard2AddOutline(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.808H3zm1-9.192V6h6.808v3.808zm-1 1h8.808V5H3zM12.192 18v-3.808H20V18zm-1 1H21v-5.808h-9.808zM4 18v-3.808h3.808V18zm14-7.192q-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.5zm-9.807 4.5"/></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.808H3zm1-9.192V6h6.808v3.808zm-1 1h8.808V5H3zM12.192 18v-3.808H20V18zm-1 1H21v-5.808h-9.808zM4 18v-3.808h3.808V18zm14-7.192q-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.5zm-9.807 4.5"/></svg> </template>
CSS
.icon-dashboard-2-add-outline {
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.808H3zm1-9.192V6h6.808v3.808zm-1%201h8.808V5H3zM12.192%2018v-3.808H20V18zm-1%201H21v-5.808h-9.808zM4%2018v-3.808h3.808V18zm14-7.192q-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.5zm-9.807%204.5%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.808H3zm1-9.192V6h6.808v3.808zm-1%201h8.808V5H3zM12.192%2018v-3.808H20V18zm-1%201H21v-5.808h-9.808zM4%2018v-3.808h3.808V18zm14-7.192q-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.5zm-9.807%204.5%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-outline.svg?color=%231a73e8&size=48