amazon icon
amazon from Mage Icons by MageIcons · Outline · Apache-2.0 Free for personal and commercial use.
- Name
- amazon
- Set
- Mage Icons
- Style
- Outline
- Viewbox
- 24×24
- License
- Apache 2.0
The same icon in other sets
Use the amazon icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.048 14.693a6.1 6.1 0 0 1-2.051 1.338a5.5 5.5 0 0 1-2.194.186a3 3 0 0 1-2.194-1.162a3.98 3.98 0 0 1 .066-4.531c1.448-1.821 3.85-1.722 5.836-2.04v-1.02a1.448 1.448 0 0 0-1.854-1.34c-.933.154-1.24.626-1.525 1.47c-.088.21-.263.231-.472.187c-.603 0-1.206-.098-1.81-.175c-.285 0-.647-.165-.526-.527c.124-.542.364-1.05.702-1.492a4.56 4.56 0 0 1 3.379-1.722a5.62 5.62 0 0 1 4.3.943a3.83 3.83 0 0 1 1.02 3.204v4.059a2.62 2.62 0 0 0 .592 1.667c.156.16.276.35.352.56a.38.38 0 0 1-.11.384c-.549.46-1.097.932-1.646 1.382a.504.504 0 0 1-.757 0a4.9 4.9 0 0 1-1.108-1.371m-.493-4.388c-1.35.076-3.182.263-3.291 1.974c-.06.475.056.956.329 1.35a1.48 1.48 0 0 0 2.194-.11c.888-.878.779-2.15.724-3.27zm-1.536 9.928A15.04 15.04 0 0 1 2.146 16.6c-.154-.098-.253-.493.055-.384a20.14 20.14 0 0 0 14.92 1.91c.997-.187 1.919-.703 2.895-.878c.867.395-1.24 1.228-1.525 1.448a15.9 15.9 0 0 1-6.472 1.536"/><path fill="currentColor" d="M19.994 16.58c-.592 0-1.042.054-1.59.12c0 0-.121 0-.121-.055c.208-.811 2.808-.998 3.488-.636c.384.208.176.746.143 1.097a4 4 0 0 1-1.207 2.194c-.197.22-.406 0-.263-.208a6.3 6.3 0 0 0 .592-2.063c.044-.493-.735-.395-1.042-.45"/></svg>
React
import type { SVGProps } from "react";
export function MageAmazon(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.048 14.693a6.1 6.1 0 0 1-2.051 1.338a5.5 5.5 0 0 1-2.194.186a3 3 0 0 1-2.194-1.162a3.98 3.98 0 0 1 .066-4.531c1.448-1.821 3.85-1.722 5.836-2.04v-1.02a1.448 1.448 0 0 0-1.854-1.34c-.933.154-1.24.626-1.525 1.47c-.088.21-.263.231-.472.187c-.603 0-1.206-.098-1.81-.175c-.285 0-.647-.165-.526-.527c.124-.542.364-1.05.702-1.492a4.56 4.56 0 0 1 3.379-1.722a5.62 5.62 0 0 1 4.3.943a3.83 3.83 0 0 1 1.02 3.204v4.059a2.62 2.62 0 0 0 .592 1.667c.156.16.276.35.352.56a.38.38 0 0 1-.11.384c-.549.46-1.097.932-1.646 1.382a.504.504 0 0 1-.757 0a4.9 4.9 0 0 1-1.108-1.371m-.493-4.388c-1.35.076-3.182.263-3.291 1.974c-.06.475.056.956.329 1.35a1.48 1.48 0 0 0 2.194-.11c.888-.878.779-2.15.724-3.27zm-1.536 9.928A15.04 15.04 0 0 1 2.146 16.6c-.154-.098-.253-.493.055-.384a20.14 20.14 0 0 0 14.92 1.91c.997-.187 1.919-.703 2.895-.878c.867.395-1.24 1.228-1.525 1.448a15.9 15.9 0 0 1-6.472 1.536"/><path fill="currentColor" d="M19.994 16.58c-.592 0-1.042.054-1.59.12c0 0-.121 0-.121-.055c.208-.811 2.808-.998 3.488-.636c.384.208.176.746.143 1.097a4 4 0 0 1-1.207 2.194c-.197.22-.406 0-.263-.208a6.3 6.3 0 0 0 .592-2.063c.044-.493-.735-.395-1.042-.45"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.048 14.693a6.1 6.1 0 0 1-2.051 1.338a5.5 5.5 0 0 1-2.194.186a3 3 0 0 1-2.194-1.162a3.98 3.98 0 0 1 .066-4.531c1.448-1.821 3.85-1.722 5.836-2.04v-1.02a1.448 1.448 0 0 0-1.854-1.34c-.933.154-1.24.626-1.525 1.47c-.088.21-.263.231-.472.187c-.603 0-1.206-.098-1.81-.175c-.285 0-.647-.165-.526-.527c.124-.542.364-1.05.702-1.492a4.56 4.56 0 0 1 3.379-1.722a5.62 5.62 0 0 1 4.3.943a3.83 3.83 0 0 1 1.02 3.204v4.059a2.62 2.62 0 0 0 .592 1.667c.156.16.276.35.352.56a.38.38 0 0 1-.11.384c-.549.46-1.097.932-1.646 1.382a.504.504 0 0 1-.757 0a4.9 4.9 0 0 1-1.108-1.371m-.493-4.388c-1.35.076-3.182.263-3.291 1.974c-.06.475.056.956.329 1.35a1.48 1.48 0 0 0 2.194-.11c.888-.878.779-2.15.724-3.27zm-1.536 9.928A15.04 15.04 0 0 1 2.146 16.6c-.154-.098-.253-.493.055-.384a20.14 20.14 0 0 0 14.92 1.91c.997-.187 1.919-.703 2.895-.878c.867.395-1.24 1.228-1.525 1.448a15.9 15.9 0 0 1-6.472 1.536"/><path fill="currentColor" d="M19.994 16.58c-.592 0-1.042.054-1.59.12c0 0-.121 0-.121-.055c.208-.811 2.808-.998 3.488-.636c.384.208.176.746.143 1.097a4 4 0 0 1-1.207 2.194c-.197.22-.406 0-.263-.208a6.3 6.3 0 0 0 .592-2.063c.044-.493-.735-.395-1.042-.45"/></svg> </template>
CSS
.icon-amazon {
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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14.048%2014.693a6.1%206.1%200%200%201-2.051%201.338a5.5%205.5%200%200%201-2.194.186a3%203%200%200%201-2.194-1.162a3.98%203.98%200%200%201%20.066-4.531c1.448-1.821%203.85-1.722%205.836-2.04v-1.02a1.448%201.448%200%200%200-1.854-1.34c-.933.154-1.24.626-1.525%201.47c-.088.21-.263.231-.472.187c-.603%200-1.206-.098-1.81-.175c-.285%200-.647-.165-.526-.527c.124-.542.364-1.05.702-1.492a4.56%204.56%200%200%201%203.379-1.722a5.62%205.62%200%200%201%204.3.943a3.83%203.83%200%200%201%201.02%203.204v4.059a2.62%202.62%200%200%200%20.592%201.667c.156.16.276.35.352.56a.38.38%200%200%201-.11.384c-.549.46-1.097.932-1.646%201.382a.504.504%200%200%201-.757%200a4.9%204.9%200%200%201-1.108-1.371m-.493-4.388c-1.35.076-3.182.263-3.291%201.974c-.06.475.056.956.329%201.35a1.48%201.48%200%200%200%202.194-.11c.888-.878.779-2.15.724-3.27zm-1.536%209.928A15.04%2015.04%200%200%201%202.146%2016.6c-.154-.098-.253-.493.055-.384a20.14%2020.14%200%200%200%2014.92%201.91c.997-.187%201.919-.703%202.895-.878c.867.395-1.24%201.228-1.525%201.448a15.9%2015.9%200%200%201-6.472%201.536%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M19.994%2016.58c-.592%200-1.042.054-1.59.12c0%200-.121%200-.121-.055c.208-.811%202.808-.998%203.488-.636c.384.208.176.746.143%201.097a4%204%200%200%201-1.207%202.194c-.197.22-.406%200-.263-.208a6.3%206.3%200%200%200%20.592-2.063c.044-.493-.735-.395-1.042-.45%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14.048%2014.693a6.1%206.1%200%200%201-2.051%201.338a5.5%205.5%200%200%201-2.194.186a3%203%200%200%201-2.194-1.162a3.98%203.98%200%200%201%20.066-4.531c1.448-1.821%203.85-1.722%205.836-2.04v-1.02a1.448%201.448%200%200%200-1.854-1.34c-.933.154-1.24.626-1.525%201.47c-.088.21-.263.231-.472.187c-.603%200-1.206-.098-1.81-.175c-.285%200-.647-.165-.526-.527c.124-.542.364-1.05.702-1.492a4.56%204.56%200%200%201%203.379-1.722a5.62%205.62%200%200%201%204.3.943a3.83%203.83%200%200%201%201.02%203.204v4.059a2.62%202.62%200%200%200%20.592%201.667c.156.16.276.35.352.56a.38.38%200%200%201-.11.384c-.549.46-1.097.932-1.646%201.382a.504.504%200%200%201-.757%200a4.9%204.9%200%200%201-1.108-1.371m-.493-4.388c-1.35.076-3.182.263-3.291%201.974c-.06.475.056.956.329%201.35a1.48%201.48%200%200%200%202.194-.11c.888-.878.779-2.15.724-3.27zm-1.536%209.928A15.04%2015.04%200%200%201%202.146%2016.6c-.154-.098-.253-.493.055-.384a20.14%2020.14%200%200%200%2014.92%201.91c.997-.187%201.919-.703%202.895-.878c.867.395-1.24%201.228-1.525%201.448a15.9%2015.9%200%200%201-6.472%201.536%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M19.994%2016.58c-.592%200-1.042.054-1.59.12c0%200-.121%200-.121-.055c.208-.811%202.808-.998%203.488-.636c.384.208.176.746.143%201.097a4%204%200%200%201-1.207%202.194c-.197.22-.406%200-.263-.208a6.3%206.3%200%200%200%20.592-2.063c.044-.493-.735-.395-1.042-.45%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mage/amazon.svg?color=%231a73e8&size=48