Directa Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Directa 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/339115.svg" alt="Directa icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/339115.svg" alt="Directa icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/339115.svg" alt="Directa icon" :width="24" :height="24" />
CSS background
.icon-directa {
background-image: url('https://proicons.com/icon/339115.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;isolation:isolate;opacity:.998;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m41.0423,42.5395c-4.9946.2313-9.9887.4584-14.9823.681.0323-1.4284,0-2.8552-.0973-4.2807-2.2948,3.6273-5.6126,5.2596-9.8261,4.2807-4.9978-1.1612-7.9882-4.6271-8.8532-9.7288-.5699-3.3611-.4408-6.7485.7783-9.9234,2.5711-6.6959,7.6229-9.2622,14.012-6.1273,1.1198.5495,2.4794,1.474,3.3052,2.4303.0973-4.3451.1298-10.3366.0973-14.6826"/><path class="c" d="m21.1956,5.2783c4.9706-.0352,9.8998-.2948,14.7877-.7783h2.3349v38.1653"/><path class="c" d="m22.0854,21.5866c1.236-.2904,2.0975.6473,2.3112,1.9114.6496,3.8413.7511,7.7716.1577,11.6295-.1223.7949-.3396,1.5876-.7963,2.2302-.5985.842-1.6286.968-2.2302.1599-.3968-.5329-.4402-1.2468-.4787-1.9114-.2395-4.1371-.2685-8.2927,0-12.4269.0484-.7455.3631-1.4345,1.0362-1.5927Z"/></svg>
Copied!