Findroid Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Findroid 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/325872.svg" alt="Findroid icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/325872.svg" alt="Findroid icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/325872.svg" alt="Findroid icon" :width="24" :height="24" />
CSS background
.icon-findroid {
background-image: url('https://proicons.com/icon/325872.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:#000;stroke-linecap:round;stroke-linejoin:round;}.b{fill:#000;}</style></defs><path class="a" d="M24,5.5C19.11,5.5,3.34,34.08,5.75,38.9s34.13,4.77,36.51,0S28.9,5.5,24,5.5ZM36,34.71c-1.56,3.13-22.35,3.17-23.93,0S20.8,12.83,24,12.83,37.52,31.59,36,34.71Z"/><path class="b" d="M21.2914,31.3251a.75.75,0,1,1,.7445-.7554c0,.0119,0,.0239-.0006.0359A.7439.7439,0,0,1,21.2914,31.3251Z"/><path class="b" d="M26.7673,31.3251a.75.75,0,1,1,.7445-.7554c0,.0119,0,.0239-.0006.0359A.7439.7439,0,0,1,26.7673,31.3251Z"/><path class="a" d="M24.0154,25.73h0a6.7065,6.7065,0,0,1,6.7065,6.7065h0a.9537.9537,0,0,1-.9537.9537H18.2318a.9537.9537,0,0,1-.9537-.9537h0A6.7066,6.7066,0,0,1,23.9845,25.73Z"/><line class="a" x1="18.2318" y1="24.73" x2="20.1391" y2="26.9681"/><line class="a" x1="29.8144" y1="24.73" x2="27.9147" y2="26.9681"/></svg>
Copied!