file type qlikview logo
file-type-qlikview from VSCode Icons by Roberto Huertas · Color · MIT Free for personal and commercial use.
- Name
- file-type-qlikview
- Set
- VSCode Icons
- Style
- Color
- Viewbox
- 32×32
- License
- MIT
Related icons in VSCode Icons
file-type-accessfile-type-access2file-type-actionscriptfile-type-actionscript2file-type-adafile-type-advplfile-type-affinityfile-type-affinitydesignerfile-type-affinityphotofile-type-affinitypublisherfile-type-agdafile-type-agentsfile-type-aifile-type-ai2file-type-aikidofile-type-alfile-type-al-dalfile-type-alchemyfile-type-allcontributorsfile-type-alloyfile-type-allurefile-type-angularfile-type-ansiblefile-type-antlers-html
Use the file type qlikview logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#6eb43f" fill-rule="evenodd" d="M29.935 26.485c-.482-.408-.958-.823-1.436-1.235q-1.24-1.073-2.487-2.138c-.122-.1-.115-.179-.031-.305a12.77 12.77 0 0 0 2.15-8.749a12.76 12.76 0 0 0-4.81-8.739a12.98 12.98 0 0 0-8.253-2.906c-.143.007-.353.018-.564.026a12.5 12.5 0 0 0-3.591.672a12.75 12.75 0 0 0-6.167 4.41a12.76 12.76 0 0 0-2.3 11.3A12.64 12.64 0 0 0 7.2 25.926A13.09 13.09 0 0 0 19.607 27.8a12.9 12.9 0 0 0 3.269-1.758c.091-.068.159-.126.279-.024c.754.643 1.516 1.277 2.275 1.914l1.87 1.574c.083.07.151.14.261.007q1.186-1.424 2.389-2.834c.07-.079.068-.124-.015-.194M15.116 23.55a8.045 8.045 0 1 1 8.055-8.042a8.05 8.05 0 0 1-8.055 8.042"/><path fill="#5f6062" fill-rule="evenodd" d="M15.106 20.671a5.161 5.161 0 1 1 5.172-5.171a5.167 5.167 0 0 1-5.172 5.171"/></svg>
React
import type { SVGProps } from "react";
export function VscodeIconsFileTypeQlikview(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#6eb43f" fillRule="evenodd" d="M29.935 26.485c-.482-.408-.958-.823-1.436-1.235q-1.24-1.073-2.487-2.138c-.122-.1-.115-.179-.031-.305a12.77 12.77 0 0 0 2.15-8.749a12.76 12.76 0 0 0-4.81-8.739a12.98 12.98 0 0 0-8.253-2.906c-.143.007-.353.018-.564.026a12.5 12.5 0 0 0-3.591.672a12.75 12.75 0 0 0-6.167 4.41a12.76 12.76 0 0 0-2.3 11.3A12.64 12.64 0 0 0 7.2 25.926A13.09 13.09 0 0 0 19.607 27.8a12.9 12.9 0 0 0 3.269-1.758c.091-.068.159-.126.279-.024c.754.643 1.516 1.277 2.275 1.914l1.87 1.574c.083.07.151.14.261.007q1.186-1.424 2.389-2.834c.07-.079.068-.124-.015-.194M15.116 23.55a8.045 8.045 0 1 1 8.055-8.042a8.05 8.05 0 0 1-8.055 8.042"/><path fill="#5f6062" fillRule="evenodd" d="M15.106 20.671a5.161 5.161 0 1 1 5.172-5.171a5.167 5.167 0 0 1-5.172 5.171"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#6eb43f" fill-rule="evenodd" d="M29.935 26.485c-.482-.408-.958-.823-1.436-1.235q-1.24-1.073-2.487-2.138c-.122-.1-.115-.179-.031-.305a12.77 12.77 0 0 0 2.15-8.749a12.76 12.76 0 0 0-4.81-8.739a12.98 12.98 0 0 0-8.253-2.906c-.143.007-.353.018-.564.026a12.5 12.5 0 0 0-3.591.672a12.75 12.75 0 0 0-6.167 4.41a12.76 12.76 0 0 0-2.3 11.3A12.64 12.64 0 0 0 7.2 25.926A13.09 13.09 0 0 0 19.607 27.8a12.9 12.9 0 0 0 3.269-1.758c.091-.068.159-.126.279-.024c.754.643 1.516 1.277 2.275 1.914l1.87 1.574c.083.07.151.14.261.007q1.186-1.424 2.389-2.834c.07-.079.068-.124-.015-.194M15.116 23.55a8.045 8.045 0 1 1 8.055-8.042a8.05 8.05 0 0 1-8.055 8.042"/><path fill="#5f6062" fill-rule="evenodd" d="M15.106 20.671a5.161 5.161 0 1 1 5.172-5.171a5.167 5.167 0 0 1-5.172 5.171"/></svg> </template>
CSS
.icon-file-type-qlikview {
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%2032%2032%22%3E%3Cpath%20fill%3D%22%236eb43f%22%20fill-rule%3D%22evenodd%22%20d%3D%22M29.935%2026.485c-.482-.408-.958-.823-1.436-1.235q-1.24-1.073-2.487-2.138c-.122-.1-.115-.179-.031-.305a12.77%2012.77%200%200%200%202.15-8.749a12.76%2012.76%200%200%200-4.81-8.739a12.98%2012.98%200%200%200-8.253-2.906c-.143.007-.353.018-.564.026a12.5%2012.5%200%200%200-3.591.672a12.75%2012.75%200%200%200-6.167%204.41a12.76%2012.76%200%200%200-2.3%2011.3A12.64%2012.64%200%200%200%207.2%2025.926A13.09%2013.09%200%200%200%2019.607%2027.8a12.9%2012.9%200%200%200%203.269-1.758c.091-.068.159-.126.279-.024c.754.643%201.516%201.277%202.275%201.914l1.87%201.574c.083.07.151.14.261.007q1.186-1.424%202.389-2.834c.07-.079.068-.124-.015-.194M15.116%2023.55a8.045%208.045%200%201%201%208.055-8.042a8.05%208.05%200%200%201-8.055%208.042%22%2F%3E%3Cpath%20fill%3D%22%235f6062%22%20fill-rule%3D%22evenodd%22%20d%3D%22M15.106%2020.671a5.161%205.161%200%201%201%205.172-5.171a5.167%205.167%200%200%201-5.172%205.171%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%2032%2032%22%3E%3Cpath%20fill%3D%22%236eb43f%22%20fill-rule%3D%22evenodd%22%20d%3D%22M29.935%2026.485c-.482-.408-.958-.823-1.436-1.235q-1.24-1.073-2.487-2.138c-.122-.1-.115-.179-.031-.305a12.77%2012.77%200%200%200%202.15-8.749a12.76%2012.76%200%200%200-4.81-8.739a12.98%2012.98%200%200%200-8.253-2.906c-.143.007-.353.018-.564.026a12.5%2012.5%200%200%200-3.591.672a12.75%2012.75%200%200%200-6.167%204.41a12.76%2012.76%200%200%200-2.3%2011.3A12.64%2012.64%200%200%200%207.2%2025.926A13.09%2013.09%200%200%200%2019.607%2027.8a12.9%2012.9%200%200%200%203.269-1.758c.091-.068.159-.126.279-.024c.754.643%201.516%201.277%202.275%201.914l1.87%201.574c.083.07.151.14.261.007q1.186-1.424%202.389-2.834c.07-.079.068-.124-.015-.194M15.116%2023.55a8.045%208.045%200%201%201%208.055-8.042a8.05%208.05%200%200%201-8.055%208.042%22%2F%3E%3Cpath%20fill%3D%22%235f6062%22%20fill-rule%3D%22evenodd%22%20d%3D%22M15.106%2020.671a5.161%205.161%200%201%201%205.172-5.171a5.167%205.167%200%200%201-5.172%205.171%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/vscode-icons/file-type-qlikview.svg?color=%231a73e8&size=48