dashboard icon
dashboard-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.
- Name
- dashboard-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
dashboardAkar Iconsdashboard-filledAnt Design IconsdashboardBoxIcons v2 SoliddashboardCarbondashboardCodiconsdashboardFont Awesome Soliddashboard-20-filledFluent UI System IconsdashboardHumbleiconsdashboardIconParkdashboardIconPark OutlinedashboardIconoirdashboardJam IconsdashboardMage IconsdashboardMajesticonsdashboardMaterial SymbolsdashboardMaterial Symbols LightdashboardOcticonsdashboardPixelarticonsdashboardRadix Iconsdashboard-fillRemix IcondashboardTabler IconsdashboardTDesign IconsdashboardUnicons
Related icons in MingCute Icon
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="M13 2.049a10 10 0 0 1 8.95 8.95H20a1 1 0 0 0 0 2h1.95a10 10 0 0 1-9.95 9c-5.186 0-9.45-3.947-9.95-9H4a1 1 0 1 0 0-2H2.05A10 10 0 0 1 11 2.049v1.95a1 1 0 0 0 2 0zm2.086 5.521l-.002.001l-.01.005l-.036.019l-.138.07c-.119.06-.29.146-.495.252c-.412.211-.97.5-1.547.81c-.576.308-1.18.64-1.685.939c-.251.149-.486.294-.684.427c-.182.122-.388.27-.54.422c-.972.971-1.09 2.588-.07 3.606c1.018 1.018 2.634.901 3.606-.07c.152-.152.3-.358.422-.54c.132-.198.278-.433.427-.685c.298-.504.63-1.11.938-1.685c.31-.578.6-1.134.81-1.546c.106-.206.192-.377.252-.495l.07-.138l.02-.037l.003-.01l.003-.003l1.349-2.691zm-1.928 3.272c-.19.344-.376.677-.547.967c-.139.234-.263.433-.366.588a4 4 0 0 1-.174.239c-.278.277-.626.223-.778.07s-.207-.5.07-.777l.057-.046q.067-.05.183-.13c.154-.102.354-.226.588-.364c.29-.172.622-.358.967-.547"/></svg>
React
import type { SVGProps } from "react";
export function MingcuteDashboardFill(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="M13 2.049a10 10 0 0 1 8.95 8.95H20a1 1 0 0 0 0 2h1.95a10 10 0 0 1-9.95 9c-5.186 0-9.45-3.947-9.95-9H4a1 1 0 1 0 0-2H2.05A10 10 0 0 1 11 2.049v1.95a1 1 0 0 0 2 0zm2.086 5.521l-.002.001l-.01.005l-.036.019l-.138.07c-.119.06-.29.146-.495.252c-.412.211-.97.5-1.547.81c-.576.308-1.18.64-1.685.939c-.251.149-.486.294-.684.427c-.182.122-.388.27-.54.422c-.972.971-1.09 2.588-.07 3.606c1.018 1.018 2.634.901 3.606-.07c.152-.152.3-.358.422-.54c.132-.198.278-.433.427-.685c.298-.504.63-1.11.938-1.685c.31-.578.6-1.134.81-1.546c.106-.206.192-.377.252-.495l.07-.138l.02-.037l.003-.01l.003-.003l1.349-2.691zm-1.928 3.272c-.19.344-.376.677-.547.967c-.139.234-.263.433-.366.588a4 4 0 0 1-.174.239c-.278.277-.626.223-.778.07s-.207-.5.07-.777l.057-.046q.067-.05.183-.13c.154-.102.354-.226.588-.364c.29-.172.622-.358.967-.547"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13 2.049a10 10 0 0 1 8.95 8.95H20a1 1 0 0 0 0 2h1.95a10 10 0 0 1-9.95 9c-5.186 0-9.45-3.947-9.95-9H4a1 1 0 1 0 0-2H2.05A10 10 0 0 1 11 2.049v1.95a1 1 0 0 0 2 0zm2.086 5.521l-.002.001l-.01.005l-.036.019l-.138.07c-.119.06-.29.146-.495.252c-.412.211-.97.5-1.547.81c-.576.308-1.18.64-1.685.939c-.251.149-.486.294-.684.427c-.182.122-.388.27-.54.422c-.972.971-1.09 2.588-.07 3.606c1.018 1.018 2.634.901 3.606-.07c.152-.152.3-.358.422-.54c.132-.198.278-.433.427-.685c.298-.504.63-1.11.938-1.685c.31-.578.6-1.134.81-1.546c.106-.206.192-.377.252-.495l.07-.138l.02-.037l.003-.01l.003-.003l1.349-2.691zm-1.928 3.272c-.19.344-.376.677-.547.967c-.139.234-.263.433-.366.588a4 4 0 0 1-.174.239c-.278.277-.626.223-.778.07s-.207-.5.07-.777l.057-.046q.067-.05.183-.13c.154-.102.354-.226.588-.364c.29-.172.622-.358.967-.547"/></svg> </template>
CSS
.icon-dashboard-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%22M13%202.049a10%2010%200%200%201%208.95%208.95H20a1%201%200%200%200%200%202h1.95a10%2010%200%200%201-9.95%209c-5.186%200-9.45-3.947-9.95-9H4a1%201%200%201%200%200-2H2.05A10%2010%200%200%201%2011%202.049v1.95a1%201%200%200%200%202%200zm2.086%205.521l-.002.001l-.01.005l-.036.019l-.138.07c-.119.06-.29.146-.495.252c-.412.211-.97.5-1.547.81c-.576.308-1.18.64-1.685.939c-.251.149-.486.294-.684.427c-.182.122-.388.27-.54.422c-.972.971-1.09%202.588-.07%203.606c1.018%201.018%202.634.901%203.606-.07c.152-.152.3-.358.422-.54c.132-.198.278-.433.427-.685c.298-.504.63-1.11.938-1.685c.31-.578.6-1.134.81-1.546c.106-.206.192-.377.252-.495l.07-.138l.02-.037l.003-.01l.003-.003l1.349-2.691zm-1.928%203.272c-.19.344-.376.677-.547.967c-.139.234-.263.433-.366.588a4%204%200%200%201-.174.239c-.278.277-.626.223-.778.07s-.207-.5.07-.777l.057-.046q.067-.05.183-.13c.154-.102.354-.226.588-.364c.29-.172.622-.358.967-.547%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%22M13%202.049a10%2010%200%200%201%208.95%208.95H20a1%201%200%200%200%200%202h1.95a10%2010%200%200%201-9.95%209c-5.186%200-9.45-3.947-9.95-9H4a1%201%200%201%200%200-2H2.05A10%2010%200%200%201%2011%202.049v1.95a1%201%200%200%200%202%200zm2.086%205.521l-.002.001l-.01.005l-.036.019l-.138.07c-.119.06-.29.146-.495.252c-.412.211-.97.5-1.547.81c-.576.308-1.18.64-1.685.939c-.251.149-.486.294-.684.427c-.182.122-.388.27-.54.422c-.972.971-1.09%202.588-.07%203.606c1.018%201.018%202.634.901%203.606-.07c.152-.152.3-.358.422-.54c.132-.198.278-.433.427-.685c.298-.504.63-1.11.938-1.685c.31-.578.6-1.134.81-1.546c.106-.206.192-.377.252-.495l.07-.138l.02-.037l.003-.01l.003-.003l1.349-2.691zm-1.928%203.272c-.19.344-.376.677-.547.967c-.139.234-.263.433-.366.588a4%204%200%200%201-.174.239c-.278.277-.626.223-.778.07s-.207-.5.07-.777l.057-.046q.067-.05.183-.13c.154-.102.354-.226.588-.364c.29-.172.622-.358.967-.547%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mingcute/dashboard-fill.svg?color=%231a73e8&size=48