Athmvil Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Athmvil 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/336682.svg" alt="Athmvil icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/336682.svg" alt="Athmvil icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/336682.svg" alt="Athmvil icon" :width="24" :height="24" />
CSS background
.icon-athmvil {
background-image: url('https://proicons.com/icon/336682.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><polygon class="a" points="6.129 36.279 16.579 43.5 16.579 29.057 6.129 36.279"/><path class="a" d="M16.5791,36.2786H33.6737a6.0768,6.0768,0,0,0,6.0768-6.0768V19.1729"/><polygon class="a" points="41.871 11.721 31.421 4.5 31.421 18.943 41.871 11.721"/><path class="a" d="M31.4209,11.7214H14.3263A6.0768,6.0768,0,0,0,8.25,17.7982V28.8271"/></svg>
Copied!