puzzle cube piece icon
puzzle-cube-piece-20-filled from Fluent UI System Icons by Microsoft Corporation · 20 Filled · MIT Free for personal and commercial use.
- Name
- puzzle-cube-piece-20-filled
- Set
- Fluent UI System Icons
- Style
- 20 Filled
- 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-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-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="M7 17H6a3 3 0 0 1-3-3v-1h4zm4 0H8v-4h3zm5-3a3 3 0 0 1-3 3h-1v-4h4zm-9-2H3V9h4zm4 0H8V9h3zm5 0h-4V9h4zM7 8H3V7a3 3 0 0 1 3-3h1zm4 0H8V4h3zm4.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.752z"/></svg>
React
import type { SVGProps } from "react";
export function FluentPuzzleCubePiece20Filled(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="M7 17H6a3 3 0 0 1-3-3v-1h4zm4 0H8v-4h3zm5-3a3 3 0 0 1-3 3h-1v-4h4zm-9-2H3V9h4zm4 0H8V9h3zm5 0h-4V9h4zM7 8H3V7a3 3 0 0 1 3-3h1zm4 0H8V4h3zm4.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.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="M7 17H6a3 3 0 0 1-3-3v-1h4zm4 0H8v-4h3zm5-3a3 3 0 0 1-3 3h-1v-4h4zm-9-2H3V9h4zm4 0H8V9h3zm5 0h-4V9h4zM7 8H3V7a3 3 0 0 1 3-3h1zm4 0H8V4h3zm4.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.752z"/></svg> </template>
CSS
.icon-puzzle-cube-piece-20-filled {
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%22M7%2017H6a3%203%200%200%201-3-3v-1h4zm4%200H8v-4h3zm5-3a3%203%200%200%201-3%203h-1v-4h4zm-9-2H3V9h4zm4%200H8V9h3zm5%200h-4V9h4zM7%208H3V7a3%203%200%200%201%203-3h1zm4%200H8V4h3zm4.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.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%22M7%2017H6a3%203%200%200%201-3-3v-1h4zm4%200H8v-4h3zm5-3a3%203%200%200%201-3%203h-1v-4h4zm-9-2H3V9h4zm4%200H8V9h3zm5%200h-4V9h4zM7%208H3V7a3%203%200%200%201%203-3h1zm4%200H8V4h3zm4.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.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-filled.svg?color=%231a73e8&size=48