puzzle piece icon

puzzle-piece from Unicons by Iconscout · Line · Business · Apache-2.0 Free for personal and commercial use.

Name
puzzle-piece
Set
Unicons
Style
Line
Category
Business
Viewbox
24×24
License
Apache 2.0

The same icon in other sets

More business icons from Unicons

Use the puzzle piece icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17 22H5a3 3 0 0 1-3-3V9a3 3 0 0 1 3-3h1a4 4 0 0 1 7.3-2.18A3.86 3.86 0 0 1 14 6h3a1 1 0 0 1 1 1v3a4 4 0 0 1 2.18 7.3A3.86 3.86 0 0 1 18 18v3a1 1 0 0 1-1 1M5 8a1 1 0 0 0-1 1v10a1 1 0 0 0 1 1h11v-3.18a1 1 0 0 1 .42-.82a1 1 0 0 1 .91-.13a1.77 1.77 0 0 0 1.74-.23a2 2 0 0 0 .93-1.37a2 2 0 0 0-.48-1.59a1.89 1.89 0 0 0-2.17-.55a1 1 0 0 1-.91-.13a1 1 0 0 1-.42-.82V8h-3.2a1 1 0 0 1-1-1.33a1.77 1.77 0 0 0-.23-1.74a1.94 1.94 0 0 0-3-.43A2 2 0 0 0 8 6a1.9 1.9 0 0 0 .13.67A1 1 0 0 1 7.18 8Z"/></svg>

React

import type { SVGProps } from "react";

export function UilPuzzlePiece(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="M17 22H5a3 3 0 0 1-3-3V9a3 3 0 0 1 3-3h1a4 4 0 0 1 7.3-2.18A3.86 3.86 0 0 1 14 6h3a1 1 0 0 1 1 1v3a4 4 0 0 1 2.18 7.3A3.86 3.86 0 0 1 18 18v3a1 1 0 0 1-1 1M5 8a1 1 0 0 0-1 1v10a1 1 0 0 0 1 1h11v-3.18a1 1 0 0 1 .42-.82a1 1 0 0 1 .91-.13a1.77 1.77 0 0 0 1.74-.23a2 2 0 0 0 .93-1.37a2 2 0 0 0-.48-1.59a1.89 1.89 0 0 0-2.17-.55a1 1 0 0 1-.91-.13a1 1 0 0 1-.42-.82V8h-3.2a1 1 0 0 1-1-1.33a1.77 1.77 0 0 0-.23-1.74a1.94 1.94 0 0 0-3-.43A2 2 0 0 0 8 6a1.9 1.9 0 0 0 .13.67A1 1 0 0 1 7.18 8Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17 22H5a3 3 0 0 1-3-3V9a3 3 0 0 1 3-3h1a4 4 0 0 1 7.3-2.18A3.86 3.86 0 0 1 14 6h3a1 1 0 0 1 1 1v3a4 4 0 0 1 2.18 7.3A3.86 3.86 0 0 1 18 18v3a1 1 0 0 1-1 1M5 8a1 1 0 0 0-1 1v10a1 1 0 0 0 1 1h11v-3.18a1 1 0 0 1 .42-.82a1 1 0 0 1 .91-.13a1.77 1.77 0 0 0 1.74-.23a2 2 0 0 0 .93-1.37a2 2 0 0 0-.48-1.59a1.89 1.89 0 0 0-2.17-.55a1 1 0 0 1-.91-.13a1 1 0 0 1-.42-.82V8h-3.2a1 1 0 0 1-1-1.33a1.77 1.77 0 0 0-.23-1.74a1.94 1.94 0 0 0-3-.43A2 2 0 0 0 8 6a1.9 1.9 0 0 0 .13.67A1 1 0 0 1 7.18 8Z"/></svg>
</template>

CSS

.icon-puzzle-piece {
  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%22M17%2022H5a3%203%200%200%201-3-3V9a3%203%200%200%201%203-3h1a4%204%200%200%201%207.3-2.18A3.86%203.86%200%200%201%2014%206h3a1%201%200%200%201%201%201v3a4%204%200%200%201%202.18%207.3A3.86%203.86%200%200%201%2018%2018v3a1%201%200%200%201-1%201M5%208a1%201%200%200%200-1%201v10a1%201%200%200%200%201%201h11v-3.18a1%201%200%200%201%20.42-.82a1%201%200%200%201%20.91-.13a1.77%201.77%200%200%200%201.74-.23a2%202%200%200%200%20.93-1.37a2%202%200%200%200-.48-1.59a1.89%201.89%200%200%200-2.17-.55a1%201%200%200%201-.91-.13a1%201%200%200%201-.42-.82V8h-3.2a1%201%200%200%201-1-1.33a1.77%201.77%200%200%200-.23-1.74a1.94%201.94%200%200%200-3-.43A2%202%200%200%200%208%206a1.9%201.9%200%200%200%20.13.67A1%201%200%200%201%207.18%208Z%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%22M17%2022H5a3%203%200%200%201-3-3V9a3%203%200%200%201%203-3h1a4%204%200%200%201%207.3-2.18A3.86%203.86%200%200%201%2014%206h3a1%201%200%200%201%201%201v3a4%204%200%200%201%202.18%207.3A3.86%203.86%200%200%201%2018%2018v3a1%201%200%200%201-1%201M5%208a1%201%200%200%200-1%201v10a1%201%200%200%200%201%201h11v-3.18a1%201%200%200%201%20.42-.82a1%201%200%200%201%20.91-.13a1.77%201.77%200%200%200%201.74-.23a2%202%200%200%200%20.93-1.37a2%202%200%200%200-.48-1.59a1.89%201.89%200%200%200-2.17-.55a1%201%200%200%201-.91-.13a1%201%200%200%201-.42-.82V8h-3.2a1%201%200%200%201-1-1.33a1.77%201.77%200%200%200-.23-1.74a1.94%201.94%200%200%200-3-.43A2%202%200%200%200%208%206a1.9%201.9%200%200%200%20.13.67A1%201%200%200%201%207.18%208Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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