Dir Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Dir 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/339114.svg" alt="Dir icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/339114.svg" alt="Dir icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/339114.svg" alt="Dir icon" :width="24" :height="24" />
CSS background
.icon-dir {
background-image: url('https://proicons.com/icon/339114.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="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b,.c{fill:none;stroke:#fff;stroke-linejoin:round;}.c{stroke-linecap:round;}</style></defs><rect class="b" x="4.5" y="8.5" width="39" height="31" rx="4" ry="4"/><line class="c" x1="15.7909" y1="33.0994" x2="15.7909" y2="14.9004"/><path class="c" d="M21.4081,14.9004c5.9647-.0005,10.8004,4.0735,10.801,9.0996h0c-.0005,5.0261-4.8363,9.1001-10.8009,9.0996h0V14.9004Z"/></svg>
Copied!