Hubot Icon
Free SVG icon from the VS Code Codicons collection. Download or copy for use in any project.
The Hubot icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/307224.svg" alt="Hubot icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/307224.svg" alt="Hubot icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/307224.svg" alt="Hubot icon" :width="24" :height="24" />
CSS background
.icon-hubot {
background-image: url('https://proicons.com/icon/307224.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill="currentColor"><path d="M6.08984 8.50061C6.4025 8.81148 6.78639 9.04156 7.20801 9.17053C7.62964 9.29946 8.07671 9.32365 8.50977 9.24084V9.25061C9.02899 9.14327 9.50544 8.88575 9.87988 8.51038L10.5801 9.22034C9.8929 9.90037 8.96676 10.2847 8 10.2906C7.51236 10.287 7.03011 10.1884 6.58008 10.0006C6.13513 9.81845 5.73025 9.54991 5.38965 9.21057L6.08984 8.50061Z"/><path d="M6.49023 7.50061H5.49023V6.50061H6.49023V7.50061Z"/><path d="M10.4902 6.50061V7.50061H9.49023V6.50061H10.4902Z"/><path fill-rule="evenodd" clip-rule="evenodd" d="M8 1.00061C8.26522 1.00061 8.5195 1.10604 8.70703 1.29358C8.89457 1.48112 9 1.73539 9 2.00061C8.99178 2.17194 8.9397 2.33865 8.84863 2.48401C8.75764 2.62915 8.63082 2.7486 8.48047 2.83069V4.00061H12.4805L12.9805 4.50061V6.53088H13.5L14 7.03088V8.00061L13.5 8.50061H12.9805V11.5006L12.4805 12.0006H9.36035L6.86035 14.7604L6 14.401V12.0006H3.5L3 11.361V8.50061H2.5L2 8.00061V7.03088L2.5 6.53088H3V4.36096L3.53027 4.00061H7.53027V2.86096C7.37357 2.77758 7.24158 2.65367 7.14844 2.50256C7.05529 2.35142 7.00405 2.1781 7 2.00061C7 1.73539 7.10543 1.48112 7.29297 1.29358C7.4805 1.10604 7.73478 1.00061 8 1.00061ZM4 10.861L6.5 11.0006H7V13.191L8.7998 11.151L9.15039 11.0006H12V5.00061H4V10.861Z"/></svg>
Copied!