puzzle piece emoji
puzzle-piece from OpenMoji by OpenMoji · Default · Activities · CC-BY-SA-4.0 Attribution required.
- Name
- puzzle-piece
- Set
- OpenMoji
- Style
- Default
- Category
- Activities
- Viewbox
- 72×72
- License
- CC BY-SA 4.0
The same emoji in other sets
puzzle-pieceFont Awesome 6 Solidpuzzle-pieceFont Awesome Solidpuzzle-piece-12-filledFluent UI System Iconspuzzle-piece-16Fluent UI System Color Iconspuzzle-pieceFluent Emojipuzzle-pieceFluent Emoji Flatpuzzle-pieceFluent Emoji High Contrastpuzzle-pieceHeroIconspuzzle-pieceLine Awesomepuzzle-pieceNoto Emojipuzzle-piecePhosphorpuzzle-pieceTwitter Emojipuzzle-pieceUnicons
More activities icons from OpenMoji
Use the puzzle piece emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#92d3f5" d="M39.78 57.882h12.99V44.85c5.298 0 11.631 1.4 11.631-6.193c0-6.762-6.333-5.854-11.631-5.854v-13.29H39.78c1.823-5.816 1.823-11.632-4.978-11.632s-6.73 6.334-6.73 11.631h-13.67v14.01c4.243-1.57 11.631-4.418 11.631 5.175s-8.48 6.581-11.631 5.173v14.01h11.97c0-5.297 0-12.382 7.214-12.31c6.783.067 6.193 7.013 6.193 12.31"/><path fill="#61b2e4" d="M39.054 51.1c1.736 1.735 1.11 4.133 1.11 6.782H52.77v-14.01c5.816 1.035 10.997 3.604 10.997-5.214c0-5.298-4.974-6.194-10.272-6.194V19.815h-4.116"/><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="M14.402 33.524V19.513h15.226M28 57.882H14.402V43.871m38.368 0v14.011H38.348m1.628-38.369H52.77v14.011m-38.368 0c2.68-2.341 11.631-3.287 11.631 5.174m-11.631 5.173c2.68 2.342 11.631 3.288 11.631-5.173M28 57.882C25.66 55.2 24.714 46.25 33.175 46.25"/><path d="M38.348 57.882c2.341-2.681 3.287-11.631-5.174-11.631m-3.546-26.738c-2.341-2.681-3.287-11.631 5.174-11.631m5.174 11.631c2.34-2.681 3.287-11.631-5.174-11.631M52.77 43.871c2.681 2.342 11.631 3.288 11.631-5.173M52.77 33.524c2.681-2.341 11.631-3.287 11.631 5.174"/></g></svg>
React
import type { SVGProps } from "react";
export function OpenmojiPuzzlePiece(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#92d3f5" d="M39.78 57.882h12.99V44.85c5.298 0 11.631 1.4 11.631-6.193c0-6.762-6.333-5.854-11.631-5.854v-13.29H39.78c1.823-5.816 1.823-11.632-4.978-11.632s-6.73 6.334-6.73 11.631h-13.67v14.01c4.243-1.57 11.631-4.418 11.631 5.175s-8.48 6.581-11.631 5.173v14.01h11.97c0-5.297 0-12.382 7.214-12.31c6.783.067 6.193 7.013 6.193 12.31"/><path fill="#61b2e4" d="M39.054 51.1c1.736 1.735 1.11 4.133 1.11 6.782H52.77v-14.01c5.816 1.035 10.997 3.604 10.997-5.214c0-5.298-4.974-6.194-10.272-6.194V19.815h-4.116"/><g fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2"><path d="M14.402 33.524V19.513h15.226M28 57.882H14.402V43.871m38.368 0v14.011H38.348m1.628-38.369H52.77v14.011m-38.368 0c2.68-2.341 11.631-3.287 11.631 5.174m-11.631 5.173c2.68 2.342 11.631 3.288 11.631-5.173M28 57.882C25.66 55.2 24.714 46.25 33.175 46.25"/><path d="M38.348 57.882c2.341-2.681 3.287-11.631-5.174-11.631m-3.546-26.738c-2.341-2.681-3.287-11.631 5.174-11.631m5.174 11.631c2.34-2.681 3.287-11.631-5.174-11.631M52.77 43.871c2.681 2.342 11.631 3.288 11.631-5.173M52.77 33.524c2.681-2.341 11.631-3.287 11.631 5.174"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#92d3f5" d="M39.78 57.882h12.99V44.85c5.298 0 11.631 1.4 11.631-6.193c0-6.762-6.333-5.854-11.631-5.854v-13.29H39.78c1.823-5.816 1.823-11.632-4.978-11.632s-6.73 6.334-6.73 11.631h-13.67v14.01c4.243-1.57 11.631-4.418 11.631 5.175s-8.48 6.581-11.631 5.173v14.01h11.97c0-5.297 0-12.382 7.214-12.31c6.783.067 6.193 7.013 6.193 12.31"/><path fill="#61b2e4" d="M39.054 51.1c1.736 1.735 1.11 4.133 1.11 6.782H52.77v-14.01c5.816 1.035 10.997 3.604 10.997-5.214c0-5.298-4.974-6.194-10.272-6.194V19.815h-4.116"/><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="M14.402 33.524V19.513h15.226M28 57.882H14.402V43.871m38.368 0v14.011H38.348m1.628-38.369H52.77v14.011m-38.368 0c2.68-2.341 11.631-3.287 11.631 5.174m-11.631 5.173c2.68 2.342 11.631 3.288 11.631-5.173M28 57.882C25.66 55.2 24.714 46.25 33.175 46.25"/><path d="M38.348 57.882c2.341-2.681 3.287-11.631-5.174-11.631m-3.546-26.738c-2.341-2.681-3.287-11.631 5.174-11.631m5.174 11.631c2.34-2.681 3.287-11.631-5.174-11.631M52.77 43.871c2.681 2.342 11.631 3.288 11.631-5.173M52.77 33.524c2.681-2.341 11.631-3.287 11.631 5.174"/></g></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%2072%2072%22%3E%3Cpath%20fill%3D%22%2392d3f5%22%20d%3D%22M39.78%2057.882h12.99V44.85c5.298%200%2011.631%201.4%2011.631-6.193c0-6.762-6.333-5.854-11.631-5.854v-13.29H39.78c1.823-5.816%201.823-11.632-4.978-11.632s-6.73%206.334-6.73%2011.631h-13.67v14.01c4.243-1.57%2011.631-4.418%2011.631%205.175s-8.48%206.581-11.631%205.173v14.01h11.97c0-5.297%200-12.382%207.214-12.31c6.783.067%206.193%207.013%206.193%2012.31%22%2F%3E%3Cpath%20fill%3D%22%2361b2e4%22%20d%3D%22M39.054%2051.1c1.736%201.735%201.11%204.133%201.11%206.782H52.77v-14.01c5.816%201.035%2010.997%203.604%2010.997-5.214c0-5.298-4.974-6.194-10.272-6.194V19.815h-4.116%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22M14.402%2033.524V19.513h15.226M28%2057.882H14.402V43.871m38.368%200v14.011H38.348m1.628-38.369H52.77v14.011m-38.368%200c2.68-2.341%2011.631-3.287%2011.631%205.174m-11.631%205.173c2.68%202.342%2011.631%203.288%2011.631-5.173M28%2057.882C25.66%2055.2%2024.714%2046.25%2033.175%2046.25%22%2F%3E%3Cpath%20d%3D%22M38.348%2057.882c2.341-2.681%203.287-11.631-5.174-11.631m-3.546-26.738c-2.341-2.681-3.287-11.631%205.174-11.631m5.174%2011.631c2.34-2.681%203.287-11.631-5.174-11.631M52.77%2043.871c2.681%202.342%2011.631%203.288%2011.631-5.173M52.77%2033.524c2.681-2.341%2011.631-3.287%2011.631%205.174%22%2F%3E%3C%2Fg%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%2072%2072%22%3E%3Cpath%20fill%3D%22%2392d3f5%22%20d%3D%22M39.78%2057.882h12.99V44.85c5.298%200%2011.631%201.4%2011.631-6.193c0-6.762-6.333-5.854-11.631-5.854v-13.29H39.78c1.823-5.816%201.823-11.632-4.978-11.632s-6.73%206.334-6.73%2011.631h-13.67v14.01c4.243-1.57%2011.631-4.418%2011.631%205.175s-8.48%206.581-11.631%205.173v14.01h11.97c0-5.297%200-12.382%207.214-12.31c6.783.067%206.193%207.013%206.193%2012.31%22%2F%3E%3Cpath%20fill%3D%22%2361b2e4%22%20d%3D%22M39.054%2051.1c1.736%201.735%201.11%204.133%201.11%206.782H52.77v-14.01c5.816%201.035%2010.997%203.604%2010.997-5.214c0-5.298-4.974-6.194-10.272-6.194V19.815h-4.116%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22M14.402%2033.524V19.513h15.226M28%2057.882H14.402V43.871m38.368%200v14.011H38.348m1.628-38.369H52.77v14.011m-38.368%200c2.68-2.341%2011.631-3.287%2011.631%205.174m-11.631%205.173c2.68%202.342%2011.631%203.288%2011.631-5.173M28%2057.882C25.66%2055.2%2024.714%2046.25%2033.175%2046.25%22%2F%3E%3Cpath%20d%3D%22M38.348%2057.882c2.341-2.681%203.287-11.631-5.174-11.631m-3.546-26.738c-2.341-2.681-3.287-11.631%205.174-11.631m5.174%2011.631c2.34-2.681%203.287-11.631-5.174-11.631M52.77%2043.871c2.681%202.342%2011.631%203.288%2011.631-5.173M52.77%2033.524c2.681-2.341%2011.631-3.287%2011.631%205.174%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/openmoji/puzzle-piece.svg?color=%231a73e8&size=48