Ironfox Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Ironfox 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/342107.svg" alt="Ironfox icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/342107.svg" alt="Ironfox icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/342107.svg" alt="Ironfox icon" :width="24" :height="24" />
CSS background
.icon-ironfox {
background-image: url('https://proicons.com/icon/342107.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.f{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="f" d="M14.5818,5.6121L5.5,14.8061c.1177,13.7909,8.0839,20.8545,18.2758,27.5818,11.7727-7.4,18.6121-13.2303,18.7242-27.5818l-9.5303-9.1939v9.1939H14.5818V5.6121Z"/><path class="f" d="M14.5818,24.3364c.9575,1.8276,3.33,6.7721,5.6733,3.3636l-5.6733-3.3636Z"/><path class="f" d="M33.1939,24.3364c-.9575,1.8276-3.33,6.7721-5.6733,3.3636l5.6733-3.3636Z"/></svg>
Copied!