Amazon Photos Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Amazon Photos icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/336239.svg" alt="Amazon Photos icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/336239.svg" alt="Amazon Photos icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/336239.svg" alt="Amazon Photos icon" :width="24" :height="24" />
CSS background
.icon-amazon-photos {
background-image: url('https://proicons.com/icon/336239.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="a" cx="24" cy="24" r="21.5"/><path class="a" d="M32.2807,29.7009c1.112-.451,3.0916-1.0492,3.6872-.3272.6446.7814-.17,2.4769-.92,3.7942"/><path class="a" d="M11.7984,30.2234c1.7586,1.3965,6.9532,3.5343,12.4876,3.5343a17.0031,17.0031,0,0,0,10.1671-3.0789"/><rect class="a" x="20.5053" y="20.175" width="4" height="5.3" rx="2"/><rect class="a" x="30.0503" y="20.175" width="4" height="5.3" rx="2"/><line class="a" x1="14.4691" y1="17.475" x2="14.4691" y2="25.475"/><path class="a" d="M14.4691,22.175a2,2,0,0,1,2-2h0a2,2,0,0,1,2,2v3.3"/><path class="a" d="M36.1363,25.0278a2.2494,2.2494,0,0,0,1.6449.4472H38.23a1.3236,1.3236,0,0,0,1.3222-1.325h0A1.3236,1.3236,0,0,0,38.23,22.825h-.8974A1.3235,1.3235,0,0,1,36.01,21.5h0a1.3235,1.3235,0,0,1,1.3221-1.325h.4487a2.2494,2.2494,0,0,1,1.6449.4472"/><path class="a" d="M27.1408,18.525v5.95a1,1,0,0,0,1,1h.3"/><line class="a" x1="26.0908" y1="20.175" x2="28.1908" y2="20.175"/><path class="a" d="M8.4479,23.475a2,2,0,0,0,2,2h0a2,2,0,0,0,2-2v-1.3a2,2,0,0,0-2-2h0a2,2,0,0,0-2,2"/><line class="a" x1="8.4479" y1="20.175" x2="8.4479" y2="28.175"/></svg>
Copied!