justeat logo
justeat from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- justeat
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
Use the justeat logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.614 7.2c-.002-.003-.072-.071-.087-.2a37 37 0 0 0-.568-4.08a.66.66 0 0 0-.575-.516l-1.96-.236s-.022-.003-.052 0a.413.413 0 0 0-.413.412v.68c.007.033-.035.015-.041.018A27.5 27.5 0 0 0 12.972.293A1.74 1.74 0 0 0 12.003 0c-.592-.002-.953.293-.97.293C4.278 4.47.56 11.243.417 11.615c-.18.38.032.83.44.934l1.946.374a.67.67 0 0 1 .486.57c.016.343.384 8.015.846 10.005c.007.061.174.499.648.499h.014a250 250 0 0 1 3.396-.063a.22.22 0 0 0 .218-.219c0-.18-.028-.06-.231-3.956a.41.41 0 0 0-.203-.323a2.1 2.1 0 0 1-1.02-1.695c-.227-5.894.011-8.233-.008-8.233c.012-.528.81-.512.783.046c-.11 1.809-.09 3.621-.07 5.432c.01.62.94.603.929-.017c-.035-1.904-.025-3.834.073-5.461c.006-.509.794-.53.782.046c-.106 1.799-.093 3.601-.07 5.402c.01.62.939.605.93-.015c.01.011-.085-2.834.072-5.434c.012-.528.783-.52.783.046c-.152 2.69-.08 5.386 0 8.077a2.1 2.1 0 0 1-.91 1.731a.4.4 0 0 0-.174.305s-.047.403.13 2.357c.054.572.116 1.142.177 1.713a.206.206 0 0 0 .206.18a469 469 0 0 1 4.056.009a.206.206 0 0 0 .206-.182c.256-2.342.316-3.658.316-3.658a.23.23 0 0 0-.207-.225l-1.341-.185a.47.47 0 0 1-.401-.535c.536-7.81 3.109-10.44 3.109-10.44a1 1 0 0 1 .125-.103a.413.413 0 0 1 .627.184a.8.8 0 0 1 .033.188c.222 2.454.113 6.63-.024 9.888c-.117 2.765-.258 4.936-.258 4.936a.16.16 0 0 0 .16.16q1.115.02 2.228.047a.67.67 0 0 0 .649-.498c.46-1.99.825-9.663.845-10.007a.665.665 0 0 1 .486-.568l1.946-.375a.67.67 0 0 0 .44-.934c-.035-.096-.917-1.852-2.97-4.418"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsJusteat(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.614 7.2c-.002-.003-.072-.071-.087-.2a37 37 0 0 0-.568-4.08a.66.66 0 0 0-.575-.516l-1.96-.236s-.022-.003-.052 0a.413.413 0 0 0-.413.412v.68c.007.033-.035.015-.041.018A27.5 27.5 0 0 0 12.972.293A1.74 1.74 0 0 0 12.003 0c-.592-.002-.953.293-.97.293C4.278 4.47.56 11.243.417 11.615c-.18.38.032.83.44.934l1.946.374a.67.67 0 0 1 .486.57c.016.343.384 8.015.846 10.005c.007.061.174.499.648.499h.014a250 250 0 0 1 3.396-.063a.22.22 0 0 0 .218-.219c0-.18-.028-.06-.231-3.956a.41.41 0 0 0-.203-.323a2.1 2.1 0 0 1-1.02-1.695c-.227-5.894.011-8.233-.008-8.233c.012-.528.81-.512.783.046c-.11 1.809-.09 3.621-.07 5.432c.01.62.94.603.929-.017c-.035-1.904-.025-3.834.073-5.461c.006-.509.794-.53.782.046c-.106 1.799-.093 3.601-.07 5.402c.01.62.939.605.93-.015c.01.011-.085-2.834.072-5.434c.012-.528.783-.52.783.046c-.152 2.69-.08 5.386 0 8.077a2.1 2.1 0 0 1-.91 1.731a.4.4 0 0 0-.174.305s-.047.403.13 2.357c.054.572.116 1.142.177 1.713a.206.206 0 0 0 .206.18a469 469 0 0 1 4.056.009a.206.206 0 0 0 .206-.182c.256-2.342.316-3.658.316-3.658a.23.23 0 0 0-.207-.225l-1.341-.185a.47.47 0 0 1-.401-.535c.536-7.81 3.109-10.44 3.109-10.44a1 1 0 0 1 .125-.103a.413.413 0 0 1 .627.184a.8.8 0 0 1 .033.188c.222 2.454.113 6.63-.024 9.888c-.117 2.765-.258 4.936-.258 4.936a.16.16 0 0 0 .16.16q1.115.02 2.228.047a.67.67 0 0 0 .649-.498c.46-1.99.825-9.663.845-10.007a.665.665 0 0 1 .486-.568l1.946-.375a.67.67 0 0 0 .44-.934c-.035-.096-.917-1.852-2.97-4.418"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.614 7.2c-.002-.003-.072-.071-.087-.2a37 37 0 0 0-.568-4.08a.66.66 0 0 0-.575-.516l-1.96-.236s-.022-.003-.052 0a.413.413 0 0 0-.413.412v.68c.007.033-.035.015-.041.018A27.5 27.5 0 0 0 12.972.293A1.74 1.74 0 0 0 12.003 0c-.592-.002-.953.293-.97.293C4.278 4.47.56 11.243.417 11.615c-.18.38.032.83.44.934l1.946.374a.67.67 0 0 1 .486.57c.016.343.384 8.015.846 10.005c.007.061.174.499.648.499h.014a250 250 0 0 1 3.396-.063a.22.22 0 0 0 .218-.219c0-.18-.028-.06-.231-3.956a.41.41 0 0 0-.203-.323a2.1 2.1 0 0 1-1.02-1.695c-.227-5.894.011-8.233-.008-8.233c.012-.528.81-.512.783.046c-.11 1.809-.09 3.621-.07 5.432c.01.62.94.603.929-.017c-.035-1.904-.025-3.834.073-5.461c.006-.509.794-.53.782.046c-.106 1.799-.093 3.601-.07 5.402c.01.62.939.605.93-.015c.01.011-.085-2.834.072-5.434c.012-.528.783-.52.783.046c-.152 2.69-.08 5.386 0 8.077a2.1 2.1 0 0 1-.91 1.731a.4.4 0 0 0-.174.305s-.047.403.13 2.357c.054.572.116 1.142.177 1.713a.206.206 0 0 0 .206.18a469 469 0 0 1 4.056.009a.206.206 0 0 0 .206-.182c.256-2.342.316-3.658.316-3.658a.23.23 0 0 0-.207-.225l-1.341-.185a.47.47 0 0 1-.401-.535c.536-7.81 3.109-10.44 3.109-10.44a1 1 0 0 1 .125-.103a.413.413 0 0 1 .627.184a.8.8 0 0 1 .033.188c.222 2.454.113 6.63-.024 9.888c-.117 2.765-.258 4.936-.258 4.936a.16.16 0 0 0 .16.16q1.115.02 2.228.047a.67.67 0 0 0 .649-.498c.46-1.99.825-9.663.845-10.007a.665.665 0 0 1 .486-.568l1.946-.375a.67.67 0 0 0 .44-.934c-.035-.096-.917-1.852-2.97-4.418"/></svg> </template>
CSS
.icon-justeat {
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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20.614%207.2c-.002-.003-.072-.071-.087-.2a37%2037%200%200%200-.568-4.08a.66.66%200%200%200-.575-.516l-1.96-.236s-.022-.003-.052%200a.413.413%200%200%200-.413.412v.68c.007.033-.035.015-.041.018A27.5%2027.5%200%200%200%2012.972.293A1.74%201.74%200%200%200%2012.003%200c-.592-.002-.953.293-.97.293C4.278%204.47.56%2011.243.417%2011.615c-.18.38.032.83.44.934l1.946.374a.67.67%200%200%201%20.486.57c.016.343.384%208.015.846%2010.005c.007.061.174.499.648.499h.014a250%20250%200%200%201%203.396-.063a.22.22%200%200%200%20.218-.219c0-.18-.028-.06-.231-3.956a.41.41%200%200%200-.203-.323a2.1%202.1%200%200%201-1.02-1.695c-.227-5.894.011-8.233-.008-8.233c.012-.528.81-.512.783.046c-.11%201.809-.09%203.621-.07%205.432c.01.62.94.603.929-.017c-.035-1.904-.025-3.834.073-5.461c.006-.509.794-.53.782.046c-.106%201.799-.093%203.601-.07%205.402c.01.62.939.605.93-.015c.01.011-.085-2.834.072-5.434c.012-.528.783-.52.783.046c-.152%202.69-.08%205.386%200%208.077a2.1%202.1%200%200%201-.91%201.731a.4.4%200%200%200-.174.305s-.047.403.13%202.357c.054.572.116%201.142.177%201.713a.206.206%200%200%200%20.206.18a469%20469%200%200%201%204.056.009a.206.206%200%200%200%20.206-.182c.256-2.342.316-3.658.316-3.658a.23.23%200%200%200-.207-.225l-1.341-.185a.47.47%200%200%201-.401-.535c.536-7.81%203.109-10.44%203.109-10.44a1%201%200%200%201%20.125-.103a.413.413%200%200%201%20.627.184a.8.8%200%200%201%20.033.188c.222%202.454.113%206.63-.024%209.888c-.117%202.765-.258%204.936-.258%204.936a.16.16%200%200%200%20.16.16q1.115.02%202.228.047a.67.67%200%200%200%20.649-.498c.46-1.99.825-9.663.845-10.007a.665.665%200%200%201%20.486-.568l1.946-.375a.67.67%200%200%200%20.44-.934c-.035-.096-.917-1.852-2.97-4.418%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20.614%207.2c-.002-.003-.072-.071-.087-.2a37%2037%200%200%200-.568-4.08a.66.66%200%200%200-.575-.516l-1.96-.236s-.022-.003-.052%200a.413.413%200%200%200-.413.412v.68c.007.033-.035.015-.041.018A27.5%2027.5%200%200%200%2012.972.293A1.74%201.74%200%200%200%2012.003%200c-.592-.002-.953.293-.97.293C4.278%204.47.56%2011.243.417%2011.615c-.18.38.032.83.44.934l1.946.374a.67.67%200%200%201%20.486.57c.016.343.384%208.015.846%2010.005c.007.061.174.499.648.499h.014a250%20250%200%200%201%203.396-.063a.22.22%200%200%200%20.218-.219c0-.18-.028-.06-.231-3.956a.41.41%200%200%200-.203-.323a2.1%202.1%200%200%201-1.02-1.695c-.227-5.894.011-8.233-.008-8.233c.012-.528.81-.512.783.046c-.11%201.809-.09%203.621-.07%205.432c.01.62.94.603.929-.017c-.035-1.904-.025-3.834.073-5.461c.006-.509.794-.53.782.046c-.106%201.799-.093%203.601-.07%205.402c.01.62.939.605.93-.015c.01.011-.085-2.834.072-5.434c.012-.528.783-.52.783.046c-.152%202.69-.08%205.386%200%208.077a2.1%202.1%200%200%201-.91%201.731a.4.4%200%200%200-.174.305s-.047.403.13%202.357c.054.572.116%201.142.177%201.713a.206.206%200%200%200%20.206.18a469%20469%200%200%201%204.056.009a.206.206%200%200%200%20.206-.182c.256-2.342.316-3.658.316-3.658a.23.23%200%200%200-.207-.225l-1.341-.185a.47.47%200%200%201-.401-.535c.536-7.81%203.109-10.44%203.109-10.44a1%201%200%200%201%20.125-.103a.413.413%200%200%201%20.627.184a.8.8%200%200%201%20.033.188c.222%202.454.113%206.63-.024%209.888c-.117%202.765-.258%204.936-.258%204.936a.16.16%200%200%200%20.16.16q1.115.02%202.228.047a.67.67%200%200%200%20.649-.498c.46-1.99.825-9.663.845-10.007a.665.665%200%200%201%20.486-.568l1.946-.375a.67.67%200%200%200%20.44-.934c-.035-.096-.917-1.852-2.97-4.418%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/justeat.svg?color=%231a73e8&size=48