box remove icon
box-remove-filled from Reicon by REICON · Filled · Newicons · MIT Free for personal and commercial use.
- Name
- box-remove-filled
- Set
- Reicon
- Style
- Filled
- Category
- Newicons
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
More newicons icons from Reicon
Use the box remove icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="m17.6 5.311l-5.65-3.04a2.02 2.02 0 0 0-1.91 0L4.4 5.311c-.41.23-.67.67-.67 1.15c0 .49.25.93.67 1.15l5.65 3.04a2 2 0 0 0 1.9 0l5.65-3.04c.41-.22.67-.66.67-1.15c0-.48-.26-.92-.67-1.15M9.12 11.71L3.87 9.09A1.286 1.286 0 0 0 2 10.24v4.96c0 .86.48 1.63 1.25 2.02l5.25 2.62c.18.09.38.14.58.14c.23 0 .47-.07.68-.19c.38-.24.61-.65.61-1.1v-4.96c-.01-.86-.49-1.63-1.25-2.02M20 10.24v2.46c-.48-.14-.99-.2-1.5-.2c-1.36 0-2.69.47-3.74 1.31c-1.44 1.13-2.26 2.84-2.26 4.69c0 .49.06.98.19 1.45c-.15-.02-.3-.08-.44-.17c-.38-.23-.61-.64-.61-1.09v-4.96c0-.86.48-1.63 1.24-2.02l5.25-2.62A1.286 1.286 0 0 1 20 10.24"/><path d="M21.681 15.32a4.48 4.48 0 0 0-3.24-1.32c-1.13.01-2.26.46-3.12 1.32c-.6.59-.99 1.33-1.18 2.1c-.11.42-.15.85-.12 1.28v.05c0 .07.01.13.02.21l.01.01V19c.09.98.51 1.93 1.27 2.68a4.47 4.47 0 0 0 4.26 1.18c.44-.11.87-.29 1.27-.53c.3-.17.58-.39.83-.65c.75-.75 1.18-1.7 1.27-2.69c.01 0 .01-.02.01-.03c.02-.07.02-.15.02-.22c0-.01.01-.03.01-.05c.06-1.21-.38-2.45-1.31-3.37m-1.45 4.89c-.29.29-.76.29-1.06 0l-.66-.66l-.68.68c-.3.3-.77.3-1.06 0c-.3-.29-.3-.76 0-1.06l.68-.68l-.66-.66a.754.754 0 0 1 0-1.06c.3-.3.77-.3 1.07 0l.65.66l.63-.64c.3-.29.77-.29 1.07 0c.29.3.29.77 0 1.07l-.64.63l.66.65c.3.3.3.77 0 1.07"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconBoxRemoveFilled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="m17.6 5.311l-5.65-3.04a2.02 2.02 0 0 0-1.91 0L4.4 5.311c-.41.23-.67.67-.67 1.15c0 .49.25.93.67 1.15l5.65 3.04a2 2 0 0 0 1.9 0l5.65-3.04c.41-.22.67-.66.67-1.15c0-.48-.26-.92-.67-1.15M9.12 11.71L3.87 9.09A1.286 1.286 0 0 0 2 10.24v4.96c0 .86.48 1.63 1.25 2.02l5.25 2.62c.18.09.38.14.58.14c.23 0 .47-.07.68-.19c.38-.24.61-.65.61-1.1v-4.96c-.01-.86-.49-1.63-1.25-2.02M20 10.24v2.46c-.48-.14-.99-.2-1.5-.2c-1.36 0-2.69.47-3.74 1.31c-1.44 1.13-2.26 2.84-2.26 4.69c0 .49.06.98.19 1.45c-.15-.02-.3-.08-.44-.17c-.38-.23-.61-.64-.61-1.09v-4.96c0-.86.48-1.63 1.24-2.02l5.25-2.62A1.286 1.286 0 0 1 20 10.24"/><path d="M21.681 15.32a4.48 4.48 0 0 0-3.24-1.32c-1.13.01-2.26.46-3.12 1.32c-.6.59-.99 1.33-1.18 2.1c-.11.42-.15.85-.12 1.28v.05c0 .07.01.13.02.21l.01.01V19c.09.98.51 1.93 1.27 2.68a4.47 4.47 0 0 0 4.26 1.18c.44-.11.87-.29 1.27-.53c.3-.17.58-.39.83-.65c.75-.75 1.18-1.7 1.27-2.69c.01 0 .01-.02.01-.03c.02-.07.02-.15.02-.22c0-.01.01-.03.01-.05c.06-1.21-.38-2.45-1.31-3.37m-1.45 4.89c-.29.29-.76.29-1.06 0l-.66-.66l-.68.68c-.3.3-.77.3-1.06 0c-.3-.29-.3-.76 0-1.06l.68-.68l-.66-.66a.754.754 0 0 1 0-1.06c.3-.3.77-.3 1.07 0l.65.66l.63-.64c.3-.29.77-.29 1.07 0c.29.3.29.77 0 1.07l-.64.63l.66.65c.3.3.3.77 0 1.07"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="m17.6 5.311l-5.65-3.04a2.02 2.02 0 0 0-1.91 0L4.4 5.311c-.41.23-.67.67-.67 1.15c0 .49.25.93.67 1.15l5.65 3.04a2 2 0 0 0 1.9 0l5.65-3.04c.41-.22.67-.66.67-1.15c0-.48-.26-.92-.67-1.15M9.12 11.71L3.87 9.09A1.286 1.286 0 0 0 2 10.24v4.96c0 .86.48 1.63 1.25 2.02l5.25 2.62c.18.09.38.14.58.14c.23 0 .47-.07.68-.19c.38-.24.61-.65.61-1.1v-4.96c-.01-.86-.49-1.63-1.25-2.02M20 10.24v2.46c-.48-.14-.99-.2-1.5-.2c-1.36 0-2.69.47-3.74 1.31c-1.44 1.13-2.26 2.84-2.26 4.69c0 .49.06.98.19 1.45c-.15-.02-.3-.08-.44-.17c-.38-.23-.61-.64-.61-1.09v-4.96c0-.86.48-1.63 1.24-2.02l5.25-2.62A1.286 1.286 0 0 1 20 10.24"/><path d="M21.681 15.32a4.48 4.48 0 0 0-3.24-1.32c-1.13.01-2.26.46-3.12 1.32c-.6.59-.99 1.33-1.18 2.1c-.11.42-.15.85-.12 1.28v.05c0 .07.01.13.02.21l.01.01V19c.09.98.51 1.93 1.27 2.68a4.47 4.47 0 0 0 4.26 1.18c.44-.11.87-.29 1.27-.53c.3-.17.58-.39.83-.65c.75-.75 1.18-1.7 1.27-2.69c.01 0 .01-.02.01-.03c.02-.07.02-.15.02-.22c0-.01.01-.03.01-.05c.06-1.21-.38-2.45-1.31-3.37m-1.45 4.89c-.29.29-.76.29-1.06 0l-.66-.66l-.68.68c-.3.3-.77.3-1.06 0c-.3-.29-.3-.76 0-1.06l.68-.68l-.66-.66a.754.754 0 0 1 0-1.06c.3-.3.77-.3 1.07 0l.65.66l.63-.64c.3-.29.77-.29 1.07 0c.29.3.29.77 0 1.07l-.64.63l.66.65c.3.3.3.77 0 1.07"/></g></svg> </template>
CSS
.icon-box-remove-filled {
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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22m17.6%205.311l-5.65-3.04a2.02%202.02%200%200%200-1.91%200L4.4%205.311c-.41.23-.67.67-.67%201.15c0%20.49.25.93.67%201.15l5.65%203.04a2%202%200%200%200%201.9%200l5.65-3.04c.41-.22.67-.66.67-1.15c0-.48-.26-.92-.67-1.15M9.12%2011.71L3.87%209.09A1.286%201.286%200%200%200%202%2010.24v4.96c0%20.86.48%201.63%201.25%202.02l5.25%202.62c.18.09.38.14.58.14c.23%200%20.47-.07.68-.19c.38-.24.61-.65.61-1.1v-4.96c-.01-.86-.49-1.63-1.25-2.02M20%2010.24v2.46c-.48-.14-.99-.2-1.5-.2c-1.36%200-2.69.47-3.74%201.31c-1.44%201.13-2.26%202.84-2.26%204.69c0%20.49.06.98.19%201.45c-.15-.02-.3-.08-.44-.17c-.38-.23-.61-.64-.61-1.09v-4.96c0-.86.48-1.63%201.24-2.02l5.25-2.62A1.286%201.286%200%200%201%2020%2010.24%22%2F%3E%3Cpath%20d%3D%22M21.681%2015.32a4.48%204.48%200%200%200-3.24-1.32c-1.13.01-2.26.46-3.12%201.32c-.6.59-.99%201.33-1.18%202.1c-.11.42-.15.85-.12%201.28v.05c0%20.07.01.13.02.21l.01.01V19c.09.98.51%201.93%201.27%202.68a4.47%204.47%200%200%200%204.26%201.18c.44-.11.87-.29%201.27-.53c.3-.17.58-.39.83-.65c.75-.75%201.18-1.7%201.27-2.69c.01%200%20.01-.02.01-.03c.02-.07.02-.15.02-.22c0-.01.01-.03.01-.05c.06-1.21-.38-2.45-1.31-3.37m-1.45%204.89c-.29.29-.76.29-1.06%200l-.66-.66l-.68.68c-.3.3-.77.3-1.06%200c-.3-.29-.3-.76%200-1.06l.68-.68l-.66-.66a.754.754%200%200%201%200-1.06c.3-.3.77-.3%201.07%200l.65.66l.63-.64c.3-.29.77-.29%201.07%200c.29.3.29.77%200%201.07l-.64.63l.66.65c.3.3.3.77%200%201.07%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22m17.6%205.311l-5.65-3.04a2.02%202.02%200%200%200-1.91%200L4.4%205.311c-.41.23-.67.67-.67%201.15c0%20.49.25.93.67%201.15l5.65%203.04a2%202%200%200%200%201.9%200l5.65-3.04c.41-.22.67-.66.67-1.15c0-.48-.26-.92-.67-1.15M9.12%2011.71L3.87%209.09A1.286%201.286%200%200%200%202%2010.24v4.96c0%20.86.48%201.63%201.25%202.02l5.25%202.62c.18.09.38.14.58.14c.23%200%20.47-.07.68-.19c.38-.24.61-.65.61-1.1v-4.96c-.01-.86-.49-1.63-1.25-2.02M20%2010.24v2.46c-.48-.14-.99-.2-1.5-.2c-1.36%200-2.69.47-3.74%201.31c-1.44%201.13-2.26%202.84-2.26%204.69c0%20.49.06.98.19%201.45c-.15-.02-.3-.08-.44-.17c-.38-.23-.61-.64-.61-1.09v-4.96c0-.86.48-1.63%201.24-2.02l5.25-2.62A1.286%201.286%200%200%201%2020%2010.24%22%2F%3E%3Cpath%20d%3D%22M21.681%2015.32a4.48%204.48%200%200%200-3.24-1.32c-1.13.01-2.26.46-3.12%201.32c-.6.59-.99%201.33-1.18%202.1c-.11.42-.15.85-.12%201.28v.05c0%20.07.01.13.02.21l.01.01V19c.09.98.51%201.93%201.27%202.68a4.47%204.47%200%200%200%204.26%201.18c.44-.11.87-.29%201.27-.53c.3-.17.58-.39.83-.65c.75-.75%201.18-1.7%201.27-2.69c.01%200%20.01-.02.01-.03c.02-.07.02-.15.02-.22c0-.01.01-.03.01-.05c.06-1.21-.38-2.45-1.31-3.37m-1.45%204.89c-.29.29-.76.29-1.06%200l-.66-.66l-.68.68c-.3.3-.77.3-1.06%200c-.3-.29-.3-.76%200-1.06l.68-.68l-.66-.66a.754.754%200%200%201%200-1.06c.3-.3.77-.3%201.07%200l.65.66l.63-.64c.3-.29.77-.29%201.07%200c.29.3.29.77%200%201.07l-.64.63l.66.65c.3.3.3.77%200%201.07%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/box-remove-filled.svg?color=%231a73e8&size=48