Hamgps Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Hamgps 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/341435.svg" alt="Hamgps icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/341435.svg" alt="Hamgps icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/341435.svg" alt="Hamgps icon" :width="24" :height="24" />
CSS background
.icon-hamgps {
background-image: url('https://proicons.com/icon/341435.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;}.b{fill:#fff;}</style></defs><ellipse class="a" cx="24" cy="24" rx="21.8" ry="12.53" transform="translate(-8.78 15.22) rotate(-30)"/><ellipse class="a" cx="24" cy="24" rx="15.28" ry="8.45" transform="translate(-8.78 15.22) rotate(-30)"/><ellipse class="a" cx="24" cy="24" rx="8.56" ry="4.37" transform="translate(-8.78 15.22) rotate(-30)"/><line class="a" x1="17.74" y1="13.15" x2="30.26" y2="34.85"/><line class="a" x1="5.12" y1="34.9" x2="42.88" y2="13.1"/><circle class="b" cx="33.36" cy="22.32" r="0.75"/><circle class="b" cx="15.61" cy="36.36" r="0.75"/><circle class="b" cx="25.12" cy="20.95" r="0.75"/><circle class="b" cx="35.61" cy="11.05" r="0.75"/><circle class="b" cx="39.48" cy="21.7" r="0.75"/><circle class="b" cx="39.48" cy="24.47" r="0.75"/><circle class="b" cx="7.23" cy="30.25" r="0.75"/><circle class="b" cx="11.43" cy="20.95" r="0.75"/></svg>
Copied!