Foxydroid Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Foxydroid 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/326208.svg" alt="Foxydroid icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/326208.svg" alt="Foxydroid icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/326208.svg" alt="Foxydroid icon" :width="24" :height="24" />
CSS background
.icon-foxydroid {
background-image: url('https://proicons.com/icon/326208.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.cls-1{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><polygon class="cls-1" points="24 16.17 14.76 21.5 5.52 26.84 5.52 16.17 5.52 5.5 14.76 10.83 24 16.17"/><polygon class="cls-1" points="24 16.17 33.24 10.83 42.48 5.5 42.48 16.17 42.48 26.84 33.24 21.5 24 16.17"/><polygon class="cls-1" points="42.48 26.84 24 42.5 24 26.84 24 16.17 33.24 21.5 42.48 26.84"/><polygon class="cls-1" points="5.52 26.84 14.76 21.5 24 16.17 24 26.84 24 42.5 5.52 26.84"/></svg>
Copied!