Foreground Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Foreground 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/340711.svg" alt="Foreground icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/340711.svg" alt="Foreground icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/340711.svg" alt="Foreground icon" :width="24" :height="24" />
CSS background
.icon-foreground {
background-image: url('https://proicons.com/icon/340711.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="17.6692" y="38.5728" width="14.5883" height="4.9272"/><path class="a" d="M24.9633,33.7906h0a2.6085,2.6085,0,0,1,2.6085,2.6085v2.1738a0,0,0,0,1,0,0h-5.217a0,0,0,0,1,0,0V36.3991A2.6085,2.6085,0,0,1,24.9633,33.7906Z"/><circle class="a" cx="12.0174" cy="23.8396" r="2.4153"/><line class="a" x1="13.7199" y1="25.5521" x2="22.9117" y2="34.7978"/><line class="a" x1="13.728" y1="22.1345" x2="25.5393" y2="10.4783"/><circle class="b" cx="24.9633" cy="36.4474" r="0.75"/><polygon class="a" points="28.663 7.365 25.807 4.5 22.684 7.613 25.539 10.478 28.133 20.222 38.398 9.99 28.663 7.365"/><path class="a" d="M24.3112,5.9909A2.6291,2.6291,0,0,0,20.39,5.7733a2.4885,2.4885,0,0,0,.0322,3.317c.6763.6763,3.209,3.2707,3.209,3.2707"/></svg>
Copied!