Replies: 3 comments 4 replies
-
Hey. In what format does your figma renders your icon? Here is an example of combining Image control with svg to have icons: https://github.com/flet-dev/examples/blob/main/python/controls/image/svg-lucide.py |
Beta Was this translation helpful? Give feedback.
-
Good news: you probably don't have to use a custom icon at all as there are gender icons in the default pack. Just search for "male" in the icons browser. |
Beta Was this translation helpful? Give feedback.
-
that's how i do it with any RGBA pixel images. Just use the output as src_base64 for a flet.Image() object. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi @ndonkoHenri, @DavMelchi I'm trying to add a gender icon to label the gender of my users. But when I typed ft.icons and go through icons I do not find an option for gender. So I have designed an icon for gender in Figma and I'm wondering if there is a way to use it in my app.
Beta Was this translation helpful? Give feedback.
All reactions