cube off icon
cube-off-outline from Material Design Icons by Pictogrammers · Outline · Food / Drink · Apache-2.0 Free for personal and commercial use.
- Name
- cube-off-outline
- Set
- Material Design Icons
- Style
- Outline
- Category
- Food / Drink
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- sugar-cube-off, sugar-free, sugar-off
1 other variant in Material Design Icons
The same icon in other sets
More food / drink icons from Material Design Icons
Use the cube off icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M22.11 21.46L2.39 1.73L1.11 3L4.3 6.19l-.77.43c-.32.17-.53.5-.53.88v9c0 .38.21.71.53.88l7.9 4.44c.16.12.36.18.57.18s.41-.06.57-.18l4.71-2.65l3.56 3.56zM5 15.91v-6.7l5.29 2.97l.71.71v6.4zm8 3.38v-4.4l2.82 2.81zM9 5.82L7.56 4.36l3.87-2.18c.16-.12.36-.18.57-.18s.41.06.57.18l7.9 4.44c.32.17.53.5.53.88v9c0 .35-.18.66-.47.83L19 15.8V9.21l-4.22 2.37l-1.47-1.47l4.65-2.61L12 4.15z"/></svg>
React
import type { SVGProps } from "react";
export function MdiCubeOffOutline(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="M22.11 21.46L2.39 1.73L1.11 3L4.3 6.19l-.77.43c-.32.17-.53.5-.53.88v9c0 .38.21.71.53.88l7.9 4.44c.16.12.36.18.57.18s.41-.06.57-.18l4.71-2.65l3.56 3.56zM5 15.91v-6.7l5.29 2.97l.71.71v6.4zm8 3.38v-4.4l2.82 2.81zM9 5.82L7.56 4.36l3.87-2.18c.16-.12.36-.18.57-.18s.41.06.57.18l7.9 4.44c.32.17.53.5.53.88v9c0 .35-.18.66-.47.83L19 15.8V9.21l-4.22 2.37l-1.47-1.47l4.65-2.61L12 4.15z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M22.11 21.46L2.39 1.73L1.11 3L4.3 6.19l-.77.43c-.32.17-.53.5-.53.88v9c0 .38.21.71.53.88l7.9 4.44c.16.12.36.18.57.18s.41-.06.57-.18l4.71-2.65l3.56 3.56zM5 15.91v-6.7l5.29 2.97l.71.71v6.4zm8 3.38v-4.4l2.82 2.81zM9 5.82L7.56 4.36l3.87-2.18c.16-.12.36-.18.57-.18s.41.06.57.18l7.9 4.44c.32.17.53.5.53.88v9c0 .35-.18.66-.47.83L19 15.8V9.21l-4.22 2.37l-1.47-1.47l4.65-2.61L12 4.15z"/></svg> </template>
CSS
.icon-cube-off-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%22M22.11%2021.46L2.39%201.73L1.11%203L4.3%206.19l-.77.43c-.32.17-.53.5-.53.88v9c0%20.38.21.71.53.88l7.9%204.44c.16.12.36.18.57.18s.41-.06.57-.18l4.71-2.65l3.56%203.56zM5%2015.91v-6.7l5.29%202.97l.71.71v6.4zm8%203.38v-4.4l2.82%202.81zM9%205.82L7.56%204.36l3.87-2.18c.16-.12.36-.18.57-.18s.41.06.57.18l7.9%204.44c.32.17.53.5.53.88v9c0%20.35-.18.66-.47.83L19%2015.8V9.21l-4.22%202.37l-1.47-1.47l4.65-2.61L12%204.15z%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%22M22.11%2021.46L2.39%201.73L1.11%203L4.3%206.19l-.77.43c-.32.17-.53.5-.53.88v9c0%20.38.21.71.53.88l7.9%204.44c.16.12.36.18.57.18s.41-.06.57-.18l4.71-2.65l3.56%203.56zM5%2015.91v-6.7l5.29%202.97l.71.71v6.4zm8%203.38v-4.4l2.82%202.81zM9%205.82L7.56%204.36l3.87-2.18c.16-.12.36-.18.57-.18s.41.06.57.18l7.9%204.44c.32.17.53.5.53.88v9c0%20.35-.18.66-.47.83L19%2015.8V9.21l-4.22%202.37l-1.47-1.47l4.65-2.61L12%204.15z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/cube-off-outline.svg?color=%231a73e8&size=48