fedex logo
fedex from Font Awesome 6 Brands by Dave Gandy · Regular · CC-BY-4.0 Attribution required.
- Name
- fedex
- Set
- Font Awesome 6 Brands
- Style
- Regular
- Viewbox
- 640×512
- License
- CC BY 4.0
The same logo in other sets
Use the fedex logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="m586 284.5l53.3-59.9h-62.4l-21.7 24.8l-22.5-24.8H414v-16h56.1v-48.1H318.9V236h-.5c-9.6-11-21.5-14.8-35.4-14.8c-28.4 0-49.8 19.4-57.3 44.9c-18-59.4-97.4-57.6-121.9-14v-24.2H49v-26.2h60v-41.1H0V345h49v-77.5h48.9c-1.5 5.7-2.3 11.8-2.3 18.2c0 73.1 102.6 91.4 130.2 23.7h-42c-14.7 20.9-45.8 8.9-45.8-14.6h85.5c3.7 30.5 27.4 56.9 60.1 56.9c14.1 0 27-6.9 34.9-18.6h.5V345h212.2l22.1-25l22.3 25H640zm-446.7-16.6c6.1-26.3 41.7-25.6 46.5 0zm153.4 48.9c-34.6 0-34-62.8 0-62.8c32.6 0 34.5 62.8 0 62.8m167.8 19.1h-94.4V169.4h95v30.2H405v33.9h55.5v28.1h-56.1v44.7h56.1zm-45.9-39.8v-24.4h56.1v-44l50.7 57l-50.7 57v-45.6zm138.6 10.3l-26.1 29.5H489l45.6-51.2l-45.6-51.2h39.7l26.6 29.3l25.6-29.3h38.5l-45.4 51l46 51.4h-40.5z"/></svg>
React
import type { SVGProps } from "react";
export function Fa6BrandsFedex(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="m586 284.5l53.3-59.9h-62.4l-21.7 24.8l-22.5-24.8H414v-16h56.1v-48.1H318.9V236h-.5c-9.6-11-21.5-14.8-35.4-14.8c-28.4 0-49.8 19.4-57.3 44.9c-18-59.4-97.4-57.6-121.9-14v-24.2H49v-26.2h60v-41.1H0V345h49v-77.5h48.9c-1.5 5.7-2.3 11.8-2.3 18.2c0 73.1 102.6 91.4 130.2 23.7h-42c-14.7 20.9-45.8 8.9-45.8-14.6h85.5c3.7 30.5 27.4 56.9 60.1 56.9c14.1 0 27-6.9 34.9-18.6h.5V345h212.2l22.1-25l22.3 25H640zm-446.7-16.6c6.1-26.3 41.7-25.6 46.5 0zm153.4 48.9c-34.6 0-34-62.8 0-62.8c32.6 0 34.5 62.8 0 62.8m167.8 19.1h-94.4V169.4h95v30.2H405v33.9h55.5v28.1h-56.1v44.7h56.1zm-45.9-39.8v-24.4h56.1v-44l50.7 57l-50.7 57v-45.6zm138.6 10.3l-26.1 29.5H489l45.6-51.2l-45.6-51.2h39.7l26.6 29.3l25.6-29.3h38.5l-45.4 51l46 51.4h-40.5z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="m586 284.5l53.3-59.9h-62.4l-21.7 24.8l-22.5-24.8H414v-16h56.1v-48.1H318.9V236h-.5c-9.6-11-21.5-14.8-35.4-14.8c-28.4 0-49.8 19.4-57.3 44.9c-18-59.4-97.4-57.6-121.9-14v-24.2H49v-26.2h60v-41.1H0V345h49v-77.5h48.9c-1.5 5.7-2.3 11.8-2.3 18.2c0 73.1 102.6 91.4 130.2 23.7h-42c-14.7 20.9-45.8 8.9-45.8-14.6h85.5c3.7 30.5 27.4 56.9 60.1 56.9c14.1 0 27-6.9 34.9-18.6h.5V345h212.2l22.1-25l22.3 25H640zm-446.7-16.6c6.1-26.3 41.7-25.6 46.5 0zm153.4 48.9c-34.6 0-34-62.8 0-62.8c32.6 0 34.5 62.8 0 62.8m167.8 19.1h-94.4V169.4h95v30.2H405v33.9h55.5v28.1h-56.1v44.7h56.1zm-45.9-39.8v-24.4h56.1v-44l50.7 57l-50.7 57v-45.6zm138.6 10.3l-26.1 29.5H489l45.6-51.2l-45.6-51.2h39.7l26.6 29.3l25.6-29.3h38.5l-45.4 51l46 51.4h-40.5z"/></svg> </template>
CSS
.icon-fedex {
width: 24px;
height: 24px;
background-color: currentColor;
-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%20640%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m586%20284.5l53.3-59.9h-62.4l-21.7%2024.8l-22.5-24.8H414v-16h56.1v-48.1H318.9V236h-.5c-9.6-11-21.5-14.8-35.4-14.8c-28.4%200-49.8%2019.4-57.3%2044.9c-18-59.4-97.4-57.6-121.9-14v-24.2H49v-26.2h60v-41.1H0V345h49v-77.5h48.9c-1.5%205.7-2.3%2011.8-2.3%2018.2c0%2073.1%20102.6%2091.4%20130.2%2023.7h-42c-14.7%2020.9-45.8%208.9-45.8-14.6h85.5c3.7%2030.5%2027.4%2056.9%2060.1%2056.9c14.1%200%2027-6.9%2034.9-18.6h.5V345h212.2l22.1-25l22.3%2025H640zm-446.7-16.6c6.1-26.3%2041.7-25.6%2046.5%200zm153.4%2048.9c-34.6%200-34-62.8%200-62.8c32.6%200%2034.5%2062.8%200%2062.8m167.8%2019.1h-94.4V169.4h95v30.2H405v33.9h55.5v28.1h-56.1v44.7h56.1zm-45.9-39.8v-24.4h56.1v-44l50.7%2057l-50.7%2057v-45.6zm138.6%2010.3l-26.1%2029.5H489l45.6-51.2l-45.6-51.2h39.7l26.6%2029.3l25.6-29.3h38.5l-45.4%2051l46%2051.4h-40.5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%20640%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m586%20284.5l53.3-59.9h-62.4l-21.7%2024.8l-22.5-24.8H414v-16h56.1v-48.1H318.9V236h-.5c-9.6-11-21.5-14.8-35.4-14.8c-28.4%200-49.8%2019.4-57.3%2044.9c-18-59.4-97.4-57.6-121.9-14v-24.2H49v-26.2h60v-41.1H0V345h49v-77.5h48.9c-1.5%205.7-2.3%2011.8-2.3%2018.2c0%2073.1%20102.6%2091.4%20130.2%2023.7h-42c-14.7%2020.9-45.8%208.9-45.8-14.6h85.5c3.7%2030.5%2027.4%2056.9%2060.1%2056.9c14.1%200%2027-6.9%2034.9-18.6h.5V345h212.2l22.1-25l22.3%2025H640zm-446.7-16.6c6.1-26.3%2041.7-25.6%2046.5%200zm153.4%2048.9c-34.6%200-34-62.8%200-62.8c32.6%200%2034.5%2062.8%200%2062.8m167.8%2019.1h-94.4V169.4h95v30.2H405v33.9h55.5v28.1h-56.1v44.7h56.1zm-45.9-39.8v-24.4h56.1v-44l50.7%2057l-50.7%2057v-45.6zm138.6%2010.3l-26.1%2029.5H489l45.6-51.2l-45.6-51.2h39.7l26.6%2029.3l25.6-29.3h38.5l-45.4%2051l46%2051.4h-40.5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa6-brands/fedex.svg?color=%231a73e8&size=48