Finder Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Finder 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/340428.svg" alt="Finder icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/340428.svg" alt="Finder icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/340428.svg" alt="Finder icon" :width="24" :height="24" />
CSS background
.icon-finder {
background-image: url('https://proicons.com/icon/340428.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;}.b{fill:#fff;}</style></defs><rect class="a" x="14.96" y="13.64" width="18.09" height="29.85" rx="2"/><line class="a" x1="28.81" y1="13.64" x2="28.81" y2="10.02"/><rect class="a" x="18.12" y="16.81" width="11.76" height="11.76"/><path class="a" d="M23.48,7.17a6.61,6.61,0,0,1,5.3-2.68h0a6.63,6.63,0,0,1,5.31,2.68m-8,1.72a3.23,3.23,0,0,1,5.31,0"/><circle class="b" cx="19.62" cy="31.61" r="0.75"/><circle class="b" cx="24" cy="31.61" r="0.75"/><circle class="b" cx="28.38" cy="31.61" r="0.75"/><circle class="b" cx="24" cy="35.99" r="0.75"/><circle class="b" cx="24" cy="40.37" r="0.75"/><circle class="b" cx="28.38" cy="35.99" r="0.75"/><circle class="b" cx="28.38" cy="40.37" r="0.75"/><circle class="b" cx="19.62" cy="35.99" r="0.75"/><circle class="b" cx="19.62" cy="40.37" r="0.75"/></svg>
Finder in other icon packs
Copied!