puzzle cube piece icon
puzzle-cube-piece-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.
- Name
- puzzle-cube-piece-20-regular
- Set
- Fluent UI System Icons
- Style
- 20 Regular
- Viewbox
- 20×20
- 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-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-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 20 20"><path fill="currentColor" d="M12 8h4v6a3 3 0 0 1-3 3H6a3 3 0 0 1-3-3V7a3 3 0 0 1 3-3h6zm-8 6a2 2 0 0 0 2 2h1v-3H4zm4 2h3v-3H8zm4 0h1a2 2 0 0 0 2-2v-1h-3zm-8-4h3V9H4zm4 0h3V9H8zm4 0h3V9h-3zM6 5a2 2 0 0 0-2 2v1h3V5zm2 3h3V5H8zm7.371-6.526a1 1 0 0 1 1.338.069l1.752 1.752a1 1 0 0 1 0 1.414l-1.752 1.752a1 1 0 0 1-1.338.07l-.076-.07l-1.752-1.752a1 1 0 0 1 0-1.414l1.752-1.752zM14.25 4.002l1.752 1.752l1.752-1.752l-1.752-1.752z"/></svg>
React
import type { SVGProps } from "react";
export function FluentPuzzleCubePiece20Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M12 8h4v6a3 3 0 0 1-3 3H6a3 3 0 0 1-3-3V7a3 3 0 0 1 3-3h6zm-8 6a2 2 0 0 0 2 2h1v-3H4zm4 2h3v-3H8zm4 0h1a2 2 0 0 0 2-2v-1h-3zm-8-4h3V9H4zm4 0h3V9H8zm4 0h3V9h-3zM6 5a2 2 0 0 0-2 2v1h3V5zm2 3h3V5H8zm7.371-6.526a1 1 0 0 1 1.338.069l1.752 1.752a1 1 0 0 1 0 1.414l-1.752 1.752a1 1 0 0 1-1.338.07l-.076-.07l-1.752-1.752a1 1 0 0 1 0-1.414l1.752-1.752zM14.25 4.002l1.752 1.752l1.752-1.752l-1.752-1.752z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M12 8h4v6a3 3 0 0 1-3 3H6a3 3 0 0 1-3-3V7a3 3 0 0 1 3-3h6zm-8 6a2 2 0 0 0 2 2h1v-3H4zm4 2h3v-3H8zm4 0h1a2 2 0 0 0 2-2v-1h-3zm-8-4h3V9H4zm4 0h3V9H8zm4 0h3V9h-3zM6 5a2 2 0 0 0-2 2v1h3V5zm2 3h3V5H8zm7.371-6.526a1 1 0 0 1 1.338.069l1.752 1.752a1 1 0 0 1 0 1.414l-1.752 1.752a1 1 0 0 1-1.338.07l-.076-.07l-1.752-1.752a1 1 0 0 1 0-1.414l1.752-1.752zM14.25 4.002l1.752 1.752l1.752-1.752l-1.752-1.752z"/></svg> </template>
CSS
.icon-puzzle-cube-piece-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%208h4v6a3%203%200%200%201-3%203H6a3%203%200%200%201-3-3V7a3%203%200%200%201%203-3h6zm-8%206a2%202%200%200%200%202%202h1v-3H4zm4%202h3v-3H8zm4%200h1a2%202%200%200%200%202-2v-1h-3zm-8-4h3V9H4zm4%200h3V9H8zm4%200h3V9h-3zM6%205a2%202%200%200%200-2%202v1h3V5zm2%203h3V5H8zm7.371-6.526a1%201%200%200%201%201.338.069l1.752%201.752a1%201%200%200%201%200%201.414l-1.752%201.752a1%201%200%200%201-1.338.07l-.076-.07l-1.752-1.752a1%201%200%200%201%200-1.414l1.752-1.752zM14.25%204.002l1.752%201.752l1.752-1.752l-1.752-1.752z%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%208h4v6a3%203%200%200%201-3%203H6a3%203%200%200%201-3-3V7a3%203%200%200%201%203-3h6zm-8%206a2%202%200%200%200%202%202h1v-3H4zm4%202h3v-3H8zm4%200h1a2%202%200%200%200%202-2v-1h-3zm-8-4h3V9H4zm4%200h3V9H8zm4%200h3V9h-3zM6%205a2%202%200%200%200-2%202v1h3V5zm2%203h3V5H8zm7.371-6.526a1%201%200%200%201%201.338.069l1.752%201.752a1%201%200%200%201%200%201.414l-1.752%201.752a1%201%200%200%201-1.338.07l-.076-.07l-1.752-1.752a1%201%200%200%201%200-1.414l1.752-1.752zM14.25%204.002l1.752%201.752l1.752-1.752l-1.752-1.752z%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-20-regular.svg?color=%231a73e8&size=48