Qt Icon
High-quality Qt transparent PNG for web & print.
Optimized Qt SVG vector code for developers.
Ready-to-use Qt React icon component.
How to use the Qt Icon
Copy the Qt icon as inline SVG, React code, HTML embed, or CSS mask.
Inline SVG
Paste the Qt SVG directly into HTML or JSX.
React Component
Use Qt as a typed React icon component.
import React from 'react';
export const QtIcon = ({ className = "w-6 h-6" }: { className?: string }) => (
);HTML Embed
Use a hosted Qt icon URL with attribution.
CSS Mask
Use Qt as a colorable CSS mask icon.
.qt-icon {
display: inline-block;
width: 32px;
height: 32px;
background-color: #41cd52;
mask: url("https://www.aiuidesigner.com/icons/qt.svg") center / contain no-repeat;
-webkit-mask: url("https://www.aiuidesigner.com/icons/qt.svg") center / contain no-repeat;
}Qt Icon Details
About the Qt Icon
The Qt icon is available here as a brand icon asset in SVG format. It is categorized under Development and uses the brand color #41CD52. You can download it as a transparent PNG, copy the inline SVG, copy a React component, or embed it with HTML.
Use the source and brand guideline links on this page to verify current trademark usage rules before using the Qt logo in commercial projects, documentation, UI mockups, or marketing pages.
Qt Icon Frequently Asked Questions
Try AI Icon Generator
Need a completely unique icon? Use our AI-powered SVG Generator to create custom, professional icons in seconds.
Try AI Icon Generator