bento logo
bento from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- bento
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
The same logo in other sets
Use the bento logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M0 10.435c0-.256.051-.512.153-.758c.233-.56.854-1.046 2.095-2.018l6.206-4.856c1.241-.972 1.862-1.458 2.577-1.64c.63-.16 1.308-.16 1.938 0c.715.183 1.336.668 2.577 1.64l6.206 4.856c1.241.972 1.862 1.458 2.095 2.018c.102.246.153.502.153.758v3.13c0 .256-.051.512-.153.758c-.233.56-.854 1.046-2.095 2.017l-6.206 4.857c-1.241.972-1.862 1.457-2.577 1.64c-.63.16-1.308.16-1.938 0c-.715-.183-1.336-.668-2.577-1.64L2.248 16.34C1.007 15.37.386 14.883.153 14.323A2 2 0 0 1 0 13.565zm9.34-3.238l.887.694c.62.485.93.728 1.289.82c.315.08.653.08.968 0c.358-.092.668-.335 1.29-.82l.886-.694c.62-.486.93-.729 1.047-1.009a.98.98 0 0 0 0-.758c-.116-.28-.427-.523-1.047-1.008l-.887-.694c-.62-.486-.93-.729-1.289-.82a2 2 0 0 0-.968 0c-.358.091-.668.334-1.29.82l-.886.694c-.62.485-.93.728-1.047 1.008a.98.98 0 0 0 0 .758c.116.28.427.523 1.047 1.009m5.91 4.625l.887.694c.62.486.931.729 1.29.82c.314.08.653.08.968 0c.358-.091.668-.334 1.288-.82l.887-.694c.62-.485.931-.728 1.047-1.008a.98.98 0 0 0 0-.758c-.116-.28-.426-.523-1.047-1.009l-.887-.694c-.62-.485-.93-.728-1.288-.82a2 2 0 0 0-.969 0c-.358.092-.668.335-1.289.82l-.886.694c-.621.486-.931.729-1.047 1.009a.98.98 0 0 0 0 .758c.116.28.426.523 1.047 1.008Zm-11.82 0l6.797 5.32c.62.486.93.728 1.289.82c.315.08.653.08.968 0c.358-.092.668-.334 1.29-.82l.886-.694c.62-.486.93-.729 1.047-1.009a.97.97 0 0 0 0-.758c-.116-.28-.427-.523-1.047-1.008l-6.797-5.32c-.62-.485-.931-.728-1.29-.82a2 2 0 0 0-.968 0c-.358.092-.668.335-1.288.82l-.887.694c-.62.486-.931.729-1.047 1.009a.98.98 0 0 0 0 .758c.116.28.426.523 1.047 1.008"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsBento(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="M0 10.435c0-.256.051-.512.153-.758c.233-.56.854-1.046 2.095-2.018l6.206-4.856c1.241-.972 1.862-1.458 2.577-1.64c.63-.16 1.308-.16 1.938 0c.715.183 1.336.668 2.577 1.64l6.206 4.856c1.241.972 1.862 1.458 2.095 2.018c.102.246.153.502.153.758v3.13c0 .256-.051.512-.153.758c-.233.56-.854 1.046-2.095 2.017l-6.206 4.857c-1.241.972-1.862 1.457-2.577 1.64c-.63.16-1.308.16-1.938 0c-.715-.183-1.336-.668-2.577-1.64L2.248 16.34C1.007 15.37.386 14.883.153 14.323A2 2 0 0 1 0 13.565zm9.34-3.238l.887.694c.62.485.93.728 1.289.82c.315.08.653.08.968 0c.358-.092.668-.335 1.29-.82l.886-.694c.62-.486.93-.729 1.047-1.009a.98.98 0 0 0 0-.758c-.116-.28-.427-.523-1.047-1.008l-.887-.694c-.62-.486-.93-.729-1.289-.82a2 2 0 0 0-.968 0c-.358.091-.668.334-1.29.82l-.886.694c-.62.485-.93.728-1.047 1.008a.98.98 0 0 0 0 .758c.116.28.427.523 1.047 1.009m5.91 4.625l.887.694c.62.486.931.729 1.29.82c.314.08.653.08.968 0c.358-.091.668-.334 1.288-.82l.887-.694c.62-.485.931-.728 1.047-1.008a.98.98 0 0 0 0-.758c-.116-.28-.426-.523-1.047-1.009l-.887-.694c-.62-.485-.93-.728-1.288-.82a2 2 0 0 0-.969 0c-.358.092-.668.335-1.289.82l-.886.694c-.621.486-.931.729-1.047 1.009a.98.98 0 0 0 0 .758c.116.28.426.523 1.047 1.008Zm-11.82 0l6.797 5.32c.62.486.93.728 1.289.82c.315.08.653.08.968 0c.358-.092.668-.334 1.29-.82l.886-.694c.62-.486.93-.729 1.047-1.009a.97.97 0 0 0 0-.758c-.116-.28-.427-.523-1.047-1.008l-6.797-5.32c-.62-.485-.931-.728-1.29-.82a2 2 0 0 0-.968 0c-.358.092-.668.335-1.288.82l-.887.694c-.62.486-.931.729-1.047 1.009a.98.98 0 0 0 0 .758c.116.28.426.523 1.047 1.008"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M0 10.435c0-.256.051-.512.153-.758c.233-.56.854-1.046 2.095-2.018l6.206-4.856c1.241-.972 1.862-1.458 2.577-1.64c.63-.16 1.308-.16 1.938 0c.715.183 1.336.668 2.577 1.64l6.206 4.856c1.241.972 1.862 1.458 2.095 2.018c.102.246.153.502.153.758v3.13c0 .256-.051.512-.153.758c-.233.56-.854 1.046-2.095 2.017l-6.206 4.857c-1.241.972-1.862 1.457-2.577 1.64c-.63.16-1.308.16-1.938 0c-.715-.183-1.336-.668-2.577-1.64L2.248 16.34C1.007 15.37.386 14.883.153 14.323A2 2 0 0 1 0 13.565zm9.34-3.238l.887.694c.62.485.93.728 1.289.82c.315.08.653.08.968 0c.358-.092.668-.335 1.29-.82l.886-.694c.62-.486.93-.729 1.047-1.009a.98.98 0 0 0 0-.758c-.116-.28-.427-.523-1.047-1.008l-.887-.694c-.62-.486-.93-.729-1.289-.82a2 2 0 0 0-.968 0c-.358.091-.668.334-1.29.82l-.886.694c-.62.485-.93.728-1.047 1.008a.98.98 0 0 0 0 .758c.116.28.427.523 1.047 1.009m5.91 4.625l.887.694c.62.486.931.729 1.29.82c.314.08.653.08.968 0c.358-.091.668-.334 1.288-.82l.887-.694c.62-.485.931-.728 1.047-1.008a.98.98 0 0 0 0-.758c-.116-.28-.426-.523-1.047-1.009l-.887-.694c-.62-.485-.93-.728-1.288-.82a2 2 0 0 0-.969 0c-.358.092-.668.335-1.289.82l-.886.694c-.621.486-.931.729-1.047 1.009a.98.98 0 0 0 0 .758c.116.28.426.523 1.047 1.008Zm-11.82 0l6.797 5.32c.62.486.93.728 1.289.82c.315.08.653.08.968 0c.358-.092.668-.334 1.29-.82l.886-.694c.62-.486.93-.729 1.047-1.009a.97.97 0 0 0 0-.758c-.116-.28-.427-.523-1.047-1.008l-6.797-5.32c-.62-.485-.931-.728-1.29-.82a2 2 0 0 0-.968 0c-.358.092-.668.335-1.288.82l-.887.694c-.62.486-.931.729-1.047 1.009a.98.98 0 0 0 0 .758c.116.28.426.523 1.047 1.008"/></svg> </template>
CSS
.icon-bento {
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%22M0%2010.435c0-.256.051-.512.153-.758c.233-.56.854-1.046%202.095-2.018l6.206-4.856c1.241-.972%201.862-1.458%202.577-1.64c.63-.16%201.308-.16%201.938%200c.715.183%201.336.668%202.577%201.64l6.206%204.856c1.241.972%201.862%201.458%202.095%202.018c.102.246.153.502.153.758v3.13c0%20.256-.051.512-.153.758c-.233.56-.854%201.046-2.095%202.017l-6.206%204.857c-1.241.972-1.862%201.457-2.577%201.64c-.63.16-1.308.16-1.938%200c-.715-.183-1.336-.668-2.577-1.64L2.248%2016.34C1.007%2015.37.386%2014.883.153%2014.323A2%202%200%200%201%200%2013.565zm9.34-3.238l.887.694c.62.485.93.728%201.289.82c.315.08.653.08.968%200c.358-.092.668-.335%201.29-.82l.886-.694c.62-.486.93-.729%201.047-1.009a.98.98%200%200%200%200-.758c-.116-.28-.427-.523-1.047-1.008l-.887-.694c-.62-.486-.93-.729-1.289-.82a2%202%200%200%200-.968%200c-.358.091-.668.334-1.29.82l-.886.694c-.62.485-.93.728-1.047%201.008a.98.98%200%200%200%200%20.758c.116.28.427.523%201.047%201.009m5.91%204.625l.887.694c.62.486.931.729%201.29.82c.314.08.653.08.968%200c.358-.091.668-.334%201.288-.82l.887-.694c.62-.485.931-.728%201.047-1.008a.98.98%200%200%200%200-.758c-.116-.28-.426-.523-1.047-1.009l-.887-.694c-.62-.485-.93-.728-1.288-.82a2%202%200%200%200-.969%200c-.358.092-.668.335-1.289.82l-.886.694c-.621.486-.931.729-1.047%201.009a.98.98%200%200%200%200%20.758c.116.28.426.523%201.047%201.008Zm-11.82%200l6.797%205.32c.62.486.93.728%201.289.82c.315.08.653.08.968%200c.358-.092.668-.334%201.29-.82l.886-.694c.62-.486.93-.729%201.047-1.009a.97.97%200%200%200%200-.758c-.116-.28-.427-.523-1.047-1.008l-6.797-5.32c-.62-.485-.931-.728-1.29-.82a2%202%200%200%200-.968%200c-.358.092-.668.335-1.288.82l-.887.694c-.62.486-.931.729-1.047%201.009a.98.98%200%200%200%200%20.758c.116.28.426.523%201.047%201.008%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%22M0%2010.435c0-.256.051-.512.153-.758c.233-.56.854-1.046%202.095-2.018l6.206-4.856c1.241-.972%201.862-1.458%202.577-1.64c.63-.16%201.308-.16%201.938%200c.715.183%201.336.668%202.577%201.64l6.206%204.856c1.241.972%201.862%201.458%202.095%202.018c.102.246.153.502.153.758v3.13c0%20.256-.051.512-.153.758c-.233.56-.854%201.046-2.095%202.017l-6.206%204.857c-1.241.972-1.862%201.457-2.577%201.64c-.63.16-1.308.16-1.938%200c-.715-.183-1.336-.668-2.577-1.64L2.248%2016.34C1.007%2015.37.386%2014.883.153%2014.323A2%202%200%200%201%200%2013.565zm9.34-3.238l.887.694c.62.485.93.728%201.289.82c.315.08.653.08.968%200c.358-.092.668-.335%201.29-.82l.886-.694c.62-.486.93-.729%201.047-1.009a.98.98%200%200%200%200-.758c-.116-.28-.427-.523-1.047-1.008l-.887-.694c-.62-.486-.93-.729-1.289-.82a2%202%200%200%200-.968%200c-.358.091-.668.334-1.29.82l-.886.694c-.62.485-.93.728-1.047%201.008a.98.98%200%200%200%200%20.758c.116.28.427.523%201.047%201.009m5.91%204.625l.887.694c.62.486.931.729%201.29.82c.314.08.653.08.968%200c.358-.091.668-.334%201.288-.82l.887-.694c.62-.485.931-.728%201.047-1.008a.98.98%200%200%200%200-.758c-.116-.28-.426-.523-1.047-1.009l-.887-.694c-.62-.485-.93-.728-1.288-.82a2%202%200%200%200-.969%200c-.358.092-.668.335-1.289.82l-.886.694c-.621.486-.931.729-1.047%201.009a.98.98%200%200%200%200%20.758c.116.28.426.523%201.047%201.008Zm-11.82%200l6.797%205.32c.62.486.93.728%201.289.82c.315.08.653.08.968%200c.358-.092.668-.334%201.29-.82l.886-.694c.62-.486.93-.729%201.047-1.009a.97.97%200%200%200%200-.758c-.116-.28-.427-.523-1.047-1.008l-6.797-5.32c-.62-.485-.931-.728-1.29-.82a2%202%200%200%200-.968%200c-.358.092-.668.335-1.288.82l-.887.694c-.62.486-.931.729-1.047%201.009a.98.98%200%200%200%200%20.758c.116.28.426.523%201.047%201.008%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/bento.svg?color=%231a73e8&size=48