aws aurora logo
aws-aurora from SVG Logos by Gil Barbara · Color · CC0-1.0 Free for personal and commercial use.
- Name
- aws-aurora
- Set
- SVG Logos
- Style
- Color
- Viewbox
- 256×256
- License
- CC0
Related icons in SVG Logos
aws-amplifyaws-api-gatewayaws-app-meshaws-appflowaws-appsyncaws-athenaaws-backupaws-batchaws-certificate-manageraws-cloudformationaws-cloudfrontaws-cloudsearchaws-cloudtrailaws-cloudwatchaws-codebuildaws-codecommitaws-codedeployaws-codepipelineaws-codestaraws-cognitoaws-configaws-documentdbaws-dynamodbaws-ec2
Use the aws aurora logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><defs><linearGradient id="SVGte2wIbLN" x1="0%" x2="100%" y1="100%" y2="0%"><stop offset="0%" stop-color="#2e27ad"/><stop offset="100%" stop-color="#527fff"/></linearGradient></defs><path fill="url(#SVGte2wIbLN)" d="M0 0h256v256H0z"/><path fill="#fff" d="M144.292 57.744h-9.626v-6.457h9.626V41.6h6.417v9.687h9.625v6.457h-9.625v9.687h-6.417zm38.502 35.518h-9.625v-6.458h9.625v-9.686h6.418v9.686h9.625v6.458h-9.625v9.687h-6.418zm-16.71 102.046c-6.128-15.57-20.272-29.803-35.75-35.973c15.478-6.167 29.622-20.4 35.75-35.973c6.129 15.573 20.272 29.806 35.747 35.973c-15.475 6.17-29.618 20.403-35.747 35.973m51.507-39.202c-22.569 0-48.298-25.893-48.298-48.605a3.22 3.22 0 0 0-3.209-3.228a3.22 3.22 0 0 0-3.208 3.228c0 22.712-25.733 48.605-48.302 48.605c-1.771 0-3.209 1.446-3.209 3.229a3.22 3.22 0 0 0 3.209 3.229c22.569 0 48.302 25.892 48.302 48.607a3.22 3.22 0 0 0 3.208 3.229a3.22 3.22 0 0 0 3.209-3.229c0-22.715 25.73-48.607 48.298-48.607a3.22 3.22 0 0 0 3.209-3.23a3.22 3.22 0 0 0-3.209-3.228M41.617 92.49c9.344 6.84 27.498 10.459 44.92 10.459s35.577-3.62 44.92-10.459v30.927c-4.623 6.186-21.626 12.282-44.278 12.282c-26.076 0-45.562-8.201-45.562-15.534zm44.92-25.059c27.831 0 44.92 8.463 44.92 14.53s-17.089 14.53-44.92 14.53s-44.92-8.463-44.92-14.53s17.089-14.53 44.92-14.53m44.92 121.183c0 7.443-19.216 15.77-44.936 15.77c-25.7 0-44.904-8.327-44.904-15.77v-20.632c9.459 7.22 27.976 11.042 45.745 11.042c12.356 0 24.305-1.756 33.632-4.946l-2.06-6.116c-8.682 2.968-19.896 4.605-31.572 4.605c-26.182 0-45.745-8.202-45.745-15.535v-25.898c9.433 7.206 27.87 11.023 45.562 11.023c18.956 0 35.214-3.93 44.278-10.152v9.69h6.417V81.961c0-13.632-26.448-20.988-51.337-20.988c-23.875 0-49.123 6.787-51.138 19.374H35.2v108.267c0 14.436 26.442 22.228 51.321 22.228c24.895 0 51.353-7.792 51.353-22.228v-11.401h-6.417z"/></svg>
React
import type { SVGProps } from "react";
export function LogosAwsAurora(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="SVGte2wIbLN" x1="0%" x2="100%" y1="100%" y2="0%"><stop offset="0%" stopColor="#2e27ad"/><stop offset="100%" stopColor="#527fff"/></linearGradient></defs><path fill="url(#SVGte2wIbLN)" d="M0 0h256v256H0z"/><path fill="#fff" d="M144.292 57.744h-9.626v-6.457h9.626V41.6h6.417v9.687h9.625v6.457h-9.625v9.687h-6.417zm38.502 35.518h-9.625v-6.458h9.625v-9.686h6.418v9.686h9.625v6.458h-9.625v9.687h-6.418zm-16.71 102.046c-6.128-15.57-20.272-29.803-35.75-35.973c15.478-6.167 29.622-20.4 35.75-35.973c6.129 15.573 20.272 29.806 35.747 35.973c-15.475 6.17-29.618 20.403-35.747 35.973m51.507-39.202c-22.569 0-48.298-25.893-48.298-48.605a3.22 3.22 0 0 0-3.209-3.228a3.22 3.22 0 0 0-3.208 3.228c0 22.712-25.733 48.605-48.302 48.605c-1.771 0-3.209 1.446-3.209 3.229a3.22 3.22 0 0 0 3.209 3.229c22.569 0 48.302 25.892 48.302 48.607a3.22 3.22 0 0 0 3.208 3.229a3.22 3.22 0 0 0 3.209-3.229c0-22.715 25.73-48.607 48.298-48.607a3.22 3.22 0 0 0 3.209-3.23a3.22 3.22 0 0 0-3.209-3.228M41.617 92.49c9.344 6.84 27.498 10.459 44.92 10.459s35.577-3.62 44.92-10.459v30.927c-4.623 6.186-21.626 12.282-44.278 12.282c-26.076 0-45.562-8.201-45.562-15.534zm44.92-25.059c27.831 0 44.92 8.463 44.92 14.53s-17.089 14.53-44.92 14.53s-44.92-8.463-44.92-14.53s17.089-14.53 44.92-14.53m44.92 121.183c0 7.443-19.216 15.77-44.936 15.77c-25.7 0-44.904-8.327-44.904-15.77v-20.632c9.459 7.22 27.976 11.042 45.745 11.042c12.356 0 24.305-1.756 33.632-4.946l-2.06-6.116c-8.682 2.968-19.896 4.605-31.572 4.605c-26.182 0-45.745-8.202-45.745-15.535v-25.898c9.433 7.206 27.87 11.023 45.562 11.023c18.956 0 35.214-3.93 44.278-10.152v9.69h6.417V81.961c0-13.632-26.448-20.988-51.337-20.988c-23.875 0-49.123 6.787-51.138 19.374H35.2v108.267c0 14.436 26.442 22.228 51.321 22.228c24.895 0 51.353-7.792 51.353-22.228v-11.401h-6.417z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><defs><linearGradient id="SVGte2wIbLN" x1="0%" x2="100%" y1="100%" y2="0%"><stop offset="0%" stop-color="#2e27ad"/><stop offset="100%" stop-color="#527fff"/></linearGradient></defs><path fill="url(#SVGte2wIbLN)" d="M0 0h256v256H0z"/><path fill="#fff" d="M144.292 57.744h-9.626v-6.457h9.626V41.6h6.417v9.687h9.625v6.457h-9.625v9.687h-6.417zm38.502 35.518h-9.625v-6.458h9.625v-9.686h6.418v9.686h9.625v6.458h-9.625v9.687h-6.418zm-16.71 102.046c-6.128-15.57-20.272-29.803-35.75-35.973c15.478-6.167 29.622-20.4 35.75-35.973c6.129 15.573 20.272 29.806 35.747 35.973c-15.475 6.17-29.618 20.403-35.747 35.973m51.507-39.202c-22.569 0-48.298-25.893-48.298-48.605a3.22 3.22 0 0 0-3.209-3.228a3.22 3.22 0 0 0-3.208 3.228c0 22.712-25.733 48.605-48.302 48.605c-1.771 0-3.209 1.446-3.209 3.229a3.22 3.22 0 0 0 3.209 3.229c22.569 0 48.302 25.892 48.302 48.607a3.22 3.22 0 0 0 3.208 3.229a3.22 3.22 0 0 0 3.209-3.229c0-22.715 25.73-48.607 48.298-48.607a3.22 3.22 0 0 0 3.209-3.23a3.22 3.22 0 0 0-3.209-3.228M41.617 92.49c9.344 6.84 27.498 10.459 44.92 10.459s35.577-3.62 44.92-10.459v30.927c-4.623 6.186-21.626 12.282-44.278 12.282c-26.076 0-45.562-8.201-45.562-15.534zm44.92-25.059c27.831 0 44.92 8.463 44.92 14.53s-17.089 14.53-44.92 14.53s-44.92-8.463-44.92-14.53s17.089-14.53 44.92-14.53m44.92 121.183c0 7.443-19.216 15.77-44.936 15.77c-25.7 0-44.904-8.327-44.904-15.77v-20.632c9.459 7.22 27.976 11.042 45.745 11.042c12.356 0 24.305-1.756 33.632-4.946l-2.06-6.116c-8.682 2.968-19.896 4.605-31.572 4.605c-26.182 0-45.745-8.202-45.745-15.535v-25.898c9.433 7.206 27.87 11.023 45.562 11.023c18.956 0 35.214-3.93 44.278-10.152v9.69h6.417V81.961c0-13.632-26.448-20.988-51.337-20.988c-23.875 0-49.123 6.787-51.138 19.374H35.2v108.267c0 14.436 26.442 22.228 51.321 22.228c24.895 0 51.353-7.792 51.353-22.228v-11.401h-6.417z"/></svg> </template>
CSS
.icon-aws-aurora {
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%22SVGte2wIbLN%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%232e27ad%22%2F%3E%3Cstop%20offset%3D%22100%25%22%20stop-color%3D%22%23527fff%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Cpath%20fill%3D%22url(%23SVGte2wIbLN)%22%20d%3D%22M0%200h256v256H0z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M144.292%2057.744h-9.626v-6.457h9.626V41.6h6.417v9.687h9.625v6.457h-9.625v9.687h-6.417zm38.502%2035.518h-9.625v-6.458h9.625v-9.686h6.418v9.686h9.625v6.458h-9.625v9.687h-6.418zm-16.71%20102.046c-6.128-15.57-20.272-29.803-35.75-35.973c15.478-6.167%2029.622-20.4%2035.75-35.973c6.129%2015.573%2020.272%2029.806%2035.747%2035.973c-15.475%206.17-29.618%2020.403-35.747%2035.973m51.507-39.202c-22.569%200-48.298-25.893-48.298-48.605a3.22%203.22%200%200%200-3.209-3.228a3.22%203.22%200%200%200-3.208%203.228c0%2022.712-25.733%2048.605-48.302%2048.605c-1.771%200-3.209%201.446-3.209%203.229a3.22%203.22%200%200%200%203.209%203.229c22.569%200%2048.302%2025.892%2048.302%2048.607a3.22%203.22%200%200%200%203.208%203.229a3.22%203.22%200%200%200%203.209-3.229c0-22.715%2025.73-48.607%2048.298-48.607a3.22%203.22%200%200%200%203.209-3.23a3.22%203.22%200%200%200-3.209-3.228M41.617%2092.49c9.344%206.84%2027.498%2010.459%2044.92%2010.459s35.577-3.62%2044.92-10.459v30.927c-4.623%206.186-21.626%2012.282-44.278%2012.282c-26.076%200-45.562-8.201-45.562-15.534zm44.92-25.059c27.831%200%2044.92%208.463%2044.92%2014.53s-17.089%2014.53-44.92%2014.53s-44.92-8.463-44.92-14.53s17.089-14.53%2044.92-14.53m44.92%20121.183c0%207.443-19.216%2015.77-44.936%2015.77c-25.7%200-44.904-8.327-44.904-15.77v-20.632c9.459%207.22%2027.976%2011.042%2045.745%2011.042c12.356%200%2024.305-1.756%2033.632-4.946l-2.06-6.116c-8.682%202.968-19.896%204.605-31.572%204.605c-26.182%200-45.745-8.202-45.745-15.535v-25.898c9.433%207.206%2027.87%2011.023%2045.562%2011.023c18.956%200%2035.214-3.93%2044.278-10.152v9.69h6.417V81.961c0-13.632-26.448-20.988-51.337-20.988c-23.875%200-49.123%206.787-51.138%2019.374H35.2v108.267c0%2014.436%2026.442%2022.228%2051.321%2022.228c24.895%200%2051.353-7.792%2051.353-22.228v-11.401h-6.417z%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%22SVGte2wIbLN%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%232e27ad%22%2F%3E%3Cstop%20offset%3D%22100%25%22%20stop-color%3D%22%23527fff%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Cpath%20fill%3D%22url(%23SVGte2wIbLN)%22%20d%3D%22M0%200h256v256H0z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M144.292%2057.744h-9.626v-6.457h9.626V41.6h6.417v9.687h9.625v6.457h-9.625v9.687h-6.417zm38.502%2035.518h-9.625v-6.458h9.625v-9.686h6.418v9.686h9.625v6.458h-9.625v9.687h-6.418zm-16.71%20102.046c-6.128-15.57-20.272-29.803-35.75-35.973c15.478-6.167%2029.622-20.4%2035.75-35.973c6.129%2015.573%2020.272%2029.806%2035.747%2035.973c-15.475%206.17-29.618%2020.403-35.747%2035.973m51.507-39.202c-22.569%200-48.298-25.893-48.298-48.605a3.22%203.22%200%200%200-3.209-3.228a3.22%203.22%200%200%200-3.208%203.228c0%2022.712-25.733%2048.605-48.302%2048.605c-1.771%200-3.209%201.446-3.209%203.229a3.22%203.22%200%200%200%203.209%203.229c22.569%200%2048.302%2025.892%2048.302%2048.607a3.22%203.22%200%200%200%203.208%203.229a3.22%203.22%200%200%200%203.209-3.229c0-22.715%2025.73-48.607%2048.298-48.607a3.22%203.22%200%200%200%203.209-3.23a3.22%203.22%200%200%200-3.209-3.228M41.617%2092.49c9.344%206.84%2027.498%2010.459%2044.92%2010.459s35.577-3.62%2044.92-10.459v30.927c-4.623%206.186-21.626%2012.282-44.278%2012.282c-26.076%200-45.562-8.201-45.562-15.534zm44.92-25.059c27.831%200%2044.92%208.463%2044.92%2014.53s-17.089%2014.53-44.92%2014.53s-44.92-8.463-44.92-14.53s17.089-14.53%2044.92-14.53m44.92%20121.183c0%207.443-19.216%2015.77-44.936%2015.77c-25.7%200-44.904-8.327-44.904-15.77v-20.632c9.459%207.22%2027.976%2011.042%2045.745%2011.042c12.356%200%2024.305-1.756%2033.632-4.946l-2.06-6.116c-8.682%202.968-19.896%204.605-31.572%204.605c-26.182%200-45.745-8.202-45.745-15.535v-25.898c9.433%207.206%2027.87%2011.023%2045.562%2011.023c18.956%200%2035.214-3.93%2044.278-10.152v9.69h6.417V81.961c0-13.632-26.448-20.988-51.337-20.988c-23.875%200-49.123%206.787-51.138%2019.374H35.2v108.267c0%2014.436%2026.442%2022.228%2051.321%2022.228c24.895%200%2051.353-7.792%2051.353-22.228v-11.401h-6.417z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/logos/aws-aurora.svg?color=%231a73e8&size=48