hellofresh logo
hellofresh from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- hellofresh
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
Use the hellofresh logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.79 22.233c-.967-.097-2-.326-3.043-.759a11 11 0 0 1-1.212-.61c-.362-.207-.657-.458-1.213-.728a6.4 6.4 0 0 0-2.111-.61c-.984-.067-1.038.012-1.319-.075a1.2 1.2 0 0 1-.495-.285a1.4 1.4 0 0 1-.16-.18a1.3 1.3 0 0 1-.195-.4A1 1 0 0 1 0 18.252c0-.157.015-.24.035-.312c.076-.278.173-.34.43-.847a6.1 6.1 0 0 0 .618-1.956a5.7 5.7 0 0 0 .055-1.017c-.015-.506-.038-.614-.04-1.045a10.1 10.1 0 0 1 .554-3.286c.206-.607.389-1.007.605-1.433a11.8 11.8 0 0 1 2.935-3.692c.773-.655 1.974-1.5 3.554-2.118a12.4 12.4 0 0 1 3.064-.761c.664-.087 1.807-.124 2.975.053c.996.151 2.244.487 3.513 1.2c.431.243.681.438 1.014.63c.814.47 1.65.705 2.448.801c.424.051 1.061.005 1.302.067c.147.038.255.086.39.175c.113.076.362.277.49.649c.061.177.125.608-.098.991l-.156.267c-.05.084-.142.262-.207.396c-.661 1.368-.647 2.546-.601 3.263c.053.84.05 2.234-.542 3.965c-.103.303-.336.931-.702 1.614a12 12 0 0 1-2.537 3.226a12.7 12.7 0 0 1-3.927 2.402c-.897.34-1.583.51-2.302.632c-.694.12-1.82.243-3.08.116"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsHellofresh(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="M9.79 22.233c-.967-.097-2-.326-3.043-.759a11 11 0 0 1-1.212-.61c-.362-.207-.657-.458-1.213-.728a6.4 6.4 0 0 0-2.111-.61c-.984-.067-1.038.012-1.319-.075a1.2 1.2 0 0 1-.495-.285a1.4 1.4 0 0 1-.16-.18a1.3 1.3 0 0 1-.195-.4A1 1 0 0 1 0 18.252c0-.157.015-.24.035-.312c.076-.278.173-.34.43-.847a6.1 6.1 0 0 0 .618-1.956a5.7 5.7 0 0 0 .055-1.017c-.015-.506-.038-.614-.04-1.045a10.1 10.1 0 0 1 .554-3.286c.206-.607.389-1.007.605-1.433a11.8 11.8 0 0 1 2.935-3.692c.773-.655 1.974-1.5 3.554-2.118a12.4 12.4 0 0 1 3.064-.761c.664-.087 1.807-.124 2.975.053c.996.151 2.244.487 3.513 1.2c.431.243.681.438 1.014.63c.814.47 1.65.705 2.448.801c.424.051 1.061.005 1.302.067c.147.038.255.086.39.175c.113.076.362.277.49.649c.061.177.125.608-.098.991l-.156.267c-.05.084-.142.262-.207.396c-.661 1.368-.647 2.546-.601 3.263c.053.84.05 2.234-.542 3.965c-.103.303-.336.931-.702 1.614a12 12 0 0 1-2.537 3.226a12.7 12.7 0 0 1-3.927 2.402c-.897.34-1.583.51-2.302.632c-.694.12-1.82.243-3.08.116"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.79 22.233c-.967-.097-2-.326-3.043-.759a11 11 0 0 1-1.212-.61c-.362-.207-.657-.458-1.213-.728a6.4 6.4 0 0 0-2.111-.61c-.984-.067-1.038.012-1.319-.075a1.2 1.2 0 0 1-.495-.285a1.4 1.4 0 0 1-.16-.18a1.3 1.3 0 0 1-.195-.4A1 1 0 0 1 0 18.252c0-.157.015-.24.035-.312c.076-.278.173-.34.43-.847a6.1 6.1 0 0 0 .618-1.956a5.7 5.7 0 0 0 .055-1.017c-.015-.506-.038-.614-.04-1.045a10.1 10.1 0 0 1 .554-3.286c.206-.607.389-1.007.605-1.433a11.8 11.8 0 0 1 2.935-3.692c.773-.655 1.974-1.5 3.554-2.118a12.4 12.4 0 0 1 3.064-.761c.664-.087 1.807-.124 2.975.053c.996.151 2.244.487 3.513 1.2c.431.243.681.438 1.014.63c.814.47 1.65.705 2.448.801c.424.051 1.061.005 1.302.067c.147.038.255.086.39.175c.113.076.362.277.49.649c.061.177.125.608-.098.991l-.156.267c-.05.084-.142.262-.207.396c-.661 1.368-.647 2.546-.601 3.263c.053.84.05 2.234-.542 3.965c-.103.303-.336.931-.702 1.614a12 12 0 0 1-2.537 3.226a12.7 12.7 0 0 1-3.927 2.402c-.897.34-1.583.51-2.302.632c-.694.12-1.82.243-3.08.116"/></svg> </template>
CSS
.icon-hellofresh {
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%22M9.79%2022.233c-.967-.097-2-.326-3.043-.759a11%2011%200%200%201-1.212-.61c-.362-.207-.657-.458-1.213-.728a6.4%206.4%200%200%200-2.111-.61c-.984-.067-1.038.012-1.319-.075a1.2%201.2%200%200%201-.495-.285a1.4%201.4%200%200%201-.16-.18a1.3%201.3%200%200%201-.195-.4A1%201%200%200%201%200%2018.252c0-.157.015-.24.035-.312c.076-.278.173-.34.43-.847a6.1%206.1%200%200%200%20.618-1.956a5.7%205.7%200%200%200%20.055-1.017c-.015-.506-.038-.614-.04-1.045a10.1%2010.1%200%200%201%20.554-3.286c.206-.607.389-1.007.605-1.433a11.8%2011.8%200%200%201%202.935-3.692c.773-.655%201.974-1.5%203.554-2.118a12.4%2012.4%200%200%201%203.064-.761c.664-.087%201.807-.124%202.975.053c.996.151%202.244.487%203.513%201.2c.431.243.681.438%201.014.63c.814.47%201.65.705%202.448.801c.424.051%201.061.005%201.302.067c.147.038.255.086.39.175c.113.076.362.277.49.649c.061.177.125.608-.098.991l-.156.267c-.05.084-.142.262-.207.396c-.661%201.368-.647%202.546-.601%203.263c.053.84.05%202.234-.542%203.965c-.103.303-.336.931-.702%201.614a12%2012%200%200%201-2.537%203.226a12.7%2012.7%200%200%201-3.927%202.402c-.897.34-1.583.51-2.302.632c-.694.12-1.82.243-3.08.116%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%22M9.79%2022.233c-.967-.097-2-.326-3.043-.759a11%2011%200%200%201-1.212-.61c-.362-.207-.657-.458-1.213-.728a6.4%206.4%200%200%200-2.111-.61c-.984-.067-1.038.012-1.319-.075a1.2%201.2%200%200%201-.495-.285a1.4%201.4%200%200%201-.16-.18a1.3%201.3%200%200%201-.195-.4A1%201%200%200%201%200%2018.252c0-.157.015-.24.035-.312c.076-.278.173-.34.43-.847a6.1%206.1%200%200%200%20.618-1.956a5.7%205.7%200%200%200%20.055-1.017c-.015-.506-.038-.614-.04-1.045a10.1%2010.1%200%200%201%20.554-3.286c.206-.607.389-1.007.605-1.433a11.8%2011.8%200%200%201%202.935-3.692c.773-.655%201.974-1.5%203.554-2.118a12.4%2012.4%200%200%201%203.064-.761c.664-.087%201.807-.124%202.975.053c.996.151%202.244.487%203.513%201.2c.431.243.681.438%201.014.63c.814.47%201.65.705%202.448.801c.424.051%201.061.005%201.302.067c.147.038.255.086.39.175c.113.076.362.277.49.649c.061.177.125.608-.098.991l-.156.267c-.05.084-.142.262-.207.396c-.661%201.368-.647%202.546-.601%203.263c.053.84.05%202.234-.542%203.965c-.103.303-.336.931-.702%201.614a12%2012%200%200%201-2.537%203.226a12.7%2012.7%200%200%201-3.927%202.402c-.897.34-1.583.51-2.302.632c-.694.12-1.82.243-3.08.116%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/hellofresh.svg?color=%231a73e8&size=48