puzzled icon
puzzled-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.
- Name
- puzzled-fill
- Set
- MingCute Icon
- Style
- Fill
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in MingCute Icon
Use the puzzled icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="m18.64 6.578l.004-.11A2 2 0 0 1 17 4.5c0-.371.058-.729.165-1.065A9.95 9.95 0 0 0 12 2C6.477 2 2 6.477 2 12s4.477 10 10 10s10-4.477 10-10q0-.793-.12-1.553a2 2 0 0 1-2.884-2.766a1.9 1.9 0 0 1-.355-1.103M9.5 12a1.5 1.5 0 1 0 0-3a1.5 1.5 0 0 0 0 3M16 8.5a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0m-.051 4.684a1 1 0 0 0-1.265-.633c-.508.17-1.036.396-1.576.666a18 18 0 0 0-1.663.951a1 1 0 1 0 1.11 1.664a16 16 0 0 1 1.448-.827c.46-.23.904-.42 1.313-.556a1 1 0 0 0 .633-1.265" clip-rule="evenodd"/><path fill="currentColor" d="M20 4.5a.5.5 0 1 1 .809.393c-.22.173-.53.424-.784.737c-.174.214-.384.594-.384.948s.234.844.859.844c.401 0 .846-.374 1.254-.717q.15-.127.292-.24A2.5 2.5 0 1 0 18 4.5a1 1 0 1 0 2-.001M20.5 10a1 1 0 1 0 0-2a1 1 0 0 0 0 2"/></svg>
React
import type { SVGProps } from "react";
export function MingcutePuzzledFill(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" fillRule="evenodd" d="m18.64 6.578l.004-.11A2 2 0 0 1 17 4.5c0-.371.058-.729.165-1.065A9.95 9.95 0 0 0 12 2C6.477 2 2 6.477 2 12s4.477 10 10 10s10-4.477 10-10q0-.793-.12-1.553a2 2 0 0 1-2.884-2.766a1.9 1.9 0 0 1-.355-1.103M9.5 12a1.5 1.5 0 1 0 0-3a1.5 1.5 0 0 0 0 3M16 8.5a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0m-.051 4.684a1 1 0 0 0-1.265-.633c-.508.17-1.036.396-1.576.666a18 18 0 0 0-1.663.951a1 1 0 1 0 1.11 1.664a16 16 0 0 1 1.448-.827c.46-.23.904-.42 1.313-.556a1 1 0 0 0 .633-1.265" clipRule="evenodd"/><path fill="currentColor" d="M20 4.5a.5.5 0 1 1 .809.393c-.22.173-.53.424-.784.737c-.174.214-.384.594-.384.948s.234.844.859.844c.401 0 .846-.374 1.254-.717q.15-.127.292-.24A2.5 2.5 0 1 0 18 4.5a1 1 0 1 0 2-.001M20.5 10a1 1 0 1 0 0-2a1 1 0 0 0 0 2"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="m18.64 6.578l.004-.11A2 2 0 0 1 17 4.5c0-.371.058-.729.165-1.065A9.95 9.95 0 0 0 12 2C6.477 2 2 6.477 2 12s4.477 10 10 10s10-4.477 10-10q0-.793-.12-1.553a2 2 0 0 1-2.884-2.766a1.9 1.9 0 0 1-.355-1.103M9.5 12a1.5 1.5 0 1 0 0-3a1.5 1.5 0 0 0 0 3M16 8.5a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0m-.051 4.684a1 1 0 0 0-1.265-.633c-.508.17-1.036.396-1.576.666a18 18 0 0 0-1.663.951a1 1 0 1 0 1.11 1.664a16 16 0 0 1 1.448-.827c.46-.23.904-.42 1.313-.556a1 1 0 0 0 .633-1.265" clip-rule="evenodd"/><path fill="currentColor" d="M20 4.5a.5.5 0 1 1 .809.393c-.22.173-.53.424-.784.737c-.174.214-.384.594-.384.948s.234.844.859.844c.401 0 .846-.374 1.254-.717q.15-.127.292-.24A2.5 2.5 0 1 0 18 4.5a1 1 0 1 0 2-.001M20.5 10a1 1 0 1 0 0-2a1 1 0 0 0 0 2"/></svg> </template>
CSS
.icon-puzzled-fill {
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%20fill-rule%3D%22evenodd%22%20d%3D%22m18.64%206.578l.004-.11A2%202%200%200%201%2017%204.5c0-.371.058-.729.165-1.065A9.95%209.95%200%200%200%2012%202C6.477%202%202%206.477%202%2012s4.477%2010%2010%2010s10-4.477%2010-10q0-.793-.12-1.553a2%202%200%200%201-2.884-2.766a1.9%201.9%200%200%201-.355-1.103M9.5%2012a1.5%201.5%200%201%200%200-3a1.5%201.5%200%200%200%200%203M16%208.5a1.5%201.5%200%201%201-3%200a1.5%201.5%200%200%201%203%200m-.051%204.684a1%201%200%200%200-1.265-.633c-.508.17-1.036.396-1.576.666a18%2018%200%200%200-1.663.951a1%201%200%201%200%201.11%201.664a16%2016%200%200%201%201.448-.827c.46-.23.904-.42%201.313-.556a1%201%200%200%200%20.633-1.265%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20%204.5a.5.5%200%201%201%20.809.393c-.22.173-.53.424-.784.737c-.174.214-.384.594-.384.948s.234.844.859.844c.401%200%20.846-.374%201.254-.717q.15-.127.292-.24A2.5%202.5%200%201%200%2018%204.5a1%201%200%201%200%202-.001M20.5%2010a1%201%200%201%200%200-2a1%201%200%200%200%200%202%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%20fill-rule%3D%22evenodd%22%20d%3D%22m18.64%206.578l.004-.11A2%202%200%200%201%2017%204.5c0-.371.058-.729.165-1.065A9.95%209.95%200%200%200%2012%202C6.477%202%202%206.477%202%2012s4.477%2010%2010%2010s10-4.477%2010-10q0-.793-.12-1.553a2%202%200%200%201-2.884-2.766a1.9%201.9%200%200%201-.355-1.103M9.5%2012a1.5%201.5%200%201%200%200-3a1.5%201.5%200%200%200%200%203M16%208.5a1.5%201.5%200%201%201-3%200a1.5%201.5%200%200%201%203%200m-.051%204.684a1%201%200%200%200-1.265-.633c-.508.17-1.036.396-1.576.666a18%2018%200%200%200-1.663.951a1%201%200%201%200%201.11%201.664a16%2016%200%200%201%201.448-.827c.46-.23.904-.42%201.313-.556a1%201%200%200%200%20.633-1.265%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20%204.5a.5.5%200%201%201%20.809.393c-.22.173-.53.424-.784.737c-.174.214-.384.594-.384.948s.234.844.859.844c.401%200%20.846-.374%201.254-.717q.15-.127.292-.24A2.5%202.5%200%201%200%2018%204.5a1%201%200%201%200%202-.001M20.5%2010a1%201%200%201%200%200-2a1%201%200%200%200%200%202%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mingcute/puzzled-fill.svg?color=%231a73e8&size=48