Alibi Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Alibi 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/336161.svg" alt="Alibi icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/336161.svg" alt="Alibi icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/336161.svg" alt="Alibi icon" :width="24" :height="24" />
CSS background
.icon-alibi {
background-image: url('https://proicons.com/icon/336161.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><path class="c" d="m31.9808,20.1231c4.404,0,7.9808,3.4986,7.9808,7.8131s-3.5768,7.8131-7.9808,7.8131-7.9808-3.4986-7.9808-7.8131,3.5768-7.8131,7.9808-7.8131Z"/><path class="c" d="m16.0192,20.0896c4.404,0,7.9808,3.4986,7.9808,7.8131s-3.5768,7.8131-7.9808,7.8131c-4.4151,0-7.9808-3.4986-7.9808-7.8131s3.5656-7.8131,7.9808-7.8131Z"/><path class="c" d="m31.9808,24.6389c1.8778,0,3.398,1.4754,3.398,3.2974s-1.5201,3.2974-3.398,3.2974-3.398-1.4754-3.398-3.2974,1.5201-3.2974,3.398-3.2974Z"/><path class="c" d="m15.8963,24.6389c1.8778,0,3.398,1.4754,3.398,3.2974s-1.5201,3.2974-3.398,3.2974-3.398-1.4754-3.398-3.2974,1.5201-3.2974,3.398-3.2974Z"/><circle class="c" cx="24" cy="24" r="21.5"/></svg>
Copied!