Docsensepro Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Docsensepro 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/339204.svg" alt="Docsensepro icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/339204.svg" alt="Docsensepro icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/339204.svg" alt="Docsensepro icon" :width="24" :height="24" />
CSS background
.icon-docsensepro {
background-image: url('https://proicons.com/icon/339204.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><rect class="a" x="4.5" y="11" width="39" height="26" rx="1.8937"/><path class="a" d="M18.468,25.5364a4.4029,4.4029,0,0,0-4.39-4.39h0a4.4029,4.4029,0,0,0-4.39,4.39V28.39a4.4029,4.4029,0,0,0,4.39,4.39h0a4.4029,4.4029,0,0,0,4.39-4.39"/><line class="a" x1="18.468" y1="32.7798" x2="18.468" y2="15.22"/><path class="a" d="M21.4763,31.902a5.1889,5.1889,0,0,0,3.5119.878h.878A2.9056,2.9056,0,0,0,28.72,29.9265h0a2.9055,2.9055,0,0,0-2.8535-2.8534H23.8908A2.9056,2.9056,0,0,1,21.0373,24.22h0a2.9056,2.9056,0,0,1,2.8535-2.8535h.8779c1.9755,0,2.8535.22,3.512.878"/><line class="a" x1="34.7999" y1="22.5964" x2="34.7999" y2="18.6454"/><line class="a" x1="34.7999" y1="22.5964" x2="32.3855" y2="25.6694"/><line class="a" x1="31.288" y1="20.4014" x2="34.7999" y2="22.5964"/><line class="a" x1="34.7999" y1="22.5964" x2="37.2144" y2="25.6694"/><line class="a" x1="38.3119" y1="20.4014" x2="34.7999" y2="22.5964"/></svg>
Copied!