puzzle icon

puzzle-filled from Reicon by REICON · Filled · UI · MIT Free for personal and commercial use.

Name
puzzle-filled
Set
Reicon
Style
Filled
Category
UI
Viewbox
24×24
License
MIT

1 other variant in Reicon

The same icon in other sets

All puzzle icons →

More ui icons from Reicon

Use the puzzle icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10 1.5a2.75 2.75 0 0 0-2.75 2.75V6H4a2.5 2.5 0 0 0-2.5 2.5v2.75a.5.5 0 0 0 .5.5h2.25a1.75 1.75 0 1 1 0 3.5H2a.5.5 0 0 0-.5.5V20A2.5 2.5 0 0 0 4 22.5h3.75a.5.5 0 0 0 .5-.5v-2.25a1.75 1.75 0 1 1 3.5 0V22a.5.5 0 0 0 .5.5h3.25A2.5 2.5 0 0 0 18 20v-3.75h1.75a2.75 2.75 0 1 0 0-5.5H18V8.5A2.5 2.5 0 0 0 15.5 6h-2.75V4.25A2.75 2.75 0 0 0 10 1.5"/></svg>

React

import type { SVGProps } from "react";

export function ReiconPuzzleFilled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10 1.5a2.75 2.75 0 0 0-2.75 2.75V6H4a2.5 2.5 0 0 0-2.5 2.5v2.75a.5.5 0 0 0 .5.5h2.25a1.75 1.75 0 1 1 0 3.5H2a.5.5 0 0 0-.5.5V20A2.5 2.5 0 0 0 4 22.5h3.75a.5.5 0 0 0 .5-.5v-2.25a1.75 1.75 0 1 1 3.5 0V22a.5.5 0 0 0 .5.5h3.25A2.5 2.5 0 0 0 18 20v-3.75h1.75a2.75 2.75 0 1 0 0-5.5H18V8.5A2.5 2.5 0 0 0 15.5 6h-2.75V4.25A2.75 2.75 0 0 0 10 1.5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10 1.5a2.75 2.75 0 0 0-2.75 2.75V6H4a2.5 2.5 0 0 0-2.5 2.5v2.75a.5.5 0 0 0 .5.5h2.25a1.75 1.75 0 1 1 0 3.5H2a.5.5 0 0 0-.5.5V20A2.5 2.5 0 0 0 4 22.5h3.75a.5.5 0 0 0 .5-.5v-2.25a1.75 1.75 0 1 1 3.5 0V22a.5.5 0 0 0 .5.5h3.25A2.5 2.5 0 0 0 18 20v-3.75h1.75a2.75 2.75 0 1 0 0-5.5H18V8.5A2.5 2.5 0 0 0 15.5 6h-2.75V4.25A2.75 2.75 0 0 0 10 1.5"/></svg>
</template>

CSS

.icon-puzzle-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10%201.5a2.75%202.75%200%200%200-2.75%202.75V6H4a2.5%202.5%200%200%200-2.5%202.5v2.75a.5.5%200%200%200%20.5.5h2.25a1.75%201.75%200%201%201%200%203.5H2a.5.5%200%200%200-.5.5V20A2.5%202.5%200%200%200%204%2022.5h3.75a.5.5%200%200%200%20.5-.5v-2.25a1.75%201.75%200%201%201%203.5%200V22a.5.5%200%200%200%20.5.5h3.25A2.5%202.5%200%200%200%2018%2020v-3.75h1.75a2.75%202.75%200%201%200%200-5.5H18V8.5A2.5%202.5%200%200%200%2015.5%206h-2.75V4.25A2.75%202.75%200%200%200%2010%201.5%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10%201.5a2.75%202.75%200%200%200-2.75%202.75V6H4a2.5%202.5%200%200%200-2.5%202.5v2.75a.5.5%200%200%200%20.5.5h2.25a1.75%201.75%200%201%201%200%203.5H2a.5.5%200%200%200-.5.5V20A2.5%202.5%200%200%200%204%2022.5h3.75a.5.5%200%200%200%20.5-.5v-2.25a1.75%201.75%200%201%201%203.5%200V22a.5.5%200%200%200%20.5.5h3.25A2.5%202.5%200%200%200%2018%2020v-3.75h1.75a2.75%202.75%200%201%200%200-5.5H18V8.5A2.5%202.5%200%200%200%2015.5%206h-2.75V4.25A2.75%202.75%200%200%200%2010%201.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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

Puzzle filled icon — Reicon · IconsDB