Amazon Drive Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Amazon Drive 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/321672.svg" alt="Amazon Drive icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/321672.svg" alt="Amazon Drive icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/321672.svg" alt="Amazon Drive icon" :width="24" :height="24" />
CSS background
.icon-amazon-drive {
background-image: url('https://proicons.com/icon/321672.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M8.998,18.557c2.162,1.716,8.548,4.344,15.352,4.344,6.485,0,10.445-2.35,12.498-3.785"/><path class="b" d="M34.178,17.914c1.367-.554,3.8-1.29,4.533-.402.792.96-.21,3.045-1.131,4.664"/><path class="b" d="M6.03,40.49c1.32-1.13,3.04-1.76,4.83-1.76.54,0,1.08.06,1.61.17.07-2.4,1.13-4.55,2.81-6.11,1.68-1.55,3.98-2.51,6.5-2.52,3.94,0,7.46,2.36,8.78,5.9,1.34-1.97,3.63-3.16,6.1-3.16,2.13,0,4.15.89,5.53,2.42"/><rect class="b" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/></svg>
Copied!