amazonluna logo
amazonluna from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- amazonluna
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
Use the amazonluna logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.757 15.403a4.6 4.6 0 0 0-.816-.367h-.003l-.13-.038c-.508-.155-2.4-.85-3.478-2.812v.002l-1.926-3.334c-.81-1.422-.673-3.685-.585-4.542a5 5 0 0 0 .04-.324l.003-.02h-.001q.009-.115.01-.231a3.511 3.511 0 1 0-7.023 0c0 .076.007.153.011.23h-.004l.006.045q.011.133.032.265c.09.836.245 3.187-.606 4.624h.002l-2.758 4.775v-.003l-.032.058l-.259.45c-.02.037-.035.077-.056.114a20 20 0 0 1-1.198 1.85c-.4.54-1.024 1.073-1.637 1.433l.007.002c-.056.028-.114.053-.168.086a2.4 2.4 0 0 0-.863.874a2.425 2.425 0 0 0 .887 3.312c.606.35 1.298.4 1.918.211l-.004.006a31 31 0 0 1 2.836-.838c1.003-.229 2.488-.285 3.332-.296h.96c4.284.04 6.455 1.858 6.455 1.858l.004-.004c.175.139.355.27.553.384a4.484 4.484 0 0 0 6.128-1.642a4.477 4.477 0 0 0-1.637-6.128m-5.03 2.267c-.449.774-1.086 1.157-2.144 1.238c-1.057.08-1.286.142-3.223.142s-2.23-.06-3.223-.142c-.992-.083-1.695-.464-2.144-1.238c-.448-.774-.41-1.66 0-2.475c.411-.816.674-1.446 1.437-2.768s1.067-1.822 1.785-2.814c.72-.992 1.249-1.238 2.143-1.238s1.464.332 2.143 1.238s.872 1.256 1.714 2.715s1.056 1.952 1.507 2.867c.456.915.45 1.7.004 2.475"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsAmazonluna(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="M21.757 15.403a4.6 4.6 0 0 0-.816-.367h-.003l-.13-.038c-.508-.155-2.4-.85-3.478-2.812v.002l-1.926-3.334c-.81-1.422-.673-3.685-.585-4.542a5 5 0 0 0 .04-.324l.003-.02h-.001q.009-.115.01-.231a3.511 3.511 0 1 0-7.023 0c0 .076.007.153.011.23h-.004l.006.045q.011.133.032.265c.09.836.245 3.187-.606 4.624h.002l-2.758 4.775v-.003l-.032.058l-.259.45c-.02.037-.035.077-.056.114a20 20 0 0 1-1.198 1.85c-.4.54-1.024 1.073-1.637 1.433l.007.002c-.056.028-.114.053-.168.086a2.4 2.4 0 0 0-.863.874a2.425 2.425 0 0 0 .887 3.312c.606.35 1.298.4 1.918.211l-.004.006a31 31 0 0 1 2.836-.838c1.003-.229 2.488-.285 3.332-.296h.96c4.284.04 6.455 1.858 6.455 1.858l.004-.004c.175.139.355.27.553.384a4.484 4.484 0 0 0 6.128-1.642a4.477 4.477 0 0 0-1.637-6.128m-5.03 2.267c-.449.774-1.086 1.157-2.144 1.238c-1.057.08-1.286.142-3.223.142s-2.23-.06-3.223-.142c-.992-.083-1.695-.464-2.144-1.238c-.448-.774-.41-1.66 0-2.475c.411-.816.674-1.446 1.437-2.768s1.067-1.822 1.785-2.814c.72-.992 1.249-1.238 2.143-1.238s1.464.332 2.143 1.238s.872 1.256 1.714 2.715s1.056 1.952 1.507 2.867c.456.915.45 1.7.004 2.475"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.757 15.403a4.6 4.6 0 0 0-.816-.367h-.003l-.13-.038c-.508-.155-2.4-.85-3.478-2.812v.002l-1.926-3.334c-.81-1.422-.673-3.685-.585-4.542a5 5 0 0 0 .04-.324l.003-.02h-.001q.009-.115.01-.231a3.511 3.511 0 1 0-7.023 0c0 .076.007.153.011.23h-.004l.006.045q.011.133.032.265c.09.836.245 3.187-.606 4.624h.002l-2.758 4.775v-.003l-.032.058l-.259.45c-.02.037-.035.077-.056.114a20 20 0 0 1-1.198 1.85c-.4.54-1.024 1.073-1.637 1.433l.007.002c-.056.028-.114.053-.168.086a2.4 2.4 0 0 0-.863.874a2.425 2.425 0 0 0 .887 3.312c.606.35 1.298.4 1.918.211l-.004.006a31 31 0 0 1 2.836-.838c1.003-.229 2.488-.285 3.332-.296h.96c4.284.04 6.455 1.858 6.455 1.858l.004-.004c.175.139.355.27.553.384a4.484 4.484 0 0 0 6.128-1.642a4.477 4.477 0 0 0-1.637-6.128m-5.03 2.267c-.449.774-1.086 1.157-2.144 1.238c-1.057.08-1.286.142-3.223.142s-2.23-.06-3.223-.142c-.992-.083-1.695-.464-2.144-1.238c-.448-.774-.41-1.66 0-2.475c.411-.816.674-1.446 1.437-2.768s1.067-1.822 1.785-2.814c.72-.992 1.249-1.238 2.143-1.238s1.464.332 2.143 1.238s.872 1.256 1.714 2.715s1.056 1.952 1.507 2.867c.456.915.45 1.7.004 2.475"/></svg> </template>
CSS
.icon-amazonluna {
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%22M21.757%2015.403a4.6%204.6%200%200%200-.816-.367h-.003l-.13-.038c-.508-.155-2.4-.85-3.478-2.812v.002l-1.926-3.334c-.81-1.422-.673-3.685-.585-4.542a5%205%200%200%200%20.04-.324l.003-.02h-.001q.009-.115.01-.231a3.511%203.511%200%201%200-7.023%200c0%20.076.007.153.011.23h-.004l.006.045q.011.133.032.265c.09.836.245%203.187-.606%204.624h.002l-2.758%204.775v-.003l-.032.058l-.259.45c-.02.037-.035.077-.056.114a20%2020%200%200%201-1.198%201.85c-.4.54-1.024%201.073-1.637%201.433l.007.002c-.056.028-.114.053-.168.086a2.4%202.4%200%200%200-.863.874a2.425%202.425%200%200%200%20.887%203.312c.606.35%201.298.4%201.918.211l-.004.006a31%2031%200%200%201%202.836-.838c1.003-.229%202.488-.285%203.332-.296h.96c4.284.04%206.455%201.858%206.455%201.858l.004-.004c.175.139.355.27.553.384a4.484%204.484%200%200%200%206.128-1.642a4.477%204.477%200%200%200-1.637-6.128m-5.03%202.267c-.449.774-1.086%201.157-2.144%201.238c-1.057.08-1.286.142-3.223.142s-2.23-.06-3.223-.142c-.992-.083-1.695-.464-2.144-1.238c-.448-.774-.41-1.66%200-2.475c.411-.816.674-1.446%201.437-2.768s1.067-1.822%201.785-2.814c.72-.992%201.249-1.238%202.143-1.238s1.464.332%202.143%201.238s.872%201.256%201.714%202.715s1.056%201.952%201.507%202.867c.456.915.45%201.7.004%202.475%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%22M21.757%2015.403a4.6%204.6%200%200%200-.816-.367h-.003l-.13-.038c-.508-.155-2.4-.85-3.478-2.812v.002l-1.926-3.334c-.81-1.422-.673-3.685-.585-4.542a5%205%200%200%200%20.04-.324l.003-.02h-.001q.009-.115.01-.231a3.511%203.511%200%201%200-7.023%200c0%20.076.007.153.011.23h-.004l.006.045q.011.133.032.265c.09.836.245%203.187-.606%204.624h.002l-2.758%204.775v-.003l-.032.058l-.259.45c-.02.037-.035.077-.056.114a20%2020%200%200%201-1.198%201.85c-.4.54-1.024%201.073-1.637%201.433l.007.002c-.056.028-.114.053-.168.086a2.4%202.4%200%200%200-.863.874a2.425%202.425%200%200%200%20.887%203.312c.606.35%201.298.4%201.918.211l-.004.006a31%2031%200%200%201%202.836-.838c1.003-.229%202.488-.285%203.332-.296h.96c4.284.04%206.455%201.858%206.455%201.858l.004-.004c.175.139.355.27.553.384a4.484%204.484%200%200%200%206.128-1.642a4.477%204.477%200%200%200-1.637-6.128m-5.03%202.267c-.449.774-1.086%201.157-2.144%201.238c-1.057.08-1.286.142-3.223.142s-2.23-.06-3.223-.142c-.992-.083-1.695-.464-2.144-1.238c-.448-.774-.41-1.66%200-2.475c.411-.816.674-1.446%201.437-2.768s1.067-1.822%201.785-2.814c.72-.992%201.249-1.238%202.143-1.238s1.464.332%202.143%201.238s.872%201.256%201.714%202.715s1.056%201.952%201.507%202.867c.456.915.45%201.7.004%202.475%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/amazonluna.svg?color=%231a73e8&size=48