puzzle cube piece icon
puzzle-cube-piece-32-regular from Fluent UI System Icons by Microsoft Corporation · 32 Regular · MIT Free for personal and commercial use.
- Name
- puzzle-cube-piece-32-regular
- Set
- Fluent UI System Icons
- Style
- 32 Regular
- Viewbox
- 32×32
- 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-48-filledpuzzle-cube-piece-48-regular
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 32 32"><path fill="currentColor" d="M19 13h7v11.5a4.5 4.5 0 0 1-4.5 4.5h-14A4.5 4.5 0 0 1 3 24.5v-14A4.5 4.5 0 0 1 7.5 6H19zM5 24.5A2.5 2.5 0 0 0 7.5 27H10v-5H5zm7 2.5h5v-5h-5zm7 0h2.5a2.5 2.5 0 0 0 2.5-2.5V22h-5zM5 20h5v-5H5zm7 0h5v-5h-5zm7 0h5v-5h-5zM7.5 8A2.5 2.5 0 0 0 5 10.5V13h5V8zm4.5 5h5V8h-5zM24.943 1.442a1.5 1.5 0 0 1 2.122 0l3.501 3.5a1.5 1.5 0 0 1 0 2.12l-3.5 3.5a1.5 1.5 0 0 1-2.122 0l-3.5-3.5a1.5 1.5 0 0 1 0-2.12zm-1.732 4.56l2.794 2.793l2.793-2.793l-2.793-2.793z"/></svg>
React
import type { SVGProps } from "react";
export function FluentPuzzleCubePiece32Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M19 13h7v11.5a4.5 4.5 0 0 1-4.5 4.5h-14A4.5 4.5 0 0 1 3 24.5v-14A4.5 4.5 0 0 1 7.5 6H19zM5 24.5A2.5 2.5 0 0 0 7.5 27H10v-5H5zm7 2.5h5v-5h-5zm7 0h2.5a2.5 2.5 0 0 0 2.5-2.5V22h-5zM5 20h5v-5H5zm7 0h5v-5h-5zm7 0h5v-5h-5zM7.5 8A2.5 2.5 0 0 0 5 10.5V13h5V8zm4.5 5h5V8h-5zM24.943 1.442a1.5 1.5 0 0 1 2.122 0l3.501 3.5a1.5 1.5 0 0 1 0 2.12l-3.5 3.5a1.5 1.5 0 0 1-2.122 0l-3.5-3.5a1.5 1.5 0 0 1 0-2.12zm-1.732 4.56l2.794 2.793l2.793-2.793l-2.793-2.793z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M19 13h7v11.5a4.5 4.5 0 0 1-4.5 4.5h-14A4.5 4.5 0 0 1 3 24.5v-14A4.5 4.5 0 0 1 7.5 6H19zM5 24.5A2.5 2.5 0 0 0 7.5 27H10v-5H5zm7 2.5h5v-5h-5zm7 0h2.5a2.5 2.5 0 0 0 2.5-2.5V22h-5zM5 20h5v-5H5zm7 0h5v-5h-5zm7 0h5v-5h-5zM7.5 8A2.5 2.5 0 0 0 5 10.5V13h5V8zm4.5 5h5V8h-5zM24.943 1.442a1.5 1.5 0 0 1 2.122 0l3.501 3.5a1.5 1.5 0 0 1 0 2.12l-3.5 3.5a1.5 1.5 0 0 1-2.122 0l-3.5-3.5a1.5 1.5 0 0 1 0-2.12zm-1.732 4.56l2.794 2.793l2.793-2.793l-2.793-2.793z"/></svg> </template>
CSS
.icon-puzzle-cube-piece-32-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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M19%2013h7v11.5a4.5%204.5%200%200%201-4.5%204.5h-14A4.5%204.5%200%200%201%203%2024.5v-14A4.5%204.5%200%200%201%207.5%206H19zM5%2024.5A2.5%202.5%200%200%200%207.5%2027H10v-5H5zm7%202.5h5v-5h-5zm7%200h2.5a2.5%202.5%200%200%200%202.5-2.5V22h-5zM5%2020h5v-5H5zm7%200h5v-5h-5zm7%200h5v-5h-5zM7.5%208A2.5%202.5%200%200%200%205%2010.5V13h5V8zm4.5%205h5V8h-5zM24.943%201.442a1.5%201.5%200%200%201%202.122%200l3.501%203.5a1.5%201.5%200%200%201%200%202.12l-3.5%203.5a1.5%201.5%200%200%201-2.122%200l-3.5-3.5a1.5%201.5%200%200%201%200-2.12zm-1.732%204.56l2.794%202.793l2.793-2.793l-2.793-2.793z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M19%2013h7v11.5a4.5%204.5%200%200%201-4.5%204.5h-14A4.5%204.5%200%200%201%203%2024.5v-14A4.5%204.5%200%200%201%207.5%206H19zM5%2024.5A2.5%202.5%200%200%200%207.5%2027H10v-5H5zm7%202.5h5v-5h-5zm7%200h2.5a2.5%202.5%200%200%200%202.5-2.5V22h-5zM5%2020h5v-5H5zm7%200h5v-5h-5zm7%200h5v-5h-5zM7.5%208A2.5%202.5%200%200%200%205%2010.5V13h5V8zm4.5%205h5V8h-5zM24.943%201.442a1.5%201.5%200%200%201%202.122%200l3.501%203.5a1.5%201.5%200%200%201%200%202.12l-3.5%203.5a1.5%201.5%200%200%201-2.122%200l-3.5-3.5a1.5%201.5%200%200%201%200-2.12zm-1.732%204.56l2.794%202.793l2.793-2.793l-2.793-2.793z%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-32-regular.svg?color=%231a73e8&size=48