puzzle icon
puzzle-solid from Myna UI Icons by Praveen Juge · Solid · MIT Free for personal and commercial use.
- Name
- puzzle-solid
- Set
- Myna UI Icons
- Style
- Solid
- Viewbox
- 24×24
- License
- MIT
1 other variant in Myna UI Icons
The same icon in other sets
Use the puzzle icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.8 5.7a3.45 3.45 0 1 1 6.9 0c0 .083.067.15.15.15h1.576c.258 0 .494 0 .692.016c.213.018.446.057.677.175c.329.168.596.435.764.765c.118.23.157.463.175.676c.016.198.016.434.016.692v2.252c0 .258 0 .494-.016.692a1.8 1.8 0 0 1-.175.676a1.75 1.75 0 0 1-.765.765c-.23.118-.463.158-.676.175c-.198.016-.434.016-.692.016H19.2a1.95 1.95 0 1 0 0 3.9h.226c.258 0 .494 0 .692.016c.213.017.446.057.677.175c.329.168.596.435.764.764c.118.23.157.464.175.677c.016.198.016.434.016.692v.452c0 .258 0 .494-.016.692a1.8 1.8 0 0 1-.175.677a1.75 1.75 0 0 1-.765.764a1.8 1.8 0 0 1-.676.175c-.198.016-.434.016-.692.016H9.074c-.258 0-.494 0-.692-.016a1.8 1.8 0 0 1-.676-.175a1.75 1.75 0 0 1-.765-.765a1.8 1.8 0 0 1-.175-.676c-.016-.198-.016-.434-.016-.692V19c0-.292 0-.467-.011-.596a.6.6 0 0 0-.018-.12a.25.25 0 0 0-.104-.105a.6.6 0 0 0-.121-.018a8 8 0 0 0-.596-.011h-.2a3.45 3.45 0 1 1 0-6.9h.2c.292 0 .467 0 .596-.011a.6.6 0 0 0 .12-.018a.25.25 0 0 0 .105-.104a.6.6 0 0 0 .018-.121c.01-.13.011-.304.011-.596V8.174c0-.258 0-.494.016-.692a1.8 1.8 0 0 1 .175-.676a1.75 1.75 0 0 1 .765-.765a1.8 1.8 0 0 1 .676-.175c.198-.016.434-.016.692-.016h1.576a.15.15 0 0 0 .15-.15"/></svg>
React
import type { SVGProps } from "react";
export function MynauiPuzzleSolid(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="M10.8 5.7a3.45 3.45 0 1 1 6.9 0c0 .083.067.15.15.15h1.576c.258 0 .494 0 .692.016c.213.018.446.057.677.175c.329.168.596.435.764.765c.118.23.157.463.175.676c.016.198.016.434.016.692v2.252c0 .258 0 .494-.016.692a1.8 1.8 0 0 1-.175.676a1.75 1.75 0 0 1-.765.765c-.23.118-.463.158-.676.175c-.198.016-.434.016-.692.016H19.2a1.95 1.95 0 1 0 0 3.9h.226c.258 0 .494 0 .692.016c.213.017.446.057.677.175c.329.168.596.435.764.764c.118.23.157.464.175.677c.016.198.016.434.016.692v.452c0 .258 0 .494-.016.692a1.8 1.8 0 0 1-.175.677a1.75 1.75 0 0 1-.765.764a1.8 1.8 0 0 1-.676.175c-.198.016-.434.016-.692.016H9.074c-.258 0-.494 0-.692-.016a1.8 1.8 0 0 1-.676-.175a1.75 1.75 0 0 1-.765-.765a1.8 1.8 0 0 1-.175-.676c-.016-.198-.016-.434-.016-.692V19c0-.292 0-.467-.011-.596a.6.6 0 0 0-.018-.12a.25.25 0 0 0-.104-.105a.6.6 0 0 0-.121-.018a8 8 0 0 0-.596-.011h-.2a3.45 3.45 0 1 1 0-6.9h.2c.292 0 .467 0 .596-.011a.6.6 0 0 0 .12-.018a.25.25 0 0 0 .105-.104a.6.6 0 0 0 .018-.121c.01-.13.011-.304.011-.596V8.174c0-.258 0-.494.016-.692a1.8 1.8 0 0 1 .175-.676a1.75 1.75 0 0 1 .765-.765a1.8 1.8 0 0 1 .676-.175c.198-.016.434-.016.692-.016h1.576a.15.15 0 0 0 .15-.15"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.8 5.7a3.45 3.45 0 1 1 6.9 0c0 .083.067.15.15.15h1.576c.258 0 .494 0 .692.016c.213.018.446.057.677.175c.329.168.596.435.764.765c.118.23.157.463.175.676c.016.198.016.434.016.692v2.252c0 .258 0 .494-.016.692a1.8 1.8 0 0 1-.175.676a1.75 1.75 0 0 1-.765.765c-.23.118-.463.158-.676.175c-.198.016-.434.016-.692.016H19.2a1.95 1.95 0 1 0 0 3.9h.226c.258 0 .494 0 .692.016c.213.017.446.057.677.175c.329.168.596.435.764.764c.118.23.157.464.175.677c.016.198.016.434.016.692v.452c0 .258 0 .494-.016.692a1.8 1.8 0 0 1-.175.677a1.75 1.75 0 0 1-.765.764a1.8 1.8 0 0 1-.676.175c-.198.016-.434.016-.692.016H9.074c-.258 0-.494 0-.692-.016a1.8 1.8 0 0 1-.676-.175a1.75 1.75 0 0 1-.765-.765a1.8 1.8 0 0 1-.175-.676c-.016-.198-.016-.434-.016-.692V19c0-.292 0-.467-.011-.596a.6.6 0 0 0-.018-.12a.25.25 0 0 0-.104-.105a.6.6 0 0 0-.121-.018a8 8 0 0 0-.596-.011h-.2a3.45 3.45 0 1 1 0-6.9h.2c.292 0 .467 0 .596-.011a.6.6 0 0 0 .12-.018a.25.25 0 0 0 .105-.104a.6.6 0 0 0 .018-.121c.01-.13.011-.304.011-.596V8.174c0-.258 0-.494.016-.692a1.8 1.8 0 0 1 .175-.676a1.75 1.75 0 0 1 .765-.765a1.8 1.8 0 0 1 .676-.175c.198-.016.434-.016.692-.016h1.576a.15.15 0 0 0 .15-.15"/></svg> </template>
CSS
.icon-puzzle-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%22M10.8%205.7a3.45%203.45%200%201%201%206.9%200c0%20.083.067.15.15.15h1.576c.258%200%20.494%200%20.692.016c.213.018.446.057.677.175c.329.168.596.435.764.765c.118.23.157.463.175.676c.016.198.016.434.016.692v2.252c0%20.258%200%20.494-.016.692a1.8%201.8%200%200%201-.175.676a1.75%201.75%200%200%201-.765.765c-.23.118-.463.158-.676.175c-.198.016-.434.016-.692.016H19.2a1.95%201.95%200%201%200%200%203.9h.226c.258%200%20.494%200%20.692.016c.213.017.446.057.677.175c.329.168.596.435.764.764c.118.23.157.464.175.677c.016.198.016.434.016.692v.452c0%20.258%200%20.494-.016.692a1.8%201.8%200%200%201-.175.677a1.75%201.75%200%200%201-.765.764a1.8%201.8%200%200%201-.676.175c-.198.016-.434.016-.692.016H9.074c-.258%200-.494%200-.692-.016a1.8%201.8%200%200%201-.676-.175a1.75%201.75%200%200%201-.765-.765a1.8%201.8%200%200%201-.175-.676c-.016-.198-.016-.434-.016-.692V19c0-.292%200-.467-.011-.596a.6.6%200%200%200-.018-.12a.25.25%200%200%200-.104-.105a.6.6%200%200%200-.121-.018a8%208%200%200%200-.596-.011h-.2a3.45%203.45%200%201%201%200-6.9h.2c.292%200%20.467%200%20.596-.011a.6.6%200%200%200%20.12-.018a.25.25%200%200%200%20.105-.104a.6.6%200%200%200%20.018-.121c.01-.13.011-.304.011-.596V8.174c0-.258%200-.494.016-.692a1.8%201.8%200%200%201%20.175-.676a1.75%201.75%200%200%201%20.765-.765a1.8%201.8%200%200%201%20.676-.175c.198-.016.434-.016.692-.016h1.576a.15.15%200%200%200%20.15-.15%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%22M10.8%205.7a3.45%203.45%200%201%201%206.9%200c0%20.083.067.15.15.15h1.576c.258%200%20.494%200%20.692.016c.213.018.446.057.677.175c.329.168.596.435.764.765c.118.23.157.463.175.676c.016.198.016.434.016.692v2.252c0%20.258%200%20.494-.016.692a1.8%201.8%200%200%201-.175.676a1.75%201.75%200%200%201-.765.765c-.23.118-.463.158-.676.175c-.198.016-.434.016-.692.016H19.2a1.95%201.95%200%201%200%200%203.9h.226c.258%200%20.494%200%20.692.016c.213.017.446.057.677.175c.329.168.596.435.764.764c.118.23.157.464.175.677c.016.198.016.434.016.692v.452c0%20.258%200%20.494-.016.692a1.8%201.8%200%200%201-.175.677a1.75%201.75%200%200%201-.765.764a1.8%201.8%200%200%201-.676.175c-.198.016-.434.016-.692.016H9.074c-.258%200-.494%200-.692-.016a1.8%201.8%200%200%201-.676-.175a1.75%201.75%200%200%201-.765-.765a1.8%201.8%200%200%201-.175-.676c-.016-.198-.016-.434-.016-.692V19c0-.292%200-.467-.011-.596a.6.6%200%200%200-.018-.12a.25.25%200%200%200-.104-.105a.6.6%200%200%200-.121-.018a8%208%200%200%200-.596-.011h-.2a3.45%203.45%200%201%201%200-6.9h.2c.292%200%20.467%200%20.596-.011a.6.6%200%200%200%20.12-.018a.25.25%200%200%200%20.105-.104a.6.6%200%200%200%20.018-.121c.01-.13.011-.304.011-.596V8.174c0-.258%200-.494.016-.692a1.8%201.8%200%200%201%20.175-.676a1.75%201.75%200%200%201%20.765-.765a1.8%201.8%200%200%201%20.676-.175c.198-.016.434-.016.692-.016h1.576a.15.15%200%200%200%20.15-.15%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mynaui/puzzle-solid.svg?color=%231a73e8&size=48