puzzle-piece-28-regular from Fluent UI System Icons by Microsoft Corporation · 28 Regular · MIT Free for personal and commercial use.

Name
puzzle-piece-28-regular
Set
Fluent UI System Icons
Style
28 Regular
Viewbox
28×28
License
MIT

13 other variants in Fluent UI System Icons

The same icon in other sets

Related icons in Fluent UI System Icons

Use the puzzle piece icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M15 3.5a2 2 0 0 0-2 2v2H9.25a.75.75 0 0 0-.75.75V12h-2a2 2 0 1 0 0 4h2v3.75c0 .414.336.75.75.75H13v2a2 2 0 1 0 4 0v-2h3.75a.75.75 0 0 0 .75-.75V17H21a3 3 0 1 1 0-6h.5V8.25a.75.75 0 0 0-.75-.75H17v-2a2 2 0 0 0-2-2m-3.5 2a3.5 3.5 0 1 1 7 0V6h2.25A2.25 2.25 0 0 1 23 8.25v4.25h-2a1.5 1.5 0 0 0 0 3h2v4.25A2.25 2.25 0 0 1 20.75 22H18.5v.5a3.5 3.5 0 1 1-7 0V22H9.25A2.25 2.25 0 0 1 7 19.75V17.5h-.5a3.5 3.5 0 1 1 0-7H7V8.25A2.25 2.25 0 0 1 9.25 6h2.25z"/></svg>

React

import type { SVGProps } from "react";

export function FluentPuzzlePiece28Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M15 3.5a2 2 0 0 0-2 2v2H9.25a.75.75 0 0 0-.75.75V12h-2a2 2 0 1 0 0 4h2v3.75c0 .414.336.75.75.75H13v2a2 2 0 1 0 4 0v-2h3.75a.75.75 0 0 0 .75-.75V17H21a3 3 0 1 1 0-6h.5V8.25a.75.75 0 0 0-.75-.75H17v-2a2 2 0 0 0-2-2m-3.5 2a3.5 3.5 0 1 1 7 0V6h2.25A2.25 2.25 0 0 1 23 8.25v4.25h-2a1.5 1.5 0 0 0 0 3h2v4.25A2.25 2.25 0 0 1 20.75 22H18.5v.5a3.5 3.5 0 1 1-7 0V22H9.25A2.25 2.25 0 0 1 7 19.75V17.5h-.5a3.5 3.5 0 1 1 0-7H7V8.25A2.25 2.25 0 0 1 9.25 6h2.25z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M15 3.5a2 2 0 0 0-2 2v2H9.25a.75.75 0 0 0-.75.75V12h-2a2 2 0 1 0 0 4h2v3.75c0 .414.336.75.75.75H13v2a2 2 0 1 0 4 0v-2h3.75a.75.75 0 0 0 .75-.75V17H21a3 3 0 1 1 0-6h.5V8.25a.75.75 0 0 0-.75-.75H17v-2a2 2 0 0 0-2-2m-3.5 2a3.5 3.5 0 1 1 7 0V6h2.25A2.25 2.25 0 0 1 23 8.25v4.25h-2a1.5 1.5 0 0 0 0 3h2v4.25A2.25 2.25 0 0 1 20.75 22H18.5v.5a3.5 3.5 0 1 1-7 0V22H9.25A2.25 2.25 0 0 1 7 19.75V17.5h-.5a3.5 3.5 0 1 1 0-7H7V8.25A2.25 2.25 0 0 1 9.25 6h2.25z"/></svg>
</template>

CSS

.icon-puzzle-piece-28-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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15%203.5a2%202%200%200%200-2%202v2H9.25a.75.75%200%200%200-.75.75V12h-2a2%202%200%201%200%200%204h2v3.75c0%20.414.336.75.75.75H13v2a2%202%200%201%200%204%200v-2h3.75a.75.75%200%200%200%20.75-.75V17H21a3%203%200%201%201%200-6h.5V8.25a.75.75%200%200%200-.75-.75H17v-2a2%202%200%200%200-2-2m-3.5%202a3.5%203.5%200%201%201%207%200V6h2.25A2.25%202.25%200%200%201%2023%208.25v4.25h-2a1.5%201.5%200%200%200%200%203h2v4.25A2.25%202.25%200%200%201%2020.75%2022H18.5v.5a3.5%203.5%200%201%201-7%200V22H9.25A2.25%202.25%200%200%201%207%2019.75V17.5h-.5a3.5%203.5%200%201%201%200-7H7V8.25A2.25%202.25%200%200%201%209.25%206h2.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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15%203.5a2%202%200%200%200-2%202v2H9.25a.75.75%200%200%200-.75.75V12h-2a2%202%200%201%200%200%204h2v3.75c0%20.414.336.75.75.75H13v2a2%202%200%201%200%204%200v-2h3.75a.75.75%200%200%200%20.75-.75V17H21a3%203%200%201%201%200-6h.5V8.25a.75.75%200%200%200-.75-.75H17v-2a2%202%200%200%200-2-2m-3.5%202a3.5%203.5%200%201%201%207%200V6h2.25A2.25%202.25%200%200%201%2023%208.25v4.25h-2a1.5%201.5%200%200%200%200%203h2v4.25A2.25%202.25%200%200%201%2020.75%2022H18.5v.5a3.5%203.5%200%201%201-7%200V22H9.25A2.25%202.25%200%200%201%207%2019.75V17.5h-.5a3.5%203.5%200%201%201%200-7H7V8.25A2.25%202.25%200%200%201%209.25%206h2.25z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/puzzle-piece-28-regular.svg?color=%231a73e8&size=48