Absher Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Absher 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/335858.svg" alt="Absher icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/335858.svg" alt="Absher icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/335858.svg" alt="Absher icon" :width="24" :height="24" />
CSS background
.icon-absher {
background-image: url('https://proicons.com/icon/335858.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><line class="c" x1="11.6921" y1="17.6551" x2="11.6921" y2="43.5"/><line class="c" x1="16.3428" y1="17.6551" x2="16.3428" y2="37.5869"/><line class="c" x1="20.9936" y1="17.6551" x2="20.9936" y2="37.5869"/><line class="c" x1="25.6444" y1="17.6551" x2="25.6444" y2="37.5869"/><line class="c" x1="30.2951" y1="11.3433" x2="30.2951" y2="37.5869"/><line class="c" x1="34.9459" y1="9.6823" x2="34.9459" y2="38.9821"/><circle class="c" cx="25.6444" cy="13.6687" r="1.362"/><path class="c" d="m36.3079,4.5c-1.5045,0-2.7241,1.2196-2.7241,2.7241h2.7241v-2.7241Z"/><circle class="c" cx="30.2951" cy="40.9718" r="1.362"/><circle class="c" cx="20.9936" cy="13.6687" r="1.362"/><circle class="c" cx="16.3428" cy="13.6687" r="1.362"/></svg>
Copied!