handlebars logo
handlebars from SVG Logos by Gil Barbara · Color · CC0-1.0 Free for personal and commercial use.
- Name
- handlebars
- Set
- SVG Logos
- Style
- Color
- Viewbox
- 512×124
- License
- CC0
The same logo in other sets
Use the handlebars logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 124"><path fill="#423426" d="M188.432 0c17.799-.077 36.052 5.03 49.886 16.537c7.089 5.738 12.815 12.937 17.678 20.602c8.75-14.144 21.531-26.162 37.292-31.955c19.206-7.21 40.915-6.712 60.088.355c16.747 6.114 31.39 16.769 44.67 28.487c10.389 9.171 20.003 19.206 30.702 28.034c5.638 4.574 11.696 8.86 18.63 11.23c9.215 3.146 20.114.178 26.704-6.922c6.103-6.645 5.726-18.131-.997-24.2c-4.275-3.689-11.585-2.947-14.61 1.97c-2.646 3.9-1.162 8.762.91 12.539c-5.506-4.02-11.021-9.625-11-16.935c-1.14-8.451 5.129-15.906 12.638-18.863c14.654-5.86 33.029-.808 42.278 12.095c8.894 12.04 9.602 27.867 8.052 42.21c-1.872 13.624-9.492 26.34-20.79 34.226c-15.86 11.32-35.964 14.83-55.092 14.587c-18.386-.499-36.584-4.652-53.619-11.52c-28.487-11.452-55.147-27.28-84.565-36.428c-9.758-3.788-20.136-5.837-30.57-6.469c-8.307-.055-16.182-.443-24.024.089c-9.57.92-19.084 2.88-28.044 6.39c-29.916 9.305-56.975 25.531-86.005 37.006c-24.512 9.536-51.67 13.967-77.687 8.672c-14.554-2.946-29.042-9.381-38.866-20.845C3.684 91.145-.347 78.098.05 65.316c-.465-12.062 2.182-24.877 10.157-34.27c7.42-8.904 19.372-13.423 30.847-12.426c7.387.343 14.875 3.566 19.438 9.514c3.589 4.707 3.81 11.154 2.237 16.658c-1.916 4.951-5.87 8.817-10.167 11.785c2.193-3.7 3.522-8.584.93-12.45c-3.19-5.15-11.043-5.67-15.196-1.44c-5.117 5.262-6.192 13.857-2.758 20.303c3.721 6.757 11.42 10.611 18.873 11.397c11.276.975 21.056-6.014 29.33-12.792c17.123-14.743 32.54-31.611 51.536-44.083c15.662-10.5 34.114-17.6 53.154-17.511"/></svg>
React
import type { SVGProps } from "react";
export function LogosHandlebars(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 124"><path fill="#423426" d="M188.432 0c17.799-.077 36.052 5.03 49.886 16.537c7.089 5.738 12.815 12.937 17.678 20.602c8.75-14.144 21.531-26.162 37.292-31.955c19.206-7.21 40.915-6.712 60.088.355c16.747 6.114 31.39 16.769 44.67 28.487c10.389 9.171 20.003 19.206 30.702 28.034c5.638 4.574 11.696 8.86 18.63 11.23c9.215 3.146 20.114.178 26.704-6.922c6.103-6.645 5.726-18.131-.997-24.2c-4.275-3.689-11.585-2.947-14.61 1.97c-2.646 3.9-1.162 8.762.91 12.539c-5.506-4.02-11.021-9.625-11-16.935c-1.14-8.451 5.129-15.906 12.638-18.863c14.654-5.86 33.029-.808 42.278 12.095c8.894 12.04 9.602 27.867 8.052 42.21c-1.872 13.624-9.492 26.34-20.79 34.226c-15.86 11.32-35.964 14.83-55.092 14.587c-18.386-.499-36.584-4.652-53.619-11.52c-28.487-11.452-55.147-27.28-84.565-36.428c-9.758-3.788-20.136-5.837-30.57-6.469c-8.307-.055-16.182-.443-24.024.089c-9.57.92-19.084 2.88-28.044 6.39c-29.916 9.305-56.975 25.531-86.005 37.006c-24.512 9.536-51.67 13.967-77.687 8.672c-14.554-2.946-29.042-9.381-38.866-20.845C3.684 91.145-.347 78.098.05 65.316c-.465-12.062 2.182-24.877 10.157-34.27c7.42-8.904 19.372-13.423 30.847-12.426c7.387.343 14.875 3.566 19.438 9.514c3.589 4.707 3.81 11.154 2.237 16.658c-1.916 4.951-5.87 8.817-10.167 11.785c2.193-3.7 3.522-8.584.93-12.45c-3.19-5.15-11.043-5.67-15.196-1.44c-5.117 5.262-6.192 13.857-2.758 20.303c3.721 6.757 11.42 10.611 18.873 11.397c11.276.975 21.056-6.014 29.33-12.792c17.123-14.743 32.54-31.611 51.536-44.083c15.662-10.5 34.114-17.6 53.154-17.511"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 124"><path fill="#423426" d="M188.432 0c17.799-.077 36.052 5.03 49.886 16.537c7.089 5.738 12.815 12.937 17.678 20.602c8.75-14.144 21.531-26.162 37.292-31.955c19.206-7.21 40.915-6.712 60.088.355c16.747 6.114 31.39 16.769 44.67 28.487c10.389 9.171 20.003 19.206 30.702 28.034c5.638 4.574 11.696 8.86 18.63 11.23c9.215 3.146 20.114.178 26.704-6.922c6.103-6.645 5.726-18.131-.997-24.2c-4.275-3.689-11.585-2.947-14.61 1.97c-2.646 3.9-1.162 8.762.91 12.539c-5.506-4.02-11.021-9.625-11-16.935c-1.14-8.451 5.129-15.906 12.638-18.863c14.654-5.86 33.029-.808 42.278 12.095c8.894 12.04 9.602 27.867 8.052 42.21c-1.872 13.624-9.492 26.34-20.79 34.226c-15.86 11.32-35.964 14.83-55.092 14.587c-18.386-.499-36.584-4.652-53.619-11.52c-28.487-11.452-55.147-27.28-84.565-36.428c-9.758-3.788-20.136-5.837-30.57-6.469c-8.307-.055-16.182-.443-24.024.089c-9.57.92-19.084 2.88-28.044 6.39c-29.916 9.305-56.975 25.531-86.005 37.006c-24.512 9.536-51.67 13.967-77.687 8.672c-14.554-2.946-29.042-9.381-38.866-20.845C3.684 91.145-.347 78.098.05 65.316c-.465-12.062 2.182-24.877 10.157-34.27c7.42-8.904 19.372-13.423 30.847-12.426c7.387.343 14.875 3.566 19.438 9.514c3.589 4.707 3.81 11.154 2.237 16.658c-1.916 4.951-5.87 8.817-10.167 11.785c2.193-3.7 3.522-8.584.93-12.45c-3.19-5.15-11.043-5.67-15.196-1.44c-5.117 5.262-6.192 13.857-2.758 20.303c3.721 6.757 11.42 10.611 18.873 11.397c11.276.975 21.056-6.014 29.33-12.792c17.123-14.743 32.54-31.611 51.536-44.083c15.662-10.5 34.114-17.6 53.154-17.511"/></svg> </template>
CSS
.icon-handlebars {
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%20124%22%3E%3Cpath%20fill%3D%22%23423426%22%20d%3D%22M188.432%200c17.799-.077%2036.052%205.03%2049.886%2016.537c7.089%205.738%2012.815%2012.937%2017.678%2020.602c8.75-14.144%2021.531-26.162%2037.292-31.955c19.206-7.21%2040.915-6.712%2060.088.355c16.747%206.114%2031.39%2016.769%2044.67%2028.487c10.389%209.171%2020.003%2019.206%2030.702%2028.034c5.638%204.574%2011.696%208.86%2018.63%2011.23c9.215%203.146%2020.114.178%2026.704-6.922c6.103-6.645%205.726-18.131-.997-24.2c-4.275-3.689-11.585-2.947-14.61%201.97c-2.646%203.9-1.162%208.762.91%2012.539c-5.506-4.02-11.021-9.625-11-16.935c-1.14-8.451%205.129-15.906%2012.638-18.863c14.654-5.86%2033.029-.808%2042.278%2012.095c8.894%2012.04%209.602%2027.867%208.052%2042.21c-1.872%2013.624-9.492%2026.34-20.79%2034.226c-15.86%2011.32-35.964%2014.83-55.092%2014.587c-18.386-.499-36.584-4.652-53.619-11.52c-28.487-11.452-55.147-27.28-84.565-36.428c-9.758-3.788-20.136-5.837-30.57-6.469c-8.307-.055-16.182-.443-24.024.089c-9.57.92-19.084%202.88-28.044%206.39c-29.916%209.305-56.975%2025.531-86.005%2037.006c-24.512%209.536-51.67%2013.967-77.687%208.672c-14.554-2.946-29.042-9.381-38.866-20.845C3.684%2091.145-.347%2078.098.05%2065.316c-.465-12.062%202.182-24.877%2010.157-34.27c7.42-8.904%2019.372-13.423%2030.847-12.426c7.387.343%2014.875%203.566%2019.438%209.514c3.589%204.707%203.81%2011.154%202.237%2016.658c-1.916%204.951-5.87%208.817-10.167%2011.785c2.193-3.7%203.522-8.584.93-12.45c-3.19-5.15-11.043-5.67-15.196-1.44c-5.117%205.262-6.192%2013.857-2.758%2020.303c3.721%206.757%2011.42%2010.611%2018.873%2011.397c11.276.975%2021.056-6.014%2029.33-12.792c17.123-14.743%2032.54-31.611%2051.536-44.083c15.662-10.5%2034.114-17.6%2053.154-17.511%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%20124%22%3E%3Cpath%20fill%3D%22%23423426%22%20d%3D%22M188.432%200c17.799-.077%2036.052%205.03%2049.886%2016.537c7.089%205.738%2012.815%2012.937%2017.678%2020.602c8.75-14.144%2021.531-26.162%2037.292-31.955c19.206-7.21%2040.915-6.712%2060.088.355c16.747%206.114%2031.39%2016.769%2044.67%2028.487c10.389%209.171%2020.003%2019.206%2030.702%2028.034c5.638%204.574%2011.696%208.86%2018.63%2011.23c9.215%203.146%2020.114.178%2026.704-6.922c6.103-6.645%205.726-18.131-.997-24.2c-4.275-3.689-11.585-2.947-14.61%201.97c-2.646%203.9-1.162%208.762.91%2012.539c-5.506-4.02-11.021-9.625-11-16.935c-1.14-8.451%205.129-15.906%2012.638-18.863c14.654-5.86%2033.029-.808%2042.278%2012.095c8.894%2012.04%209.602%2027.867%208.052%2042.21c-1.872%2013.624-9.492%2026.34-20.79%2034.226c-15.86%2011.32-35.964%2014.83-55.092%2014.587c-18.386-.499-36.584-4.652-53.619-11.52c-28.487-11.452-55.147-27.28-84.565-36.428c-9.758-3.788-20.136-5.837-30.57-6.469c-8.307-.055-16.182-.443-24.024.089c-9.57.92-19.084%202.88-28.044%206.39c-29.916%209.305-56.975%2025.531-86.005%2037.006c-24.512%209.536-51.67%2013.967-77.687%208.672c-14.554-2.946-29.042-9.381-38.866-20.845C3.684%2091.145-.347%2078.098.05%2065.316c-.465-12.062%202.182-24.877%2010.157-34.27c7.42-8.904%2019.372-13.423%2030.847-12.426c7.387.343%2014.875%203.566%2019.438%209.514c3.589%204.707%203.81%2011.154%202.237%2016.658c-1.916%204.951-5.87%208.817-10.167%2011.785c2.193-3.7%203.522-8.584.93-12.45c-3.19-5.15-11.043-5.67-15.196-1.44c-5.117%205.262-6.192%2013.857-2.758%2020.303c3.721%206.757%2011.42%2010.611%2018.873%2011.397c11.276.975%2021.056-6.014%2029.33-12.792c17.123-14.743%2032.54-31.611%2051.536-44.083c15.662-10.5%2034.114-17.6%2053.154-17.511%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/logos/handlebars.svg?color=%231a73e8&size=48