qlik logo
qlik from SVG Logos by Gil Barbara · Color · CC0-1.0 Free for personal and commercial use.
- Name
- qlik
- Set
- SVG Logos
- Style
- Color
- Viewbox
- 512×151
- License
- CC0
The same logo in other sets
Use the qlik logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 151"><path fill="#54565b" d="M299.948 79.758c-2.264-3.696.719-6.796.719-6.796L326.892 45.9c2.98-3.1-1.31-3.1-1.31-3.1h-24.44c-4.291 0-7.27 3.1-7.27 3.1l-24.203 25.751c-2.98 3.1-2.98-1.194-2.98-1.194v-56.27c0-4.291-4.29-4.291-4.29-4.291h-18.481c-4.174 0-4.174 4.173-4.174 4.173v117.665c0 4.294 4.294 4.294 4.294 4.294h18.36c4.17 0 4.17-4.173 4.17-4.173V111.23c0-4.29 3.1-7.273 3.1-7.273l8.702-8.107l21.698 36.483c2.147 3.695 6.438 3.695 6.438 3.695h23.25c4.29 0 2.026-3.695 2.026-3.695zm-79.514 51.976v-84.76c0-4.294-4.29-4.294-4.29-4.294h-18.598c-4.29 0-4.29 4.294-4.29 4.294v84.76c0 4.294 4.29 4.294 4.29 4.294h18.598c4.29 0 4.29-4.294 4.29-4.294M219.72 26.11V13.95s0-4.174-4.174-4.174h-18.123s-4.17 0-4.17 4.174v12.16s0 4.173 4.17 4.173h18.24s4.057 0 4.057-4.173m-46.38 105.624V14.307c0-4.29-4.29-4.29-4.29-4.29h-18.956c-4.29 0-4.29 4.29-4.29 4.29v117.427c0 4.294 4.29 4.294 4.29 4.294h18.956c4.29 0 4.29-4.294 4.29-4.294m-42.559-5.003s2.385-2.742-.358-5.127l-15.14-13.233c6.796-10.133 10.85-22.172 10.85-35.289c0-34.81-28.256-63.063-63.067-63.063C28.252 10.016 0 38.27 0 73.08c0 34.814 28.256 63.066 63.066 63.066c12.755 0 24.557-3.812 34.573-10.37l16.688 14.424s2.743 2.384 5.127-.358zM99.429 72.965c0 20.146-16.334 36.48-36.483 36.48c-20.146 0-36.48-16.334-36.48-36.48c0-20.149 16.334-36.479 36.48-36.479c20.15.117 36.483 16.33 36.483 36.48"/><path fill="#009848" d="m510.37 128.039l-20.267-17.046c7.033-11.207 11.203-24.44 11.203-38.626C501.306 32.426 468.88 0 428.943 0S356.58 32.426 356.58 72.367c0 39.937 32.426 72.363 72.363 72.363c15.497 0 29.924-4.89 41.726-13.233l21.578 18.122s3.22 2.743 5.962-.478l12.876-15.26c-.12 0 2.501-3.217-.716-5.842m-36.958-55.672c0 24.557-19.909 44.465-44.47 44.465c-24.556 0-44.468-19.908-44.468-44.465c0-24.56 19.912-44.47 44.469-44.47c24.56 0 44.469 19.91 44.469 44.47"/><path fill="#54565b" d="M400.33 72.367c0-15.737 12.756-28.494 28.492-28.494s28.494 12.757 28.494 28.494s-12.757 28.493-28.494 28.493s-28.493-12.757-28.493-28.493"/></svg>
React
import type { SVGProps } from "react";
export function LogosQlik(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 151"><path fill="#54565b" d="M299.948 79.758c-2.264-3.696.719-6.796.719-6.796L326.892 45.9c2.98-3.1-1.31-3.1-1.31-3.1h-24.44c-4.291 0-7.27 3.1-7.27 3.1l-24.203 25.751c-2.98 3.1-2.98-1.194-2.98-1.194v-56.27c0-4.291-4.29-4.291-4.29-4.291h-18.481c-4.174 0-4.174 4.173-4.174 4.173v117.665c0 4.294 4.294 4.294 4.294 4.294h18.36c4.17 0 4.17-4.173 4.17-4.173V111.23c0-4.29 3.1-7.273 3.1-7.273l8.702-8.107l21.698 36.483c2.147 3.695 6.438 3.695 6.438 3.695h23.25c4.29 0 2.026-3.695 2.026-3.695zm-79.514 51.976v-84.76c0-4.294-4.29-4.294-4.29-4.294h-18.598c-4.29 0-4.29 4.294-4.29 4.294v84.76c0 4.294 4.29 4.294 4.29 4.294h18.598c4.29 0 4.29-4.294 4.29-4.294M219.72 26.11V13.95s0-4.174-4.174-4.174h-18.123s-4.17 0-4.17 4.174v12.16s0 4.173 4.17 4.173h18.24s4.057 0 4.057-4.173m-46.38 105.624V14.307c0-4.29-4.29-4.29-4.29-4.29h-18.956c-4.29 0-4.29 4.29-4.29 4.29v117.427c0 4.294 4.29 4.294 4.29 4.294h18.956c4.29 0 4.29-4.294 4.29-4.294m-42.559-5.003s2.385-2.742-.358-5.127l-15.14-13.233c6.796-10.133 10.85-22.172 10.85-35.289c0-34.81-28.256-63.063-63.067-63.063C28.252 10.016 0 38.27 0 73.08c0 34.814 28.256 63.066 63.066 63.066c12.755 0 24.557-3.812 34.573-10.37l16.688 14.424s2.743 2.384 5.127-.358zM99.429 72.965c0 20.146-16.334 36.48-36.483 36.48c-20.146 0-36.48-16.334-36.48-36.48c0-20.149 16.334-36.479 36.48-36.479c20.15.117 36.483 16.33 36.483 36.48"/><path fill="#009848" d="m510.37 128.039l-20.267-17.046c7.033-11.207 11.203-24.44 11.203-38.626C501.306 32.426 468.88 0 428.943 0S356.58 32.426 356.58 72.367c0 39.937 32.426 72.363 72.363 72.363c15.497 0 29.924-4.89 41.726-13.233l21.578 18.122s3.22 2.743 5.962-.478l12.876-15.26c-.12 0 2.501-3.217-.716-5.842m-36.958-55.672c0 24.557-19.909 44.465-44.47 44.465c-24.556 0-44.468-19.908-44.468-44.465c0-24.56 19.912-44.47 44.469-44.47c24.56 0 44.469 19.91 44.469 44.47"/><path fill="#54565b" d="M400.33 72.367c0-15.737 12.756-28.494 28.492-28.494s28.494 12.757 28.494 28.494s-12.757 28.493-28.494 28.493s-28.493-12.757-28.493-28.493"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 151"><path fill="#54565b" d="M299.948 79.758c-2.264-3.696.719-6.796.719-6.796L326.892 45.9c2.98-3.1-1.31-3.1-1.31-3.1h-24.44c-4.291 0-7.27 3.1-7.27 3.1l-24.203 25.751c-2.98 3.1-2.98-1.194-2.98-1.194v-56.27c0-4.291-4.29-4.291-4.29-4.291h-18.481c-4.174 0-4.174 4.173-4.174 4.173v117.665c0 4.294 4.294 4.294 4.294 4.294h18.36c4.17 0 4.17-4.173 4.17-4.173V111.23c0-4.29 3.1-7.273 3.1-7.273l8.702-8.107l21.698 36.483c2.147 3.695 6.438 3.695 6.438 3.695h23.25c4.29 0 2.026-3.695 2.026-3.695zm-79.514 51.976v-84.76c0-4.294-4.29-4.294-4.29-4.294h-18.598c-4.29 0-4.29 4.294-4.29 4.294v84.76c0 4.294 4.29 4.294 4.29 4.294h18.598c4.29 0 4.29-4.294 4.29-4.294M219.72 26.11V13.95s0-4.174-4.174-4.174h-18.123s-4.17 0-4.17 4.174v12.16s0 4.173 4.17 4.173h18.24s4.057 0 4.057-4.173m-46.38 105.624V14.307c0-4.29-4.29-4.29-4.29-4.29h-18.956c-4.29 0-4.29 4.29-4.29 4.29v117.427c0 4.294 4.29 4.294 4.29 4.294h18.956c4.29 0 4.29-4.294 4.29-4.294m-42.559-5.003s2.385-2.742-.358-5.127l-15.14-13.233c6.796-10.133 10.85-22.172 10.85-35.289c0-34.81-28.256-63.063-63.067-63.063C28.252 10.016 0 38.27 0 73.08c0 34.814 28.256 63.066 63.066 63.066c12.755 0 24.557-3.812 34.573-10.37l16.688 14.424s2.743 2.384 5.127-.358zM99.429 72.965c0 20.146-16.334 36.48-36.483 36.48c-20.146 0-36.48-16.334-36.48-36.48c0-20.149 16.334-36.479 36.48-36.479c20.15.117 36.483 16.33 36.483 36.48"/><path fill="#009848" d="m510.37 128.039l-20.267-17.046c7.033-11.207 11.203-24.44 11.203-38.626C501.306 32.426 468.88 0 428.943 0S356.58 32.426 356.58 72.367c0 39.937 32.426 72.363 72.363 72.363c15.497 0 29.924-4.89 41.726-13.233l21.578 18.122s3.22 2.743 5.962-.478l12.876-15.26c-.12 0 2.501-3.217-.716-5.842m-36.958-55.672c0 24.557-19.909 44.465-44.47 44.465c-24.556 0-44.468-19.908-44.468-44.465c0-24.56 19.912-44.47 44.469-44.47c24.56 0 44.469 19.91 44.469 44.47"/><path fill="#54565b" d="M400.33 72.367c0-15.737 12.756-28.494 28.492-28.494s28.494 12.757 28.494 28.494s-12.757 28.493-28.494 28.493s-28.493-12.757-28.493-28.493"/></svg> </template>
CSS
.icon-qlik {
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%20512%20151%22%3E%3Cpath%20fill%3D%22%2354565b%22%20d%3D%22M299.948%2079.758c-2.264-3.696.719-6.796.719-6.796L326.892%2045.9c2.98-3.1-1.31-3.1-1.31-3.1h-24.44c-4.291%200-7.27%203.1-7.27%203.1l-24.203%2025.751c-2.98%203.1-2.98-1.194-2.98-1.194v-56.27c0-4.291-4.29-4.291-4.29-4.291h-18.481c-4.174%200-4.174%204.173-4.174%204.173v117.665c0%204.294%204.294%204.294%204.294%204.294h18.36c4.17%200%204.17-4.173%204.17-4.173V111.23c0-4.29%203.1-7.273%203.1-7.273l8.702-8.107l21.698%2036.483c2.147%203.695%206.438%203.695%206.438%203.695h23.25c4.29%200%202.026-3.695%202.026-3.695zm-79.514%2051.976v-84.76c0-4.294-4.29-4.294-4.29-4.294h-18.598c-4.29%200-4.29%204.294-4.29%204.294v84.76c0%204.294%204.29%204.294%204.29%204.294h18.598c4.29%200%204.29-4.294%204.29-4.294M219.72%2026.11V13.95s0-4.174-4.174-4.174h-18.123s-4.17%200-4.17%204.174v12.16s0%204.173%204.17%204.173h18.24s4.057%200%204.057-4.173m-46.38%20105.624V14.307c0-4.29-4.29-4.29-4.29-4.29h-18.956c-4.29%200-4.29%204.29-4.29%204.29v117.427c0%204.294%204.29%204.294%204.29%204.294h18.956c4.29%200%204.29-4.294%204.29-4.294m-42.559-5.003s2.385-2.742-.358-5.127l-15.14-13.233c6.796-10.133%2010.85-22.172%2010.85-35.289c0-34.81-28.256-63.063-63.067-63.063C28.252%2010.016%200%2038.27%200%2073.08c0%2034.814%2028.256%2063.066%2063.066%2063.066c12.755%200%2024.557-3.812%2034.573-10.37l16.688%2014.424s2.743%202.384%205.127-.358zM99.429%2072.965c0%2020.146-16.334%2036.48-36.483%2036.48c-20.146%200-36.48-16.334-36.48-36.48c0-20.149%2016.334-36.479%2036.48-36.479c20.15.117%2036.483%2016.33%2036.483%2036.48%22%2F%3E%3Cpath%20fill%3D%22%23009848%22%20d%3D%22m510.37%20128.039l-20.267-17.046c7.033-11.207%2011.203-24.44%2011.203-38.626C501.306%2032.426%20468.88%200%20428.943%200S356.58%2032.426%20356.58%2072.367c0%2039.937%2032.426%2072.363%2072.363%2072.363c15.497%200%2029.924-4.89%2041.726-13.233l21.578%2018.122s3.22%202.743%205.962-.478l12.876-15.26c-.12%200%202.501-3.217-.716-5.842m-36.958-55.672c0%2024.557-19.909%2044.465-44.47%2044.465c-24.556%200-44.468-19.908-44.468-44.465c0-24.56%2019.912-44.47%2044.469-44.47c24.56%200%2044.469%2019.91%2044.469%2044.47%22%2F%3E%3Cpath%20fill%3D%22%2354565b%22%20d%3D%22M400.33%2072.367c0-15.737%2012.756-28.494%2028.492-28.494s28.494%2012.757%2028.494%2028.494s-12.757%2028.493-28.494%2028.493s-28.493-12.757-28.493-28.493%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%20512%20151%22%3E%3Cpath%20fill%3D%22%2354565b%22%20d%3D%22M299.948%2079.758c-2.264-3.696.719-6.796.719-6.796L326.892%2045.9c2.98-3.1-1.31-3.1-1.31-3.1h-24.44c-4.291%200-7.27%203.1-7.27%203.1l-24.203%2025.751c-2.98%203.1-2.98-1.194-2.98-1.194v-56.27c0-4.291-4.29-4.291-4.29-4.291h-18.481c-4.174%200-4.174%204.173-4.174%204.173v117.665c0%204.294%204.294%204.294%204.294%204.294h18.36c4.17%200%204.17-4.173%204.17-4.173V111.23c0-4.29%203.1-7.273%203.1-7.273l8.702-8.107l21.698%2036.483c2.147%203.695%206.438%203.695%206.438%203.695h23.25c4.29%200%202.026-3.695%202.026-3.695zm-79.514%2051.976v-84.76c0-4.294-4.29-4.294-4.29-4.294h-18.598c-4.29%200-4.29%204.294-4.29%204.294v84.76c0%204.294%204.29%204.294%204.29%204.294h18.598c4.29%200%204.29-4.294%204.29-4.294M219.72%2026.11V13.95s0-4.174-4.174-4.174h-18.123s-4.17%200-4.17%204.174v12.16s0%204.173%204.17%204.173h18.24s4.057%200%204.057-4.173m-46.38%20105.624V14.307c0-4.29-4.29-4.29-4.29-4.29h-18.956c-4.29%200-4.29%204.29-4.29%204.29v117.427c0%204.294%204.29%204.294%204.29%204.294h18.956c4.29%200%204.29-4.294%204.29-4.294m-42.559-5.003s2.385-2.742-.358-5.127l-15.14-13.233c6.796-10.133%2010.85-22.172%2010.85-35.289c0-34.81-28.256-63.063-63.067-63.063C28.252%2010.016%200%2038.27%200%2073.08c0%2034.814%2028.256%2063.066%2063.066%2063.066c12.755%200%2024.557-3.812%2034.573-10.37l16.688%2014.424s2.743%202.384%205.127-.358zM99.429%2072.965c0%2020.146-16.334%2036.48-36.483%2036.48c-20.146%200-36.48-16.334-36.48-36.48c0-20.149%2016.334-36.479%2036.48-36.479c20.15.117%2036.483%2016.33%2036.483%2036.48%22%2F%3E%3Cpath%20fill%3D%22%23009848%22%20d%3D%22m510.37%20128.039l-20.267-17.046c7.033-11.207%2011.203-24.44%2011.203-38.626C501.306%2032.426%20468.88%200%20428.943%200S356.58%2032.426%20356.58%2072.367c0%2039.937%2032.426%2072.363%2072.363%2072.363c15.497%200%2029.924-4.89%2041.726-13.233l21.578%2018.122s3.22%202.743%205.962-.478l12.876-15.26c-.12%200%202.501-3.217-.716-5.842m-36.958-55.672c0%2024.557-19.909%2044.465-44.47%2044.465c-24.556%200-44.468-19.908-44.468-44.465c0-24.56%2019.912-44.47%2044.469-44.47c24.56%200%2044.469%2019.91%2044.469%2044.47%22%2F%3E%3Cpath%20fill%3D%22%2354565b%22%20d%3D%22M400.33%2072.367c0-15.737%2012.756-28.494%2028.492-28.494s28.494%2012.757%2028.494%2028.494s-12.757%2028.493-28.494%2028.493s-28.493-12.757-28.493-28.493%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/logos/qlik.svg?color=%231a73e8&size=48