Abrp Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Abrp 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/321296.svg" alt="Abrp icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/321296.svg" alt="Abrp icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/321296.svg" alt="Abrp icon" :width="24" :height="24" />
CSS background
.icon-abrp {
background-image: url('https://proicons.com/icon/321296.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:#000;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"/><path class="b" d="M25.8209,39.7785c-1.9539,1.828-4.2958,2.927-7.3646,2.586-1.8719-.208-3.5648-1.076-5.4087-1.628-2.4969-.748-4.8247-1.345-7.4196-1.254"/><path class="b" d="M24.255,37.3805c-1.5139.49-2.8058,1.325-5.5777.723-3.1078-.676-5.6197-3.472-8.8325-5.438-1.5979-.978-2.8318-1.64-4.3408-1.903"/><path class="b" d="M22.4591,34.7125c-1.6809.514-3.5108.966-5.4167.14-3.0558-1.326-4.7957-3.717-8.3056-5.612-1.0829-.584-2.1879-1.157-3.2368-1.279"/><polyline class="b" points="5.5 22.6485 6.267 22.0405 6.039 24.1645 9.5518 20.1135 10.4887 22.4885 12.3276 19.5345 14.8775 21.0365"/><polyline class="b" points="5.5 20.5015 10.8227 14.1925 14.2005 17.6365"/><line class="b" x1="16.3204" y1="24.7165" x2="14.6665" y2="26.7435"/><path class="b" d="M42.5,35.7235c-1.4729,2.17-2.9668,4.362-4.4698,6.766"/><path class="b" d="M17.1094,5.5105c-3.4498,5.552-4.4798,12.59-.211,20.325,3.3848,6.133,7.0196,10.758,10.7064,16.654"/><polygon class="b" points="29.6467 7.7735 25.9369 25.0235 30.3917 23.9065 27.7238 35.8495 39.7192 20.8325 33.0505 21.7325 41.5261 7.4665 29.6467 7.7735"/></svg>
Copied!