Bentoml Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Bentoml 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/313668.svg" alt="Bentoml icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/313668.svg" alt="Bentoml icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/313668.svg" alt="Bentoml icon" :width="24" :height="24" />
CSS background
.icon-bentoml {
background-image: url('https://proicons.com/icon/313668.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>BentoML</title><path d="M16.3 11a1.1 1.1 0 1 0 0-2.2 1.1 1.1 0 0 0 0 2.2zm-4.4 0a1.1 1.1 0 1 0 0-2.2 1.1 1.1 0 0 0 0 2.2zM5.67 0a1.2 1.2 0 0 0-.815.318L.386 4.444A1.2 1.2 0 0 0 0 5.325V22.4A1.6 1.6 0 0 0 1.6 24h17.048a1.2 1.2 0 0 0 .911-.42l4.152-4.843a1.2 1.2 0 0 0 .289-.781V1.6A1.6 1.6 0 0 0 22.4 0ZM6 .6h16.2a1.2 1.2 0 0 1 1.2 1.2v15.8a1.6 1.6 0 0 1-1.6 1.6H6A1.2 1.2 0 0 1 4.8 18V1.8A1.2 1.2 0 0 1 6 .6Z"/></svg>
Copied!