rubiks cube icon

rubiks-cube from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
rubiks-cube
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

Use the rubiks cube icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M8.643 3.085C10.295 2.362 11.121 2 12 2s1.705.362 3.357 1.085l1.705.747C19.687 4.982 21 5.556 21 6.5s-1.313 1.518-3.938 2.668l-1.705.747C13.705 10.638 12.879 11 12 11s-1.705-.362-3.357-1.085l-1.705-.747C4.313 8.018 3 7.444 3 6.5s1.313-1.518 3.938-2.668z"/><path d="M21 6.5v11c0 .944-1.313 1.518-3.938 2.668l-1.705.747C13.705 21.638 12.879 22 12 22s-1.705-.362-3.357-1.085l-1.705-.747C4.313 19.018 3 18.444 3 17.5v-11"/><path d="M21 12.5L12 17l-9-4m9 9V11"/><path d="M16.5 20V9L7 4"/><path d="M7.5 20V9L17 4"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsRubiksCube(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path d="M8.643 3.085C10.295 2.362 11.121 2 12 2s1.705.362 3.357 1.085l1.705.747C19.687 4.982 21 5.556 21 6.5s-1.313 1.518-3.938 2.668l-1.705.747C13.705 10.638 12.879 11 12 11s-1.705-.362-3.357-1.085l-1.705-.747C4.313 8.018 3 7.444 3 6.5s1.313-1.518 3.938-2.668z"/><path d="M21 6.5v11c0 .944-1.313 1.518-3.938 2.668l-1.705.747C13.705 21.638 12.879 22 12 22s-1.705-.362-3.357-1.085l-1.705-.747C4.313 19.018 3 18.444 3 17.5v-11"/><path d="M21 12.5L12 17l-9-4m9 9V11"/><path d="M16.5 20V9L7 4"/><path d="M7.5 20V9L17 4"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M8.643 3.085C10.295 2.362 11.121 2 12 2s1.705.362 3.357 1.085l1.705.747C19.687 4.982 21 5.556 21 6.5s-1.313 1.518-3.938 2.668l-1.705.747C13.705 10.638 12.879 11 12 11s-1.705-.362-3.357-1.085l-1.705-.747C4.313 8.018 3 7.444 3 6.5s1.313-1.518 3.938-2.668z"/><path d="M21 6.5v11c0 .944-1.313 1.518-3.938 2.668l-1.705.747C13.705 21.638 12.879 22 12 22s-1.705-.362-3.357-1.085l-1.705-.747C4.313 19.018 3 18.444 3 17.5v-11"/><path d="M21 12.5L12 17l-9-4m9 9V11"/><path d="M16.5 20V9L7 4"/><path d="M7.5 20V9L17 4"/></g></svg>
</template>

CSS

.icon-rubiks-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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M8.643%203.085C10.295%202.362%2011.121%202%2012%202s1.705.362%203.357%201.085l1.705.747C19.687%204.982%2021%205.556%2021%206.5s-1.313%201.518-3.938%202.668l-1.705.747C13.705%2010.638%2012.879%2011%2012%2011s-1.705-.362-3.357-1.085l-1.705-.747C4.313%208.018%203%207.444%203%206.5s1.313-1.518%203.938-2.668z%22%2F%3E%3Cpath%20d%3D%22M21%206.5v11c0%20.944-1.313%201.518-3.938%202.668l-1.705.747C13.705%2021.638%2012.879%2022%2012%2022s-1.705-.362-3.357-1.085l-1.705-.747C4.313%2019.018%203%2018.444%203%2017.5v-11%22%2F%3E%3Cpath%20d%3D%22M21%2012.5L12%2017l-9-4m9%209V11%22%2F%3E%3Cpath%20d%3D%22M16.5%2020V9L7%204%22%2F%3E%3Cpath%20d%3D%22M7.5%2020V9L17%204%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M8.643%203.085C10.295%202.362%2011.121%202%2012%202s1.705.362%203.357%201.085l1.705.747C19.687%204.982%2021%205.556%2021%206.5s-1.313%201.518-3.938%202.668l-1.705.747C13.705%2010.638%2012.879%2011%2012%2011s-1.705-.362-3.357-1.085l-1.705-.747C4.313%208.018%203%207.444%203%206.5s1.313-1.518%203.938-2.668z%22%2F%3E%3Cpath%20d%3D%22M21%206.5v11c0%20.944-1.313%201.518-3.938%202.668l-1.705.747C13.705%2021.638%2012.879%2022%2012%2022s-1.705-.362-3.357-1.085l-1.705-.747C4.313%2019.018%203%2018.444%203%2017.5v-11%22%2F%3E%3Cpath%20d%3D%22M21%2012.5L12%2017l-9-4m9%209V11%22%2F%3E%3Cpath%20d%3D%22M16.5%2020V9L7%204%22%2F%3E%3Cpath%20d%3D%22M7.5%2020V9L17%204%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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