ubuntu logo
ubuntu from Boxicons Brands by Boxicons · Logo · MIT Free for personal and commercial use.
- Name
- ubuntu
- Set
- Boxicons Brands
- Style
- Logo
- Viewbox
- 24×24
- License
- MIT
The same logo in other sets
Use the ubuntu logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10s10-4.48 10-10S17.52 2 12 2m2.07 4.02s0-.07.01-.11v-.04c0-.03.01-.07.02-.1c0-.02 0-.03.01-.05c.01-.03.02-.07.04-.1c0-.01.01-.03.02-.04c.02-.05.04-.09.07-.13c.37-.64 1.19-.86 1.82-.49c.64.37.86 1.19.49 1.82c-.03.04-.05.09-.08.13c0 .01-.02.02-.03.03a.5.5 0 0 1-.07.08l-.03.03c-.02.02-.05.05-.08.07c-.01 0-.02.02-.03.03c-.03.02-.06.05-.09.07l-.02.02c-.17.11-.36.18-.55.2c-.28.04-.57-.01-.84-.17c-.26-.15-.46-.38-.56-.65c-.08-.18-.11-.38-.1-.58v-.03Zm-8.26 7.17s-.02 0-.03.01c-.03.02-.07.03-.1.04c-.01 0-.03 0-.04.01c-.03.01-.06.02-.1.03c-.02 0-.03 0-.05.01c-.03 0-.07.01-.1.02H5.2c-.74 0-1.34-.6-1.34-1.33s.6-1.34 1.34-1.34h.19c.03 0 .07.01.1.02c.02 0 .03 0 .05.01c.03 0 .07.02.1.03c.01 0 .03 0 .04.01c.04.01.07.03.1.04c0 0 .02 0 .03.01a1.37 1.37 0 0 1 .73 1.19c0 .3-.1.59-.28.81c-.12.16-.27.28-.45.38Zm.58.26a1.872 1.872 0 0 0 0-2.9c.36-1.4 1.23-2.6 2.41-3.38l.95 1.65c-1 .71-1.65 1.87-1.65 3.18s.65 2.47 1.65 3.18l-.95 1.65a5.83 5.83 0 0 1-2.41-3.38m9.68 5.59c-.64.37-1.46.15-1.82-.49c-.03-.04-.05-.09-.07-.13c0-.01-.01-.03-.02-.04c-.01-.03-.03-.06-.04-.1c0-.02 0-.03-.01-.05c0-.03-.02-.07-.02-.1v-.04c0-.04-.01-.07-.01-.11v-.03c0-.2.03-.4.1-.58c.11-.26.3-.49.56-.65c.26-.15.56-.2.84-.17c.2.03.39.09.55.2l.02.02c.03.02.06.04.09.07c.01 0 .02.02.03.03c.03.02.05.05.08.07l.03.03c.02.03.05.05.07.08c0 .01.02.02.03.03c.03.04.06.08.08.13c.37.64.15 1.46-.49 1.82Zm0-2.91c-.51-.19-1.09-.16-1.6.13s-.83.79-.91 1.32c-.49.14-1.01.21-1.55.21c-.93 0-1.8-.22-2.58-.61l.95-1.65c.5.23 1.05.36 1.63.36c2.03 0 3.7-1.56 3.88-3.54h1.91c-.09 1.47-.74 2.8-1.73 3.77Zm-.18-4.49a3.9 3.9 0 0 0-3.88-3.54c-.58 0-1.13.13-1.63.36l-.95-1.65c.78-.39 1.65-.61 2.58-.61c.54 0 1.06.08 1.55.21c.09.54.41 1.03.91 1.32c.51.29 1.09.32 1.6.13c.99.97 1.64 2.3 1.73 3.77h-1.91Z"/></svg>
React
import type { SVGProps } from "react";
export function BxlUbuntu(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="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10s10-4.48 10-10S17.52 2 12 2m2.07 4.02s0-.07.01-.11v-.04c0-.03.01-.07.02-.1c0-.02 0-.03.01-.05c.01-.03.02-.07.04-.1c0-.01.01-.03.02-.04c.02-.05.04-.09.07-.13c.37-.64 1.19-.86 1.82-.49c.64.37.86 1.19.49 1.82c-.03.04-.05.09-.08.13c0 .01-.02.02-.03.03a.5.5 0 0 1-.07.08l-.03.03c-.02.02-.05.05-.08.07c-.01 0-.02.02-.03.03c-.03.02-.06.05-.09.07l-.02.02c-.17.11-.36.18-.55.2c-.28.04-.57-.01-.84-.17c-.26-.15-.46-.38-.56-.65c-.08-.18-.11-.38-.1-.58v-.03Zm-8.26 7.17s-.02 0-.03.01c-.03.02-.07.03-.1.04c-.01 0-.03 0-.04.01c-.03.01-.06.02-.1.03c-.02 0-.03 0-.05.01c-.03 0-.07.01-.1.02H5.2c-.74 0-1.34-.6-1.34-1.33s.6-1.34 1.34-1.34h.19c.03 0 .07.01.1.02c.02 0 .03 0 .05.01c.03 0 .07.02.1.03c.01 0 .03 0 .04.01c.04.01.07.03.1.04c0 0 .02 0 .03.01a1.37 1.37 0 0 1 .73 1.19c0 .3-.1.59-.28.81c-.12.16-.27.28-.45.38Zm.58.26a1.872 1.872 0 0 0 0-2.9c.36-1.4 1.23-2.6 2.41-3.38l.95 1.65c-1 .71-1.65 1.87-1.65 3.18s.65 2.47 1.65 3.18l-.95 1.65a5.83 5.83 0 0 1-2.41-3.38m9.68 5.59c-.64.37-1.46.15-1.82-.49c-.03-.04-.05-.09-.07-.13c0-.01-.01-.03-.02-.04c-.01-.03-.03-.06-.04-.1c0-.02 0-.03-.01-.05c0-.03-.02-.07-.02-.1v-.04c0-.04-.01-.07-.01-.11v-.03c0-.2.03-.4.1-.58c.11-.26.3-.49.56-.65c.26-.15.56-.2.84-.17c.2.03.39.09.55.2l.02.02c.03.02.06.04.09.07c.01 0 .02.02.03.03c.03.02.05.05.08.07l.03.03c.02.03.05.05.07.08c0 .01.02.02.03.03c.03.04.06.08.08.13c.37.64.15 1.46-.49 1.82Zm0-2.91c-.51-.19-1.09-.16-1.6.13s-.83.79-.91 1.32c-.49.14-1.01.21-1.55.21c-.93 0-1.8-.22-2.58-.61l.95-1.65c.5.23 1.05.36 1.63.36c2.03 0 3.7-1.56 3.88-3.54h1.91c-.09 1.47-.74 2.8-1.73 3.77Zm-.18-4.49a3.9 3.9 0 0 0-3.88-3.54c-.58 0-1.13.13-1.63.36l-.95-1.65c.78-.39 1.65-.61 2.58-.61c.54 0 1.06.08 1.55.21c.09.54.41 1.03.91 1.32c.51.29 1.09.32 1.6.13c.99.97 1.64 2.3 1.73 3.77h-1.91Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10s10-4.48 10-10S17.52 2 12 2m2.07 4.02s0-.07.01-.11v-.04c0-.03.01-.07.02-.1c0-.02 0-.03.01-.05c.01-.03.02-.07.04-.1c0-.01.01-.03.02-.04c.02-.05.04-.09.07-.13c.37-.64 1.19-.86 1.82-.49c.64.37.86 1.19.49 1.82c-.03.04-.05.09-.08.13c0 .01-.02.02-.03.03a.5.5 0 0 1-.07.08l-.03.03c-.02.02-.05.05-.08.07c-.01 0-.02.02-.03.03c-.03.02-.06.05-.09.07l-.02.02c-.17.11-.36.18-.55.2c-.28.04-.57-.01-.84-.17c-.26-.15-.46-.38-.56-.65c-.08-.18-.11-.38-.1-.58v-.03Zm-8.26 7.17s-.02 0-.03.01c-.03.02-.07.03-.1.04c-.01 0-.03 0-.04.01c-.03.01-.06.02-.1.03c-.02 0-.03 0-.05.01c-.03 0-.07.01-.1.02H5.2c-.74 0-1.34-.6-1.34-1.33s.6-1.34 1.34-1.34h.19c.03 0 .07.01.1.02c.02 0 .03 0 .05.01c.03 0 .07.02.1.03c.01 0 .03 0 .04.01c.04.01.07.03.1.04c0 0 .02 0 .03.01a1.37 1.37 0 0 1 .73 1.19c0 .3-.1.59-.28.81c-.12.16-.27.28-.45.38Zm.58.26a1.872 1.872 0 0 0 0-2.9c.36-1.4 1.23-2.6 2.41-3.38l.95 1.65c-1 .71-1.65 1.87-1.65 3.18s.65 2.47 1.65 3.18l-.95 1.65a5.83 5.83 0 0 1-2.41-3.38m9.68 5.59c-.64.37-1.46.15-1.82-.49c-.03-.04-.05-.09-.07-.13c0-.01-.01-.03-.02-.04c-.01-.03-.03-.06-.04-.1c0-.02 0-.03-.01-.05c0-.03-.02-.07-.02-.1v-.04c0-.04-.01-.07-.01-.11v-.03c0-.2.03-.4.1-.58c.11-.26.3-.49.56-.65c.26-.15.56-.2.84-.17c.2.03.39.09.55.2l.02.02c.03.02.06.04.09.07c.01 0 .02.02.03.03c.03.02.05.05.08.07l.03.03c.02.03.05.05.07.08c0 .01.02.02.03.03c.03.04.06.08.08.13c.37.64.15 1.46-.49 1.82Zm0-2.91c-.51-.19-1.09-.16-1.6.13s-.83.79-.91 1.32c-.49.14-1.01.21-1.55.21c-.93 0-1.8-.22-2.58-.61l.95-1.65c.5.23 1.05.36 1.63.36c2.03 0 3.7-1.56 3.88-3.54h1.91c-.09 1.47-.74 2.8-1.73 3.77Zm-.18-4.49a3.9 3.9 0 0 0-3.88-3.54c-.58 0-1.13.13-1.63.36l-.95-1.65c.78-.39 1.65-.61 2.58-.61c.54 0 1.06.08 1.55.21c.09.54.41 1.03.91 1.32c.51.29 1.09.32 1.6.13c.99.97 1.64 2.3 1.73 3.77h-1.91Z"/></svg> </template>
CSS
.icon-ubuntu {
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%22M12%202C6.48%202%202%206.48%202%2012s4.48%2010%2010%2010s10-4.48%2010-10S17.52%202%2012%202m2.07%204.02s0-.07.01-.11v-.04c0-.03.01-.07.02-.1c0-.02%200-.03.01-.05c.01-.03.02-.07.04-.1c0-.01.01-.03.02-.04c.02-.05.04-.09.07-.13c.37-.64%201.19-.86%201.82-.49c.64.37.86%201.19.49%201.82c-.03.04-.05.09-.08.13c0%20.01-.02.02-.03.03a.5.5%200%200%201-.07.08l-.03.03c-.02.02-.05.05-.08.07c-.01%200-.02.02-.03.03c-.03.02-.06.05-.09.07l-.02.02c-.17.11-.36.18-.55.2c-.28.04-.57-.01-.84-.17c-.26-.15-.46-.38-.56-.65c-.08-.18-.11-.38-.1-.58v-.03Zm-8.26%207.17s-.02%200-.03.01c-.03.02-.07.03-.1.04c-.01%200-.03%200-.04.01c-.03.01-.06.02-.1.03c-.02%200-.03%200-.05.01c-.03%200-.07.01-.1.02H5.2c-.74%200-1.34-.6-1.34-1.33s.6-1.34%201.34-1.34h.19c.03%200%20.07.01.1.02c.02%200%20.03%200%20.05.01c.03%200%20.07.02.1.03c.01%200%20.03%200%20.04.01c.04.01.07.03.1.04c0%200%20.02%200%20.03.01a1.37%201.37%200%200%201%20.73%201.19c0%20.3-.1.59-.28.81c-.12.16-.27.28-.45.38Zm.58.26a1.872%201.872%200%200%200%200-2.9c.36-1.4%201.23-2.6%202.41-3.38l.95%201.65c-1%20.71-1.65%201.87-1.65%203.18s.65%202.47%201.65%203.18l-.95%201.65a5.83%205.83%200%200%201-2.41-3.38m9.68%205.59c-.64.37-1.46.15-1.82-.49c-.03-.04-.05-.09-.07-.13c0-.01-.01-.03-.02-.04c-.01-.03-.03-.06-.04-.1c0-.02%200-.03-.01-.05c0-.03-.02-.07-.02-.1v-.04c0-.04-.01-.07-.01-.11v-.03c0-.2.03-.4.1-.58c.11-.26.3-.49.56-.65c.26-.15.56-.2.84-.17c.2.03.39.09.55.2l.02.02c.03.02.06.04.09.07c.01%200%20.02.02.03.03c.03.02.05.05.08.07l.03.03c.02.03.05.05.07.08c0%20.01.02.02.03.03c.03.04.06.08.08.13c.37.64.15%201.46-.49%201.82Zm0-2.91c-.51-.19-1.09-.16-1.6.13s-.83.79-.91%201.32c-.49.14-1.01.21-1.55.21c-.93%200-1.8-.22-2.58-.61l.95-1.65c.5.23%201.05.36%201.63.36c2.03%200%203.7-1.56%203.88-3.54h1.91c-.09%201.47-.74%202.8-1.73%203.77Zm-.18-4.49a3.9%203.9%200%200%200-3.88-3.54c-.58%200-1.13.13-1.63.36l-.95-1.65c.78-.39%201.65-.61%202.58-.61c.54%200%201.06.08%201.55.21c.09.54.41%201.03.91%201.32c.51.29%201.09.32%201.6.13c.99.97%201.64%202.3%201.73%203.77h-1.91Z%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%22M12%202C6.48%202%202%206.48%202%2012s4.48%2010%2010%2010s10-4.48%2010-10S17.52%202%2012%202m2.07%204.02s0-.07.01-.11v-.04c0-.03.01-.07.02-.1c0-.02%200-.03.01-.05c.01-.03.02-.07.04-.1c0-.01.01-.03.02-.04c.02-.05.04-.09.07-.13c.37-.64%201.19-.86%201.82-.49c.64.37.86%201.19.49%201.82c-.03.04-.05.09-.08.13c0%20.01-.02.02-.03.03a.5.5%200%200%201-.07.08l-.03.03c-.02.02-.05.05-.08.07c-.01%200-.02.02-.03.03c-.03.02-.06.05-.09.07l-.02.02c-.17.11-.36.18-.55.2c-.28.04-.57-.01-.84-.17c-.26-.15-.46-.38-.56-.65c-.08-.18-.11-.38-.1-.58v-.03Zm-8.26%207.17s-.02%200-.03.01c-.03.02-.07.03-.1.04c-.01%200-.03%200-.04.01c-.03.01-.06.02-.1.03c-.02%200-.03%200-.05.01c-.03%200-.07.01-.1.02H5.2c-.74%200-1.34-.6-1.34-1.33s.6-1.34%201.34-1.34h.19c.03%200%20.07.01.1.02c.02%200%20.03%200%20.05.01c.03%200%20.07.02.1.03c.01%200%20.03%200%20.04.01c.04.01.07.03.1.04c0%200%20.02%200%20.03.01a1.37%201.37%200%200%201%20.73%201.19c0%20.3-.1.59-.28.81c-.12.16-.27.28-.45.38Zm.58.26a1.872%201.872%200%200%200%200-2.9c.36-1.4%201.23-2.6%202.41-3.38l.95%201.65c-1%20.71-1.65%201.87-1.65%203.18s.65%202.47%201.65%203.18l-.95%201.65a5.83%205.83%200%200%201-2.41-3.38m9.68%205.59c-.64.37-1.46.15-1.82-.49c-.03-.04-.05-.09-.07-.13c0-.01-.01-.03-.02-.04c-.01-.03-.03-.06-.04-.1c0-.02%200-.03-.01-.05c0-.03-.02-.07-.02-.1v-.04c0-.04-.01-.07-.01-.11v-.03c0-.2.03-.4.1-.58c.11-.26.3-.49.56-.65c.26-.15.56-.2.84-.17c.2.03.39.09.55.2l.02.02c.03.02.06.04.09.07c.01%200%20.02.02.03.03c.03.02.05.05.08.07l.03.03c.02.03.05.05.07.08c0%20.01.02.02.03.03c.03.04.06.08.08.13c.37.64.15%201.46-.49%201.82Zm0-2.91c-.51-.19-1.09-.16-1.6.13s-.83.79-.91%201.32c-.49.14-1.01.21-1.55.21c-.93%200-1.8-.22-2.58-.61l.95-1.65c.5.23%201.05.36%201.63.36c2.03%200%203.7-1.56%203.88-3.54h1.91c-.09%201.47-.74%202.8-1.73%203.77Zm-.18-4.49a3.9%203.9%200%200%200-3.88-3.54c-.58%200-1.13.13-1.63.36l-.95-1.65c.78-.39%201.65-.61%202.58-.61c.54%200%201.06.08%201.55.21c.09.54.41%201.03.91%201.32c.51.29%201.09.32%201.6.13c.99.97%201.64%202.3%201.73%203.77h-1.91Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/bxl/ubuntu.svg?color=%231a73e8&size=48