hubot icon
hubot from Octicons by GitHub · Regular · MIT Free for personal and commercial use.
- Name
- hubot
- Set
- Octicons
- Style
- Regular
- Viewbox
- 14×16
- License
- MIT
2 other variants in Octicons
The same icon in other sets
Use the hubot icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 14 16"><path fill-rule="evenodd" d="M3 6c-.55 0-1 .45-1 1v2c0 .55.45 1 1 1h8c.55 0 1-.45 1-1V7c0-.55-.45-1-1-1H3zm8 1.75L9.75 9h-1.5L7 7.75L5.75 9h-1.5L3 7.75V7h.75L5 8.25L6.25 7h1.5L9 8.25L10.25 7H11v.75zM5 11h4v1H5v-1zm2-9C3.14 2 0 4.91 0 8.5V13c0 .55.45 1 1 1h12c.55 0 1-.45 1-1V8.5C14 4.91 10.86 2 7 2zm6 11H1V8.5c0-3.09 2.64-5.59 6-5.59s6 2.5 6 5.59V13z" fill="currentColor"/></svg>
React
import type { SVGProps } from "react";
export function OcticonHubot(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 14 16"><path fillRule="evenodd" d="M3 6c-.55 0-1 .45-1 1v2c0 .55.45 1 1 1h8c.55 0 1-.45 1-1V7c0-.55-.45-1-1-1H3zm8 1.75L9.75 9h-1.5L7 7.75L5.75 9h-1.5L3 7.75V7h.75L5 8.25L6.25 7h1.5L9 8.25L10.25 7H11v.75zM5 11h4v1H5v-1zm2-9C3.14 2 0 4.91 0 8.5V13c0 .55.45 1 1 1h12c.55 0 1-.45 1-1V8.5C14 4.91 10.86 2 7 2zm6 11H1V8.5c0-3.09 2.64-5.59 6-5.59s6 2.5 6 5.59V13z" fill="currentColor"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 14 16"><path fill-rule="evenodd" d="M3 6c-.55 0-1 .45-1 1v2c0 .55.45 1 1 1h8c.55 0 1-.45 1-1V7c0-.55-.45-1-1-1H3zm8 1.75L9.75 9h-1.5L7 7.75L5.75 9h-1.5L3 7.75V7h.75L5 8.25L6.25 7h1.5L9 8.25L10.25 7H11v.75zM5 11h4v1H5v-1zm2-9C3.14 2 0 4.91 0 8.5V13c0 .55.45 1 1 1h12c.55 0 1-.45 1-1V8.5C14 4.91 10.86 2 7 2zm6 11H1V8.5c0-3.09 2.64-5.59 6-5.59s6 2.5 6 5.59V13z" fill="currentColor"/></svg> </template>
CSS
.icon-hubot {
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%2014%2016%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M3%206c-.55%200-1%20.45-1%201v2c0%20.55.45%201%201%201h8c.55%200%201-.45%201-1V7c0-.55-.45-1-1-1H3zm8%201.75L9.75%209h-1.5L7%207.75L5.75%209h-1.5L3%207.75V7h.75L5%208.25L6.25%207h1.5L9%208.25L10.25%207H11v.75zM5%2011h4v1H5v-1zm2-9C3.14%202%200%204.91%200%208.5V13c0%20.55.45%201%201%201h12c.55%200%201-.45%201-1V8.5C14%204.91%2010.86%202%207%202zm6%2011H1V8.5c0-3.09%202.64-5.59%206-5.59s6%202.5%206%205.59V13z%22%20fill%3D%22currentColor%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%2014%2016%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M3%206c-.55%200-1%20.45-1%201v2c0%20.55.45%201%201%201h8c.55%200%201-.45%201-1V7c0-.55-.45-1-1-1H3zm8%201.75L9.75%209h-1.5L7%207.75L5.75%209h-1.5L3%207.75V7h.75L5%208.25L6.25%207h1.5L9%208.25L10.25%207H11v.75zM5%2011h4v1H5v-1zm2-9C3.14%202%200%204.91%200%208.5V13c0%20.55.45%201%201%201h12c.55%200%201-.45%201-1V8.5C14%204.91%2010.86%202%207%202zm6%2011H1V8.5c0-3.09%202.64-5.59%206-5.59s6%202.5%206%205.59V13z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/octicon/hubot.svg?color=%231a73e8&size=48