gusto logo
gusto from SVG Logos by Gil Barbara · Color · CC0-1.0 Free for personal and commercial use.
- Name
- gusto
- Set
- SVG Logos
- Style
- Color
- Viewbox
- 512×195
- License
- CC0
The same logo in other sets
Use the gusto logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 195"><path fill="#f45d48" d="M454.641 28.464c-31.633 0-57.374 25.853-57.374 57.634s25.741 57.633 57.374 57.633c31.625 0 57.359-25.852 57.359-57.633s-25.734-57.634-57.359-57.634m0 87.953c-16.636 0-30.186-13.616-30.186-30.32c0-16.71 13.55-30.319 30.186-30.319c16.622 0 30.178 13.61 30.178 30.32s-13.549 30.319-30.185 30.319zM285.696 74.426l-10.032-5.031c-4.356-2.167-7.087-3.844-8.185-5.083a6.05 6.05 0 0 1-1.67-4.067c0-1.944.876-3.584 2.598-4.86c1.706-1.336 4.133-1.944 7.212-1.944c5.632 0 11.873 3.398 18.744 10.247l16.933-17.014a44.6 44.6 0 0 0-15.88-13.431a44 44 0 0 0-19.975-4.69c-10.336 0-18.87 3.05-25.518 9.194c-6.641 6.144-9.98 13.527-9.98 22.187c0 13.43 8.793 24.62 26.438 33.502l9.238 4.638c7.962 4.03 11.925 8.133 11.925 12.377c0 2.3-1.106 4.289-3.302 6.055c-2.197 1.773-5.106 2.612-8.712 2.612c-3.339 0-7.168-1.15-11.479-3.488a38.6 38.6 0 0 1-11.264-9.112l-16.844 18.432c9.498 12.466 22.164 18.744 38.088 18.744c11.97 0 21.52-3.272 28.598-9.773c7.124-6.492 10.685-14.625 10.685-24.353c0-7.294-1.973-13.698-5.891-19.137c-3.955-5.439-11.212-10.737-21.727-15.998zm-170.34 56.75V30.757H88.123v6.723a56.8 56.8 0 0 0-30.764-9.016C25.734 28.464 0 54.317 0 86.098s25.734 57.633 57.366 57.633a56.8 56.8 0 0 0 30.446-8.793c0 .883-.045 1.677-.045 2.211c0 16.703-13.55 30.32-30.178 30.32a30 30 0 0 1-15.969-4.646l-13.467 23.693a56.8 56.8 0 0 0 29.48 8.311c31.633 0 57.723-25.86 57.723-57.64c0-1.232.081-4.861 0-6.011m-57.99-14.766c-16.621 0-30.178-13.61-30.178-30.312c0-16.71 13.55-30.32 30.178-30.32c16.63 0 30.179 13.61 30.179 30.32c0 16.703-13.55 30.319-30.179 30.319zm166.467-85.69h-27.366v54.791c.045 7.784.045 21.222-5.67 26.966c-2.73 2.738-5.72 5.216-12.013 5.216c-6.336 0-9.327-2.478-12.05-5.216c-5.721-5.751-5.677-19.226-5.64-26.966V30.72h-27.358v54.628c-.09 11.264-.223 32.175 13.505 46.05c8.05 8.133 17.645 12.288 31.499 12.288c13.861 0 23.448-4.11 31.5-12.288c13.727-13.875 13.593-34.83 13.504-46.05l.089-54.635zm155.077 80.792c-2.197 1.677-7.524 5.395-13.55 4.556c-4.927-.668-8.926-4.289-9.542-16.399V54.235h32.16V30.63h-32.16V0H328.54v6.01h-.045v90.083c0 14.32 3.606 47.593 36.82 47.593c16.807-.26 27.01-9.408 31.284-12.985l.571-.445l-16.37-20.243c-.044.037-1.186.965-1.891 1.5"/></svg>
React
import type { SVGProps } from "react";
export function LogosGusto(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 195"><path fill="#f45d48" d="M454.641 28.464c-31.633 0-57.374 25.853-57.374 57.634s25.741 57.633 57.374 57.633c31.625 0 57.359-25.852 57.359-57.633s-25.734-57.634-57.359-57.634m0 87.953c-16.636 0-30.186-13.616-30.186-30.32c0-16.71 13.55-30.319 30.186-30.319c16.622 0 30.178 13.61 30.178 30.32s-13.549 30.319-30.185 30.319zM285.696 74.426l-10.032-5.031c-4.356-2.167-7.087-3.844-8.185-5.083a6.05 6.05 0 0 1-1.67-4.067c0-1.944.876-3.584 2.598-4.86c1.706-1.336 4.133-1.944 7.212-1.944c5.632 0 11.873 3.398 18.744 10.247l16.933-17.014a44.6 44.6 0 0 0-15.88-13.431a44 44 0 0 0-19.975-4.69c-10.336 0-18.87 3.05-25.518 9.194c-6.641 6.144-9.98 13.527-9.98 22.187c0 13.43 8.793 24.62 26.438 33.502l9.238 4.638c7.962 4.03 11.925 8.133 11.925 12.377c0 2.3-1.106 4.289-3.302 6.055c-2.197 1.773-5.106 2.612-8.712 2.612c-3.339 0-7.168-1.15-11.479-3.488a38.6 38.6 0 0 1-11.264-9.112l-16.844 18.432c9.498 12.466 22.164 18.744 38.088 18.744c11.97 0 21.52-3.272 28.598-9.773c7.124-6.492 10.685-14.625 10.685-24.353c0-7.294-1.973-13.698-5.891-19.137c-3.955-5.439-11.212-10.737-21.727-15.998zm-170.34 56.75V30.757H88.123v6.723a56.8 56.8 0 0 0-30.764-9.016C25.734 28.464 0 54.317 0 86.098s25.734 57.633 57.366 57.633a56.8 56.8 0 0 0 30.446-8.793c0 .883-.045 1.677-.045 2.211c0 16.703-13.55 30.32-30.178 30.32a30 30 0 0 1-15.969-4.646l-13.467 23.693a56.8 56.8 0 0 0 29.48 8.311c31.633 0 57.723-25.86 57.723-57.64c0-1.232.081-4.861 0-6.011m-57.99-14.766c-16.621 0-30.178-13.61-30.178-30.312c0-16.71 13.55-30.32 30.178-30.32c16.63 0 30.179 13.61 30.179 30.32c0 16.703-13.55 30.319-30.179 30.319zm166.467-85.69h-27.366v54.791c.045 7.784.045 21.222-5.67 26.966c-2.73 2.738-5.72 5.216-12.013 5.216c-6.336 0-9.327-2.478-12.05-5.216c-5.721-5.751-5.677-19.226-5.64-26.966V30.72h-27.358v54.628c-.09 11.264-.223 32.175 13.505 46.05c8.05 8.133 17.645 12.288 31.499 12.288c13.861 0 23.448-4.11 31.5-12.288c13.727-13.875 13.593-34.83 13.504-46.05l.089-54.635zm155.077 80.792c-2.197 1.677-7.524 5.395-13.55 4.556c-4.927-.668-8.926-4.289-9.542-16.399V54.235h32.16V30.63h-32.16V0H328.54v6.01h-.045v90.083c0 14.32 3.606 47.593 36.82 47.593c16.807-.26 27.01-9.408 31.284-12.985l.571-.445l-16.37-20.243c-.044.037-1.186.965-1.891 1.5"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 195"><path fill="#f45d48" d="M454.641 28.464c-31.633 0-57.374 25.853-57.374 57.634s25.741 57.633 57.374 57.633c31.625 0 57.359-25.852 57.359-57.633s-25.734-57.634-57.359-57.634m0 87.953c-16.636 0-30.186-13.616-30.186-30.32c0-16.71 13.55-30.319 30.186-30.319c16.622 0 30.178 13.61 30.178 30.32s-13.549 30.319-30.185 30.319zM285.696 74.426l-10.032-5.031c-4.356-2.167-7.087-3.844-8.185-5.083a6.05 6.05 0 0 1-1.67-4.067c0-1.944.876-3.584 2.598-4.86c1.706-1.336 4.133-1.944 7.212-1.944c5.632 0 11.873 3.398 18.744 10.247l16.933-17.014a44.6 44.6 0 0 0-15.88-13.431a44 44 0 0 0-19.975-4.69c-10.336 0-18.87 3.05-25.518 9.194c-6.641 6.144-9.98 13.527-9.98 22.187c0 13.43 8.793 24.62 26.438 33.502l9.238 4.638c7.962 4.03 11.925 8.133 11.925 12.377c0 2.3-1.106 4.289-3.302 6.055c-2.197 1.773-5.106 2.612-8.712 2.612c-3.339 0-7.168-1.15-11.479-3.488a38.6 38.6 0 0 1-11.264-9.112l-16.844 18.432c9.498 12.466 22.164 18.744 38.088 18.744c11.97 0 21.52-3.272 28.598-9.773c7.124-6.492 10.685-14.625 10.685-24.353c0-7.294-1.973-13.698-5.891-19.137c-3.955-5.439-11.212-10.737-21.727-15.998zm-170.34 56.75V30.757H88.123v6.723a56.8 56.8 0 0 0-30.764-9.016C25.734 28.464 0 54.317 0 86.098s25.734 57.633 57.366 57.633a56.8 56.8 0 0 0 30.446-8.793c0 .883-.045 1.677-.045 2.211c0 16.703-13.55 30.32-30.178 30.32a30 30 0 0 1-15.969-4.646l-13.467 23.693a56.8 56.8 0 0 0 29.48 8.311c31.633 0 57.723-25.86 57.723-57.64c0-1.232.081-4.861 0-6.011m-57.99-14.766c-16.621 0-30.178-13.61-30.178-30.312c0-16.71 13.55-30.32 30.178-30.32c16.63 0 30.179 13.61 30.179 30.32c0 16.703-13.55 30.319-30.179 30.319zm166.467-85.69h-27.366v54.791c.045 7.784.045 21.222-5.67 26.966c-2.73 2.738-5.72 5.216-12.013 5.216c-6.336 0-9.327-2.478-12.05-5.216c-5.721-5.751-5.677-19.226-5.64-26.966V30.72h-27.358v54.628c-.09 11.264-.223 32.175 13.505 46.05c8.05 8.133 17.645 12.288 31.499 12.288c13.861 0 23.448-4.11 31.5-12.288c13.727-13.875 13.593-34.83 13.504-46.05l.089-54.635zm155.077 80.792c-2.197 1.677-7.524 5.395-13.55 4.556c-4.927-.668-8.926-4.289-9.542-16.399V54.235h32.16V30.63h-32.16V0H328.54v6.01h-.045v90.083c0 14.32 3.606 47.593 36.82 47.593c16.807-.26 27.01-9.408 31.284-12.985l.571-.445l-16.37-20.243c-.044.037-1.186.965-1.891 1.5"/></svg> </template>
CSS
.icon-gusto {
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%20512%20195%22%3E%3Cpath%20fill%3D%22%23f45d48%22%20d%3D%22M454.641%2028.464c-31.633%200-57.374%2025.853-57.374%2057.634s25.741%2057.633%2057.374%2057.633c31.625%200%2057.359-25.852%2057.359-57.633s-25.734-57.634-57.359-57.634m0%2087.953c-16.636%200-30.186-13.616-30.186-30.32c0-16.71%2013.55-30.319%2030.186-30.319c16.622%200%2030.178%2013.61%2030.178%2030.32s-13.549%2030.319-30.185%2030.319zM285.696%2074.426l-10.032-5.031c-4.356-2.167-7.087-3.844-8.185-5.083a6.05%206.05%200%200%201-1.67-4.067c0-1.944.876-3.584%202.598-4.86c1.706-1.336%204.133-1.944%207.212-1.944c5.632%200%2011.873%203.398%2018.744%2010.247l16.933-17.014a44.6%2044.6%200%200%200-15.88-13.431a44%2044%200%200%200-19.975-4.69c-10.336%200-18.87%203.05-25.518%209.194c-6.641%206.144-9.98%2013.527-9.98%2022.187c0%2013.43%208.793%2024.62%2026.438%2033.502l9.238%204.638c7.962%204.03%2011.925%208.133%2011.925%2012.377c0%202.3-1.106%204.289-3.302%206.055c-2.197%201.773-5.106%202.612-8.712%202.612c-3.339%200-7.168-1.15-11.479-3.488a38.6%2038.6%200%200%201-11.264-9.112l-16.844%2018.432c9.498%2012.466%2022.164%2018.744%2038.088%2018.744c11.97%200%2021.52-3.272%2028.598-9.773c7.124-6.492%2010.685-14.625%2010.685-24.353c0-7.294-1.973-13.698-5.891-19.137c-3.955-5.439-11.212-10.737-21.727-15.998zm-170.34%2056.75V30.757H88.123v6.723a56.8%2056.8%200%200%200-30.764-9.016C25.734%2028.464%200%2054.317%200%2086.098s25.734%2057.633%2057.366%2057.633a56.8%2056.8%200%200%200%2030.446-8.793c0%20.883-.045%201.677-.045%202.211c0%2016.703-13.55%2030.32-30.178%2030.32a30%2030%200%200%201-15.969-4.646l-13.467%2023.693a56.8%2056.8%200%200%200%2029.48%208.311c31.633%200%2057.723-25.86%2057.723-57.64c0-1.232.081-4.861%200-6.011m-57.99-14.766c-16.621%200-30.178-13.61-30.178-30.312c0-16.71%2013.55-30.32%2030.178-30.32c16.63%200%2030.179%2013.61%2030.179%2030.32c0%2016.703-13.55%2030.319-30.179%2030.319zm166.467-85.69h-27.366v54.791c.045%207.784.045%2021.222-5.67%2026.966c-2.73%202.738-5.72%205.216-12.013%205.216c-6.336%200-9.327-2.478-12.05-5.216c-5.721-5.751-5.677-19.226-5.64-26.966V30.72h-27.358v54.628c-.09%2011.264-.223%2032.175%2013.505%2046.05c8.05%208.133%2017.645%2012.288%2031.499%2012.288c13.861%200%2023.448-4.11%2031.5-12.288c13.727-13.875%2013.593-34.83%2013.504-46.05l.089-54.635zm155.077%2080.792c-2.197%201.677-7.524%205.395-13.55%204.556c-4.927-.668-8.926-4.289-9.542-16.399V54.235h32.16V30.63h-32.16V0H328.54v6.01h-.045v90.083c0%2014.32%203.606%2047.593%2036.82%2047.593c16.807-.26%2027.01-9.408%2031.284-12.985l.571-.445l-16.37-20.243c-.044.037-1.186.965-1.891%201.5%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%20512%20195%22%3E%3Cpath%20fill%3D%22%23f45d48%22%20d%3D%22M454.641%2028.464c-31.633%200-57.374%2025.853-57.374%2057.634s25.741%2057.633%2057.374%2057.633c31.625%200%2057.359-25.852%2057.359-57.633s-25.734-57.634-57.359-57.634m0%2087.953c-16.636%200-30.186-13.616-30.186-30.32c0-16.71%2013.55-30.319%2030.186-30.319c16.622%200%2030.178%2013.61%2030.178%2030.32s-13.549%2030.319-30.185%2030.319zM285.696%2074.426l-10.032-5.031c-4.356-2.167-7.087-3.844-8.185-5.083a6.05%206.05%200%200%201-1.67-4.067c0-1.944.876-3.584%202.598-4.86c1.706-1.336%204.133-1.944%207.212-1.944c5.632%200%2011.873%203.398%2018.744%2010.247l16.933-17.014a44.6%2044.6%200%200%200-15.88-13.431a44%2044%200%200%200-19.975-4.69c-10.336%200-18.87%203.05-25.518%209.194c-6.641%206.144-9.98%2013.527-9.98%2022.187c0%2013.43%208.793%2024.62%2026.438%2033.502l9.238%204.638c7.962%204.03%2011.925%208.133%2011.925%2012.377c0%202.3-1.106%204.289-3.302%206.055c-2.197%201.773-5.106%202.612-8.712%202.612c-3.339%200-7.168-1.15-11.479-3.488a38.6%2038.6%200%200%201-11.264-9.112l-16.844%2018.432c9.498%2012.466%2022.164%2018.744%2038.088%2018.744c11.97%200%2021.52-3.272%2028.598-9.773c7.124-6.492%2010.685-14.625%2010.685-24.353c0-7.294-1.973-13.698-5.891-19.137c-3.955-5.439-11.212-10.737-21.727-15.998zm-170.34%2056.75V30.757H88.123v6.723a56.8%2056.8%200%200%200-30.764-9.016C25.734%2028.464%200%2054.317%200%2086.098s25.734%2057.633%2057.366%2057.633a56.8%2056.8%200%200%200%2030.446-8.793c0%20.883-.045%201.677-.045%202.211c0%2016.703-13.55%2030.32-30.178%2030.32a30%2030%200%200%201-15.969-4.646l-13.467%2023.693a56.8%2056.8%200%200%200%2029.48%208.311c31.633%200%2057.723-25.86%2057.723-57.64c0-1.232.081-4.861%200-6.011m-57.99-14.766c-16.621%200-30.178-13.61-30.178-30.312c0-16.71%2013.55-30.32%2030.178-30.32c16.63%200%2030.179%2013.61%2030.179%2030.32c0%2016.703-13.55%2030.319-30.179%2030.319zm166.467-85.69h-27.366v54.791c.045%207.784.045%2021.222-5.67%2026.966c-2.73%202.738-5.72%205.216-12.013%205.216c-6.336%200-9.327-2.478-12.05-5.216c-5.721-5.751-5.677-19.226-5.64-26.966V30.72h-27.358v54.628c-.09%2011.264-.223%2032.175%2013.505%2046.05c8.05%208.133%2017.645%2012.288%2031.499%2012.288c13.861%200%2023.448-4.11%2031.5-12.288c13.727-13.875%2013.593-34.83%2013.504-46.05l.089-54.635zm155.077%2080.792c-2.197%201.677-7.524%205.395-13.55%204.556c-4.927-.668-8.926-4.289-9.542-16.399V54.235h32.16V30.63h-32.16V0H328.54v6.01h-.045v90.083c0%2014.32%203.606%2047.593%2036.82%2047.593c16.807-.26%2027.01-9.408%2031.284-12.985l.571-.445l-16.37-20.243c-.044.037-1.186.965-1.891%201.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/logos/gusto.svg?color=%231a73e8&size=48