puzzle cube piece icon
puzzle-cube-piece-48-regular from Fluent UI System Icons by Microsoft Corporation · 48 Regular · MIT Free for personal and commercial use.
- Name
- puzzle-cube-piece-48-regular
- Set
- Fluent UI System Icons
- Style
- 48 Regular
- Viewbox
- 48×48
- License
- MIT
11 other variants in Fluent UI System Icons
puzzle-cube-piece-16-filledpuzzle-cube-piece-16-regularpuzzle-cube-piece-20-filledpuzzle-cube-piece-20-regularpuzzle-cube-piece-24-filledpuzzle-cube-piece-24-regularpuzzle-cube-piece-28-filledpuzzle-cube-piece-28-regularpuzzle-cube-piece-32-filledpuzzle-cube-piece-32-regularpuzzle-cube-piece-48-filled
Related icons in Fluent UI System Icons
Use the puzzle cube piece icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M28 20h10v15.75A6.25 6.25 0 0 1 31.75 42h-19.5A6.25 6.25 0 0 1 6 35.75v-19.5A6.25 6.25 0 0 1 12.25 10H28zM8.5 35.75a3.75 3.75 0 0 0 3.75 3.75H16V32H8.5zm10 3.75h7V32h-7zm9.5 0h3.75a3.75 3.75 0 0 0 3.75-3.75V32H28zm-19.5-10H16v-7H8.5zm10 0h7v-7h-7zm9.5 0h7.5v-7H28zm-15.75-17a3.75 3.75 0 0 0-3.75 3.75V20H16v-7.5zM18.5 20h7v-7.5h-7zM36.762 3.513a1.75 1.75 0 0 1 2.475 0l5.25 5.248a1.75 1.75 0 0 1 0 2.474l-5.25 5.248a1.75 1.75 0 0 1-2.475 0l-5.25-5.248a1.75 1.75 0 0 1 0-2.474zM33.81 9.998L38 14.186l4.188-4.188L38 5.811z"/></svg>
React
import type { SVGProps } from "react";
export function FluentPuzzleCubePiece48Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M28 20h10v15.75A6.25 6.25 0 0 1 31.75 42h-19.5A6.25 6.25 0 0 1 6 35.75v-19.5A6.25 6.25 0 0 1 12.25 10H28zM8.5 35.75a3.75 3.75 0 0 0 3.75 3.75H16V32H8.5zm10 3.75h7V32h-7zm9.5 0h3.75a3.75 3.75 0 0 0 3.75-3.75V32H28zm-19.5-10H16v-7H8.5zm10 0h7v-7h-7zm9.5 0h7.5v-7H28zm-15.75-17a3.75 3.75 0 0 0-3.75 3.75V20H16v-7.5zM18.5 20h7v-7.5h-7zM36.762 3.513a1.75 1.75 0 0 1 2.475 0l5.25 5.248a1.75 1.75 0 0 1 0 2.474l-5.25 5.248a1.75 1.75 0 0 1-2.475 0l-5.25-5.248a1.75 1.75 0 0 1 0-2.474zM33.81 9.998L38 14.186l4.188-4.188L38 5.811z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M28 20h10v15.75A6.25 6.25 0 0 1 31.75 42h-19.5A6.25 6.25 0 0 1 6 35.75v-19.5A6.25 6.25 0 0 1 12.25 10H28zM8.5 35.75a3.75 3.75 0 0 0 3.75 3.75H16V32H8.5zm10 3.75h7V32h-7zm9.5 0h3.75a3.75 3.75 0 0 0 3.75-3.75V32H28zm-19.5-10H16v-7H8.5zm10 0h7v-7h-7zm9.5 0h7.5v-7H28zm-15.75-17a3.75 3.75 0 0 0-3.75 3.75V20H16v-7.5zM18.5 20h7v-7.5h-7zM36.762 3.513a1.75 1.75 0 0 1 2.475 0l5.25 5.248a1.75 1.75 0 0 1 0 2.474l-5.25 5.248a1.75 1.75 0 0 1-2.475 0l-5.25-5.248a1.75 1.75 0 0 1 0-2.474zM33.81 9.998L38 14.186l4.188-4.188L38 5.811z"/></svg> </template>
CSS
.icon-puzzle-cube-piece-48-regular {
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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M28%2020h10v15.75A6.25%206.25%200%200%201%2031.75%2042h-19.5A6.25%206.25%200%200%201%206%2035.75v-19.5A6.25%206.25%200%200%201%2012.25%2010H28zM8.5%2035.75a3.75%203.75%200%200%200%203.75%203.75H16V32H8.5zm10%203.75h7V32h-7zm9.5%200h3.75a3.75%203.75%200%200%200%203.75-3.75V32H28zm-19.5-10H16v-7H8.5zm10%200h7v-7h-7zm9.5%200h7.5v-7H28zm-15.75-17a3.75%203.75%200%200%200-3.75%203.75V20H16v-7.5zM18.5%2020h7v-7.5h-7zM36.762%203.513a1.75%201.75%200%200%201%202.475%200l5.25%205.248a1.75%201.75%200%200%201%200%202.474l-5.25%205.248a1.75%201.75%200%200%201-2.475%200l-5.25-5.248a1.75%201.75%200%200%201%200-2.474zM33.81%209.998L38%2014.186l4.188-4.188L38%205.811z%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M28%2020h10v15.75A6.25%206.25%200%200%201%2031.75%2042h-19.5A6.25%206.25%200%200%201%206%2035.75v-19.5A6.25%206.25%200%200%201%2012.25%2010H28zM8.5%2035.75a3.75%203.75%200%200%200%203.75%203.75H16V32H8.5zm10%203.75h7V32h-7zm9.5%200h3.75a3.75%203.75%200%200%200%203.75-3.75V32H28zm-19.5-10H16v-7H8.5zm10%200h7v-7h-7zm9.5%200h7.5v-7H28zm-15.75-17a3.75%203.75%200%200%200-3.75%203.75V20H16v-7.5zM18.5%2020h7v-7.5h-7zM36.762%203.513a1.75%201.75%200%200%201%202.475%200l5.25%205.248a1.75%201.75%200%200%201%200%202.474l-5.25%205.248a1.75%201.75%200%200%201-2.475%200l-5.25-5.248a1.75%201.75%200%200%201%200-2.474zM33.81%209.998L38%2014.186l4.188-4.188L38%205.811z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/puzzle-cube-piece-48-regular.svg?color=%231a73e8&size=48