qt logo
qt from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- qt
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
The same logo in other sets
Use the qt logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.693 3.162H3.33L0 6.49v14.348h20.671L24 17.51V3.162zM12.785 18.4l-1.562.728l-1.35-2.217c-.196.057-.499.09-.924.09q-2.37 0-3.305-1.276c-.622-.85-.932-2.2-.932-4.033q.002-2.76.949-4.098q.945-1.34 3.288-1.341c1.562 0 2.658.441 3.28 1.333c.63.883.94 2.25.94 4.098q-.002 1.828-.384 2.945c-.261.752-.679 1.325-1.268 1.718zm4.736-1.587q-1.287 0-1.766-.59q-.482-.588-.483-2.232v-3.534H14.11V9.051h1.162V6.843h1.644V9.05h2.094v1.415h-2.094v3.346c0 .622.05 1.03.14 1.227c.09.204.326.303.695.303l1.243-.05l.073 1.326q-1.006.195-1.546.196m-8.58-9.08q-1.425-.002-1.963.94c-.352.63-.532 1.629-.532 3.011c0 1.374.172 2.364.515 2.953s1.006.892 1.98.892c.973 0 1.628-.295 1.971-.876c.335-.58.507-1.57.507-2.953c0-1.39-.172-2.396-.523-3.026s-1.006-.94-1.955-.94Z"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsQt(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="M21.693 3.162H3.33L0 6.49v14.348h20.671L24 17.51V3.162zM12.785 18.4l-1.562.728l-1.35-2.217c-.196.057-.499.09-.924.09q-2.37 0-3.305-1.276c-.622-.85-.932-2.2-.932-4.033q.002-2.76.949-4.098q.945-1.34 3.288-1.341c1.562 0 2.658.441 3.28 1.333c.63.883.94 2.25.94 4.098q-.002 1.828-.384 2.945c-.261.752-.679 1.325-1.268 1.718zm4.736-1.587q-1.287 0-1.766-.59q-.482-.588-.483-2.232v-3.534H14.11V9.051h1.162V6.843h1.644V9.05h2.094v1.415h-2.094v3.346c0 .622.05 1.03.14 1.227c.09.204.326.303.695.303l1.243-.05l.073 1.326q-1.006.195-1.546.196m-8.58-9.08q-1.425-.002-1.963.94c-.352.63-.532 1.629-.532 3.011c0 1.374.172 2.364.515 2.953s1.006.892 1.98.892c.973 0 1.628-.295 1.971-.876c.335-.58.507-1.57.507-2.953c0-1.39-.172-2.396-.523-3.026s-1.006-.94-1.955-.94Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.693 3.162H3.33L0 6.49v14.348h20.671L24 17.51V3.162zM12.785 18.4l-1.562.728l-1.35-2.217c-.196.057-.499.09-.924.09q-2.37 0-3.305-1.276c-.622-.85-.932-2.2-.932-4.033q.002-2.76.949-4.098q.945-1.34 3.288-1.341c1.562 0 2.658.441 3.28 1.333c.63.883.94 2.25.94 4.098q-.002 1.828-.384 2.945c-.261.752-.679 1.325-1.268 1.718zm4.736-1.587q-1.287 0-1.766-.59q-.482-.588-.483-2.232v-3.534H14.11V9.051h1.162V6.843h1.644V9.05h2.094v1.415h-2.094v3.346c0 .622.05 1.03.14 1.227c.09.204.326.303.695.303l1.243-.05l.073 1.326q-1.006.195-1.546.196m-8.58-9.08q-1.425-.002-1.963.94c-.352.63-.532 1.629-.532 3.011c0 1.374.172 2.364.515 2.953s1.006.892 1.98.892c.973 0 1.628-.295 1.971-.876c.335-.58.507-1.57.507-2.953c0-1.39-.172-2.396-.523-3.026s-1.006-.94-1.955-.94Z"/></svg> </template>
CSS
.icon-qt {
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%22M21.693%203.162H3.33L0%206.49v14.348h20.671L24%2017.51V3.162zM12.785%2018.4l-1.562.728l-1.35-2.217c-.196.057-.499.09-.924.09q-2.37%200-3.305-1.276c-.622-.85-.932-2.2-.932-4.033q.002-2.76.949-4.098q.945-1.34%203.288-1.341c1.562%200%202.658.441%203.28%201.333c.63.883.94%202.25.94%204.098q-.002%201.828-.384%202.945c-.261.752-.679%201.325-1.268%201.718zm4.736-1.587q-1.287%200-1.766-.59q-.482-.588-.483-2.232v-3.534H14.11V9.051h1.162V6.843h1.644V9.05h2.094v1.415h-2.094v3.346c0%20.622.05%201.03.14%201.227c.09.204.326.303.695.303l1.243-.05l.073%201.326q-1.006.195-1.546.196m-8.58-9.08q-1.425-.002-1.963.94c-.352.63-.532%201.629-.532%203.011c0%201.374.172%202.364.515%202.953s1.006.892%201.98.892c.973%200%201.628-.295%201.971-.876c.335-.58.507-1.57.507-2.953c0-1.39-.172-2.396-.523-3.026s-1.006-.94-1.955-.94Z%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%22M21.693%203.162H3.33L0%206.49v14.348h20.671L24%2017.51V3.162zM12.785%2018.4l-1.562.728l-1.35-2.217c-.196.057-.499.09-.924.09q-2.37%200-3.305-1.276c-.622-.85-.932-2.2-.932-4.033q.002-2.76.949-4.098q.945-1.34%203.288-1.341c1.562%200%202.658.441%203.28%201.333c.63.883.94%202.25.94%204.098q-.002%201.828-.384%202.945c-.261.752-.679%201.325-1.268%201.718zm4.736-1.587q-1.287%200-1.766-.59q-.482-.588-.483-2.232v-3.534H14.11V9.051h1.162V6.843h1.644V9.05h2.094v1.415h-2.094v3.346c0%20.622.05%201.03.14%201.227c.09.204.326.303.695.303l1.243-.05l.073%201.326q-1.006.195-1.546.196m-8.58-9.08q-1.425-.002-1.963.94c-.352.63-.532%201.629-.532%203.011c0%201.374.172%202.364.515%202.953s1.006.892%201.98.892c.973%200%201.628-.295%201.971-.876c.335-.58.507-1.57.507-2.953c0-1.39-.172-2.396-.523-3.026s-1.006-.94-1.955-.94Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/qt.svg?color=%231a73e8&size=48