Deltalab Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Deltalab 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/338972.svg" alt="Deltalab icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/338972.svg" alt="Deltalab icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/338972.svg" alt="Deltalab icon" :width="24" :height="24" />
CSS background
.icon-deltalab {
background-image: url('https://proicons.com/icon/338972.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M45.4994,24c-.0857,11.2049-5.826,13.0184-.2584,20.8987-8.8553-3.9931-10.937.645-21.2413.601a21.5,21.5,0,1,1,21.5-21.5Z"/><path class="a" d="M25.3875,9.628c1.09,1.66,5.3131,5.433,6.3232,3.3752,1.4041-2.86-7.5292-3.7246-10.6788-3.6076-3.2669.1214-6.088,2.6375-1.756,6.4243,3.9783,3.4775,9.8628,3.1813,12.42,7.2807,9.7691,15.66-16.2685,21.1636-17.5167,8.5228-1.0868-11.0056,13.1936-11.8548,16.9255-9.33"/></svg>
Copied!