aws xray logo
aws-xray from SVG Logos by Gil Barbara · Color · CC0-1.0 Free for personal and commercial use.
- Name
- aws-xray
- 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 xray 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="M152 135.04h-6.4v44.427h-12.8v-31.733h-6.4v31.733h-12.8v-22.213h-6.4v22.213h-6.4v6.347h57.6v-6.347H152zm25.6 23.8c0-25.37-20.816-46.012-46.4-46.012S84.8 133.47 84.8 158.84s20.816 46.012 46.4 46.012s46.4-20.642 46.4-46.012m6.4 0c0 28.871-23.686 52.36-52.8 52.36s-52.8-23.489-52.8-52.36s23.686-52.359 52.8-52.359s52.8 23.489 52.8 52.36m33.6-34.995c0 18.104-10.022 29.877-27.491 32.295l-.887-6.286c10.03-1.387 21.978-7.026 21.978-26.009c0-17.818-13.59-24.263-24.989-26.532a3.17 3.17 0 0 1-2.563-2.932c-.749-13.032-8.464-18.868-15.782-18.868c-4.599 0-8.887 2.148-11.764 5.896a3.22 3.22 0 0 1-3.017 1.215a3.19 3.19 0 0 1-2.528-2.037c-2.592-6.94-6.432-12.991-11.104-17.5c-12.282-11.878-29.088-15.106-44.957-8.626c-13.174 5.36-23.494 20.785-23.494 35.116c0 1.609.099 3.211.29 4.763a3.17 3.17 0 0 1-2.406 3.469C61.088 99.725 48 105.624 48 123.6c0 .676.035 1.288.067 1.933c.586 10.532 9.75 20.207 22.291 23.523l-1.648 6.131c-15.18-4.014-26.297-16.066-27.033-29.312a40 40 0 0 1-.077-2.275c0-20.77 14.522-28.47 23.091-31.203a43 43 0 0 1-.09-2.821c0-16.996 11.809-34.614 27.463-40.986c18.298-7.477 37.69-3.758 51.856 9.951c4.282 4.132 7.94 9.358 10.723 15.292a20.98 20.98 0 0 1 13.223-4.668c9.83 0 20.144 6.966 21.958 22.442c17.94 4.319 27.776 15.692 27.776 32.237"/></svg>
React
import type { SVGProps } from "react";
export function LogosAwsXray(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="M152 135.04h-6.4v44.427h-12.8v-31.733h-6.4v31.733h-12.8v-22.213h-6.4v22.213h-6.4v6.347h57.6v-6.347H152zm25.6 23.8c0-25.37-20.816-46.012-46.4-46.012S84.8 133.47 84.8 158.84s20.816 46.012 46.4 46.012s46.4-20.642 46.4-46.012m6.4 0c0 28.871-23.686 52.36-52.8 52.36s-52.8-23.489-52.8-52.36s23.686-52.359 52.8-52.359s52.8 23.489 52.8 52.36m33.6-34.995c0 18.104-10.022 29.877-27.491 32.295l-.887-6.286c10.03-1.387 21.978-7.026 21.978-26.009c0-17.818-13.59-24.263-24.989-26.532a3.17 3.17 0 0 1-2.563-2.932c-.749-13.032-8.464-18.868-15.782-18.868c-4.599 0-8.887 2.148-11.764 5.896a3.22 3.22 0 0 1-3.017 1.215a3.19 3.19 0 0 1-2.528-2.037c-2.592-6.94-6.432-12.991-11.104-17.5c-12.282-11.878-29.088-15.106-44.957-8.626c-13.174 5.36-23.494 20.785-23.494 35.116c0 1.609.099 3.211.29 4.763a3.17 3.17 0 0 1-2.406 3.469C61.088 99.725 48 105.624 48 123.6c0 .676.035 1.288.067 1.933c.586 10.532 9.75 20.207 22.291 23.523l-1.648 6.131c-15.18-4.014-26.297-16.066-27.033-29.312a40 40 0 0 1-.077-2.275c0-20.77 14.522-28.47 23.091-31.203a43 43 0 0 1-.09-2.821c0-16.996 11.809-34.614 27.463-40.986c18.298-7.477 37.69-3.758 51.856 9.951c4.282 4.132 7.94 9.358 10.723 15.292a20.98 20.98 0 0 1 13.223-4.668c9.83 0 20.144 6.966 21.958 22.442c17.94 4.319 27.776 15.692 27.776 32.237"/></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="M152 135.04h-6.4v44.427h-12.8v-31.733h-6.4v31.733h-12.8v-22.213h-6.4v22.213h-6.4v6.347h57.6v-6.347H152zm25.6 23.8c0-25.37-20.816-46.012-46.4-46.012S84.8 133.47 84.8 158.84s20.816 46.012 46.4 46.012s46.4-20.642 46.4-46.012m6.4 0c0 28.871-23.686 52.36-52.8 52.36s-52.8-23.489-52.8-52.36s23.686-52.359 52.8-52.359s52.8 23.489 52.8 52.36m33.6-34.995c0 18.104-10.022 29.877-27.491 32.295l-.887-6.286c10.03-1.387 21.978-7.026 21.978-26.009c0-17.818-13.59-24.263-24.989-26.532a3.17 3.17 0 0 1-2.563-2.932c-.749-13.032-8.464-18.868-15.782-18.868c-4.599 0-8.887 2.148-11.764 5.896a3.22 3.22 0 0 1-3.017 1.215a3.19 3.19 0 0 1-2.528-2.037c-2.592-6.94-6.432-12.991-11.104-17.5c-12.282-11.878-29.088-15.106-44.957-8.626c-13.174 5.36-23.494 20.785-23.494 35.116c0 1.609.099 3.211.29 4.763a3.17 3.17 0 0 1-2.406 3.469C61.088 99.725 48 105.624 48 123.6c0 .676.035 1.288.067 1.933c.586 10.532 9.75 20.207 22.291 23.523l-1.648 6.131c-15.18-4.014-26.297-16.066-27.033-29.312a40 40 0 0 1-.077-2.275c0-20.77 14.522-28.47 23.091-31.203a43 43 0 0 1-.09-2.821c0-16.996 11.809-34.614 27.463-40.986c18.298-7.477 37.69-3.758 51.856 9.951c4.282 4.132 7.94 9.358 10.723 15.292a20.98 20.98 0 0 1 13.223-4.668c9.83 0 20.144 6.966 21.958 22.442c17.94 4.319 27.776 15.692 27.776 32.237"/></svg> </template>
CSS
.icon-aws-xray {
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%22M152%20135.04h-6.4v44.427h-12.8v-31.733h-6.4v31.733h-12.8v-22.213h-6.4v22.213h-6.4v6.347h57.6v-6.347H152zm25.6%2023.8c0-25.37-20.816-46.012-46.4-46.012S84.8%20133.47%2084.8%20158.84s20.816%2046.012%2046.4%2046.012s46.4-20.642%2046.4-46.012m6.4%200c0%2028.871-23.686%2052.36-52.8%2052.36s-52.8-23.489-52.8-52.36s23.686-52.359%2052.8-52.359s52.8%2023.489%2052.8%2052.36m33.6-34.995c0%2018.104-10.022%2029.877-27.491%2032.295l-.887-6.286c10.03-1.387%2021.978-7.026%2021.978-26.009c0-17.818-13.59-24.263-24.989-26.532a3.17%203.17%200%200%201-2.563-2.932c-.749-13.032-8.464-18.868-15.782-18.868c-4.599%200-8.887%202.148-11.764%205.896a3.22%203.22%200%200%201-3.017%201.215a3.19%203.19%200%200%201-2.528-2.037c-2.592-6.94-6.432-12.991-11.104-17.5c-12.282-11.878-29.088-15.106-44.957-8.626c-13.174%205.36-23.494%2020.785-23.494%2035.116c0%201.609.099%203.211.29%204.763a3.17%203.17%200%200%201-2.406%203.469C61.088%2099.725%2048%20105.624%2048%20123.6c0%20.676.035%201.288.067%201.933c.586%2010.532%209.75%2020.207%2022.291%2023.523l-1.648%206.131c-15.18-4.014-26.297-16.066-27.033-29.312a40%2040%200%200%201-.077-2.275c0-20.77%2014.522-28.47%2023.091-31.203a43%2043%200%200%201-.09-2.821c0-16.996%2011.809-34.614%2027.463-40.986c18.298-7.477%2037.69-3.758%2051.856%209.951c4.282%204.132%207.94%209.358%2010.723%2015.292a20.98%2020.98%200%200%201%2013.223-4.668c9.83%200%2020.144%206.966%2021.958%2022.442c17.94%204.319%2027.776%2015.692%2027.776%2032.237%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%22M152%20135.04h-6.4v44.427h-12.8v-31.733h-6.4v31.733h-12.8v-22.213h-6.4v22.213h-6.4v6.347h57.6v-6.347H152zm25.6%2023.8c0-25.37-20.816-46.012-46.4-46.012S84.8%20133.47%2084.8%20158.84s20.816%2046.012%2046.4%2046.012s46.4-20.642%2046.4-46.012m6.4%200c0%2028.871-23.686%2052.36-52.8%2052.36s-52.8-23.489-52.8-52.36s23.686-52.359%2052.8-52.359s52.8%2023.489%2052.8%2052.36m33.6-34.995c0%2018.104-10.022%2029.877-27.491%2032.295l-.887-6.286c10.03-1.387%2021.978-7.026%2021.978-26.009c0-17.818-13.59-24.263-24.989-26.532a3.17%203.17%200%200%201-2.563-2.932c-.749-13.032-8.464-18.868-15.782-18.868c-4.599%200-8.887%202.148-11.764%205.896a3.22%203.22%200%200%201-3.017%201.215a3.19%203.19%200%200%201-2.528-2.037c-2.592-6.94-6.432-12.991-11.104-17.5c-12.282-11.878-29.088-15.106-44.957-8.626c-13.174%205.36-23.494%2020.785-23.494%2035.116c0%201.609.099%203.211.29%204.763a3.17%203.17%200%200%201-2.406%203.469C61.088%2099.725%2048%20105.624%2048%20123.6c0%20.676.035%201.288.067%201.933c.586%2010.532%209.75%2020.207%2022.291%2023.523l-1.648%206.131c-15.18-4.014-26.297-16.066-27.033-29.312a40%2040%200%200%201-.077-2.275c0-20.77%2014.522-28.47%2023.091-31.203a43%2043%200%200%201-.09-2.821c0-16.996%2011.809-34.614%2027.463-40.986c18.298-7.477%2037.69-3.758%2051.856%209.951c4.282%204.132%207.94%209.358%2010.723%2015.292a20.98%2020.98%200%200%201%2013.223-4.668c9.83%200%2020.144%206.966%2021.958%2022.442c17.94%204.319%2027.776%2015.692%2027.776%2032.237%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/logos/aws-xray.svg?color=%231a73e8&size=48