aws quicksight logo
aws-quicksight from SVG Logos by Gil Barbara · Color · CC0-1.0 Free for personal and commercial use.
- Name
- aws-quicksight
- Set
- SVG Logos
- Style
- Color
- Viewbox
- 256×256
- License
- CC0
Related icons in SVG Logos
aws-amplifyaws-api-gatewayaws-app-meshaws-appflowaws-appsyncaws-athenaaws-auroraaws-backupaws-batchaws-certificate-manageraws-cloudformationaws-cloudfrontaws-cloudsearchaws-cloudtrailaws-cloudwatchaws-codebuildaws-codecommitaws-codedeployaws-codepipelineaws-codestaraws-cognitoaws-configaws-documentdbaws-dynamodb
Use the aws quicksight logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><defs><linearGradient id="SVGusebDeuy" x1="0%" x2="100%" y1="100%" y2="0%"><stop offset="0%" stop-color="#4d27a8"/><stop offset="100%" stop-color="#a166ff"/></linearGradient></defs><path fill="url(#SVGusebDeuy)" d="M0 0h256v256H0z"/><path fill="#fff" d="M208 76.8c0-3.53-2.87-6.4-6.4-6.4s-6.4 2.87-6.4 6.4s2.87 6.4 6.4 6.4s6.4-2.87 6.4-6.4m-73.6 73.6c0-3.53-2.87-6.4-6.4-6.4s-6.4 2.87-6.4 6.4s2.87 6.4 6.4 6.4s6.4-2.87 6.4-6.4m-6.4-44.8c3.53 0 6.4-2.87 6.4-6.4s-2.87-6.4-6.4-6.4s-6.4 2.87-6.4 6.4s2.87 6.4 6.4 6.4m-67.2 64c0-3.53-2.87-6.4-6.4-6.4s-6.4 2.87-6.4 6.4s2.87 6.4 6.4 6.4s6.4-2.87 6.4-6.4m153.6-92.8c0 7.06-5.74 12.8-12.8 12.8c-2.66 0-5.133-.816-7.178-2.211l-55.494 56.445c1.162 1.926 1.872 4.156 1.872 6.566c0 7.06-5.74 12.8-12.8 12.8s-12.8-5.74-12.8-12.8c0-5.946 4.093-10.915 9.6-12.346v-26.508a12.74 12.74 0 0 1-5.168-2.74L65.2 162.796c1.251 1.975 2 4.298 2 6.804c0 7.06-5.74 12.8-12.8 12.8s-12.8-5.74-12.8-12.8s5.74-12.8 12.8-12.8c2.227 0 4.294.624 6.118 1.629l55.453-55.005c-.467-1.331-.771-2.736-.771-4.224c0-7.06 5.74-12.8 12.8-12.8s12.8 5.74 12.8 12.8c0 5.946-4.093 10.915-9.6 12.346v26.508c1.123.292 2.176.736 3.155 1.303l55.863-56.823C189.34 80.8 188.8 78.87 188.8 76.8c0-7.06 5.74-12.8 12.8-12.8s12.8 5.74 12.8 12.8m-160-22.4h147.2v3.2h6.4v-6.4a3.2 3.2 0 0 0-3.2-3.2H51.2a3.2 3.2 0 0 0-3.2 3.2v99.2h6.4zM201.6 96h6.4v108.8a3.2 3.2 0 0 1-3.2 3.2H51.2a3.2 3.2 0 0 1-3.2-3.2v-16h6.4v12.8h147.2z"/></svg>
React
import type { SVGProps } from "react";
export function LogosAwsQuicksight(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><defs><linearGradient id="SVGusebDeuy" x1="0%" x2="100%" y1="100%" y2="0%"><stop offset="0%" stopColor="#4d27a8"/><stop offset="100%" stopColor="#a166ff"/></linearGradient></defs><path fill="url(#SVGusebDeuy)" d="M0 0h256v256H0z"/><path fill="#fff" d="M208 76.8c0-3.53-2.87-6.4-6.4-6.4s-6.4 2.87-6.4 6.4s2.87 6.4 6.4 6.4s6.4-2.87 6.4-6.4m-73.6 73.6c0-3.53-2.87-6.4-6.4-6.4s-6.4 2.87-6.4 6.4s2.87 6.4 6.4 6.4s6.4-2.87 6.4-6.4m-6.4-44.8c3.53 0 6.4-2.87 6.4-6.4s-2.87-6.4-6.4-6.4s-6.4 2.87-6.4 6.4s2.87 6.4 6.4 6.4m-67.2 64c0-3.53-2.87-6.4-6.4-6.4s-6.4 2.87-6.4 6.4s2.87 6.4 6.4 6.4s6.4-2.87 6.4-6.4m153.6-92.8c0 7.06-5.74 12.8-12.8 12.8c-2.66 0-5.133-.816-7.178-2.211l-55.494 56.445c1.162 1.926 1.872 4.156 1.872 6.566c0 7.06-5.74 12.8-12.8 12.8s-12.8-5.74-12.8-12.8c0-5.946 4.093-10.915 9.6-12.346v-26.508a12.74 12.74 0 0 1-5.168-2.74L65.2 162.796c1.251 1.975 2 4.298 2 6.804c0 7.06-5.74 12.8-12.8 12.8s-12.8-5.74-12.8-12.8s5.74-12.8 12.8-12.8c2.227 0 4.294.624 6.118 1.629l55.453-55.005c-.467-1.331-.771-2.736-.771-4.224c0-7.06 5.74-12.8 12.8-12.8s12.8 5.74 12.8 12.8c0 5.946-4.093 10.915-9.6 12.346v26.508c1.123.292 2.176.736 3.155 1.303l55.863-56.823C189.34 80.8 188.8 78.87 188.8 76.8c0-7.06 5.74-12.8 12.8-12.8s12.8 5.74 12.8 12.8m-160-22.4h147.2v3.2h6.4v-6.4a3.2 3.2 0 0 0-3.2-3.2H51.2a3.2 3.2 0 0 0-3.2 3.2v99.2h6.4zM201.6 96h6.4v108.8a3.2 3.2 0 0 1-3.2 3.2H51.2a3.2 3.2 0 0 1-3.2-3.2v-16h6.4v12.8h147.2z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><defs><linearGradient id="SVGusebDeuy" x1="0%" x2="100%" y1="100%" y2="0%"><stop offset="0%" stop-color="#4d27a8"/><stop offset="100%" stop-color="#a166ff"/></linearGradient></defs><path fill="url(#SVGusebDeuy)" d="M0 0h256v256H0z"/><path fill="#fff" d="M208 76.8c0-3.53-2.87-6.4-6.4-6.4s-6.4 2.87-6.4 6.4s2.87 6.4 6.4 6.4s6.4-2.87 6.4-6.4m-73.6 73.6c0-3.53-2.87-6.4-6.4-6.4s-6.4 2.87-6.4 6.4s2.87 6.4 6.4 6.4s6.4-2.87 6.4-6.4m-6.4-44.8c3.53 0 6.4-2.87 6.4-6.4s-2.87-6.4-6.4-6.4s-6.4 2.87-6.4 6.4s2.87 6.4 6.4 6.4m-67.2 64c0-3.53-2.87-6.4-6.4-6.4s-6.4 2.87-6.4 6.4s2.87 6.4 6.4 6.4s6.4-2.87 6.4-6.4m153.6-92.8c0 7.06-5.74 12.8-12.8 12.8c-2.66 0-5.133-.816-7.178-2.211l-55.494 56.445c1.162 1.926 1.872 4.156 1.872 6.566c0 7.06-5.74 12.8-12.8 12.8s-12.8-5.74-12.8-12.8c0-5.946 4.093-10.915 9.6-12.346v-26.508a12.74 12.74 0 0 1-5.168-2.74L65.2 162.796c1.251 1.975 2 4.298 2 6.804c0 7.06-5.74 12.8-12.8 12.8s-12.8-5.74-12.8-12.8s5.74-12.8 12.8-12.8c2.227 0 4.294.624 6.118 1.629l55.453-55.005c-.467-1.331-.771-2.736-.771-4.224c0-7.06 5.74-12.8 12.8-12.8s12.8 5.74 12.8 12.8c0 5.946-4.093 10.915-9.6 12.346v26.508c1.123.292 2.176.736 3.155 1.303l55.863-56.823C189.34 80.8 188.8 78.87 188.8 76.8c0-7.06 5.74-12.8 12.8-12.8s12.8 5.74 12.8 12.8m-160-22.4h147.2v3.2h6.4v-6.4a3.2 3.2 0 0 0-3.2-3.2H51.2a3.2 3.2 0 0 0-3.2 3.2v99.2h6.4zM201.6 96h6.4v108.8a3.2 3.2 0 0 1-3.2 3.2H51.2a3.2 3.2 0 0 1-3.2-3.2v-16h6.4v12.8h147.2z"/></svg> </template>
CSS
.icon-aws-quicksight {
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%20256%20256%22%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGusebDeuy%22%20x1%3D%220%25%22%20x2%3D%22100%25%22%20y1%3D%22100%25%22%20y2%3D%220%25%22%3E%3Cstop%20offset%3D%220%25%22%20stop-color%3D%22%234d27a8%22%2F%3E%3Cstop%20offset%3D%22100%25%22%20stop-color%3D%22%23a166ff%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Cpath%20fill%3D%22url(%23SVGusebDeuy)%22%20d%3D%22M0%200h256v256H0z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M208%2076.8c0-3.53-2.87-6.4-6.4-6.4s-6.4%202.87-6.4%206.4s2.87%206.4%206.4%206.4s6.4-2.87%206.4-6.4m-73.6%2073.6c0-3.53-2.87-6.4-6.4-6.4s-6.4%202.87-6.4%206.4s2.87%206.4%206.4%206.4s6.4-2.87%206.4-6.4m-6.4-44.8c3.53%200%206.4-2.87%206.4-6.4s-2.87-6.4-6.4-6.4s-6.4%202.87-6.4%206.4s2.87%206.4%206.4%206.4m-67.2%2064c0-3.53-2.87-6.4-6.4-6.4s-6.4%202.87-6.4%206.4s2.87%206.4%206.4%206.4s6.4-2.87%206.4-6.4m153.6-92.8c0%207.06-5.74%2012.8-12.8%2012.8c-2.66%200-5.133-.816-7.178-2.211l-55.494%2056.445c1.162%201.926%201.872%204.156%201.872%206.566c0%207.06-5.74%2012.8-12.8%2012.8s-12.8-5.74-12.8-12.8c0-5.946%204.093-10.915%209.6-12.346v-26.508a12.74%2012.74%200%200%201-5.168-2.74L65.2%20162.796c1.251%201.975%202%204.298%202%206.804c0%207.06-5.74%2012.8-12.8%2012.8s-12.8-5.74-12.8-12.8s5.74-12.8%2012.8-12.8c2.227%200%204.294.624%206.118%201.629l55.453-55.005c-.467-1.331-.771-2.736-.771-4.224c0-7.06%205.74-12.8%2012.8-12.8s12.8%205.74%2012.8%2012.8c0%205.946-4.093%2010.915-9.6%2012.346v26.508c1.123.292%202.176.736%203.155%201.303l55.863-56.823C189.34%2080.8%20188.8%2078.87%20188.8%2076.8c0-7.06%205.74-12.8%2012.8-12.8s12.8%205.74%2012.8%2012.8m-160-22.4h147.2v3.2h6.4v-6.4a3.2%203.2%200%200%200-3.2-3.2H51.2a3.2%203.2%200%200%200-3.2%203.2v99.2h6.4zM201.6%2096h6.4v108.8a3.2%203.2%200%200%201-3.2%203.2H51.2a3.2%203.2%200%200%201-3.2-3.2v-16h6.4v12.8h147.2z%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%20256%20256%22%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGusebDeuy%22%20x1%3D%220%25%22%20x2%3D%22100%25%22%20y1%3D%22100%25%22%20y2%3D%220%25%22%3E%3Cstop%20offset%3D%220%25%22%20stop-color%3D%22%234d27a8%22%2F%3E%3Cstop%20offset%3D%22100%25%22%20stop-color%3D%22%23a166ff%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Cpath%20fill%3D%22url(%23SVGusebDeuy)%22%20d%3D%22M0%200h256v256H0z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M208%2076.8c0-3.53-2.87-6.4-6.4-6.4s-6.4%202.87-6.4%206.4s2.87%206.4%206.4%206.4s6.4-2.87%206.4-6.4m-73.6%2073.6c0-3.53-2.87-6.4-6.4-6.4s-6.4%202.87-6.4%206.4s2.87%206.4%206.4%206.4s6.4-2.87%206.4-6.4m-6.4-44.8c3.53%200%206.4-2.87%206.4-6.4s-2.87-6.4-6.4-6.4s-6.4%202.87-6.4%206.4s2.87%206.4%206.4%206.4m-67.2%2064c0-3.53-2.87-6.4-6.4-6.4s-6.4%202.87-6.4%206.4s2.87%206.4%206.4%206.4s6.4-2.87%206.4-6.4m153.6-92.8c0%207.06-5.74%2012.8-12.8%2012.8c-2.66%200-5.133-.816-7.178-2.211l-55.494%2056.445c1.162%201.926%201.872%204.156%201.872%206.566c0%207.06-5.74%2012.8-12.8%2012.8s-12.8-5.74-12.8-12.8c0-5.946%204.093-10.915%209.6-12.346v-26.508a12.74%2012.74%200%200%201-5.168-2.74L65.2%20162.796c1.251%201.975%202%204.298%202%206.804c0%207.06-5.74%2012.8-12.8%2012.8s-12.8-5.74-12.8-12.8s5.74-12.8%2012.8-12.8c2.227%200%204.294.624%206.118%201.629l55.453-55.005c-.467-1.331-.771-2.736-.771-4.224c0-7.06%205.74-12.8%2012.8-12.8s12.8%205.74%2012.8%2012.8c0%205.946-4.093%2010.915-9.6%2012.346v26.508c1.123.292%202.176.736%203.155%201.303l55.863-56.823C189.34%2080.8%20188.8%2078.87%20188.8%2076.8c0-7.06%205.74-12.8%2012.8-12.8s12.8%205.74%2012.8%2012.8m-160-22.4h147.2v3.2h6.4v-6.4a3.2%203.2%200%200%200-3.2-3.2H51.2a3.2%203.2%200%200%200-3.2%203.2v99.2h6.4zM201.6%2096h6.4v108.8a3.2%203.2%200%200%201-3.2%203.2H51.2a3.2%203.2%200%200%201-3.2-3.2v-16h6.4v12.8h147.2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/logos/aws-quicksight.svg?color=%231a73e8&size=48