puzzle-piece-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.

Name
puzzle-piece-24-regular
Set
Fluent UI System Icons
Style
24 Regular
Viewbox
24×24
License
MIT

13 other variants in Fluent UI System Icons

The same icon in other sets

Related icons in Fluent UI System Icons

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="M13 2.004a3 3 0 0 1 2.994 2.82l.005.175L18.25 5c.867 0 1.587.63 1.726 1.459l.018.148l.006.143v3.751h-1.998a1.5 1.5 0 0 0-1.48 1.24l-.016.132l-.005.128a1.5 1.5 0 0 0 1.24 1.48l.132.015l.128.005H20v3.752a1.75 1.75 0 0 1-1.607 1.744l-.143.006l-2.251-.001l-.004.173a3 3 0 0 1-2.638 2.802l-.18.016l-.177.005a3 3 0 0 1-2.995-2.82L10 19.002H7.75a1.75 1.75 0 0 1-1.726-1.458l-.018-.148L6 17.253L5.999 15l-.163-.005a3 3 0 0 1-2.803-2.638l-.016-.18L3.012 12a3 3 0 0 1 2.824-2.995L5.999 9L6 6.75c0-.867.63-1.587 1.458-1.726l.148-.018L7.75 5l2.249-.001l.006-.171a3 3 0 0 1 2.638-2.803l.18-.016zm0 1.5a1.5 1.5 0 0 0-1.493 1.356l-.007.145l-.002 1.494L7.75 6.5a.25.25 0 0 0-.243.193L7.5 6.75v3.751H6.011a1.5 1.5 0 0 0-.144 2.993l.144.007H7.5l.001 3.752a.25.25 0 0 0 .193.243l.057.007H11.5l.001 1.495a1.5 1.5 0 0 0 2.993.145L14.5 19l-.002-1.497h3.752a.25.25 0 0 0 .243-.192l.007-.057L18.499 15h-.523l-.18-.006a3.003 3.003 0 0 1-2.79-2.84l-.004-.178l.006-.18a3 3 0 0 1 2.819-2.79l.174-.005h.498L18.5 6.75a.25.25 0 0 0-.13-.22l-.063-.023l-.057-.007l-3.751-.001l.001-1.495a1.5 1.5 0 0 0-1.5-1.5"/></svg>

React

import type { SVGProps } from "react";

export function FluentPuzzlePiece24Regular(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="M13 2.004a3 3 0 0 1 2.994 2.82l.005.175L18.25 5c.867 0 1.587.63 1.726 1.459l.018.148l.006.143v3.751h-1.998a1.5 1.5 0 0 0-1.48 1.24l-.016.132l-.005.128a1.5 1.5 0 0 0 1.24 1.48l.132.015l.128.005H20v3.752a1.75 1.75 0 0 1-1.607 1.744l-.143.006l-2.251-.001l-.004.173a3 3 0 0 1-2.638 2.802l-.18.016l-.177.005a3 3 0 0 1-2.995-2.82L10 19.002H7.75a1.75 1.75 0 0 1-1.726-1.458l-.018-.148L6 17.253L5.999 15l-.163-.005a3 3 0 0 1-2.803-2.638l-.016-.18L3.012 12a3 3 0 0 1 2.824-2.995L5.999 9L6 6.75c0-.867.63-1.587 1.458-1.726l.148-.018L7.75 5l2.249-.001l.006-.171a3 3 0 0 1 2.638-2.803l.18-.016zm0 1.5a1.5 1.5 0 0 0-1.493 1.356l-.007.145l-.002 1.494L7.75 6.5a.25.25 0 0 0-.243.193L7.5 6.75v3.751H6.011a1.5 1.5 0 0 0-.144 2.993l.144.007H7.5l.001 3.752a.25.25 0 0 0 .193.243l.057.007H11.5l.001 1.495a1.5 1.5 0 0 0 2.993.145L14.5 19l-.002-1.497h3.752a.25.25 0 0 0 .243-.192l.007-.057L18.499 15h-.523l-.18-.006a3.003 3.003 0 0 1-2.79-2.84l-.004-.178l.006-.18a3 3 0 0 1 2.819-2.79l.174-.005h.498L18.5 6.75a.25.25 0 0 0-.13-.22l-.063-.023l-.057-.007l-3.751-.001l.001-1.495a1.5 1.5 0 0 0-1.5-1.5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13 2.004a3 3 0 0 1 2.994 2.82l.005.175L18.25 5c.867 0 1.587.63 1.726 1.459l.018.148l.006.143v3.751h-1.998a1.5 1.5 0 0 0-1.48 1.24l-.016.132l-.005.128a1.5 1.5 0 0 0 1.24 1.48l.132.015l.128.005H20v3.752a1.75 1.75 0 0 1-1.607 1.744l-.143.006l-2.251-.001l-.004.173a3 3 0 0 1-2.638 2.802l-.18.016l-.177.005a3 3 0 0 1-2.995-2.82L10 19.002H7.75a1.75 1.75 0 0 1-1.726-1.458l-.018-.148L6 17.253L5.999 15l-.163-.005a3 3 0 0 1-2.803-2.638l-.016-.18L3.012 12a3 3 0 0 1 2.824-2.995L5.999 9L6 6.75c0-.867.63-1.587 1.458-1.726l.148-.018L7.75 5l2.249-.001l.006-.171a3 3 0 0 1 2.638-2.803l.18-.016zm0 1.5a1.5 1.5 0 0 0-1.493 1.356l-.007.145l-.002 1.494L7.75 6.5a.25.25 0 0 0-.243.193L7.5 6.75v3.751H6.011a1.5 1.5 0 0 0-.144 2.993l.144.007H7.5l.001 3.752a.25.25 0 0 0 .193.243l.057.007H11.5l.001 1.495a1.5 1.5 0 0 0 2.993.145L14.5 19l-.002-1.497h3.752a.25.25 0 0 0 .243-.192l.007-.057L18.499 15h-.523l-.18-.006a3.003 3.003 0 0 1-2.79-2.84l-.004-.178l.006-.18a3 3 0 0 1 2.819-2.79l.174-.005h.498L18.5 6.75a.25.25 0 0 0-.13-.22l-.063-.023l-.057-.007l-3.751-.001l.001-1.495a1.5 1.5 0 0 0-1.5-1.5"/></svg>
</template>

CSS

.icon-puzzle-piece-24-regular {
  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%22M13%202.004a3%203%200%200%201%202.994%202.82l.005.175L18.25%205c.867%200%201.587.63%201.726%201.459l.018.148l.006.143v3.751h-1.998a1.5%201.5%200%200%200-1.48%201.24l-.016.132l-.005.128a1.5%201.5%200%200%200%201.24%201.48l.132.015l.128.005H20v3.752a1.75%201.75%200%200%201-1.607%201.744l-.143.006l-2.251-.001l-.004.173a3%203%200%200%201-2.638%202.802l-.18.016l-.177.005a3%203%200%200%201-2.995-2.82L10%2019.002H7.75a1.75%201.75%200%200%201-1.726-1.458l-.018-.148L6%2017.253L5.999%2015l-.163-.005a3%203%200%200%201-2.803-2.638l-.016-.18L3.012%2012a3%203%200%200%201%202.824-2.995L5.999%209L6%206.75c0-.867.63-1.587%201.458-1.726l.148-.018L7.75%205l2.249-.001l.006-.171a3%203%200%200%201%202.638-2.803l.18-.016zm0%201.5a1.5%201.5%200%200%200-1.493%201.356l-.007.145l-.002%201.494L7.75%206.5a.25.25%200%200%200-.243.193L7.5%206.75v3.751H6.011a1.5%201.5%200%200%200-.144%202.993l.144.007H7.5l.001%203.752a.25.25%200%200%200%20.193.243l.057.007H11.5l.001%201.495a1.5%201.5%200%200%200%202.993.145L14.5%2019l-.002-1.497h3.752a.25.25%200%200%200%20.243-.192l.007-.057L18.499%2015h-.523l-.18-.006a3.003%203.003%200%200%201-2.79-2.84l-.004-.178l.006-.18a3%203%200%200%201%202.819-2.79l.174-.005h.498L18.5%206.75a.25.25%200%200%200-.13-.22l-.063-.023l-.057-.007l-3.751-.001l.001-1.495a1.5%201.5%200%200%200-1.5-1.5%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%22M13%202.004a3%203%200%200%201%202.994%202.82l.005.175L18.25%205c.867%200%201.587.63%201.726%201.459l.018.148l.006.143v3.751h-1.998a1.5%201.5%200%200%200-1.48%201.24l-.016.132l-.005.128a1.5%201.5%200%200%200%201.24%201.48l.132.015l.128.005H20v3.752a1.75%201.75%200%200%201-1.607%201.744l-.143.006l-2.251-.001l-.004.173a3%203%200%200%201-2.638%202.802l-.18.016l-.177.005a3%203%200%200%201-2.995-2.82L10%2019.002H7.75a1.75%201.75%200%200%201-1.726-1.458l-.018-.148L6%2017.253L5.999%2015l-.163-.005a3%203%200%200%201-2.803-2.638l-.016-.18L3.012%2012a3%203%200%200%201%202.824-2.995L5.999%209L6%206.75c0-.867.63-1.587%201.458-1.726l.148-.018L7.75%205l2.249-.001l.006-.171a3%203%200%200%201%202.638-2.803l.18-.016zm0%201.5a1.5%201.5%200%200%200-1.493%201.356l-.007.145l-.002%201.494L7.75%206.5a.25.25%200%200%200-.243.193L7.5%206.75v3.751H6.011a1.5%201.5%200%200%200-.144%202.993l.144.007H7.5l.001%203.752a.25.25%200%200%200%20.193.243l.057.007H11.5l.001%201.495a1.5%201.5%200%200%200%202.993.145L14.5%2019l-.002-1.497h3.752a.25.25%200%200%200%20.243-.192l.007-.057L18.499%2015h-.523l-.18-.006a3.003%203.003%200%200%201-2.79-2.84l-.004-.178l.006-.18a3%203%200%200%201%202.819-2.79l.174-.005h.498L18.5%206.75a.25.25%200%200%200-.13-.22l-.063-.023l-.057-.007l-3.751-.001l.001-1.495a1.5%201.5%200%200%200-1.5-1.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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