Amazon Prime Video Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Amazon Prime Video icon is commonly used in media galleries, video players and content feeds. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/336240.svg" alt="Amazon Prime Video icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/336240.svg" alt="Amazon Prime Video icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/336240.svg" alt="Amazon Prime Video icon" :width="24" :height="24" />
CSS background
.icon-amazon-prime-video {
background-image: url('https://proicons.com/icon/336240.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;}.b{fill:#fff;}</style></defs><polyline class="a" points="15.993 20.125 13.993 25.425 11.993 20.125"/><rect class="a" x="32.007" y="20.2146" width="4" height="5.3" rx="2"/><circle class="b" cx="18.007" cy="17.675" r="0.7"/><line class="a" x1="18.007" y1="20.125" x2="18.007" y2="25.425"/><path class="a" d="M29.7448,24.4157A1.9994,1.9994,0,0,1,28.007,25.425h0a2,2,0,0,1-2-2v-1.3a2,2,0,0,1,2-2h0a2,2,0,0,1,2,2v.65h-4"/><path class="a" d="M24.007,22.125a2,2,0,0,0-2-2h0a2,2,0,0,0-2,2v1.3a2,2,0,0,0,2,2h0a2,2,0,0,0,2-2"/><line class="a" x1="24.007" y1="25.425" x2="24.007" y2="17.425"/><circle class="a" cx="24" cy="24" r="21.5"/><path class="a" d="M32.2807,29.4061c1.112-.451,3.0916-1.0493,3.6872-.3273.6446.7814-.17,2.4769-.92,3.7943"/><path class="a" d="M11.7984,29.9285c1.7586,1.3965,6.9532,3.5343,12.4876,3.5343a17.0029,17.0029,0,0,0,10.1671-3.0789"/></svg>
Copied!