aws lambda logo
aws-lambda from SVG Logos by Gil Barbara · Color · CC0-1.0 Free for personal and commercial use.
- Name
- aws-lambda
- Set
- SVG Logos
- Style
- Color
- Viewbox
- 256×256
- License
- CC0
The same logo in other sets
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 lambda logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><defs><linearGradient id="SVGeyciVcvH" x1="0%" x2="100%" y1="100%" y2="0%"><stop offset="0%" stop-color="#c8511b"/><stop offset="100%" stop-color="#f90"/></linearGradient></defs><path fill="url(#SVGeyciVcvH)" d="M0 0h256v256H0z"/><path fill="#fff" d="M89.624 211.2H49.89l43.945-91.853l19.912 40.992zm7.079-100.63a3.22 3.22 0 0 0-2.887-1.805h-.01a3.2 3.2 0 0 0-2.886 1.82L41.913 213.022a3.203 3.203 0 0 0 2.893 4.58l46.848-.001a3.21 3.21 0 0 0 2.9-1.83l25.65-54.08a3.18 3.18 0 0 0-.016-2.762zM207.985 211.2h-39.477L105.174 78.624a3.21 3.21 0 0 0-2.897-1.824h-25.83l.03-32h50.626l63.042 132.573a3.21 3.21 0 0 0 2.897 1.827h14.943zm3.208-38.4h-16.121L132.03 40.227a3.21 3.21 0 0 0-2.9-1.827H73.273a3.206 3.206 0 0 0-3.208 3.197l-.035 38.4c0 .851.333 1.664.94 2.265c.6.602 1.414.938 2.267.938h27.017l63.337 132.576a3.2 3.2 0 0 0 2.893 1.824h44.709a3.203 3.203 0 0 0 3.207-3.2V176c0-1.766-1.434-3.2-3.207-3.2"/></svg>
React
import type { SVGProps } from "react";
export function LogosAwsLambda(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="SVGeyciVcvH" x1="0%" x2="100%" y1="100%" y2="0%"><stop offset="0%" stopColor="#c8511b"/><stop offset="100%" stopColor="#f90"/></linearGradient></defs><path fill="url(#SVGeyciVcvH)" d="M0 0h256v256H0z"/><path fill="#fff" d="M89.624 211.2H49.89l43.945-91.853l19.912 40.992zm7.079-100.63a3.22 3.22 0 0 0-2.887-1.805h-.01a3.2 3.2 0 0 0-2.886 1.82L41.913 213.022a3.203 3.203 0 0 0 2.893 4.58l46.848-.001a3.21 3.21 0 0 0 2.9-1.83l25.65-54.08a3.18 3.18 0 0 0-.016-2.762zM207.985 211.2h-39.477L105.174 78.624a3.21 3.21 0 0 0-2.897-1.824h-25.83l.03-32h50.626l63.042 132.573a3.21 3.21 0 0 0 2.897 1.827h14.943zm3.208-38.4h-16.121L132.03 40.227a3.21 3.21 0 0 0-2.9-1.827H73.273a3.206 3.206 0 0 0-3.208 3.197l-.035 38.4c0 .851.333 1.664.94 2.265c.6.602 1.414.938 2.267.938h27.017l63.337 132.576a3.2 3.2 0 0 0 2.893 1.824h44.709a3.203 3.203 0 0 0 3.207-3.2V176c0-1.766-1.434-3.2-3.207-3.2"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><defs><linearGradient id="SVGeyciVcvH" x1="0%" x2="100%" y1="100%" y2="0%"><stop offset="0%" stop-color="#c8511b"/><stop offset="100%" stop-color="#f90"/></linearGradient></defs><path fill="url(#SVGeyciVcvH)" d="M0 0h256v256H0z"/><path fill="#fff" d="M89.624 211.2H49.89l43.945-91.853l19.912 40.992zm7.079-100.63a3.22 3.22 0 0 0-2.887-1.805h-.01a3.2 3.2 0 0 0-2.886 1.82L41.913 213.022a3.203 3.203 0 0 0 2.893 4.58l46.848-.001a3.21 3.21 0 0 0 2.9-1.83l25.65-54.08a3.18 3.18 0 0 0-.016-2.762zM207.985 211.2h-39.477L105.174 78.624a3.21 3.21 0 0 0-2.897-1.824h-25.83l.03-32h50.626l63.042 132.573a3.21 3.21 0 0 0 2.897 1.827h14.943zm3.208-38.4h-16.121L132.03 40.227a3.21 3.21 0 0 0-2.9-1.827H73.273a3.206 3.206 0 0 0-3.208 3.197l-.035 38.4c0 .851.333 1.664.94 2.265c.6.602 1.414.938 2.267.938h27.017l63.337 132.576a3.2 3.2 0 0 0 2.893 1.824h44.709a3.203 3.203 0 0 0 3.207-3.2V176c0-1.766-1.434-3.2-3.207-3.2"/></svg> </template>
CSS
.icon-aws-lambda {
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%22SVGeyciVcvH%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%23c8511b%22%2F%3E%3Cstop%20offset%3D%22100%25%22%20stop-color%3D%22%23f90%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Cpath%20fill%3D%22url(%23SVGeyciVcvH)%22%20d%3D%22M0%200h256v256H0z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M89.624%20211.2H49.89l43.945-91.853l19.912%2040.992zm7.079-100.63a3.22%203.22%200%200%200-2.887-1.805h-.01a3.2%203.2%200%200%200-2.886%201.82L41.913%20213.022a3.203%203.203%200%200%200%202.893%204.58l46.848-.001a3.21%203.21%200%200%200%202.9-1.83l25.65-54.08a3.18%203.18%200%200%200-.016-2.762zM207.985%20211.2h-39.477L105.174%2078.624a3.21%203.21%200%200%200-2.897-1.824h-25.83l.03-32h50.626l63.042%20132.573a3.21%203.21%200%200%200%202.897%201.827h14.943zm3.208-38.4h-16.121L132.03%2040.227a3.21%203.21%200%200%200-2.9-1.827H73.273a3.206%203.206%200%200%200-3.208%203.197l-.035%2038.4c0%20.851.333%201.664.94%202.265c.6.602%201.414.938%202.267.938h27.017l63.337%20132.576a3.2%203.2%200%200%200%202.893%201.824h44.709a3.203%203.203%200%200%200%203.207-3.2V176c0-1.766-1.434-3.2-3.207-3.2%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%22SVGeyciVcvH%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%23c8511b%22%2F%3E%3Cstop%20offset%3D%22100%25%22%20stop-color%3D%22%23f90%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Cpath%20fill%3D%22url(%23SVGeyciVcvH)%22%20d%3D%22M0%200h256v256H0z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M89.624%20211.2H49.89l43.945-91.853l19.912%2040.992zm7.079-100.63a3.22%203.22%200%200%200-2.887-1.805h-.01a3.2%203.2%200%200%200-2.886%201.82L41.913%20213.022a3.203%203.203%200%200%200%202.893%204.58l46.848-.001a3.21%203.21%200%200%200%202.9-1.83l25.65-54.08a3.18%203.18%200%200%200-.016-2.762zM207.985%20211.2h-39.477L105.174%2078.624a3.21%203.21%200%200%200-2.897-1.824h-25.83l.03-32h50.626l63.042%20132.573a3.21%203.21%200%200%200%202.897%201.827h14.943zm3.208-38.4h-16.121L132.03%2040.227a3.21%203.21%200%200%200-2.9-1.827H73.273a3.206%203.206%200%200%200-3.208%203.197l-.035%2038.4c0%20.851.333%201.664.94%202.265c.6.602%201.414.938%202.267.938h27.017l63.337%20132.576a3.2%203.2%200%200%200%202.893%201.824h44.709a3.203%203.203%200%200%200%203.207-3.2V176c0-1.766-1.434-3.2-3.207-3.2%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/logos/aws-lambda.svg?color=%231a73e8&size=48