3d mpr toggle icon
3d-mpr-toggle from Carbon by IBM · Outline · Apache-2.0 Free for personal and commercial use.
- Name
- 3d-mpr-toggle
- Set
- Carbon
- Style
- Outline
- Viewbox
- 32×32
- License
- Apache 2.0
Related icons in Carbon
Use the 3d mpr toggle icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path d="M11 2H2v9h2V4h7V2z" fill="currentColor"/><path d="M2 21v9h9v-2H4v-7H2z" fill="currentColor"/><path d="M30 11V2h-9v2h7v7h2z" fill="currentColor"/><path d="M21 30h9v-9h-2v7h-7v2z" fill="currentColor"/><path d="M25.49 10.13l-9-5a1 1 0 0 0-1 0l-9 5A1 1 0 0 0 6 11v10a1 1 0 0 0 .51.87l9 5a1 1 0 0 0 1 0l9-5A1 1 0 0 0 26 21V11a1 1 0 0 0-.51-.87zM16 7.14L22.94 11L16 14.86L9.06 11zM8 12.7l7 3.89v7.71l-7-3.89zm9 11.6v-7.71l7-3.89v7.71z" fill="currentColor"/></svg>
React
import type { SVGProps } from "react";
export function Carbon3dMprToggle(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path d="M11 2H2v9h2V4h7V2z" fill="currentColor"/><path d="M2 21v9h9v-2H4v-7H2z" fill="currentColor"/><path d="M30 11V2h-9v2h7v7h2z" fill="currentColor"/><path d="M21 30h9v-9h-2v7h-7v2z" fill="currentColor"/><path d="M25.49 10.13l-9-5a1 1 0 0 0-1 0l-9 5A1 1 0 0 0 6 11v10a1 1 0 0 0 .51.87l9 5a1 1 0 0 0 1 0l9-5A1 1 0 0 0 26 21V11a1 1 0 0 0-.51-.87zM16 7.14L22.94 11L16 14.86L9.06 11zM8 12.7l7 3.89v7.71l-7-3.89zm9 11.6v-7.71l7-3.89v7.71z" fill="currentColor"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path d="M11 2H2v9h2V4h7V2z" fill="currentColor"/><path d="M2 21v9h9v-2H4v-7H2z" fill="currentColor"/><path d="M30 11V2h-9v2h7v7h2z" fill="currentColor"/><path d="M21 30h9v-9h-2v7h-7v2z" fill="currentColor"/><path d="M25.49 10.13l-9-5a1 1 0 0 0-1 0l-9 5A1 1 0 0 0 6 11v10a1 1 0 0 0 .51.87l9 5a1 1 0 0 0 1 0l9-5A1 1 0 0 0 26 21V11a1 1 0 0 0-.51-.87zM16 7.14L22.94 11L16 14.86L9.06 11zM8 12.7l7 3.89v7.71l-7-3.89zm9 11.6v-7.71l7-3.89v7.71z" fill="currentColor"/></svg> </template>
CSS
.icon-3d-mpr-toggle {
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%2032%2032%22%3E%3Cpath%20d%3D%22M11%202H2v9h2V4h7V2z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M2%2021v9h9v-2H4v-7H2z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M30%2011V2h-9v2h7v7h2z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M21%2030h9v-9h-2v7h-7v2z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M25.49%2010.13l-9-5a1%201%200%200%200-1%200l-9%205A1%201%200%200%200%206%2011v10a1%201%200%200%200%20.51.87l9%205a1%201%200%200%200%201%200l9-5A1%201%200%200%200%2026%2021V11a1%201%200%200%200-.51-.87zM16%207.14L22.94%2011L16%2014.86L9.06%2011zM8%2012.7l7%203.89v7.71l-7-3.89zm9%2011.6v-7.71l7-3.89v7.71z%22%20fill%3D%22currentColor%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%2032%2032%22%3E%3Cpath%20d%3D%22M11%202H2v9h2V4h7V2z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M2%2021v9h9v-2H4v-7H2z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M30%2011V2h-9v2h7v7h2z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M21%2030h9v-9h-2v7h-7v2z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M25.49%2010.13l-9-5a1%201%200%200%200-1%200l-9%205A1%201%200%200%200%206%2011v10a1%201%200%200%200%20.51.87l9%205a1%201%200%200%200%201%200l9-5A1%201%200%200%200%2026%2021V11a1%201%200%200%200-.51-.87zM16%207.14L22.94%2011L16%2014.86L9.06%2011zM8%2012.7l7%203.89v7.71l-7-3.89zm9%2011.6v-7.71l7-3.89v7.71z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/3d-mpr-toggle.svg?color=%231a73e8&size=48