cube-box-fill from Framework7 Icons by Vladimir Kharlampidi · Fill · MIT Free for personal and commercial use.

Name
cube-box-fill
Set
Framework7 Icons
Style
Fill
Viewbox
56×56
License
MIT

1 other variant in Framework7 Icons

Use the cube box icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="m41.266 19.117l8.812-5.015c-.352-.352-.774-.633-1.289-.915l-16.523-9.42C30.813 2.946 29.406 2.5 28 2.5s-2.812.445-4.266 1.266L18.977 6.46ZM28 26.641l10.008-5.672l-22.195-12.68l-8.602 4.899c-.516.28-.937.562-1.29.914ZM29.594 53.5c.164-.047.304-.117.469-.21l18.351-10.454c2.18-1.242 3.375-2.508 3.375-5.906V18.672c0-.703-.07-1.266-.187-1.781L29.594 29.453Zm-3.188 0V29.453L4.4 16.891a7.8 7.8 0 0 0-.188 1.78V36.93c0 3.398 1.195 4.664 3.375 5.906l18.352 10.453c.164.094.304.164.468.211"/></svg>

React

import type { SVGProps } from "react";

export function F7CubeBoxFill(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="m41.266 19.117l8.812-5.015c-.352-.352-.774-.633-1.289-.915l-16.523-9.42C30.813 2.946 29.406 2.5 28 2.5s-2.812.445-4.266 1.266L18.977 6.46ZM28 26.641l10.008-5.672l-22.195-12.68l-8.602 4.899c-.516.28-.937.562-1.29.914ZM29.594 53.5c.164-.047.304-.117.469-.21l18.351-10.454c2.18-1.242 3.375-2.508 3.375-5.906V18.672c0-.703-.07-1.266-.187-1.781L29.594 29.453Zm-3.188 0V29.453L4.4 16.891a7.8 7.8 0 0 0-.188 1.78V36.93c0 3.398 1.195 4.664 3.375 5.906l18.352 10.453c.164.094.304.164.468.211"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="m41.266 19.117l8.812-5.015c-.352-.352-.774-.633-1.289-.915l-16.523-9.42C30.813 2.946 29.406 2.5 28 2.5s-2.812.445-4.266 1.266L18.977 6.46ZM28 26.641l10.008-5.672l-22.195-12.68l-8.602 4.899c-.516.28-.937.562-1.29.914ZM29.594 53.5c.164-.047.304-.117.469-.21l18.351-10.454c2.18-1.242 3.375-2.508 3.375-5.906V18.672c0-.703-.07-1.266-.187-1.781L29.594 29.453Zm-3.188 0V29.453L4.4 16.891a7.8 7.8 0 0 0-.188 1.78V36.93c0 3.398 1.195 4.664 3.375 5.906l18.352 10.453c.164.094.304.164.468.211"/></svg>
</template>

CSS

.icon-cube-box-fill {
  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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m41.266%2019.117l8.812-5.015c-.352-.352-.774-.633-1.289-.915l-16.523-9.42C30.813%202.946%2029.406%202.5%2028%202.5s-2.812.445-4.266%201.266L18.977%206.46ZM28%2026.641l10.008-5.672l-22.195-12.68l-8.602%204.899c-.516.28-.937.562-1.29.914ZM29.594%2053.5c.164-.047.304-.117.469-.21l18.351-10.454c2.18-1.242%203.375-2.508%203.375-5.906V18.672c0-.703-.07-1.266-.187-1.781L29.594%2029.453Zm-3.188%200V29.453L4.4%2016.891a7.8%207.8%200%200%200-.188%201.78V36.93c0%203.398%201.195%204.664%203.375%205.906l18.352%2010.453c.164.094.304.164.468.211%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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m41.266%2019.117l8.812-5.015c-.352-.352-.774-.633-1.289-.915l-16.523-9.42C30.813%202.946%2029.406%202.5%2028%202.5s-2.812.445-4.266%201.266L18.977%206.46ZM28%2026.641l10.008-5.672l-22.195-12.68l-8.602%204.899c-.516.28-.937.562-1.29.914ZM29.594%2053.5c.164-.047.304-.117.469-.21l18.351-10.454c2.18-1.242%203.375-2.508%203.375-5.906V18.672c0-.703-.07-1.266-.187-1.781L29.594%2029.453Zm-3.188%200V29.453L4.4%2016.891a7.8%207.8%200%200%200-.188%201.78V36.93c0%203.398%201.195%204.664%203.375%205.906l18.352%2010.453c.164.094.304.164.468.211%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/f7/cube-box-fill.svg?color=%231a73e8&size=48