Avm Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Avm 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/313619.svg" alt="Avm icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/313619.svg" alt="Avm icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/313619.svg" alt="Avm icon" :width="24" :height="24" />
CSS background
.icon-avm {
background-image: url('https://proicons.com/icon/313619.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>AVM</title><path d="m19.501 11.786-.003-4.823-10.9 11.925h3.172l5.481-6.07v4.864l4.321-4.783v3.657H24V6.86zm-2.643-6.675-5.267 5.87V7.443H9.345v9.38L20.049 5.111zM0 16.556h3.148l2.924-3.25v3.25H8.41v-9.21z"/></svg>
Copied!