Applicationsinfo Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Applicationsinfo 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/336520.svg" alt="Applicationsinfo icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/336520.svg" alt="Applicationsinfo icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/336520.svg" alt="Applicationsinfo icon" :width="24" :height="24" />
CSS background
.icon-applicationsinfo {
background-image: url('https://proicons.com/icon/336520.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:#fff;stroke-linecap:round;stroke-linejoin:round;}.c{fill:#fff;stroke-width:0px;}</style></defs><path class="b" d="M19.12,12.79c6.1911,0,11.21,5.0189,11.21,11.21s-5.0189,11.21-11.21,11.21-11.21-5.0189-11.21-11.21,5.0189-11.21,11.21-11.21h0Z"/><circle class="c" cx="19.12" cy="18.22" r=".75"/><line class="b" x1="19.12" y1="22.08" x2="19.12" y2="30.53"/><path class="b" d="M8.5,8.5c-2.209.0002-3.9998,1.791-4,4v23c.0002,2.209,1.791,3.9998,4,4h31c2.209-.0002,3.9998-1.791,4-4v-12.822c-.0002-1.0608-.4218-2.0781-1.1719-2.8281l-10.176-10.178c-.75-.7501-1.7673-1.1717-2.8281-1.1719H8.5Z"/></svg>
Copied!