Brand Fedex Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Brand Fedex 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/305122.svg" alt="Brand Fedex icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305122.svg" alt="Brand Fedex icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305122.svg" alt="Brand Fedex icon" :width="24" :height="24" />
CSS background
.icon-brand-fedex {
background-image: url('https://proicons.com/icon/305122.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M588 569v-53h85v-57h-85v-38h85v-60H525v268h148v-60zm315-110h-76l-37 41-37-41h-80l76 85-76 85h78l36-42 37 42h80l-76-85zm65 112c-17 0-32 13-32 31s15 32 32 32 32-13 32-32-15-31-32-31zm0 58c-15 0-26-11-26-26 0-16 11-27 26-27s26 11 26 27c0 15-11 26-26 26zm7-27c4-1 6-4 6-9 0-7-3-10-12-10h-14v38h6v-17h6c4 0 5 1 6 4 1 5 1 10 3 13h6c-1-1-2-7-2-10-1-6-2-9-5-9zm-7-3h-7v-11h7c6 0 7 2 7 5s-1 6-7 6zM462 471c-14-16-31-22-52-22-41 0-72 28-83 65-12-40-44-65-91-65-39 0-69 17-85 45v-35H71v-38h87v-59H0v267h71V516h71c-2 9-3 18-3 27 0 56 42 95 97 95 45 0 76-22 91-61h-60c-9 12-15 15-31 15-19 0-36-16-36-36h124c6 44 40 83 87 83 21 0 39-10 51-27h1v17h62V361h-63v110zm-260 46c4-17 17-28 34-28 18 0 30 11 34 28h-68zm222 71c-23 0-37-21-37-44 0-24 13-47 37-47 26 0 37 23 37 47 0 23-11 44-37 44z"/></svg>
Copied!