Metadator Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Metadator 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/343673.svg" alt="Metadator icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/343673.svg" alt="Metadator icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/343673.svg" alt="Metadator icon" :width="24" :height="24" />
CSS background
.icon-metadator {
background-image: url('https://proicons.com/icon/343673.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;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="M5.5,16.3409v-3.4942c0-4.0706,3.2761-7.3467,7.3454-7.3467h22.3091c4.0693,0,7.3454,3.2761,7.3454,7.3454v3.4942M42.5,31.8109v3.3437c0,4.0693-3.2761,7.3454-7.3454,7.3454H12.8454c-4.0483.0085-7.337-3.2665-7.3454-7.3148,0-.0102,0-.0204,0-.0306v-3.3437"/><path class="c" d="M24.0038,13.6986v20.6972M16.3026,16.4238v15.3029M31.6298,16.4238v15.3029M8.6754,18.3149v11.4224M39.2354,18.3175v11.4211"/></svg>
Copied!