Abdirect Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Abdirect 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/321290.svg" alt="Abdirect icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/321290.svg" alt="Abdirect icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/321290.svg" alt="Abdirect icon" :width="24" :height="24" />
CSS background
.icon-abdirect {
background-image: url('https://proicons.com/icon/321290.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>.f{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="f" d="m20.0069,29.1653c-2.7267-.6187-7.5739-2.0126-9.8051-7.4227-1.005-2.437-2.3198-4.9577-4.6392-6.624-.4806-.7081,1.8761.4616,4.6624-2.396,3.4897,2.3996,1.8636,6.302,6.1642,9.9828,2.9114,2.4917,5.4252,2.3059,6.05,2.5833-.4668,2.1351-1.4242,3.4954-2.4324,3.8768v-.0003ZM11.9612,9.8609c.3185-1.7288,1.4265-3.0638,2.5809-4.3168,2.3987,1.7036,3.1267,4.279,4.1148,6.8595-1.3242,1.6834-1.4525,3.7359-2.0869,5.6898-1.4142-1.3628-1.2724-5.7818-4.6088-8.2326Z"/><path id="c" class="f" d="m18.8347,20.0069c.6187-2.7267,2.0126-7.5739,7.4227-9.8051,2.437-1.005,4.9577-2.3198,6.624-4.6392.7081-.4806-.4616,1.8761,2.396,4.6624-2.3996,3.4897-6.302,1.8636-9.9828,6.1642-2.4917,2.9114-2.3059,5.4252-2.5833,6.05-2.1351-.4668-3.4954-1.4242-3.8768-2.4324h.0003Zm19.3044-8.0457c1.7288.3185,3.0638,1.4265,4.3168,2.5809-1.7036,2.3987-4.279,3.1267-6.8595,4.1148-1.6834-1.3242-3.7359-1.4525-5.6898-2.0869,1.3628-1.4142,5.7818-1.2724,8.2326-4.6088Z"/><path id="d" class="f" d="m27.9931,18.8347c2.7267.6187,7.5739,2.0126,9.8051,7.4227,1.005,2.437,2.3198,4.9577,4.6392,6.624.4806.7081-1.8761-.4616-4.6624,2.396-3.4897-2.3996-1.8636-6.302-6.1642-9.9828-2.9114-2.4917-5.4252-2.3059-6.05-2.5833.4668-2.1351,1.4242-3.4954,2.4324-3.8768v.0003Zm8.0457,19.3044c-.3185,1.7288-1.4265,3.0638-2.5809,4.3168-2.3987-1.7036-3.1267-4.279-4.1148-6.8595,1.3242-1.6834,1.4525-3.7359,2.0869-5.6898,1.4142,1.3628,1.2724,5.7818,4.6088,8.2326Z"/><path id="e" class="f" d="m29.1653,27.9931c-.6187,2.7267-2.0126,7.5739-7.4227,9.8051-2.437,1.005-4.9577,2.3198-6.624,4.6392-.7081.4806.4616-1.8761-2.396-4.6624,2.3996-3.4897,6.302-1.8636,9.9828-6.1642,2.4917-2.9114,2.3059-5.4252,2.5833-6.05,2.1351.4668,3.4954,1.4242,3.8768,2.4324h-.0003Zm-19.3044,8.0457c-1.7288-.3185-3.0638-1.4265-4.3168-2.5809,1.7036-2.3987,4.279-3.1267,6.8595-4.1148,1.6834,1.3242,3.7359,1.4525,5.6898,2.0869-1.3628,1.4142-5.7818,1.2724-8.2326,4.6088Z"/></svg>
Copied!