puzzle piece icon

puzzle-piece from Line Awesome by Icons8 · Line · Objects · Apache-2.0 Free for personal and commercial use.

Name
puzzle-piece
Set
Line Awesome
Style
Line
Category
Objects
Viewbox
32×32
License
Apache 2.0
Aliases
puzzle-piece-solid

The same icon in other sets

More objects icons from Line Awesome

Use the puzzle piece icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M17 3c-2.21 0-4 1.79-4 4H7v5c-2.21 0-4 1.79-4 4s1.79 4 4 4v5h6c0 2.21 1.79 4 4 4s4-1.79 4-4h6v-7h-2c-1.191 0-2-.809-2-2s.809-2 2-2h2V7h-6c0-2.21-1.79-4-4-4m0 2c1.191 0 2 .809 2 2v2h6v3c-2.21 0-4 1.79-4 4s1.79 4 4 4v3h-6v2c0 1.191-.809 2-2 2s-2-.809-2-2v-2H9v-5H7c-1.191 0-2-.809-2-2s.809-2 2-2h2V9h6V7c0-1.191.809-2 2-2"/></svg>

React

import type { SVGProps } from "react";

export function LaPuzzlePiece(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M17 3c-2.21 0-4 1.79-4 4H7v5c-2.21 0-4 1.79-4 4s1.79 4 4 4v5h6c0 2.21 1.79 4 4 4s4-1.79 4-4h6v-7h-2c-1.191 0-2-.809-2-2s.809-2 2-2h2V7h-6c0-2.21-1.79-4-4-4m0 2c1.191 0 2 .809 2 2v2h6v3c-2.21 0-4 1.79-4 4s1.79 4 4 4v3h-6v2c0 1.191-.809 2-2 2s-2-.809-2-2v-2H9v-5H7c-1.191 0-2-.809-2-2s.809-2 2-2h2V9h6V7c0-1.191.809-2 2-2"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M17 3c-2.21 0-4 1.79-4 4H7v5c-2.21 0-4 1.79-4 4s1.79 4 4 4v5h6c0 2.21 1.79 4 4 4s4-1.79 4-4h6v-7h-2c-1.191 0-2-.809-2-2s.809-2 2-2h2V7h-6c0-2.21-1.79-4-4-4m0 2c1.191 0 2 .809 2 2v2h6v3c-2.21 0-4 1.79-4 4s1.79 4 4 4v3h-6v2c0 1.191-.809 2-2 2s-2-.809-2-2v-2H9v-5H7c-1.191 0-2-.809-2-2s.809-2 2-2h2V9h6V7c0-1.191.809-2 2-2"/></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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17%203c-2.21%200-4%201.79-4%204H7v5c-2.21%200-4%201.79-4%204s1.79%204%204%204v5h6c0%202.21%201.79%204%204%204s4-1.79%204-4h6v-7h-2c-1.191%200-2-.809-2-2s.809-2%202-2h2V7h-6c0-2.21-1.79-4-4-4m0%202c1.191%200%202%20.809%202%202v2h6v3c-2.21%200-4%201.79-4%204s1.79%204%204%204v3h-6v2c0%201.191-.809%202-2%202s-2-.809-2-2v-2H9v-5H7c-1.191%200-2-.809-2-2s.809-2%202-2h2V9h6V7c0-1.191.809-2%202-2%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17%203c-2.21%200-4%201.79-4%204H7v5c-2.21%200-4%201.79-4%204s1.79%204%204%204v5h6c0%202.21%201.79%204%204%204s4-1.79%204-4h6v-7h-2c-1.191%200-2-.809-2-2s.809-2%202-2h2V7h-6c0-2.21-1.79-4-4-4m0%202c1.191%200%202%20.809%202%202v2h6v3c-2.21%200-4%201.79-4%204s1.79%204%204%204v3h-6v2c0%201.191-.809%202-2%202s-2-.809-2-2v-2H9v-5H7c-1.191%200-2-.809-2-2s.809-2%202-2h2V9h6V7c0-1.191.809-2%202-2%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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