puzzle piece icon

puzzle-piece-solid from HeroIcons by Refactoring UI Inc · Solid 24x24 · MIT Free for personal and commercial use.

Name
puzzle-piece-solid
Set
HeroIcons
Style
Solid 24x24
Viewbox
24×24
License
MIT

3 other variants in HeroIcons

The same icon in other sets

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="M11.25 5.337c0-.355-.186-.676-.401-.959a1.65 1.65 0 0 1-.349-1.003c0-1.036 1.007-1.875 2.25-1.875S15 2.34 15 3.375c0 .369-.128.713-.349 1.003c-.215.283-.401.604-.401.959c0 .332.278.598.61.578q2.867-.173 5.632-.676a.75.75 0 0 1 .878.645a49 49 0 0 1 .376 5.452a.657.657 0 0 1-.66.664c-.354 0-.675-.186-.958-.401a1.65 1.65 0 0 0-1.003-.349c-1.035 0-1.875 1.007-1.875 2.25s.84 2.25 1.875 2.25c.369 0 .713-.128 1.003-.349c.283-.215.604-.401.959-.401c.31 0 .557.262.534.571a49 49 0 0 1-.595 4.845a.75.75 0 0 1-.61.61q-2.731.477-5.555.642a.58.58 0 0 1-.611-.581c0-.355.186-.676.401-.959c.221-.29.349-.634.349-1.003c0-1.035-1.007-1.875-2.25-1.875s-2.25.84-2.25 1.875c0 .369.128.713.349 1.003c.215.283.401.604.401.959a.64.64 0 0 1-.658.643a49 49 0 0 1-4.708-.36a.75.75 0 0 1-.645-.878q.44-2.422.629-4.924A.53.53 0 0 0 5.337 15c-.355 0-.676.186-.959.401c-.29.221-.634.349-1.003.349c-1.036 0-1.875-1.007-1.875-2.25s.84-2.25 1.875-2.25c.369 0 .713.128 1.003.349c.283.215.604.401.959.401a.656.656 0 0 0 .659-.663a48 48 0 0 0-.31-4.82a.75.75 0 0 1 .83-.832q2.015.233 4.077.294a.64.64 0 0 0 .657-.642"/></svg>

React

import type { SVGProps } from "react";

export function HeroiconsPuzzlePieceSolid(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="M11.25 5.337c0-.355-.186-.676-.401-.959a1.65 1.65 0 0 1-.349-1.003c0-1.036 1.007-1.875 2.25-1.875S15 2.34 15 3.375c0 .369-.128.713-.349 1.003c-.215.283-.401.604-.401.959c0 .332.278.598.61.578q2.867-.173 5.632-.676a.75.75 0 0 1 .878.645a49 49 0 0 1 .376 5.452a.657.657 0 0 1-.66.664c-.354 0-.675-.186-.958-.401a1.65 1.65 0 0 0-1.003-.349c-1.035 0-1.875 1.007-1.875 2.25s.84 2.25 1.875 2.25c.369 0 .713-.128 1.003-.349c.283-.215.604-.401.959-.401c.31 0 .557.262.534.571a49 49 0 0 1-.595 4.845a.75.75 0 0 1-.61.61q-2.731.477-5.555.642a.58.58 0 0 1-.611-.581c0-.355.186-.676.401-.959c.221-.29.349-.634.349-1.003c0-1.035-1.007-1.875-2.25-1.875s-2.25.84-2.25 1.875c0 .369.128.713.349 1.003c.215.283.401.604.401.959a.64.64 0 0 1-.658.643a49 49 0 0 1-4.708-.36a.75.75 0 0 1-.645-.878q.44-2.422.629-4.924A.53.53 0 0 0 5.337 15c-.355 0-.676.186-.959.401c-.29.221-.634.349-1.003.349c-1.036 0-1.875-1.007-1.875-2.25s.84-2.25 1.875-2.25c.369 0 .713.128 1.003.349c.283.215.604.401.959.401a.656.656 0 0 0 .659-.663a48 48 0 0 0-.31-4.82a.75.75 0 0 1 .83-.832q2.015.233 4.077.294a.64.64 0 0 0 .657-.642"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.25 5.337c0-.355-.186-.676-.401-.959a1.65 1.65 0 0 1-.349-1.003c0-1.036 1.007-1.875 2.25-1.875S15 2.34 15 3.375c0 .369-.128.713-.349 1.003c-.215.283-.401.604-.401.959c0 .332.278.598.61.578q2.867-.173 5.632-.676a.75.75 0 0 1 .878.645a49 49 0 0 1 .376 5.452a.657.657 0 0 1-.66.664c-.354 0-.675-.186-.958-.401a1.65 1.65 0 0 0-1.003-.349c-1.035 0-1.875 1.007-1.875 2.25s.84 2.25 1.875 2.25c.369 0 .713-.128 1.003-.349c.283-.215.604-.401.959-.401c.31 0 .557.262.534.571a49 49 0 0 1-.595 4.845a.75.75 0 0 1-.61.61q-2.731.477-5.555.642a.58.58 0 0 1-.611-.581c0-.355.186-.676.401-.959c.221-.29.349-.634.349-1.003c0-1.035-1.007-1.875-2.25-1.875s-2.25.84-2.25 1.875c0 .369.128.713.349 1.003c.215.283.401.604.401.959a.64.64 0 0 1-.658.643a49 49 0 0 1-4.708-.36a.75.75 0 0 1-.645-.878q.44-2.422.629-4.924A.53.53 0 0 0 5.337 15c-.355 0-.676.186-.959.401c-.29.221-.634.349-1.003.349c-1.036 0-1.875-1.007-1.875-2.25s.84-2.25 1.875-2.25c.369 0 .713.128 1.003.349c.283.215.604.401.959.401a.656.656 0 0 0 .659-.663a48 48 0 0 0-.31-4.82a.75.75 0 0 1 .83-.832q2.015.233 4.077.294a.64.64 0 0 0 .657-.642"/></svg>
</template>

CSS

.icon-puzzle-piece-solid {
  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%22M11.25%205.337c0-.355-.186-.676-.401-.959a1.65%201.65%200%200%201-.349-1.003c0-1.036%201.007-1.875%202.25-1.875S15%202.34%2015%203.375c0%20.369-.128.713-.349%201.003c-.215.283-.401.604-.401.959c0%20.332.278.598.61.578q2.867-.173%205.632-.676a.75.75%200%200%201%20.878.645a49%2049%200%200%201%20.376%205.452a.657.657%200%200%201-.66.664c-.354%200-.675-.186-.958-.401a1.65%201.65%200%200%200-1.003-.349c-1.035%200-1.875%201.007-1.875%202.25s.84%202.25%201.875%202.25c.369%200%20.713-.128%201.003-.349c.283-.215.604-.401.959-.401c.31%200%20.557.262.534.571a49%2049%200%200%201-.595%204.845a.75.75%200%200%201-.61.61q-2.731.477-5.555.642a.58.58%200%200%201-.611-.581c0-.355.186-.676.401-.959c.221-.29.349-.634.349-1.003c0-1.035-1.007-1.875-2.25-1.875s-2.25.84-2.25%201.875c0%20.369.128.713.349%201.003c.215.283.401.604.401.959a.64.64%200%200%201-.658.643a49%2049%200%200%201-4.708-.36a.75.75%200%200%201-.645-.878q.44-2.422.629-4.924A.53.53%200%200%200%205.337%2015c-.355%200-.676.186-.959.401c-.29.221-.634.349-1.003.349c-1.036%200-1.875-1.007-1.875-2.25s.84-2.25%201.875-2.25c.369%200%20.713.128%201.003.349c.283.215.604.401.959.401a.656.656%200%200%200%20.659-.663a48%2048%200%200%200-.31-4.82a.75.75%200%200%201%20.83-.832q2.015.233%204.077.294a.64.64%200%200%200%20.657-.642%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%22M11.25%205.337c0-.355-.186-.676-.401-.959a1.65%201.65%200%200%201-.349-1.003c0-1.036%201.007-1.875%202.25-1.875S15%202.34%2015%203.375c0%20.369-.128.713-.349%201.003c-.215.283-.401.604-.401.959c0%20.332.278.598.61.578q2.867-.173%205.632-.676a.75.75%200%200%201%20.878.645a49%2049%200%200%201%20.376%205.452a.657.657%200%200%201-.66.664c-.354%200-.675-.186-.958-.401a1.65%201.65%200%200%200-1.003-.349c-1.035%200-1.875%201.007-1.875%202.25s.84%202.25%201.875%202.25c.369%200%20.713-.128%201.003-.349c.283-.215.604-.401.959-.401c.31%200%20.557.262.534.571a49%2049%200%200%201-.595%204.845a.75.75%200%200%201-.61.61q-2.731.477-5.555.642a.58.58%200%200%201-.611-.581c0-.355.186-.676.401-.959c.221-.29.349-.634.349-1.003c0-1.035-1.007-1.875-2.25-1.875s-2.25.84-2.25%201.875c0%20.369.128.713.349%201.003c.215.283.401.604.401.959a.64.64%200%200%201-.658.643a49%2049%200%200%201-4.708-.36a.75.75%200%200%201-.645-.878q.44-2.422.629-4.924A.53.53%200%200%200%205.337%2015c-.355%200-.676.186-.959.401c-.29.221-.634.349-1.003.349c-1.036%200-1.875-1.007-1.875-2.25s.84-2.25%201.875-2.25c.369%200%20.713.128%201.003.349c.283.215.604.401.959.401a.656.656%200%200%200%20.659-.663a48%2048%200%200%200-.31-4.82a.75.75%200%200%201%20.83-.832q2.015.233%204.077.294a.64.64%200%200%200%20.657-.642%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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