puzzle piece icon

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

Name
puzzle-piece-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 piece icons →

More ui icons from Reicon

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="M20.552 11.553A1 1 0 0 0 22 10.66V8.335a3.67 3.67 0 0 0-3.667-3.667h-2.367c.014-.11.034-.219.034-.333c0-1.471-1.196-2.667-2.667-2.667s-2.667 1.196-2.667 2.667c0 .114.02.222.034.333H8.333a3.67 3.67 0 0 0-3.667 3.667V10.7c-.11-.014-.218-.033-.333-.033c-1.47 0-2.667 1.196-2.667 2.667S2.862 16 4.333 16c.115 0 .223-.02.333-.033v2.367a3.67 3.67 0 0 0 3.667 3.667h2.325c.347 0 .668-.18.851-.474c.181-.294.199-.664.044-.973a2 2 0 0 1-.22-.887c0-1.102.897-2 2-2s2 .898 2 2c0 .295-.075.594-.221.888a.998.998 0 0 0 .896 1.446h2.325A3.67 3.67 0 0 0 22 18.335V16.01a1 1 0 0 0-1.448-.894c-1.37.687-2.886-.38-2.886-1.78s1.512-2.467 2.886-1.78Z"/></svg>

React

import type { SVGProps } from "react";

export function ReiconPuzzlePieceFilled(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="M20.552 11.553A1 1 0 0 0 22 10.66V8.335a3.67 3.67 0 0 0-3.667-3.667h-2.367c.014-.11.034-.219.034-.333c0-1.471-1.196-2.667-2.667-2.667s-2.667 1.196-2.667 2.667c0 .114.02.222.034.333H8.333a3.67 3.67 0 0 0-3.667 3.667V10.7c-.11-.014-.218-.033-.333-.033c-1.47 0-2.667 1.196-2.667 2.667S2.862 16 4.333 16c.115 0 .223-.02.333-.033v2.367a3.67 3.67 0 0 0 3.667 3.667h2.325c.347 0 .668-.18.851-.474c.181-.294.199-.664.044-.973a2 2 0 0 1-.22-.887c0-1.102.897-2 2-2s2 .898 2 2c0 .295-.075.594-.221.888a.998.998 0 0 0 .896 1.446h2.325A3.67 3.67 0 0 0 22 18.335V16.01a1 1 0 0 0-1.448-.894c-1.37.687-2.886-.38-2.886-1.78s1.512-2.467 2.886-1.78Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.552 11.553A1 1 0 0 0 22 10.66V8.335a3.67 3.67 0 0 0-3.667-3.667h-2.367c.014-.11.034-.219.034-.333c0-1.471-1.196-2.667-2.667-2.667s-2.667 1.196-2.667 2.667c0 .114.02.222.034.333H8.333a3.67 3.67 0 0 0-3.667 3.667V10.7c-.11-.014-.218-.033-.333-.033c-1.47 0-2.667 1.196-2.667 2.667S2.862 16 4.333 16c.115 0 .223-.02.333-.033v2.367a3.67 3.67 0 0 0 3.667 3.667h2.325c.347 0 .668-.18.851-.474c.181-.294.199-.664.044-.973a2 2 0 0 1-.22-.887c0-1.102.897-2 2-2s2 .898 2 2c0 .295-.075.594-.221.888a.998.998 0 0 0 .896 1.446h2.325A3.67 3.67 0 0 0 22 18.335V16.01a1 1 0 0 0-1.448-.894c-1.37.687-2.886-.38-2.886-1.78s1.512-2.467 2.886-1.78Z"/></svg>
</template>

CSS

.icon-puzzle-piece-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%22M20.552%2011.553A1%201%200%200%200%2022%2010.66V8.335a3.67%203.67%200%200%200-3.667-3.667h-2.367c.014-.11.034-.219.034-.333c0-1.471-1.196-2.667-2.667-2.667s-2.667%201.196-2.667%202.667c0%20.114.02.222.034.333H8.333a3.67%203.67%200%200%200-3.667%203.667V10.7c-.11-.014-.218-.033-.333-.033c-1.47%200-2.667%201.196-2.667%202.667S2.862%2016%204.333%2016c.115%200%20.223-.02.333-.033v2.367a3.67%203.67%200%200%200%203.667%203.667h2.325c.347%200%20.668-.18.851-.474c.181-.294.199-.664.044-.973a2%202%200%200%201-.22-.887c0-1.102.897-2%202-2s2%20.898%202%202c0%20.295-.075.594-.221.888a.998.998%200%200%200%20.896%201.446h2.325A3.67%203.67%200%200%200%2022%2018.335V16.01a1%201%200%200%200-1.448-.894c-1.37.687-2.886-.38-2.886-1.78s1.512-2.467%202.886-1.78Z%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%22M20.552%2011.553A1%201%200%200%200%2022%2010.66V8.335a3.67%203.67%200%200%200-3.667-3.667h-2.367c.014-.11.034-.219.034-.333c0-1.471-1.196-2.667-2.667-2.667s-2.667%201.196-2.667%202.667c0%20.114.02.222.034.333H8.333a3.67%203.67%200%200%200-3.667%203.667V10.7c-.11-.014-.218-.033-.333-.033c-1.47%200-2.667%201.196-2.667%202.667S2.862%2016%204.333%2016c.115%200%20.223-.02.333-.033v2.367a3.67%203.67%200%200%200%203.667%203.667h2.325c.347%200%20.668-.18.851-.474c.181-.294.199-.664.044-.973a2%202%200%200%201-.22-.887c0-1.102.897-2%202-2s2%20.898%202%202c0%20.295-.075.594-.221.888a.998.998%200%200%200%20.896%201.446h2.325A3.67%203.67%200%200%200%2022%2018.335V16.01a1%201%200%200%200-1.448-.894c-1.37.687-2.886-.38-2.886-1.78s1.512-2.467%202.886-1.78Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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