Fortnite Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Fortnite 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/314374.svg" alt="Fortnite icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/314374.svg" alt="Fortnite icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/314374.svg" alt="Fortnite icon" :width="24" :height="24" />
CSS background
.icon-fortnite {
background-image: url('https://proicons.com/icon/314374.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Fortnite</title><path d="m15.767 14.171.097-5.05H12.4V5.197h3.99L16.872 0H7.128v24l5.271-.985V14.17z"/></svg>
Copied!