aws-s3 from SVG Logos by Gil Barbara · Color · CC0-1.0 Free for personal and commercial use.

Name
aws-s3
Set
SVG Logos
Style
Color
Viewbox
256×256
License
CC0

Related icons in SVG Logos

Use the aws s3 logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><defs><linearGradient id="SVG7R6tZwZW1" x1="0%" x2="100%" y1="100%" y2="0%"><stop offset="0%" stop-color="#1b660f"/><stop offset="100%" stop-color="#6cae3e"/></linearGradient></defs><path fill="url(#SVG7R6tZwZW1)" d="M0 0h256v256H0z"/><path fill="#fff" d="m194.675 137.256l1.229-8.652c11.33 6.787 11.478 9.59 11.475 9.667c-.02.016-1.952 1.629-12.704-1.015m-6.218-1.728c-19.584-5.926-46.857-18.438-57.894-23.654c0-.045.013-.086.013-.131c0-4.24-3.45-7.69-7.693-7.69c-4.237 0-7.687 3.45-7.687 7.69s3.45 7.69 7.687 7.69c1.862 0 3.552-.695 4.886-1.8c12.986 6.148 40.048 18.478 59.776 24.302l-7.801 55.059q-.033.225-.032.451c0 4.848-21.463 13.754-56.532 13.754c-35.44 0-57.13-8.906-57.13-13.754q0-.22-.028-.435l-16.3-119.062c14.108 9.712 44.454 14.85 73.478 14.85c28.979 0 59.273-5.12 73.41-14.802zM48 65.528c.23-4.21 24.428-20.73 75.2-20.73c50.764 0 74.966 16.516 75.2 20.73v1.437c-2.784 9.443-34.144 19.434-75.2 19.434c-41.127 0-72.503-10.023-75.2-19.479zm156.8.07c0-11.087-31.79-27.2-81.6-27.2c-49.812 0-81.6 16.113-81.6 27.2l.3 2.414l17.754 129.676c.426 14.503 39.1 19.91 63.526 19.91c30.31 0 62.512-6.969 62.928-19.9l7.668-54.07c4.265 1.02 7.776 1.542 10.595 1.542c3.785 0 6.345-.925 7.897-2.774c1.274-1.517 1.76-3.354 1.396-5.31c-.83-4.428-6.087-9.202-16.794-15.311l7.603-53.639z"/></svg>

React

import type { SVGProps } from "react";

export function LogosAwsS3(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="SVG7R6tZwZW1" x1="0%" x2="100%" y1="100%" y2="0%"><stop offset="0%" stopColor="#1b660f"/><stop offset="100%" stopColor="#6cae3e"/></linearGradient></defs><path fill="url(#SVG7R6tZwZW1)" d="M0 0h256v256H0z"/><path fill="#fff" d="m194.675 137.256l1.229-8.652c11.33 6.787 11.478 9.59 11.475 9.667c-.02.016-1.952 1.629-12.704-1.015m-6.218-1.728c-19.584-5.926-46.857-18.438-57.894-23.654c0-.045.013-.086.013-.131c0-4.24-3.45-7.69-7.693-7.69c-4.237 0-7.687 3.45-7.687 7.69s3.45 7.69 7.687 7.69c1.862 0 3.552-.695 4.886-1.8c12.986 6.148 40.048 18.478 59.776 24.302l-7.801 55.059q-.033.225-.032.451c0 4.848-21.463 13.754-56.532 13.754c-35.44 0-57.13-8.906-57.13-13.754q0-.22-.028-.435l-16.3-119.062c14.108 9.712 44.454 14.85 73.478 14.85c28.979 0 59.273-5.12 73.41-14.802zM48 65.528c.23-4.21 24.428-20.73 75.2-20.73c50.764 0 74.966 16.516 75.2 20.73v1.437c-2.784 9.443-34.144 19.434-75.2 19.434c-41.127 0-72.503-10.023-75.2-19.479zm156.8.07c0-11.087-31.79-27.2-81.6-27.2c-49.812 0-81.6 16.113-81.6 27.2l.3 2.414l17.754 129.676c.426 14.503 39.1 19.91 63.526 19.91c30.31 0 62.512-6.969 62.928-19.9l7.668-54.07c4.265 1.02 7.776 1.542 10.595 1.542c3.785 0 6.345-.925 7.897-2.774c1.274-1.517 1.76-3.354 1.396-5.31c-.83-4.428-6.087-9.202-16.794-15.311l7.603-53.639z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><defs><linearGradient id="SVG7R6tZwZW1" x1="0%" x2="100%" y1="100%" y2="0%"><stop offset="0%" stop-color="#1b660f"/><stop offset="100%" stop-color="#6cae3e"/></linearGradient></defs><path fill="url(#SVG7R6tZwZW1)" d="M0 0h256v256H0z"/><path fill="#fff" d="m194.675 137.256l1.229-8.652c11.33 6.787 11.478 9.59 11.475 9.667c-.02.016-1.952 1.629-12.704-1.015m-6.218-1.728c-19.584-5.926-46.857-18.438-57.894-23.654c0-.045.013-.086.013-.131c0-4.24-3.45-7.69-7.693-7.69c-4.237 0-7.687 3.45-7.687 7.69s3.45 7.69 7.687 7.69c1.862 0 3.552-.695 4.886-1.8c12.986 6.148 40.048 18.478 59.776 24.302l-7.801 55.059q-.033.225-.032.451c0 4.848-21.463 13.754-56.532 13.754c-35.44 0-57.13-8.906-57.13-13.754q0-.22-.028-.435l-16.3-119.062c14.108 9.712 44.454 14.85 73.478 14.85c28.979 0 59.273-5.12 73.41-14.802zM48 65.528c.23-4.21 24.428-20.73 75.2-20.73c50.764 0 74.966 16.516 75.2 20.73v1.437c-2.784 9.443-34.144 19.434-75.2 19.434c-41.127 0-72.503-10.023-75.2-19.479zm156.8.07c0-11.087-31.79-27.2-81.6-27.2c-49.812 0-81.6 16.113-81.6 27.2l.3 2.414l17.754 129.676c.426 14.503 39.1 19.91 63.526 19.91c30.31 0 62.512-6.969 62.928-19.9l7.668-54.07c4.265 1.02 7.776 1.542 10.595 1.542c3.785 0 6.345-.925 7.897-2.774c1.274-1.517 1.76-3.354 1.396-5.31c-.83-4.428-6.087-9.202-16.794-15.311l7.603-53.639z"/></svg>
</template>

CSS

.icon-aws-s3 {
  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%22SVG7R6tZwZW1%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%231b660f%22%2F%3E%3Cstop%20offset%3D%22100%25%22%20stop-color%3D%22%236cae3e%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Cpath%20fill%3D%22url(%23SVG7R6tZwZW1)%22%20d%3D%22M0%200h256v256H0z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22m194.675%20137.256l1.229-8.652c11.33%206.787%2011.478%209.59%2011.475%209.667c-.02.016-1.952%201.629-12.704-1.015m-6.218-1.728c-19.584-5.926-46.857-18.438-57.894-23.654c0-.045.013-.086.013-.131c0-4.24-3.45-7.69-7.693-7.69c-4.237%200-7.687%203.45-7.687%207.69s3.45%207.69%207.687%207.69c1.862%200%203.552-.695%204.886-1.8c12.986%206.148%2040.048%2018.478%2059.776%2024.302l-7.801%2055.059q-.033.225-.032.451c0%204.848-21.463%2013.754-56.532%2013.754c-35.44%200-57.13-8.906-57.13-13.754q0-.22-.028-.435l-16.3-119.062c14.108%209.712%2044.454%2014.85%2073.478%2014.85c28.979%200%2059.273-5.12%2073.41-14.802zM48%2065.528c.23-4.21%2024.428-20.73%2075.2-20.73c50.764%200%2074.966%2016.516%2075.2%2020.73v1.437c-2.784%209.443-34.144%2019.434-75.2%2019.434c-41.127%200-72.503-10.023-75.2-19.479zm156.8.07c0-11.087-31.79-27.2-81.6-27.2c-49.812%200-81.6%2016.113-81.6%2027.2l.3%202.414l17.754%20129.676c.426%2014.503%2039.1%2019.91%2063.526%2019.91c30.31%200%2062.512-6.969%2062.928-19.9l7.668-54.07c4.265%201.02%207.776%201.542%2010.595%201.542c3.785%200%206.345-.925%207.897-2.774c1.274-1.517%201.76-3.354%201.396-5.31c-.83-4.428-6.087-9.202-16.794-15.311l7.603-53.639z%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%22SVG7R6tZwZW1%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%231b660f%22%2F%3E%3Cstop%20offset%3D%22100%25%22%20stop-color%3D%22%236cae3e%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Cpath%20fill%3D%22url(%23SVG7R6tZwZW1)%22%20d%3D%22M0%200h256v256H0z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22m194.675%20137.256l1.229-8.652c11.33%206.787%2011.478%209.59%2011.475%209.667c-.02.016-1.952%201.629-12.704-1.015m-6.218-1.728c-19.584-5.926-46.857-18.438-57.894-23.654c0-.045.013-.086.013-.131c0-4.24-3.45-7.69-7.693-7.69c-4.237%200-7.687%203.45-7.687%207.69s3.45%207.69%207.687%207.69c1.862%200%203.552-.695%204.886-1.8c12.986%206.148%2040.048%2018.478%2059.776%2024.302l-7.801%2055.059q-.033.225-.032.451c0%204.848-21.463%2013.754-56.532%2013.754c-35.44%200-57.13-8.906-57.13-13.754q0-.22-.028-.435l-16.3-119.062c14.108%209.712%2044.454%2014.85%2073.478%2014.85c28.979%200%2059.273-5.12%2073.41-14.802zM48%2065.528c.23-4.21%2024.428-20.73%2075.2-20.73c50.764%200%2074.966%2016.516%2075.2%2020.73v1.437c-2.784%209.443-34.144%2019.434-75.2%2019.434c-41.127%200-72.503-10.023-75.2-19.479zm156.8.07c0-11.087-31.79-27.2-81.6-27.2c-49.812%200-81.6%2016.113-81.6%2027.2l.3%202.414l17.754%20129.676c.426%2014.503%2039.1%2019.91%2063.526%2019.91c30.31%200%2062.512-6.969%2062.928-19.9l7.668-54.07c4.265%201.02%207.776%201.542%2010.595%201.542c3.785%200%206.345-.925%207.897-2.774c1.274-1.517%201.76-3.354%201.396-5.31c-.83-4.428-6.087-9.202-16.794-15.311l7.603-53.639z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/logos/aws-s3.svg?color=%231a73e8&size=48