Ahamo Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Ahamo 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/336022.svg" alt="Ahamo icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/336022.svg" alt="Ahamo icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/336022.svg" alt="Ahamo icon" :width="24" :height="24" />
CSS background
.icon-ahamo {
background-image: url('https://proicons.com/icon/336022.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="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><rect class="b" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/><line class="b" x1="21.652" y1="16.041" x2="21.652" y2="25.474"/><path class="b" d="M21.652,21.583c0-1.3025,1.0512-2.3583,2.3479-2.3583s2.3479,1.0558,2.3479,2.3583v3.8912"/><circle class="b" cx="34.566" cy="22.349" r="3.125"/><path class="b" d="M37.691,22.349v3.1247"/><path class="b" d="M34.566,19.224s-1.7424.1034-2.524-1.2564"/><circle class="b" cx="13.434" cy="22.349" r="3.125"/><path class="b" d="M16.559,22.349v3.1247"/><path class="b" d="M13.434,19.224s-1.7424.1034-2.524-1.2564"/><path class="b" d="M30.859,28.717c-1.4148,2.0066-4.0294,3.2427-6.859,3.2427-2.8296,0-5.4442-1.2361-6.859-3.2427"/></svg>
Copied!