fedex logo
fedex from CoreUI Brands by creativeLabs Łukasz Holeczek · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- fedex
- Set
- CoreUI Brands
- Style
- Brand
- Viewbox
- 32×32
- License
- CC0 1.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 32 32"><path fill="currentColor" d="m29.3 17.425l2.665-2.995h-3.12l-1.085 1.24l-1.125-1.24H20.7v-.8h2.805v-2.405h-7.56V15h-.025c-.48-.55-1.075-.74-1.77-.74c-1.42 0-2.49.97-2.865 2.245c-.9-2.97-4.87-2.88-6.095-.7v-1.21H2.45v-1.31h3V11.23H0v9.22h2.45v-3.875h2.445q-.114.429-.115.91c0 3.655 5.13 4.57 6.51 1.185h-2.1c-.735 1.045-2.29.445-2.29-.73h4.275c.185 1.525 1.37 2.845 3.005 2.845c.705 0 1.35-.345 1.745-.93h.025v.595h10.61l1.105-1.25l1.115 1.25H32zm-22.335-.83c.305-1.315 2.085-1.28 2.325 0zm7.67 2.445c-1.73 0-1.7-3.14 0-3.14c1.63 0 1.725 3.14 0 3.14m8.39.955h-4.72V11.67h4.75v1.51H20.25v1.695h2.775v1.405H20.22v2.235h2.805zm-2.295-1.99v-1.22h2.805v-2.2l2.535 2.85l-2.535 2.85v-2.28zm6.93.515l-1.305 1.475H24.45l2.28-2.56l-2.28-2.56h1.985l1.33 1.465l1.28-1.465h1.925l-2.27 2.55l2.3 2.57h-2.025z"/></svg>
React
import type { SVGProps } from "react";
export function CibFedex(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m29.3 17.425l2.665-2.995h-3.12l-1.085 1.24l-1.125-1.24H20.7v-.8h2.805v-2.405h-7.56V15h-.025c-.48-.55-1.075-.74-1.77-.74c-1.42 0-2.49.97-2.865 2.245c-.9-2.97-4.87-2.88-6.095-.7v-1.21H2.45v-1.31h3V11.23H0v9.22h2.45v-3.875h2.445q-.114.429-.115.91c0 3.655 5.13 4.57 6.51 1.185h-2.1c-.735 1.045-2.29.445-2.29-.73h4.275c.185 1.525 1.37 2.845 3.005 2.845c.705 0 1.35-.345 1.745-.93h.025v.595h10.61l1.105-1.25l1.115 1.25H32zm-22.335-.83c.305-1.315 2.085-1.28 2.325 0zm7.67 2.445c-1.73 0-1.7-3.14 0-3.14c1.63 0 1.725 3.14 0 3.14m8.39.955h-4.72V11.67h4.75v1.51H20.25v1.695h2.775v1.405H20.22v2.235h2.805zm-2.295-1.99v-1.22h2.805v-2.2l2.535 2.85l-2.535 2.85v-2.28zm6.93.515l-1.305 1.475H24.45l2.28-2.56l-2.28-2.56h1.985l1.33 1.465l1.28-1.465h1.925l-2.27 2.55l2.3 2.57h-2.025z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m29.3 17.425l2.665-2.995h-3.12l-1.085 1.24l-1.125-1.24H20.7v-.8h2.805v-2.405h-7.56V15h-.025c-.48-.55-1.075-.74-1.77-.74c-1.42 0-2.49.97-2.865 2.245c-.9-2.97-4.87-2.88-6.095-.7v-1.21H2.45v-1.31h3V11.23H0v9.22h2.45v-3.875h2.445q-.114.429-.115.91c0 3.655 5.13 4.57 6.51 1.185h-2.1c-.735 1.045-2.29.445-2.29-.73h4.275c.185 1.525 1.37 2.845 3.005 2.845c.705 0 1.35-.345 1.745-.93h.025v.595h10.61l1.105-1.25l1.115 1.25H32zm-22.335-.83c.305-1.315 2.085-1.28 2.325 0zm7.67 2.445c-1.73 0-1.7-3.14 0-3.14c1.63 0 1.725 3.14 0 3.14m8.39.955h-4.72V11.67h4.75v1.51H20.25v1.695h2.775v1.405H20.22v2.235h2.805zm-2.295-1.99v-1.22h2.805v-2.2l2.535 2.85l-2.535 2.85v-2.28zm6.93.515l-1.305 1.475H24.45l2.28-2.56l-2.28-2.56h1.985l1.33 1.465l1.28-1.465h1.925l-2.27 2.55l2.3 2.57h-2.025z"/></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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m29.3%2017.425l2.665-2.995h-3.12l-1.085%201.24l-1.125-1.24H20.7v-.8h2.805v-2.405h-7.56V15h-.025c-.48-.55-1.075-.74-1.77-.74c-1.42%200-2.49.97-2.865%202.245c-.9-2.97-4.87-2.88-6.095-.7v-1.21H2.45v-1.31h3V11.23H0v9.22h2.45v-3.875h2.445q-.114.429-.115.91c0%203.655%205.13%204.57%206.51%201.185h-2.1c-.735%201.045-2.29.445-2.29-.73h4.275c.185%201.525%201.37%202.845%203.005%202.845c.705%200%201.35-.345%201.745-.93h.025v.595h10.61l1.105-1.25l1.115%201.25H32zm-22.335-.83c.305-1.315%202.085-1.28%202.325%200zm7.67%202.445c-1.73%200-1.7-3.14%200-3.14c1.63%200%201.725%203.14%200%203.14m8.39.955h-4.72V11.67h4.75v1.51H20.25v1.695h2.775v1.405H20.22v2.235h2.805zm-2.295-1.99v-1.22h2.805v-2.2l2.535%202.85l-2.535%202.85v-2.28zm6.93.515l-1.305%201.475H24.45l2.28-2.56l-2.28-2.56h1.985l1.33%201.465l1.28-1.465h1.925l-2.27%202.55l2.3%202.57h-2.025z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m29.3%2017.425l2.665-2.995h-3.12l-1.085%201.24l-1.125-1.24H20.7v-.8h2.805v-2.405h-7.56V15h-.025c-.48-.55-1.075-.74-1.77-.74c-1.42%200-2.49.97-2.865%202.245c-.9-2.97-4.87-2.88-6.095-.7v-1.21H2.45v-1.31h3V11.23H0v9.22h2.45v-3.875h2.445q-.114.429-.115.91c0%203.655%205.13%204.57%206.51%201.185h-2.1c-.735%201.045-2.29.445-2.29-.73h4.275c.185%201.525%201.37%202.845%203.005%202.845c.705%200%201.35-.345%201.745-.93h.025v.595h10.61l1.105-1.25l1.115%201.25H32zm-22.335-.83c.305-1.315%202.085-1.28%202.325%200zm7.67%202.445c-1.73%200-1.7-3.14%200-3.14c1.63%200%201.725%203.14%200%203.14m8.39.955h-4.72V11.67h4.75v1.51H20.25v1.695h2.775v1.405H20.22v2.235h2.805zm-2.295-1.99v-1.22h2.805v-2.2l2.535%202.85l-2.535%202.85v-2.28zm6.93.515l-1.305%201.475H24.45l2.28-2.56l-2.28-2.56h1.985l1.33%201.465l1.28-1.465h1.925l-2.27%202.55l2.3%202.57h-2.025z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/cib/fedex.svg?color=%231a73e8&size=48