dashboard square remove icon
dashboard-square-remove from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- dashboard-square-remove
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Related icons in Huge Icons
Use the dashboard square remove icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M21 6.75h-7.5m.19 12.707c-.19-.46-.19-1.042-.19-2.207s0-1.747.19-2.207a2.5 2.5 0 0 1 1.353-1.353c.46-.19 1.042-.19 2.207-.19s1.747 0 2.207.19a2.5 2.5 0 0 1 1.353 1.353c.19.46.19 1.042.19 2.207s0 1.747-.19 2.207a2.5 2.5 0 0 1-1.353 1.353c-.46.19-1.042.19-2.207.19s-1.747 0-2.207-.19a2.5 2.5 0 0 1-1.353-1.353m-10.5 0C3 18.997 3 18.415 3 17.25s0-1.747.19-2.207a2.5 2.5 0 0 1 1.353-1.353c.46-.19 1.042-.19 2.207-.19s1.747 0 2.207.19a2.5 2.5 0 0 1 1.353 1.353c.19.46.19 1.042.19 2.207s0 1.747-.19 2.207a2.5 2.5 0 0 1-1.353 1.353c-.46.19-1.042.19-2.207.19s-1.747 0-2.207-.19a2.5 2.5 0 0 1-1.353-1.353m0-10.5C3 8.497 3 7.915 3 6.75s0-1.747.19-2.207A2.5 2.5 0 0 1 4.543 3.19C5.003 3 5.585 3 6.75 3s1.747 0 2.207.19a2.5 2.5 0 0 1 1.353 1.353c.19.46.19 1.042.19 2.207s0 1.747-.19 2.207a2.5 2.5 0 0 1-1.353 1.353c-.46.19-1.042.19-2.207.19s-1.747 0-2.207-.19A2.5 2.5 0 0 1 3.19 8.957"/></svg>
React
import type { SVGProps } from "react";
export function HugeiconsDashboardSquareRemove(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="M21 6.75h-7.5m.19 12.707c-.19-.46-.19-1.042-.19-2.207s0-1.747.19-2.207a2.5 2.5 0 0 1 1.353-1.353c.46-.19 1.042-.19 2.207-.19s1.747 0 2.207.19a2.5 2.5 0 0 1 1.353 1.353c.19.46.19 1.042.19 2.207s0 1.747-.19 2.207a2.5 2.5 0 0 1-1.353 1.353c-.46.19-1.042.19-2.207.19s-1.747 0-2.207-.19a2.5 2.5 0 0 1-1.353-1.353m-10.5 0C3 18.997 3 18.415 3 17.25s0-1.747.19-2.207a2.5 2.5 0 0 1 1.353-1.353c.46-.19 1.042-.19 2.207-.19s1.747 0 2.207.19a2.5 2.5 0 0 1 1.353 1.353c.19.46.19 1.042.19 2.207s0 1.747-.19 2.207a2.5 2.5 0 0 1-1.353 1.353c-.46.19-1.042.19-2.207.19s-1.747 0-2.207-.19a2.5 2.5 0 0 1-1.353-1.353m0-10.5C3 8.497 3 7.915 3 6.75s0-1.747.19-2.207A2.5 2.5 0 0 1 4.543 3.19C5.003 3 5.585 3 6.75 3s1.747 0 2.207.19a2.5 2.5 0 0 1 1.353 1.353c.19.46.19 1.042.19 2.207s0 1.747-.19 2.207a2.5 2.5 0 0 1-1.353 1.353c-.46.19-1.042.19-2.207.19s-1.747 0-2.207-.19A2.5 2.5 0 0 1 3.19 8.957"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M21 6.75h-7.5m.19 12.707c-.19-.46-.19-1.042-.19-2.207s0-1.747.19-2.207a2.5 2.5 0 0 1 1.353-1.353c.46-.19 1.042-.19 2.207-.19s1.747 0 2.207.19a2.5 2.5 0 0 1 1.353 1.353c.19.46.19 1.042.19 2.207s0 1.747-.19 2.207a2.5 2.5 0 0 1-1.353 1.353c-.46.19-1.042.19-2.207.19s-1.747 0-2.207-.19a2.5 2.5 0 0 1-1.353-1.353m-10.5 0C3 18.997 3 18.415 3 17.25s0-1.747.19-2.207a2.5 2.5 0 0 1 1.353-1.353c.46-.19 1.042-.19 2.207-.19s1.747 0 2.207.19a2.5 2.5 0 0 1 1.353 1.353c.19.46.19 1.042.19 2.207s0 1.747-.19 2.207a2.5 2.5 0 0 1-1.353 1.353c-.46.19-1.042.19-2.207.19s-1.747 0-2.207-.19a2.5 2.5 0 0 1-1.353-1.353m0-10.5C3 8.497 3 7.915 3 6.75s0-1.747.19-2.207A2.5 2.5 0 0 1 4.543 3.19C5.003 3 5.585 3 6.75 3s1.747 0 2.207.19a2.5 2.5 0 0 1 1.353 1.353c.19.46.19 1.042.19 2.207s0 1.747-.19 2.207a2.5 2.5 0 0 1-1.353 1.353c-.46.19-1.042.19-2.207.19s-1.747 0-2.207-.19A2.5 2.5 0 0 1 3.19 8.957"/></svg> </template>
CSS
.icon-dashboard-square-remove {
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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M21%206.75h-7.5m.19%2012.707c-.19-.46-.19-1.042-.19-2.207s0-1.747.19-2.207a2.5%202.5%200%200%201%201.353-1.353c.46-.19%201.042-.19%202.207-.19s1.747%200%202.207.19a2.5%202.5%200%200%201%201.353%201.353c.19.46.19%201.042.19%202.207s0%201.747-.19%202.207a2.5%202.5%200%200%201-1.353%201.353c-.46.19-1.042.19-2.207.19s-1.747%200-2.207-.19a2.5%202.5%200%200%201-1.353-1.353m-10.5%200C3%2018.997%203%2018.415%203%2017.25s0-1.747.19-2.207a2.5%202.5%200%200%201%201.353-1.353c.46-.19%201.042-.19%202.207-.19s1.747%200%202.207.19a2.5%202.5%200%200%201%201.353%201.353c.19.46.19%201.042.19%202.207s0%201.747-.19%202.207a2.5%202.5%200%200%201-1.353%201.353c-.46.19-1.042.19-2.207.19s-1.747%200-2.207-.19a2.5%202.5%200%200%201-1.353-1.353m0-10.5C3%208.497%203%207.915%203%206.75s0-1.747.19-2.207A2.5%202.5%200%200%201%204.543%203.19C5.003%203%205.585%203%206.75%203s1.747%200%202.207.19a2.5%202.5%200%200%201%201.353%201.353c.19.46.19%201.042.19%202.207s0%201.747-.19%202.207a2.5%202.5%200%200%201-1.353%201.353c-.46.19-1.042.19-2.207.19s-1.747%200-2.207-.19A2.5%202.5%200%200%201%203.19%208.957%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M21%206.75h-7.5m.19%2012.707c-.19-.46-.19-1.042-.19-2.207s0-1.747.19-2.207a2.5%202.5%200%200%201%201.353-1.353c.46-.19%201.042-.19%202.207-.19s1.747%200%202.207.19a2.5%202.5%200%200%201%201.353%201.353c.19.46.19%201.042.19%202.207s0%201.747-.19%202.207a2.5%202.5%200%200%201-1.353%201.353c-.46.19-1.042.19-2.207.19s-1.747%200-2.207-.19a2.5%202.5%200%200%201-1.353-1.353m-10.5%200C3%2018.997%203%2018.415%203%2017.25s0-1.747.19-2.207a2.5%202.5%200%200%201%201.353-1.353c.46-.19%201.042-.19%202.207-.19s1.747%200%202.207.19a2.5%202.5%200%200%201%201.353%201.353c.19.46.19%201.042.19%202.207s0%201.747-.19%202.207a2.5%202.5%200%200%201-1.353%201.353c-.46.19-1.042.19-2.207.19s-1.747%200-2.207-.19a2.5%202.5%200%200%201-1.353-1.353m0-10.5C3%208.497%203%207.915%203%206.75s0-1.747.19-2.207A2.5%202.5%200%200%201%204.543%203.19C5.003%203%205.585%203%206.75%203s1.747%200%202.207.19a2.5%202.5%200%200%201%201.353%201.353c.19.46.19%201.042.19%202.207s0%201.747-.19%202.207a2.5%202.5%200%200%201-1.353%201.353c-.46.19-1.042.19-2.207.19s-1.747%200-2.207-.19A2.5%202.5%200%200%201%203.19%208.957%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/dashboard-square-remove.svg?color=%231a73e8&size=48