Datafolder Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Datafolder 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/324299.svg" alt="Datafolder icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/324299.svg" alt="Datafolder icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/324299.svg" alt="Datafolder icon" :width="24" :height="24" />
CSS background
.icon-datafolder {
background-image: url('https://proicons.com/icon/324299.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="Layer_4" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.cls-1{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><rect class="cls-1" x="20.3263" y="22.8086" width="19.6914" height="19.6914" rx="1.8798" ry="1.8798"/><path class="cls-1" d="M20.3249,33.6693H7.2413c-1.0339,0-1.8798-.8365-1.8798-1.8798v-15.9316c0-1.0339.8459-1.8798,1.8798-1.8798h15.9316c1.0433,0,1.8798.8459,1.8798,1.8798v6.9554"/><path class="cls-1" d="M22.9473,13.9781v-6.5982c0-1.0339.8365-1.8798,1.8798-1.8798h15.9316c1.0339,0,1.8798.8459,1.8798,1.8798v15.9316c0,1.0433-.8459,1.8798-1.8798,1.8798h-.7425"/><polygon class="cls-1" points="18.7634 21.0953 11.4128 22.1144 11.4128 19.5139 18.7634 18.4947 18.7634 21.0953"/><line class="cls-1" x1="18.7634" y1="21.0953" x2="18.7634" y2="26.1177"/><line class="cls-1" x1="11.4128" y1="22.1144" x2="11.4128" y2="28.2292"/><circle class="cls-1" cx="9.726" cy="28.2292" r="1.6868"/><circle class="cls-1" cx="17.0766" cy="26.1177" r="1.6868"/><polygon class="cls-1" points="37.7906 15.9059 30.1719 11.5073 30.1719 20.3046 37.7906 15.9059"/><polyline class="cls-1" points="20.3263 39.0618 27.2807 34.725 31.1878 38.5539"/><polyline class="cls-1" points="40.0176 36.6004 35.1729 31.9511 29.1944 36.6004"/><circle class="cls-1" cx="27.1635" cy="29.9161" r="2.0309"/></svg>
Copied!