Amp Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Amp 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/313466.svg" alt="Amp icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/313466.svg" alt="Amp icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/313466.svg" alt="Amp icon" :width="24" :height="24" />
CSS background
.icon-amp {
background-image: url('https://proicons.com/icon/313466.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>AMP</title><path d="M12 0c6.628 0 12 5.373 12 12s-5.372 12-12 12C5.373 24 0 18.627 0 12S5.373 0 12 0zm-.92 19.278l5.034-8.377a.444.444 0 00.097-.268.455.455 0 00-.455-.455l-2.851.004.924-5.468-.927-.003-5.018 8.367s-.1.183-.1.291c0 .251.204.455.455.455l2.831-.004-.901 5.458z"/></svg>
Amp in other icon packs
Copied!