aws glacier logo
aws-glacier from SVG Logos by Gil Barbara · Color · CC0-1.0 Free for personal and commercial use.
- Name
- aws-glacier
- 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 glacier logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><defs><linearGradient id="SVG7R6tZwZW" 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(#SVG7R6tZwZW)" d="M0 0h256v256H0z"/><path fill="#fff" d="M48.212 66.919C50.91 76.375 82.075 86.4 123.202 86.4c41.055 0 72.185-9.99 74.972-19.433l.205-1.44C198.145 61.312 173.966 44.8 123.2 44.8c-50.774 0-74.947 16.516-75.18 20.73zm147.69 61.686l-1.226 8.65c10.752 2.646 12.682 1.03 12.701 1.014c.003-.077-.144-2.883-11.475-9.664m-49.731 81.18l.806 6.35c-7.67.973-15.677 1.465-23.795 1.465c-24.426 0-63.1-5.41-63.53-19.913L41.9 68.01q-.215-.936-.263-1.907l-.01-.067h.004c-.006-.148-.029-.288-.029-.436c0-11.09 31.786-27.2 81.6-27.2c49.811 0 81.6 16.11 81.6 27.2c0 .15-.029.298-.035.448h.003l-.006.032a10.7 10.7 0 0 1-.291 2.055l-7.604 53.638c10.71 6.112 15.965 10.887 16.794 15.315c.365 1.956-.118 3.79-1.392 5.31c-1.555 1.849-4.115 2.77-7.898 2.77c-2.819 0-6.332-.521-10.601-1.542l-.41 2.893l-6.336-.896l.522-3.687c-19.728-5.827-46.79-18.156-59.78-24.304c-1.334 1.108-3.02 1.799-4.883 1.799c-4.236 0-7.686-3.45-7.686-7.69s3.45-7.69 7.686-7.69c4.24 0 7.69 3.45 7.69 7.69c0 .045-.013.09-.013.135c11.04 5.212 38.314 17.728 57.895 23.65l8.156-57.532c-14.14 9.683-44.435 14.806-73.41 14.806c-29.028 0-59.37-5.139-73.48-14.85L66.02 197.007q.03.218.03.436c0 4.85 21.692 13.756 57.132 13.756c7.85 0 15.587-.476 22.989-1.414m58.521-24.604l7.588 7.584l-4.528 4.525l-8.49-8.49h-15.21l7.23 12.535l12.198 3.433l-1.735 6.157l-10.157-2.857l-2.774 10.361l-6.182-1.657l3.222-12.036l-7.533-13.065l-7.433 12.854l3.126 12.285l-6.198 1.578l-2.605-10.224l-10.359 2.774l-1.654-6.182l12.029-3.223l7.366-12.733h-15.005l-8.732 8.519l-4.468-4.583l7.556-7.37l-7.584-7.583l4.524-4.525l9.14 9.142h14.947l-7.629-13.193l-12.182-3.427l1.73-6.16l10.16 2.857l2.775-10.358l6.183 1.657l-3.23 12.055l7.543 13.043L185.745 166l-3.123-12.265l6.198-1.578l2.608 10.227l10.356-2.774l1.657 6.18l-12.05 3.228l-7.713 13.382h14.7l9.402-9.17l4.47 4.582z"/></svg>
React
import type { SVGProps } from "react";
export function LogosAwsGlacier(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="SVG7R6tZwZW" x1="0%" x2="100%" y1="100%" y2="0%"><stop offset="0%" stopColor="#1b660f"/><stop offset="100%" stopColor="#6cae3e"/></linearGradient></defs><path fill="url(#SVG7R6tZwZW)" d="M0 0h256v256H0z"/><path fill="#fff" d="M48.212 66.919C50.91 76.375 82.075 86.4 123.202 86.4c41.055 0 72.185-9.99 74.972-19.433l.205-1.44C198.145 61.312 173.966 44.8 123.2 44.8c-50.774 0-74.947 16.516-75.18 20.73zm147.69 61.686l-1.226 8.65c10.752 2.646 12.682 1.03 12.701 1.014c.003-.077-.144-2.883-11.475-9.664m-49.731 81.18l.806 6.35c-7.67.973-15.677 1.465-23.795 1.465c-24.426 0-63.1-5.41-63.53-19.913L41.9 68.01q-.215-.936-.263-1.907l-.01-.067h.004c-.006-.148-.029-.288-.029-.436c0-11.09 31.786-27.2 81.6-27.2c49.811 0 81.6 16.11 81.6 27.2c0 .15-.029.298-.035.448h.003l-.006.032a10.7 10.7 0 0 1-.291 2.055l-7.604 53.638c10.71 6.112 15.965 10.887 16.794 15.315c.365 1.956-.118 3.79-1.392 5.31c-1.555 1.849-4.115 2.77-7.898 2.77c-2.819 0-6.332-.521-10.601-1.542l-.41 2.893l-6.336-.896l.522-3.687c-19.728-5.827-46.79-18.156-59.78-24.304c-1.334 1.108-3.02 1.799-4.883 1.799c-4.236 0-7.686-3.45-7.686-7.69s3.45-7.69 7.686-7.69c4.24 0 7.69 3.45 7.69 7.69c0 .045-.013.09-.013.135c11.04 5.212 38.314 17.728 57.895 23.65l8.156-57.532c-14.14 9.683-44.435 14.806-73.41 14.806c-29.028 0-59.37-5.139-73.48-14.85L66.02 197.007q.03.218.03.436c0 4.85 21.692 13.756 57.132 13.756c7.85 0 15.587-.476 22.989-1.414m58.521-24.604l7.588 7.584l-4.528 4.525l-8.49-8.49h-15.21l7.23 12.535l12.198 3.433l-1.735 6.157l-10.157-2.857l-2.774 10.361l-6.182-1.657l3.222-12.036l-7.533-13.065l-7.433 12.854l3.126 12.285l-6.198 1.578l-2.605-10.224l-10.359 2.774l-1.654-6.182l12.029-3.223l7.366-12.733h-15.005l-8.732 8.519l-4.468-4.583l7.556-7.37l-7.584-7.583l4.524-4.525l9.14 9.142h14.947l-7.629-13.193l-12.182-3.427l1.73-6.16l10.16 2.857l2.775-10.358l6.183 1.657l-3.23 12.055l7.543 13.043L185.745 166l-3.123-12.265l6.198-1.578l2.608 10.227l10.356-2.774l1.657 6.18l-12.05 3.228l-7.713 13.382h14.7l9.402-9.17l4.47 4.582z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><defs><linearGradient id="SVG7R6tZwZW" 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(#SVG7R6tZwZW)" d="M0 0h256v256H0z"/><path fill="#fff" d="M48.212 66.919C50.91 76.375 82.075 86.4 123.202 86.4c41.055 0 72.185-9.99 74.972-19.433l.205-1.44C198.145 61.312 173.966 44.8 123.2 44.8c-50.774 0-74.947 16.516-75.18 20.73zm147.69 61.686l-1.226 8.65c10.752 2.646 12.682 1.03 12.701 1.014c.003-.077-.144-2.883-11.475-9.664m-49.731 81.18l.806 6.35c-7.67.973-15.677 1.465-23.795 1.465c-24.426 0-63.1-5.41-63.53-19.913L41.9 68.01q-.215-.936-.263-1.907l-.01-.067h.004c-.006-.148-.029-.288-.029-.436c0-11.09 31.786-27.2 81.6-27.2c49.811 0 81.6 16.11 81.6 27.2c0 .15-.029.298-.035.448h.003l-.006.032a10.7 10.7 0 0 1-.291 2.055l-7.604 53.638c10.71 6.112 15.965 10.887 16.794 15.315c.365 1.956-.118 3.79-1.392 5.31c-1.555 1.849-4.115 2.77-7.898 2.77c-2.819 0-6.332-.521-10.601-1.542l-.41 2.893l-6.336-.896l.522-3.687c-19.728-5.827-46.79-18.156-59.78-24.304c-1.334 1.108-3.02 1.799-4.883 1.799c-4.236 0-7.686-3.45-7.686-7.69s3.45-7.69 7.686-7.69c4.24 0 7.69 3.45 7.69 7.69c0 .045-.013.09-.013.135c11.04 5.212 38.314 17.728 57.895 23.65l8.156-57.532c-14.14 9.683-44.435 14.806-73.41 14.806c-29.028 0-59.37-5.139-73.48-14.85L66.02 197.007q.03.218.03.436c0 4.85 21.692 13.756 57.132 13.756c7.85 0 15.587-.476 22.989-1.414m58.521-24.604l7.588 7.584l-4.528 4.525l-8.49-8.49h-15.21l7.23 12.535l12.198 3.433l-1.735 6.157l-10.157-2.857l-2.774 10.361l-6.182-1.657l3.222-12.036l-7.533-13.065l-7.433 12.854l3.126 12.285l-6.198 1.578l-2.605-10.224l-10.359 2.774l-1.654-6.182l12.029-3.223l7.366-12.733h-15.005l-8.732 8.519l-4.468-4.583l7.556-7.37l-7.584-7.583l4.524-4.525l9.14 9.142h14.947l-7.629-13.193l-12.182-3.427l1.73-6.16l10.16 2.857l2.775-10.358l6.183 1.657l-3.23 12.055l7.543 13.043L185.745 166l-3.123-12.265l6.198-1.578l2.608 10.227l10.356-2.774l1.657 6.18l-12.05 3.228l-7.713 13.382h14.7l9.402-9.17l4.47 4.582z"/></svg> </template>
CSS
.icon-aws-glacier {
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%22SVG7R6tZwZW%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(%23SVG7R6tZwZW)%22%20d%3D%22M0%200h256v256H0z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M48.212%2066.919C50.91%2076.375%2082.075%2086.4%20123.202%2086.4c41.055%200%2072.185-9.99%2074.972-19.433l.205-1.44C198.145%2061.312%20173.966%2044.8%20123.2%2044.8c-50.774%200-74.947%2016.516-75.18%2020.73zm147.69%2061.686l-1.226%208.65c10.752%202.646%2012.682%201.03%2012.701%201.014c.003-.077-.144-2.883-11.475-9.664m-49.731%2081.18l.806%206.35c-7.67.973-15.677%201.465-23.795%201.465c-24.426%200-63.1-5.41-63.53-19.913L41.9%2068.01q-.215-.936-.263-1.907l-.01-.067h.004c-.006-.148-.029-.288-.029-.436c0-11.09%2031.786-27.2%2081.6-27.2c49.811%200%2081.6%2016.11%2081.6%2027.2c0%20.15-.029.298-.035.448h.003l-.006.032a10.7%2010.7%200%200%201-.291%202.055l-7.604%2053.638c10.71%206.112%2015.965%2010.887%2016.794%2015.315c.365%201.956-.118%203.79-1.392%205.31c-1.555%201.849-4.115%202.77-7.898%202.77c-2.819%200-6.332-.521-10.601-1.542l-.41%202.893l-6.336-.896l.522-3.687c-19.728-5.827-46.79-18.156-59.78-24.304c-1.334%201.108-3.02%201.799-4.883%201.799c-4.236%200-7.686-3.45-7.686-7.69s3.45-7.69%207.686-7.69c4.24%200%207.69%203.45%207.69%207.69c0%20.045-.013.09-.013.135c11.04%205.212%2038.314%2017.728%2057.895%2023.65l8.156-57.532c-14.14%209.683-44.435%2014.806-73.41%2014.806c-29.028%200-59.37-5.139-73.48-14.85L66.02%20197.007q.03.218.03.436c0%204.85%2021.692%2013.756%2057.132%2013.756c7.85%200%2015.587-.476%2022.989-1.414m58.521-24.604l7.588%207.584l-4.528%204.525l-8.49-8.49h-15.21l7.23%2012.535l12.198%203.433l-1.735%206.157l-10.157-2.857l-2.774%2010.361l-6.182-1.657l3.222-12.036l-7.533-13.065l-7.433%2012.854l3.126%2012.285l-6.198%201.578l-2.605-10.224l-10.359%202.774l-1.654-6.182l12.029-3.223l7.366-12.733h-15.005l-8.732%208.519l-4.468-4.583l7.556-7.37l-7.584-7.583l4.524-4.525l9.14%209.142h14.947l-7.629-13.193l-12.182-3.427l1.73-6.16l10.16%202.857l2.775-10.358l6.183%201.657l-3.23%2012.055l7.543%2013.043L185.745%20166l-3.123-12.265l6.198-1.578l2.608%2010.227l10.356-2.774l1.657%206.18l-12.05%203.228l-7.713%2013.382h14.7l9.402-9.17l4.47%204.582z%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%22SVG7R6tZwZW%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(%23SVG7R6tZwZW)%22%20d%3D%22M0%200h256v256H0z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M48.212%2066.919C50.91%2076.375%2082.075%2086.4%20123.202%2086.4c41.055%200%2072.185-9.99%2074.972-19.433l.205-1.44C198.145%2061.312%20173.966%2044.8%20123.2%2044.8c-50.774%200-74.947%2016.516-75.18%2020.73zm147.69%2061.686l-1.226%208.65c10.752%202.646%2012.682%201.03%2012.701%201.014c.003-.077-.144-2.883-11.475-9.664m-49.731%2081.18l.806%206.35c-7.67.973-15.677%201.465-23.795%201.465c-24.426%200-63.1-5.41-63.53-19.913L41.9%2068.01q-.215-.936-.263-1.907l-.01-.067h.004c-.006-.148-.029-.288-.029-.436c0-11.09%2031.786-27.2%2081.6-27.2c49.811%200%2081.6%2016.11%2081.6%2027.2c0%20.15-.029.298-.035.448h.003l-.006.032a10.7%2010.7%200%200%201-.291%202.055l-7.604%2053.638c10.71%206.112%2015.965%2010.887%2016.794%2015.315c.365%201.956-.118%203.79-1.392%205.31c-1.555%201.849-4.115%202.77-7.898%202.77c-2.819%200-6.332-.521-10.601-1.542l-.41%202.893l-6.336-.896l.522-3.687c-19.728-5.827-46.79-18.156-59.78-24.304c-1.334%201.108-3.02%201.799-4.883%201.799c-4.236%200-7.686-3.45-7.686-7.69s3.45-7.69%207.686-7.69c4.24%200%207.69%203.45%207.69%207.69c0%20.045-.013.09-.013.135c11.04%205.212%2038.314%2017.728%2057.895%2023.65l8.156-57.532c-14.14%209.683-44.435%2014.806-73.41%2014.806c-29.028%200-59.37-5.139-73.48-14.85L66.02%20197.007q.03.218.03.436c0%204.85%2021.692%2013.756%2057.132%2013.756c7.85%200%2015.587-.476%2022.989-1.414m58.521-24.604l7.588%207.584l-4.528%204.525l-8.49-8.49h-15.21l7.23%2012.535l12.198%203.433l-1.735%206.157l-10.157-2.857l-2.774%2010.361l-6.182-1.657l3.222-12.036l-7.533-13.065l-7.433%2012.854l3.126%2012.285l-6.198%201.578l-2.605-10.224l-10.359%202.774l-1.654-6.182l12.029-3.223l7.366-12.733h-15.005l-8.732%208.519l-4.468-4.583l7.556-7.37l-7.584-7.583l4.524-4.525l9.14%209.142h14.947l-7.629-13.193l-12.182-3.427l1.73-6.16l10.16%202.857l2.775-10.358l6.183%201.657l-3.23%2012.055l7.543%2013.043L185.745%20166l-3.123-12.265l6.198-1.578l2.608%2010.227l10.356-2.774l1.657%206.18l-12.05%203.228l-7.713%2013.382h14.7l9.402-9.17l4.47%204.582z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/logos/aws-glacier.svg?color=%231a73e8&size=48