cube from Framework7 Icons by Vladimir Kharlampidi · Outline · MIT Free for personal and commercial use.

Name
cube
Set
Framework7 Icons
Style
Outline
Viewbox
56×56
License
MIT

1 other variant in Framework7 Icons

The same icon in other sets

Related icons in Framework7 Icons

Use the cube icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="m7.586 42.742l18.398 10.453c1.36.774 2.625.797 4.032 0l18.398-10.453c2.18-1.242 3.375-2.508 3.375-5.906V18.273c0-2.601-1.031-4.078-2.953-5.18l-16.57-9.421c-2.883-1.664-5.696-1.64-8.532 0l-16.57 9.422c-1.922 1.101-2.953 2.578-2.953 5.18v18.562c0 3.398 1.195 4.664 3.375 5.906M28 26.032L10.14 15.93l15.258-8.72c1.782-1.007 3.375-1.03 5.204 0l15.257 8.72ZM9.79 39.46c-1.337-.75-1.782-1.477-1.782-2.742V19.234l18.023 10.29v19.171Zm36.421 0l-16.242 9.234V29.523l18.023-10.289V36.72c0 1.265-.445 1.992-1.781 2.742"/></svg>

React

import type { SVGProps } from "react";

export function F7Cube(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="m7.586 42.742l18.398 10.453c1.36.774 2.625.797 4.032 0l18.398-10.453c2.18-1.242 3.375-2.508 3.375-5.906V18.273c0-2.601-1.031-4.078-2.953-5.18l-16.57-9.421c-2.883-1.664-5.696-1.64-8.532 0l-16.57 9.422c-1.922 1.101-2.953 2.578-2.953 5.18v18.562c0 3.398 1.195 4.664 3.375 5.906M28 26.032L10.14 15.93l15.258-8.72c1.782-1.007 3.375-1.03 5.204 0l15.257 8.72ZM9.79 39.46c-1.337-.75-1.782-1.477-1.782-2.742V19.234l18.023 10.29v19.171Zm36.421 0l-16.242 9.234V29.523l18.023-10.289V36.72c0 1.265-.445 1.992-1.781 2.742"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="m7.586 42.742l18.398 10.453c1.36.774 2.625.797 4.032 0l18.398-10.453c2.18-1.242 3.375-2.508 3.375-5.906V18.273c0-2.601-1.031-4.078-2.953-5.18l-16.57-9.421c-2.883-1.664-5.696-1.64-8.532 0l-16.57 9.422c-1.922 1.101-2.953 2.578-2.953 5.18v18.562c0 3.398 1.195 4.664 3.375 5.906M28 26.032L10.14 15.93l15.258-8.72c1.782-1.007 3.375-1.03 5.204 0l15.257 8.72ZM9.79 39.46c-1.337-.75-1.782-1.477-1.782-2.742V19.234l18.023 10.29v19.171Zm36.421 0l-16.242 9.234V29.523l18.023-10.289V36.72c0 1.265-.445 1.992-1.781 2.742"/></svg>
</template>

CSS

.icon-cube {
  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%22m7.586%2042.742l18.398%2010.453c1.36.774%202.625.797%204.032%200l18.398-10.453c2.18-1.242%203.375-2.508%203.375-5.906V18.273c0-2.601-1.031-4.078-2.953-5.18l-16.57-9.421c-2.883-1.664-5.696-1.64-8.532%200l-16.57%209.422c-1.922%201.101-2.953%202.578-2.953%205.18v18.562c0%203.398%201.195%204.664%203.375%205.906M28%2026.032L10.14%2015.93l15.258-8.72c1.782-1.007%203.375-1.03%205.204%200l15.257%208.72ZM9.79%2039.46c-1.337-.75-1.782-1.477-1.782-2.742V19.234l18.023%2010.29v19.171Zm36.421%200l-16.242%209.234V29.523l18.023-10.289V36.72c0%201.265-.445%201.992-1.781%202.742%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%22m7.586%2042.742l18.398%2010.453c1.36.774%202.625.797%204.032%200l18.398-10.453c2.18-1.242%203.375-2.508%203.375-5.906V18.273c0-2.601-1.031-4.078-2.953-5.18l-16.57-9.421c-2.883-1.664-5.696-1.64-8.532%200l-16.57%209.422c-1.922%201.101-2.953%202.578-2.953%205.18v18.562c0%203.398%201.195%204.664%203.375%205.906M28%2026.032L10.14%2015.93l15.258-8.72c1.782-1.007%203.375-1.03%205.204%200l15.257%208.72ZM9.79%2039.46c-1.337-.75-1.782-1.477-1.782-2.742V19.234l18.023%2010.29v19.171Zm36.421%200l-16.242%209.234V29.523l18.023-10.289V36.72c0%201.265-.445%201.992-1.781%202.742%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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