all inclusive box icon
all-inclusive-box-outline from Material Design Icons by Pictogrammers · Outline · Apache-2.0 Free for personal and commercial use.
- Name
- all-inclusive-box-outline
- Set
- Material Design Icons
- Style
- Outline
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- forever-box-outline, infinity-box-outline
1 other variant in Material Design Icons
Related icons in Material Design Icons
Use the all inclusive box icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19 12c0 1.84-1.5 3.34-3.34 3.34c-.89 0-1.72-.34-2.35-.98l-.6-.6l1.06-1.05c.27.29.6.59.6.59c.34.35.81.54 1.3.54c1.01 0 1.83-.84 1.83-1.84s-.82-1.84-1.83-1.84c-.49 0-.96.2-1.3.54l-3.67 3.66c-.63.64-1.47.98-2.36.98C6.5 15.34 5 13.84 5 12s1.5-3.34 3.34-3.34c.89 0 1.73.34 2.36.98l.59.6l-1.06 1.06l-.59-.6c-.35-.34-.81-.54-1.3-.54c-1.02 0-1.84.84-1.84 1.84s.82 1.84 1.84 1.84c.49 0 .95-.19 1.3-.54l3.67-3.66c.63-.64 1.46-.98 2.35-.98C17.5 8.66 19 10.16 19 12m2-7v14c0 1.11-.89 2-2 2H5a2 2 0 0 1-2-2V5c0-1.11.89-2 2-2h14a2 2 0 0 1 2 2m-2 0H5v14h14z"/></svg>
React
import type { SVGProps } from "react";
export function MdiAllInclusiveBoxOutline(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="M19 12c0 1.84-1.5 3.34-3.34 3.34c-.89 0-1.72-.34-2.35-.98l-.6-.6l1.06-1.05c.27.29.6.59.6.59c.34.35.81.54 1.3.54c1.01 0 1.83-.84 1.83-1.84s-.82-1.84-1.83-1.84c-.49 0-.96.2-1.3.54l-3.67 3.66c-.63.64-1.47.98-2.36.98C6.5 15.34 5 13.84 5 12s1.5-3.34 3.34-3.34c.89 0 1.73.34 2.36.98l.59.6l-1.06 1.06l-.59-.6c-.35-.34-.81-.54-1.3-.54c-1.02 0-1.84.84-1.84 1.84s.82 1.84 1.84 1.84c.49 0 .95-.19 1.3-.54l3.67-3.66c.63-.64 1.46-.98 2.35-.98C17.5 8.66 19 10.16 19 12m2-7v14c0 1.11-.89 2-2 2H5a2 2 0 0 1-2-2V5c0-1.11.89-2 2-2h14a2 2 0 0 1 2 2m-2 0H5v14h14z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19 12c0 1.84-1.5 3.34-3.34 3.34c-.89 0-1.72-.34-2.35-.98l-.6-.6l1.06-1.05c.27.29.6.59.6.59c.34.35.81.54 1.3.54c1.01 0 1.83-.84 1.83-1.84s-.82-1.84-1.83-1.84c-.49 0-.96.2-1.3.54l-3.67 3.66c-.63.64-1.47.98-2.36.98C6.5 15.34 5 13.84 5 12s1.5-3.34 3.34-3.34c.89 0 1.73.34 2.36.98l.59.6l-1.06 1.06l-.59-.6c-.35-.34-.81-.54-1.3-.54c-1.02 0-1.84.84-1.84 1.84s.82 1.84 1.84 1.84c.49 0 .95-.19 1.3-.54l3.67-3.66c.63-.64 1.46-.98 2.35-.98C17.5 8.66 19 10.16 19 12m2-7v14c0 1.11-.89 2-2 2H5a2 2 0 0 1-2-2V5c0-1.11.89-2 2-2h14a2 2 0 0 1 2 2m-2 0H5v14h14z"/></svg> </template>
CSS
.icon-all-inclusive-box-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%22M19%2012c0%201.84-1.5%203.34-3.34%203.34c-.89%200-1.72-.34-2.35-.98l-.6-.6l1.06-1.05c.27.29.6.59.6.59c.34.35.81.54%201.3.54c1.01%200%201.83-.84%201.83-1.84s-.82-1.84-1.83-1.84c-.49%200-.96.2-1.3.54l-3.67%203.66c-.63.64-1.47.98-2.36.98C6.5%2015.34%205%2013.84%205%2012s1.5-3.34%203.34-3.34c.89%200%201.73.34%202.36.98l.59.6l-1.06%201.06l-.59-.6c-.35-.34-.81-.54-1.3-.54c-1.02%200-1.84.84-1.84%201.84s.82%201.84%201.84%201.84c.49%200%20.95-.19%201.3-.54l3.67-3.66c.63-.64%201.46-.98%202.35-.98C17.5%208.66%2019%2010.16%2019%2012m2-7v14c0%201.11-.89%202-2%202H5a2%202%200%200%201-2-2V5c0-1.11.89-2%202-2h14a2%202%200%200%201%202%202m-2%200H5v14h14z%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%22M19%2012c0%201.84-1.5%203.34-3.34%203.34c-.89%200-1.72-.34-2.35-.98l-.6-.6l1.06-1.05c.27.29.6.59.6.59c.34.35.81.54%201.3.54c1.01%200%201.83-.84%201.83-1.84s-.82-1.84-1.83-1.84c-.49%200-.96.2-1.3.54l-3.67%203.66c-.63.64-1.47.98-2.36.98C6.5%2015.34%205%2013.84%205%2012s1.5-3.34%203.34-3.34c.89%200%201.73.34%202.36.98l.59.6l-1.06%201.06l-.59-.6c-.35-.34-.81-.54-1.3-.54c-1.02%200-1.84.84-1.84%201.84s.82%201.84%201.84%201.84c.49%200%20.95-.19%201.3-.54l3.67-3.66c.63-.64%201.46-.98%202.35-.98C17.5%208.66%2019%2010.16%2019%2012m2-7v14c0%201.11-.89%202-2%202H5a2%202%200%200%201-2-2V5c0-1.11.89-2%202-2h14a2%202%200%200%201%202%202m-2%200H5v14h14z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/all-inclusive-box-outline.svg?color=%231a73e8&size=48