Sitedocs Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Sitedocs 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/332812.svg" alt="Sitedocs icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/332812.svg" alt="Sitedocs icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/332812.svg" alt="Sitedocs icon" :width="24" :height="24" />
CSS background
.icon-sitedocs {
background-image: url('https://proicons.com/icon/332812.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"><path d="M32.438,34.6215h-14.535c-1.8524,0-3.3541-1.5017-3.3541-3.3541s1.5017-3.3541,3.3541-3.3541h17.889c3.7048,0,6.7082,3.0034,6.7082,6.7082s-3.0034,6.7082-6.7082,6.7082H9.972c-1.5977,0-3.0741-.8524-3.873-2.2361s-.7989-3.0885,0-4.4721l14.846-25.715c.7989-1.3837,2.2753-2.2361,3.873-2.2361s3.0741.8524,3.873,2.2361l9.037,15.653" style="fill:none; stroke:#000; stroke-linecap:round; stroke-linejoin:round;"/></svg>
Copied!