Datadex Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Datadex 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/338857.svg" alt="Datadex icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/338857.svg" alt="Datadex icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/338857.svg" alt="Datadex icon" :width="24" :height="24" />
CSS background
.icon-datadex {
background-image: url('https://proicons.com/icon/338857.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="M17.8383,26.3322A6.6883,6.6883,0,0,0,11.17,19.6636h0A6.6882,6.6882,0,0,0,4.501,26.3322v4.3346A6.6883,6.6883,0,0,0,11.17,37.3355h0a6.6883,6.6883,0,0,0,6.6687-6.6687m0,6.6687V10.6609"/><path class="a" d="M25.8286,37.3379V10.6623h4.3346A13.3773,13.3773,0,0,1,43.501,24h0A13.3774,13.3774,0,0,1,30.1632,37.3379Z"/><ellipse class="a" cx="34.7483" cy="23.8726" rx="3.3015" ry="3.1652"/><path class="a" d="M26.1451,24h5.3457m12.0058,0H38.1553"/></svg>
Copied!