honda logo
honda from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- honda
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
Use the honda logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M23.902 6.87c-.33-3.218-2.47-3.895-4.354-4.204c-.946-.16-2.63-.3-3.716-.34c-.946-.06-3.168-.09-3.835-.09c-.657 0-2.89.03-3.835.09c-1.076.04-2.77.18-3.716.34C2.563 2.985.42 3.66.092 6.87c-.08.877-.1 2.023-.09 3.248c.03 2.031.2 3.406.3 4.363c.07.657.338 2.62.687 3.636c.478 1.395.916 1.803 1.424 2.222c.937.757 2.471.996 2.79 1.056c1.733.31 5.24.368 6.784.368s5.05-.05 6.784-.368c.329-.06 1.863-.29 2.79-1.056c.508-.419.946-.827 1.424-2.222c.35-1.016.628-2.979.698-3.636c.1-.957.279-2.332.299-4.363c.04-1.225.01-2.371-.08-3.248m-1.176 5.4c-.19 2.57-.418 4.104-.747 5.22c-.29.976-.637 1.623-1.165 2.092c-.867.787-2.063.956-2.76 1.056c-1.514.23-4.055.3-6.057.3s-4.543-.08-6.057-.3c-.697-.1-1.893-.269-2.76-1.056c-.518-.469-.876-1.126-1.155-2.093c-.329-1.105-.558-2.65-.747-5.22c-.11-1.543-.09-4.054.08-5.4c.258-2.011 1.255-3.018 3.387-3.396c.996-.18 2.34-.31 3.606-.37c1.016-.07 2.7-.1 3.636-.09c.936-.01 2.62.03 3.636.09c1.275.06 2.61.19 3.606.37c2.142.378 3.139 1.395 3.388 3.397c.199 1.345.229 3.856.11 5.4m-5.202-8.39c-.548 2.462-.767 3.588-1.216 5.37c-.428 1.715-.767 3.298-1.335 4.065c-.587.777-1.365.947-1.893 1.006c-.279.03-.478.04-1.066.05a8 8 0 0 1-1.075-.05c-.528-.06-1.315-.229-1.892-1.006c-.578-.767-.907-2.35-1.335-4.064c-.47-1.773-.678-2.91-1.236-5.37c0 0-.548.02-.797.04c-.329.02-.588.05-.867.09c.343 5.372.692 11.079 1.126 16.13a22 22 0 0 0 2.39.169c.33-1.266.748-3.02 1.207-3.767c.378-.608.966-.677 1.295-.717c.518-.07.956-.08 1.165-.08c.2-.01.637 0 1.165.08c.33.05.917.11 1.295.717c.47.747.877 2.5 1.206 3.766c0 0 .358-.01 1.165-.05q.616-.027 1.226-.12c.458-5.39.785-10.728 1.126-16.128c-.28-.04-.538-.07-.867-.09c-.23-.02-.787-.04-.787-.04z"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsHonda(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="M23.902 6.87c-.33-3.218-2.47-3.895-4.354-4.204c-.946-.16-2.63-.3-3.716-.34c-.946-.06-3.168-.09-3.835-.09c-.657 0-2.89.03-3.835.09c-1.076.04-2.77.18-3.716.34C2.563 2.985.42 3.66.092 6.87c-.08.877-.1 2.023-.09 3.248c.03 2.031.2 3.406.3 4.363c.07.657.338 2.62.687 3.636c.478 1.395.916 1.803 1.424 2.222c.937.757 2.471.996 2.79 1.056c1.733.31 5.24.368 6.784.368s5.05-.05 6.784-.368c.329-.06 1.863-.29 2.79-1.056c.508-.419.946-.827 1.424-2.222c.35-1.016.628-2.979.698-3.636c.1-.957.279-2.332.299-4.363c.04-1.225.01-2.371-.08-3.248m-1.176 5.4c-.19 2.57-.418 4.104-.747 5.22c-.29.976-.637 1.623-1.165 2.092c-.867.787-2.063.956-2.76 1.056c-1.514.23-4.055.3-6.057.3s-4.543-.08-6.057-.3c-.697-.1-1.893-.269-2.76-1.056c-.518-.469-.876-1.126-1.155-2.093c-.329-1.105-.558-2.65-.747-5.22c-.11-1.543-.09-4.054.08-5.4c.258-2.011 1.255-3.018 3.387-3.396c.996-.18 2.34-.31 3.606-.37c1.016-.07 2.7-.1 3.636-.09c.936-.01 2.62.03 3.636.09c1.275.06 2.61.19 3.606.37c2.142.378 3.139 1.395 3.388 3.397c.199 1.345.229 3.856.11 5.4m-5.202-8.39c-.548 2.462-.767 3.588-1.216 5.37c-.428 1.715-.767 3.298-1.335 4.065c-.587.777-1.365.947-1.893 1.006c-.279.03-.478.04-1.066.05a8 8 0 0 1-1.075-.05c-.528-.06-1.315-.229-1.892-1.006c-.578-.767-.907-2.35-1.335-4.064c-.47-1.773-.678-2.91-1.236-5.37c0 0-.548.02-.797.04c-.329.02-.588.05-.867.09c.343 5.372.692 11.079 1.126 16.13a22 22 0 0 0 2.39.169c.33-1.266.748-3.02 1.207-3.767c.378-.608.966-.677 1.295-.717c.518-.07.956-.08 1.165-.08c.2-.01.637 0 1.165.08c.33.05.917.11 1.295.717c.47.747.877 2.5 1.206 3.766c0 0 .358-.01 1.165-.05q.616-.027 1.226-.12c.458-5.39.785-10.728 1.126-16.128c-.28-.04-.538-.07-.867-.09c-.23-.02-.787-.04-.787-.04z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M23.902 6.87c-.33-3.218-2.47-3.895-4.354-4.204c-.946-.16-2.63-.3-3.716-.34c-.946-.06-3.168-.09-3.835-.09c-.657 0-2.89.03-3.835.09c-1.076.04-2.77.18-3.716.34C2.563 2.985.42 3.66.092 6.87c-.08.877-.1 2.023-.09 3.248c.03 2.031.2 3.406.3 4.363c.07.657.338 2.62.687 3.636c.478 1.395.916 1.803 1.424 2.222c.937.757 2.471.996 2.79 1.056c1.733.31 5.24.368 6.784.368s5.05-.05 6.784-.368c.329-.06 1.863-.29 2.79-1.056c.508-.419.946-.827 1.424-2.222c.35-1.016.628-2.979.698-3.636c.1-.957.279-2.332.299-4.363c.04-1.225.01-2.371-.08-3.248m-1.176 5.4c-.19 2.57-.418 4.104-.747 5.22c-.29.976-.637 1.623-1.165 2.092c-.867.787-2.063.956-2.76 1.056c-1.514.23-4.055.3-6.057.3s-4.543-.08-6.057-.3c-.697-.1-1.893-.269-2.76-1.056c-.518-.469-.876-1.126-1.155-2.093c-.329-1.105-.558-2.65-.747-5.22c-.11-1.543-.09-4.054.08-5.4c.258-2.011 1.255-3.018 3.387-3.396c.996-.18 2.34-.31 3.606-.37c1.016-.07 2.7-.1 3.636-.09c.936-.01 2.62.03 3.636.09c1.275.06 2.61.19 3.606.37c2.142.378 3.139 1.395 3.388 3.397c.199 1.345.229 3.856.11 5.4m-5.202-8.39c-.548 2.462-.767 3.588-1.216 5.37c-.428 1.715-.767 3.298-1.335 4.065c-.587.777-1.365.947-1.893 1.006c-.279.03-.478.04-1.066.05a8 8 0 0 1-1.075-.05c-.528-.06-1.315-.229-1.892-1.006c-.578-.767-.907-2.35-1.335-4.064c-.47-1.773-.678-2.91-1.236-5.37c0 0-.548.02-.797.04c-.329.02-.588.05-.867.09c.343 5.372.692 11.079 1.126 16.13a22 22 0 0 0 2.39.169c.33-1.266.748-3.02 1.207-3.767c.378-.608.966-.677 1.295-.717c.518-.07.956-.08 1.165-.08c.2-.01.637 0 1.165.08c.33.05.917.11 1.295.717c.47.747.877 2.5 1.206 3.766c0 0 .358-.01 1.165-.05q.616-.027 1.226-.12c.458-5.39.785-10.728 1.126-16.128c-.28-.04-.538-.07-.867-.09c-.23-.02-.787-.04-.787-.04z"/></svg> </template>
CSS
.icon-honda {
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%22M23.902%206.87c-.33-3.218-2.47-3.895-4.354-4.204c-.946-.16-2.63-.3-3.716-.34c-.946-.06-3.168-.09-3.835-.09c-.657%200-2.89.03-3.835.09c-1.076.04-2.77.18-3.716.34C2.563%202.985.42%203.66.092%206.87c-.08.877-.1%202.023-.09%203.248c.03%202.031.2%203.406.3%204.363c.07.657.338%202.62.687%203.636c.478%201.395.916%201.803%201.424%202.222c.937.757%202.471.996%202.79%201.056c1.733.31%205.24.368%206.784.368s5.05-.05%206.784-.368c.329-.06%201.863-.29%202.79-1.056c.508-.419.946-.827%201.424-2.222c.35-1.016.628-2.979.698-3.636c.1-.957.279-2.332.299-4.363c.04-1.225.01-2.371-.08-3.248m-1.176%205.4c-.19%202.57-.418%204.104-.747%205.22c-.29.976-.637%201.623-1.165%202.092c-.867.787-2.063.956-2.76%201.056c-1.514.23-4.055.3-6.057.3s-4.543-.08-6.057-.3c-.697-.1-1.893-.269-2.76-1.056c-.518-.469-.876-1.126-1.155-2.093c-.329-1.105-.558-2.65-.747-5.22c-.11-1.543-.09-4.054.08-5.4c.258-2.011%201.255-3.018%203.387-3.396c.996-.18%202.34-.31%203.606-.37c1.016-.07%202.7-.1%203.636-.09c.936-.01%202.62.03%203.636.09c1.275.06%202.61.19%203.606.37c2.142.378%203.139%201.395%203.388%203.397c.199%201.345.229%203.856.11%205.4m-5.202-8.39c-.548%202.462-.767%203.588-1.216%205.37c-.428%201.715-.767%203.298-1.335%204.065c-.587.777-1.365.947-1.893%201.006c-.279.03-.478.04-1.066.05a8%208%200%200%201-1.075-.05c-.528-.06-1.315-.229-1.892-1.006c-.578-.767-.907-2.35-1.335-4.064c-.47-1.773-.678-2.91-1.236-5.37c0%200-.548.02-.797.04c-.329.02-.588.05-.867.09c.343%205.372.692%2011.079%201.126%2016.13a22%2022%200%200%200%202.39.169c.33-1.266.748-3.02%201.207-3.767c.378-.608.966-.677%201.295-.717c.518-.07.956-.08%201.165-.08c.2-.01.637%200%201.165.08c.33.05.917.11%201.295.717c.47.747.877%202.5%201.206%203.766c0%200%20.358-.01%201.165-.05q.616-.027%201.226-.12c.458-5.39.785-10.728%201.126-16.128c-.28-.04-.538-.07-.867-.09c-.23-.02-.787-.04-.787-.04z%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%22M23.902%206.87c-.33-3.218-2.47-3.895-4.354-4.204c-.946-.16-2.63-.3-3.716-.34c-.946-.06-3.168-.09-3.835-.09c-.657%200-2.89.03-3.835.09c-1.076.04-2.77.18-3.716.34C2.563%202.985.42%203.66.092%206.87c-.08.877-.1%202.023-.09%203.248c.03%202.031.2%203.406.3%204.363c.07.657.338%202.62.687%203.636c.478%201.395.916%201.803%201.424%202.222c.937.757%202.471.996%202.79%201.056c1.733.31%205.24.368%206.784.368s5.05-.05%206.784-.368c.329-.06%201.863-.29%202.79-1.056c.508-.419.946-.827%201.424-2.222c.35-1.016.628-2.979.698-3.636c.1-.957.279-2.332.299-4.363c.04-1.225.01-2.371-.08-3.248m-1.176%205.4c-.19%202.57-.418%204.104-.747%205.22c-.29.976-.637%201.623-1.165%202.092c-.867.787-2.063.956-2.76%201.056c-1.514.23-4.055.3-6.057.3s-4.543-.08-6.057-.3c-.697-.1-1.893-.269-2.76-1.056c-.518-.469-.876-1.126-1.155-2.093c-.329-1.105-.558-2.65-.747-5.22c-.11-1.543-.09-4.054.08-5.4c.258-2.011%201.255-3.018%203.387-3.396c.996-.18%202.34-.31%203.606-.37c1.016-.07%202.7-.1%203.636-.09c.936-.01%202.62.03%203.636.09c1.275.06%202.61.19%203.606.37c2.142.378%203.139%201.395%203.388%203.397c.199%201.345.229%203.856.11%205.4m-5.202-8.39c-.548%202.462-.767%203.588-1.216%205.37c-.428%201.715-.767%203.298-1.335%204.065c-.587.777-1.365.947-1.893%201.006c-.279.03-.478.04-1.066.05a8%208%200%200%201-1.075-.05c-.528-.06-1.315-.229-1.892-1.006c-.578-.767-.907-2.35-1.335-4.064c-.47-1.773-.678-2.91-1.236-5.37c0%200-.548.02-.797.04c-.329.02-.588.05-.867.09c.343%205.372.692%2011.079%201.126%2016.13a22%2022%200%200%200%202.39.169c.33-1.266.748-3.02%201.207-3.767c.378-.608.966-.677%201.295-.717c.518-.07.956-.08%201.165-.08c.2-.01.637%200%201.165.08c.33.05.917.11%201.295.717c.47.747.877%202.5%201.206%203.766c0%200%20.358-.01%201.165-.05q.616-.027%201.226-.12c.458-5.39.785-10.728%201.126-16.128c-.28-.04-.538-.07-.867-.09c-.23-.02-.787-.04-.787-.04z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/honda.svg?color=%231a73e8&size=48