bun logo
bun from Boxicons Brands by Boxicons · Logo · MIT Free for personal and commercial use.
- Name
- bun
- Set
- Boxicons Brands
- Style
- Logo
- Viewbox
- 24×24
- License
- MIT
The same logo in other sets
Use the bun logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.34 7.66c-.07.06-.02.18.08.15c.85-.33 2.01-1.32 1.52-3.33c-.02-.11-.17-.08-.17.02c0 1.21-.51 2.36-1.43 3.16m2-3.15c.63 1.02.78 2.27.41 3.41c-.03.09.08.16.14.09c.55-.71 1.04-2.12-.41-3.64c-.07-.07-.19.04-.14.12Zm.7-.05c.98.69 1.61 1.78 1.73 2.98c0 .05.03.09.07.09s.08-.02.09-.07c.23-.88.1-2.39-1.82-3.17c-.1-.04-.17.1-.08.16Zm-4.67 2.8c.91.06 2.38-.37 2.82-2.39c.02-.1-.12-.14-.17-.05A4.3 4.3 0 0 1 7.37 7.1c-.09.03-.09.16 0 .16"/><path fill="currentColor" d="M19.87 8.36s-.08-.09-.13-.13c-.04-.04-.08-.09-.13-.13c-.04-.04-.08-.09-.13-.13c-.04-.04-.08-.09-.13-.13c-.04-.04-.08-.09-.13-.13c-.04-.04-.08-.09-.13-.12l-.06-.06a8.9 8.9 0 0 0-2.25-1.7c-.94-.5-1.65-.94-2.28-1.33c-.27-.17-.52-.33-.78-.47c-.83-.49-1.49-.79-2.25-.79s-1.52.35-2.41.88c-.29.17-.59.36-.91.55c-.58.36-1.23.76-1.99 1.17c-2.62 1.42-4.18 3.78-4.18 6.31c0 1.86.84 3.56 2.22 4.88l.1.1l.76.76c1.74 1.75 4.42 2.88 7.43 2.88c5.24 0 9.49-3.41 9.49-7.59c0-1.79-.77-3.48-2.13-4.81Zm-8.38 10.76c-4.89 0-8.86-3.13-8.86-6.97c0-2.3 1.44-4.45 3.85-5.75c.76-.41 1.44-.83 2.03-1.19c.31-.19.61-.38.9-.54c.82-.48 1.48-.79 2.09-.79s1.17.25 1.94.71c.23.14.48.3.76.47c.61.37 1.35.85 2.31 1.36c2.41 1.3 3.85 3.45 3.85 5.75c0 3.85-3.97 6.97-8.86 6.97Z"/><path fill="currentColor" d="M13.08 13.65H9.96a.36.36 0 0 0-.29.13c-.06.07-.08.16-.07.25c.12.5.4.95.79 1.28c.31.29.7.47 1.13.51c.42-.04.82-.22 1.12-.51c.39-.33.67-.78.79-1.28c.02-.09 0-.18-.06-.25a.4.4 0 0 0-.29-.13m-1.56 1.87c-.35-.04-.67-.2-.92-.44l-.06-.06c.26-.33.65-.52 1.07-.53c.38.01.74.16 1.01.43c-.05.06-.11.12-.17.17c-.25.24-.58.4-.92.44Zm-3.14-5.38a1.396 1.396 0 1 0-.009 2.789a1.396 1.396 0 0 0 .009-2.789m-.44 1.48c-.29 0-.52-.24-.52-.52c0-.29.24-.53.53-.52a.525.525 0 1 1-.01 1.05Zm6.73-1.48c-.77 0-1.4.61-1.41 1.38v.01c0 .77.62 1.39 1.38 1.39c.77 0 1.4-.61 1.41-1.38s-.61-1.4-1.38-1.41Zm-.45 1.48c-.29 0-.52-.24-.52-.52c0-.29.24-.53.53-.52a.525.525 0 1 1-.01 1.05Z"/></svg>
React
import type { SVGProps } from "react";
export function BxlBun(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="M9.34 7.66c-.07.06-.02.18.08.15c.85-.33 2.01-1.32 1.52-3.33c-.02-.11-.17-.08-.17.02c0 1.21-.51 2.36-1.43 3.16m2-3.15c.63 1.02.78 2.27.41 3.41c-.03.09.08.16.14.09c.55-.71 1.04-2.12-.41-3.64c-.07-.07-.19.04-.14.12Zm.7-.05c.98.69 1.61 1.78 1.73 2.98c0 .05.03.09.07.09s.08-.02.09-.07c.23-.88.1-2.39-1.82-3.17c-.1-.04-.17.1-.08.16Zm-4.67 2.8c.91.06 2.38-.37 2.82-2.39c.02-.1-.12-.14-.17-.05A4.3 4.3 0 0 1 7.37 7.1c-.09.03-.09.16 0 .16"/><path fill="currentColor" d="M19.87 8.36s-.08-.09-.13-.13c-.04-.04-.08-.09-.13-.13c-.04-.04-.08-.09-.13-.13c-.04-.04-.08-.09-.13-.13c-.04-.04-.08-.09-.13-.13c-.04-.04-.08-.09-.13-.12l-.06-.06a8.9 8.9 0 0 0-2.25-1.7c-.94-.5-1.65-.94-2.28-1.33c-.27-.17-.52-.33-.78-.47c-.83-.49-1.49-.79-2.25-.79s-1.52.35-2.41.88c-.29.17-.59.36-.91.55c-.58.36-1.23.76-1.99 1.17c-2.62 1.42-4.18 3.78-4.18 6.31c0 1.86.84 3.56 2.22 4.88l.1.1l.76.76c1.74 1.75 4.42 2.88 7.43 2.88c5.24 0 9.49-3.41 9.49-7.59c0-1.79-.77-3.48-2.13-4.81Zm-8.38 10.76c-4.89 0-8.86-3.13-8.86-6.97c0-2.3 1.44-4.45 3.85-5.75c.76-.41 1.44-.83 2.03-1.19c.31-.19.61-.38.9-.54c.82-.48 1.48-.79 2.09-.79s1.17.25 1.94.71c.23.14.48.3.76.47c.61.37 1.35.85 2.31 1.36c2.41 1.3 3.85 3.45 3.85 5.75c0 3.85-3.97 6.97-8.86 6.97Z"/><path fill="currentColor" d="M13.08 13.65H9.96a.36.36 0 0 0-.29.13c-.06.07-.08.16-.07.25c.12.5.4.95.79 1.28c.31.29.7.47 1.13.51c.42-.04.82-.22 1.12-.51c.39-.33.67-.78.79-1.28c.02-.09 0-.18-.06-.25a.4.4 0 0 0-.29-.13m-1.56 1.87c-.35-.04-.67-.2-.92-.44l-.06-.06c.26-.33.65-.52 1.07-.53c.38.01.74.16 1.01.43c-.05.06-.11.12-.17.17c-.25.24-.58.4-.92.44Zm-3.14-5.38a1.396 1.396 0 1 0-.009 2.789a1.396 1.396 0 0 0 .009-2.789m-.44 1.48c-.29 0-.52-.24-.52-.52c0-.29.24-.53.53-.52a.525.525 0 1 1-.01 1.05Zm6.73-1.48c-.77 0-1.4.61-1.41 1.38v.01c0 .77.62 1.39 1.38 1.39c.77 0 1.4-.61 1.41-1.38s-.61-1.4-1.38-1.41Zm-.45 1.48c-.29 0-.52-.24-.52-.52c0-.29.24-.53.53-.52a.525.525 0 1 1-.01 1.05Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.34 7.66c-.07.06-.02.18.08.15c.85-.33 2.01-1.32 1.52-3.33c-.02-.11-.17-.08-.17.02c0 1.21-.51 2.36-1.43 3.16m2-3.15c.63 1.02.78 2.27.41 3.41c-.03.09.08.16.14.09c.55-.71 1.04-2.12-.41-3.64c-.07-.07-.19.04-.14.12Zm.7-.05c.98.69 1.61 1.78 1.73 2.98c0 .05.03.09.07.09s.08-.02.09-.07c.23-.88.1-2.39-1.82-3.17c-.1-.04-.17.1-.08.16Zm-4.67 2.8c.91.06 2.38-.37 2.82-2.39c.02-.1-.12-.14-.17-.05A4.3 4.3 0 0 1 7.37 7.1c-.09.03-.09.16 0 .16"/><path fill="currentColor" d="M19.87 8.36s-.08-.09-.13-.13c-.04-.04-.08-.09-.13-.13c-.04-.04-.08-.09-.13-.13c-.04-.04-.08-.09-.13-.13c-.04-.04-.08-.09-.13-.13c-.04-.04-.08-.09-.13-.12l-.06-.06a8.9 8.9 0 0 0-2.25-1.7c-.94-.5-1.65-.94-2.28-1.33c-.27-.17-.52-.33-.78-.47c-.83-.49-1.49-.79-2.25-.79s-1.52.35-2.41.88c-.29.17-.59.36-.91.55c-.58.36-1.23.76-1.99 1.17c-2.62 1.42-4.18 3.78-4.18 6.31c0 1.86.84 3.56 2.22 4.88l.1.1l.76.76c1.74 1.75 4.42 2.88 7.43 2.88c5.24 0 9.49-3.41 9.49-7.59c0-1.79-.77-3.48-2.13-4.81Zm-8.38 10.76c-4.89 0-8.86-3.13-8.86-6.97c0-2.3 1.44-4.45 3.85-5.75c.76-.41 1.44-.83 2.03-1.19c.31-.19.61-.38.9-.54c.82-.48 1.48-.79 2.09-.79s1.17.25 1.94.71c.23.14.48.3.76.47c.61.37 1.35.85 2.31 1.36c2.41 1.3 3.85 3.45 3.85 5.75c0 3.85-3.97 6.97-8.86 6.97Z"/><path fill="currentColor" d="M13.08 13.65H9.96a.36.36 0 0 0-.29.13c-.06.07-.08.16-.07.25c.12.5.4.95.79 1.28c.31.29.7.47 1.13.51c.42-.04.82-.22 1.12-.51c.39-.33.67-.78.79-1.28c.02-.09 0-.18-.06-.25a.4.4 0 0 0-.29-.13m-1.56 1.87c-.35-.04-.67-.2-.92-.44l-.06-.06c.26-.33.65-.52 1.07-.53c.38.01.74.16 1.01.43c-.05.06-.11.12-.17.17c-.25.24-.58.4-.92.44Zm-3.14-5.38a1.396 1.396 0 1 0-.009 2.789a1.396 1.396 0 0 0 .009-2.789m-.44 1.48c-.29 0-.52-.24-.52-.52c0-.29.24-.53.53-.52a.525.525 0 1 1-.01 1.05Zm6.73-1.48c-.77 0-1.4.61-1.41 1.38v.01c0 .77.62 1.39 1.38 1.39c.77 0 1.4-.61 1.41-1.38s-.61-1.4-1.38-1.41Zm-.45 1.48c-.29 0-.52-.24-.52-.52c0-.29.24-.53.53-.52a.525.525 0 1 1-.01 1.05Z"/></svg> </template>
CSS
.icon-bun {
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%22M9.34%207.66c-.07.06-.02.18.08.15c.85-.33%202.01-1.32%201.52-3.33c-.02-.11-.17-.08-.17.02c0%201.21-.51%202.36-1.43%203.16m2-3.15c.63%201.02.78%202.27.41%203.41c-.03.09.08.16.14.09c.55-.71%201.04-2.12-.41-3.64c-.07-.07-.19.04-.14.12Zm.7-.05c.98.69%201.61%201.78%201.73%202.98c0%20.05.03.09.07.09s.08-.02.09-.07c.23-.88.1-2.39-1.82-3.17c-.1-.04-.17.1-.08.16Zm-4.67%202.8c.91.06%202.38-.37%202.82-2.39c.02-.1-.12-.14-.17-.05A4.3%204.3%200%200%201%207.37%207.1c-.09.03-.09.16%200%20.16%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M19.87%208.36s-.08-.09-.13-.13c-.04-.04-.08-.09-.13-.13c-.04-.04-.08-.09-.13-.13c-.04-.04-.08-.09-.13-.13c-.04-.04-.08-.09-.13-.13c-.04-.04-.08-.09-.13-.12l-.06-.06a8.9%208.9%200%200%200-2.25-1.7c-.94-.5-1.65-.94-2.28-1.33c-.27-.17-.52-.33-.78-.47c-.83-.49-1.49-.79-2.25-.79s-1.52.35-2.41.88c-.29.17-.59.36-.91.55c-.58.36-1.23.76-1.99%201.17c-2.62%201.42-4.18%203.78-4.18%206.31c0%201.86.84%203.56%202.22%204.88l.1.1l.76.76c1.74%201.75%204.42%202.88%207.43%202.88c5.24%200%209.49-3.41%209.49-7.59c0-1.79-.77-3.48-2.13-4.81Zm-8.38%2010.76c-4.89%200-8.86-3.13-8.86-6.97c0-2.3%201.44-4.45%203.85-5.75c.76-.41%201.44-.83%202.03-1.19c.31-.19.61-.38.9-.54c.82-.48%201.48-.79%202.09-.79s1.17.25%201.94.71c.23.14.48.3.76.47c.61.37%201.35.85%202.31%201.36c2.41%201.3%203.85%203.45%203.85%205.75c0%203.85-3.97%206.97-8.86%206.97Z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.08%2013.65H9.96a.36.36%200%200%200-.29.13c-.06.07-.08.16-.07.25c.12.5.4.95.79%201.28c.31.29.7.47%201.13.51c.42-.04.82-.22%201.12-.51c.39-.33.67-.78.79-1.28c.02-.09%200-.18-.06-.25a.4.4%200%200%200-.29-.13m-1.56%201.87c-.35-.04-.67-.2-.92-.44l-.06-.06c.26-.33.65-.52%201.07-.53c.38.01.74.16%201.01.43c-.05.06-.11.12-.17.17c-.25.24-.58.4-.92.44Zm-3.14-5.38a1.396%201.396%200%201%200-.009%202.789a1.396%201.396%200%200%200%20.009-2.789m-.44%201.48c-.29%200-.52-.24-.52-.52c0-.29.24-.53.53-.52a.525.525%200%201%201-.01%201.05Zm6.73-1.48c-.77%200-1.4.61-1.41%201.38v.01c0%20.77.62%201.39%201.38%201.39c.77%200%201.4-.61%201.41-1.38s-.61-1.4-1.38-1.41Zm-.45%201.48c-.29%200-.52-.24-.52-.52c0-.29.24-.53.53-.52a.525.525%200%201%201-.01%201.05Z%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%22M9.34%207.66c-.07.06-.02.18.08.15c.85-.33%202.01-1.32%201.52-3.33c-.02-.11-.17-.08-.17.02c0%201.21-.51%202.36-1.43%203.16m2-3.15c.63%201.02.78%202.27.41%203.41c-.03.09.08.16.14.09c.55-.71%201.04-2.12-.41-3.64c-.07-.07-.19.04-.14.12Zm.7-.05c.98.69%201.61%201.78%201.73%202.98c0%20.05.03.09.07.09s.08-.02.09-.07c.23-.88.1-2.39-1.82-3.17c-.1-.04-.17.1-.08.16Zm-4.67%202.8c.91.06%202.38-.37%202.82-2.39c.02-.1-.12-.14-.17-.05A4.3%204.3%200%200%201%207.37%207.1c-.09.03-.09.16%200%20.16%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M19.87%208.36s-.08-.09-.13-.13c-.04-.04-.08-.09-.13-.13c-.04-.04-.08-.09-.13-.13c-.04-.04-.08-.09-.13-.13c-.04-.04-.08-.09-.13-.13c-.04-.04-.08-.09-.13-.12l-.06-.06a8.9%208.9%200%200%200-2.25-1.7c-.94-.5-1.65-.94-2.28-1.33c-.27-.17-.52-.33-.78-.47c-.83-.49-1.49-.79-2.25-.79s-1.52.35-2.41.88c-.29.17-.59.36-.91.55c-.58.36-1.23.76-1.99%201.17c-2.62%201.42-4.18%203.78-4.18%206.31c0%201.86.84%203.56%202.22%204.88l.1.1l.76.76c1.74%201.75%204.42%202.88%207.43%202.88c5.24%200%209.49-3.41%209.49-7.59c0-1.79-.77-3.48-2.13-4.81Zm-8.38%2010.76c-4.89%200-8.86-3.13-8.86-6.97c0-2.3%201.44-4.45%203.85-5.75c.76-.41%201.44-.83%202.03-1.19c.31-.19.61-.38.9-.54c.82-.48%201.48-.79%202.09-.79s1.17.25%201.94.71c.23.14.48.3.76.47c.61.37%201.35.85%202.31%201.36c2.41%201.3%203.85%203.45%203.85%205.75c0%203.85-3.97%206.97-8.86%206.97Z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.08%2013.65H9.96a.36.36%200%200%200-.29.13c-.06.07-.08.16-.07.25c.12.5.4.95.79%201.28c.31.29.7.47%201.13.51c.42-.04.82-.22%201.12-.51c.39-.33.67-.78.79-1.28c.02-.09%200-.18-.06-.25a.4.4%200%200%200-.29-.13m-1.56%201.87c-.35-.04-.67-.2-.92-.44l-.06-.06c.26-.33.65-.52%201.07-.53c.38.01.74.16%201.01.43c-.05.06-.11.12-.17.17c-.25.24-.58.4-.92.44Zm-3.14-5.38a1.396%201.396%200%201%200-.009%202.789a1.396%201.396%200%200%200%20.009-2.789m-.44%201.48c-.29%200-.52-.24-.52-.52c0-.29.24-.53.53-.52a.525.525%200%201%201-.01%201.05Zm6.73-1.48c-.77%200-1.4.61-1.41%201.38v.01c0%20.77.62%201.39%201.38%201.39c.77%200%201.4-.61%201.41-1.38s-.61-1.4-1.38-1.41Zm-.45%201.48c-.29%200-.52-.24-.52-.52c0-.29.24-.53.53-.52a.525.525%200%201%201-.01%201.05Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/bxl/bun.svg?color=%231a73e8&size=48