Droid Info Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Droid Info icon is commonly used in tooltips, help sections and onboarding flows. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/324764.svg" alt="Droid Info icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/324764.svg" alt="Droid Info icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/324764.svg" alt="Droid Info icon" :width="24" :height="24" />
CSS background
.icon-droid-info {
background-image: url('https://proicons.com/icon/324764.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>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="c" d="m29.3219,26.7221c.0303-.2316.0465-.4648.0485-.6983-.002-.2335-.0182-.4668-.0485-.6983l1.5127-1.1846c.1417-.1079.1794-.3052.0876-.4578l-1.4325-2.4842c-.086-.154-.2734-.2196-.4367-.153l-1.7849.7194c-.3715-.2834-.7778-.5181-1.2089-.6983l-.269-1.8977c-.0244-.1741-.1744-.3029-.3502-.3006h-2.8714c-.1754-.0017-.3248.127-.3492.3006l-.269,1.8977c-.4317.1791-.8381.4139-1.2089.6983l-1.7922-.7194c-.1633-.0666-.3507-.001-.4367.153l-1.4325,2.4842c-.0919.1526-.0541.3499.0876.4578l1.5085,1.1846c-.0302.2316-.0464.4648-.0485.6983.0024.2336.0189.4668.0496.6983l-1.5085,1.1846c-.142.1076-.1802.305-.0886.4578l1.4325,2.4842c.086.154.2734.2196.4367.153l1.7849-.7194c.3715.2834.7778.5181,1.2089.6983l.269,1.8977c.0244.1741.1744.3029.3502.3006h2.864c.1754.0017.3248-.127.3492-.3006l.269-1.8977c.4317-.1791.8381-.4139,1.2089-.6983l1.7859.7194c.1633.0666.3507.001.4367-.153l1.4315-2.4842c.0921-.1523.0548-.3496-.0865-.4578l-1.499-1.1846Zm-5.3208,1.8102c-1.3854.0017-2.5099-1.1199-2.5117-2.5053-.0017-1.3854,1.1199-2.5099,2.5053-2.5117,1.3854-.0017,2.5099,1.1199,2.5117,2.5053,0,.0011,0,.0021,0,.0032.0017,1.3837-1.1185,2.5068-2.5022,2.5085-.0011,0-.0021,0-.0032,0Zm-2.0539,6.7449v5.7512c0,1.3692-1.0021,2.4716-2.2469,2.4716s-2.2469-1.1023-2.2469-2.4716v-5.7512m13.0963,0v5.7512c0,1.3692-1.0021,2.4716-2.2469,2.4716s-2.2469-1.1023-2.2469-2.4716v-5.7512M8.3413,16.244c1.2448,0,2.2469,1.1024,2.2469,2.4716v10.2218c0,1.3703-1.0021,2.4726-2.2469,2.4726s-2.2469-1.1024-2.2469-2.4716v-10.2218c0-1.3703,1.0021-2.4726,2.2469-2.4726Zm31.3173,0c1.2448,0,2.2469,1.1024,2.2469,2.4716v10.2218c0,1.3703-1.0021,2.4726-2.2469,2.4726s-2.2469-1.1024-2.2469-2.4726v-10.2218c0-1.3692,1.0021-2.4716,2.2469-2.4716Zm-13.6027,19.0322h-4.1098m-4.4938,0h-2.7174c-1.0894.0029-1.975-.8779-1.9779-1.9673,0-.0035,0-.007,0-.0106v-16.6281h22.489v16.6291c.0029,1.0894-.8779,1.975-1.9673,1.9779-.0035,0-.007,0-.0106,0h-2.7174m-10.6142-23.3382c0,.6758-.5479,1.2237-1.2237,1.2237-.6758.0006-1.2241-.5468-1.2247-1.2226v-.0011c0-.6758.5479-1.2237,1.2237-1.2237s1.2237.5479,1.2237,1.2237h.0011Zm10.5805,0c0,.6758-.5479,1.2237-1.2237,1.2237h-.0011c-.6758,0-1.2237-.5479-1.2237-1.2237s.5479-1.2237,1.2237-1.2237,1.2237.5479,1.2237,1.2237h.0011Zm-13.5225-7.439l1.8397,3.2416m12.1744-3.2416l-1.8397,3.2416m-16.4118,8.9285c.0802-5.5824,5.0909-10.0709,11.245-10.0709s11.1649,4.4885,11.244,10.0709"/></svg>
Copied!