puzzle cube piece icon
puzzle-cube-piece-16-filled from Fluent UI System Icons by Microsoft Corporation · 16 Filled · MIT Free for personal and commercial use.
- Name
- puzzle-cube-piece-16-filled
- Set
- Fluent UI System Icons
- Style
- 16 Filled
- Viewbox
- 16×16
- License
- MIT
11 other variants in Fluent UI System Icons
puzzle-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-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 16 16"><path fill="currentColor" d="M5 14h-.5A2.5 2.5 0 0 1 2 11.5V11h3zm4 0H6v-3h3zm4-2.5a2.5 2.5 0 0 1-2.5 2.5H10v-3h3zM5 10H2V7h3zm4 0H6V7h3zm4 0h-3V7h3zM5 6H2v-.5A2.5 2.5 0 0 1 4.5 3H5zm4 0H6V3h3zM12.37.974a1 1 0 0 1 1.338.069l1.251 1.25a1 1 0 0 1 0 1.414l-1.251 1.251a1 1 0 0 1-1.338.07l-.076-.07l-1.251-1.25a1 1 0 0 1 0-1.415l1.251-1.25z"/></svg>
React
import type { SVGProps } from "react";
export function FluentPuzzleCubePiece16Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M5 14h-.5A2.5 2.5 0 0 1 2 11.5V11h3zm4 0H6v-3h3zm4-2.5a2.5 2.5 0 0 1-2.5 2.5H10v-3h3zM5 10H2V7h3zm4 0H6V7h3zm4 0h-3V7h3zM5 6H2v-.5A2.5 2.5 0 0 1 4.5 3H5zm4 0H6V3h3zM12.37.974a1 1 0 0 1 1.338.069l1.251 1.25a1 1 0 0 1 0 1.414l-1.251 1.251a1 1 0 0 1-1.338.07l-.076-.07l-1.251-1.25a1 1 0 0 1 0-1.415l1.251-1.25z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M5 14h-.5A2.5 2.5 0 0 1 2 11.5V11h3zm4 0H6v-3h3zm4-2.5a2.5 2.5 0 0 1-2.5 2.5H10v-3h3zM5 10H2V7h3zm4 0H6V7h3zm4 0h-3V7h3zM5 6H2v-.5A2.5 2.5 0 0 1 4.5 3H5zm4 0H6V3h3zM12.37.974a1 1 0 0 1 1.338.069l1.251 1.25a1 1 0 0 1 0 1.414l-1.251 1.251a1 1 0 0 1-1.338.07l-.076-.07l-1.251-1.25a1 1 0 0 1 0-1.415l1.251-1.25z"/></svg> </template>
CSS
.icon-puzzle-cube-piece-16-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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5%2014h-.5A2.5%202.5%200%200%201%202%2011.5V11h3zm4%200H6v-3h3zm4-2.5a2.5%202.5%200%200%201-2.5%202.5H10v-3h3zM5%2010H2V7h3zm4%200H6V7h3zm4%200h-3V7h3zM5%206H2v-.5A2.5%202.5%200%200%201%204.5%203H5zm4%200H6V3h3zM12.37.974a1%201%200%200%201%201.338.069l1.251%201.25a1%201%200%200%201%200%201.414l-1.251%201.251a1%201%200%200%201-1.338.07l-.076-.07l-1.251-1.25a1%201%200%200%201%200-1.415l1.251-1.25z%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5%2014h-.5A2.5%202.5%200%200%201%202%2011.5V11h3zm4%200H6v-3h3zm4-2.5a2.5%202.5%200%200%201-2.5%202.5H10v-3h3zM5%2010H2V7h3zm4%200H6V7h3zm4%200h-3V7h3zM5%206H2v-.5A2.5%202.5%200%200%201%204.5%203H5zm4%200H6V3h3zM12.37.974a1%201%200%200%201%201.338.069l1.251%201.25a1%201%200%200%201%200%201.414l-1.251%201.251a1%201%200%200%201-1.338.07l-.076-.07l-1.251-1.25a1%201%200%200%201%200-1.415l1.251-1.25z%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-16-filled.svg?color=%231a73e8&size=48