Adm Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Adm 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/335937.svg" alt="Adm icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/335937.svg" alt="Adm icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/335937.svg" alt="Adm icon" :width="24" :height="24" />
CSS background
.icon-adm {
background-image: url('https://proicons.com/icon/335937.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><polyline class="a" points="29.34 33.04 34.59 39.75 43.5 28.37 38.26 28.37 38.26 17.21 30.92 17.21 30.92 23.84"/><polyline class="a" points="18.95 21.55 17.08 21.55 17.08 10.39 9.74 10.39 9.74 21.55 4.5 21.55 13.41 32.93 16.08 29.52"/><polygon class="a" points="29.22 23.84 29.22 8.25 18.95 8.25 18.95 23.84 11.63 23.84 24.09 39.75 36.54 23.84 29.22 23.84"/></svg>
Copied!