App Finder Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The App 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/321939.svg" alt="App Finder icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/321939.svg" alt="App Finder icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/321939.svg" alt="App Finder icon" :width="24" :height="24" />
CSS background
.icon-app-finder {
background-image: url('https://proicons.com/icon/321939.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{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="m23.5591,22.2936l-3.0362-7.3851,3.5773-10.4314,3.2066,10.4414-2.7056,7.3751m-3.3268,2.2646l-7.9463.6012-8.8281-6.6336,10.9224.1904,6.2127,4.89m5.0303.9419l8.0164.6113,8.8181-6.6336-10.9224.1904-6.2027,4.88m-1.0421,3.9681l1.8438,7.6156,9.0385,6.343-3.5473-10.3312-6.5134-4.369m-3.4972.6012l-1.8939,7.7459-9.0285,6.353,3.5473-10.3312,6.5735-4.4692"/><circle class="b" cx="23.99" cy="25.0392" r="2.7256"/></svg>
Copied!