Aim Lab Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Aim Lab 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/336043.svg" alt="Aim Lab icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/336043.svg" alt="Aim Lab icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/336043.svg" alt="Aim Lab icon" :width="24" :height="24" />
CSS background
.icon-aim-lab {
background-image: url('https://proicons.com/icon/336043.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><path class="b" d="M24.0003,25.6658l-9.1698,17.7619c2.8663,1.3588,5.9978,2.0664,9.1698,2.0723,3.1721-.0059,6.3035-.7135,9.1698-2.0723l-9.1698-17.7619Z"/><path class="b" d="M24.0003,2.5C12.1263,2.5,2.5005,12.1258,2.5005,23.9998c.0154,5.4361,2.0894,10.6645,5.8047,14.6329l15.6949-30.4098,15.6949,30.4098c3.7152-3.9684,5.7893-9.1968,5.8047-14.6329,0-11.874-9.6258-21.4998-21.4998-21.4998h.0006Z"/></svg>
Copied!