ubuntu logo
ubuntu from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- ubuntu
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
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="M17.61.455a3.41 3.41 0 0 0-3.41 3.41a3.41 3.41 0 0 0 3.41 3.41a3.41 3.41 0 0 0 3.41-3.41a3.41 3.41 0 0 0-3.41-3.41M12.92.8C8.923.777 5.137 2.941 3.148 6.451a5 5 0 0 1 .26-.007a4.9 4.9 0 0 1 2.585.737A8.32 8.32 0 0 1 12.688 3.6A4.94 4.94 0 0 1 13.723.834A11 11 0 0 0 12.92.8m9.226 4.994a4.9 4.9 0 0 1-1.918 2.246a8.36 8.36 0 0 1-.273 8.303a4.9 4.9 0 0 1 1.632 2.54a11.16 11.16 0 0 0 .559-13.089M3.41 7.932A3.41 3.41 0 0 0 0 11.342a3.41 3.41 0 0 0 3.41 3.409a3.41 3.41 0 0 0 3.41-3.41a3.41 3.41 0 0 0-3.41-3.41zm2.027 7.866a4.9 4.9 0 0 1-2.915.358a11.1 11.1 0 0 0 7.991 6.698a11.2 11.2 0 0 0 2.422.249a4.88 4.88 0 0 1-.999-2.85a9 9 0 0 1-.836-.136a8.3 8.3 0 0 1-5.663-4.32zm11.405.928a3.41 3.41 0 0 0-3.41 3.41a3.41 3.41 0 0 0 3.41 3.41a3.41 3.41 0 0 0 3.41-3.41a3.41 3.41 0 0 0-3.41-3.41"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsUbuntu(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="M17.61.455a3.41 3.41 0 0 0-3.41 3.41a3.41 3.41 0 0 0 3.41 3.41a3.41 3.41 0 0 0 3.41-3.41a3.41 3.41 0 0 0-3.41-3.41M12.92.8C8.923.777 5.137 2.941 3.148 6.451a5 5 0 0 1 .26-.007a4.9 4.9 0 0 1 2.585.737A8.32 8.32 0 0 1 12.688 3.6A4.94 4.94 0 0 1 13.723.834A11 11 0 0 0 12.92.8m9.226 4.994a4.9 4.9 0 0 1-1.918 2.246a8.36 8.36 0 0 1-.273 8.303a4.9 4.9 0 0 1 1.632 2.54a11.16 11.16 0 0 0 .559-13.089M3.41 7.932A3.41 3.41 0 0 0 0 11.342a3.41 3.41 0 0 0 3.41 3.409a3.41 3.41 0 0 0 3.41-3.41a3.41 3.41 0 0 0-3.41-3.41zm2.027 7.866a4.9 4.9 0 0 1-2.915.358a11.1 11.1 0 0 0 7.991 6.698a11.2 11.2 0 0 0 2.422.249a4.88 4.88 0 0 1-.999-2.85a9 9 0 0 1-.836-.136a8.3 8.3 0 0 1-5.663-4.32zm11.405.928a3.41 3.41 0 0 0-3.41 3.41a3.41 3.41 0 0 0 3.41 3.41a3.41 3.41 0 0 0 3.41-3.41a3.41 3.41 0 0 0-3.41-3.41"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.61.455a3.41 3.41 0 0 0-3.41 3.41a3.41 3.41 0 0 0 3.41 3.41a3.41 3.41 0 0 0 3.41-3.41a3.41 3.41 0 0 0-3.41-3.41M12.92.8C8.923.777 5.137 2.941 3.148 6.451a5 5 0 0 1 .26-.007a4.9 4.9 0 0 1 2.585.737A8.32 8.32 0 0 1 12.688 3.6A4.94 4.94 0 0 1 13.723.834A11 11 0 0 0 12.92.8m9.226 4.994a4.9 4.9 0 0 1-1.918 2.246a8.36 8.36 0 0 1-.273 8.303a4.9 4.9 0 0 1 1.632 2.54a11.16 11.16 0 0 0 .559-13.089M3.41 7.932A3.41 3.41 0 0 0 0 11.342a3.41 3.41 0 0 0 3.41 3.409a3.41 3.41 0 0 0 3.41-3.41a3.41 3.41 0 0 0-3.41-3.41zm2.027 7.866a4.9 4.9 0 0 1-2.915.358a11.1 11.1 0 0 0 7.991 6.698a11.2 11.2 0 0 0 2.422.249a4.88 4.88 0 0 1-.999-2.85a9 9 0 0 1-.836-.136a8.3 8.3 0 0 1-5.663-4.32zm11.405.928a3.41 3.41 0 0 0-3.41 3.41a3.41 3.41 0 0 0 3.41 3.41a3.41 3.41 0 0 0 3.41-3.41a3.41 3.41 0 0 0-3.41-3.41"/></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%22M17.61.455a3.41%203.41%200%200%200-3.41%203.41a3.41%203.41%200%200%200%203.41%203.41a3.41%203.41%200%200%200%203.41-3.41a3.41%203.41%200%200%200-3.41-3.41M12.92.8C8.923.777%205.137%202.941%203.148%206.451a5%205%200%200%201%20.26-.007a4.9%204.9%200%200%201%202.585.737A8.32%208.32%200%200%201%2012.688%203.6A4.94%204.94%200%200%201%2013.723.834A11%2011%200%200%200%2012.92.8m9.226%204.994a4.9%204.9%200%200%201-1.918%202.246a8.36%208.36%200%200%201-.273%208.303a4.9%204.9%200%200%201%201.632%202.54a11.16%2011.16%200%200%200%20.559-13.089M3.41%207.932A3.41%203.41%200%200%200%200%2011.342a3.41%203.41%200%200%200%203.41%203.409a3.41%203.41%200%200%200%203.41-3.41a3.41%203.41%200%200%200-3.41-3.41zm2.027%207.866a4.9%204.9%200%200%201-2.915.358a11.1%2011.1%200%200%200%207.991%206.698a11.2%2011.2%200%200%200%202.422.249a4.88%204.88%200%200%201-.999-2.85a9%209%200%200%201-.836-.136a8.3%208.3%200%200%201-5.663-4.32zm11.405.928a3.41%203.41%200%200%200-3.41%203.41a3.41%203.41%200%200%200%203.41%203.41a3.41%203.41%200%200%200%203.41-3.41a3.41%203.41%200%200%200-3.41-3.41%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%22M17.61.455a3.41%203.41%200%200%200-3.41%203.41a3.41%203.41%200%200%200%203.41%203.41a3.41%203.41%200%200%200%203.41-3.41a3.41%203.41%200%200%200-3.41-3.41M12.92.8C8.923.777%205.137%202.941%203.148%206.451a5%205%200%200%201%20.26-.007a4.9%204.9%200%200%201%202.585.737A8.32%208.32%200%200%201%2012.688%203.6A4.94%204.94%200%200%201%2013.723.834A11%2011%200%200%200%2012.92.8m9.226%204.994a4.9%204.9%200%200%201-1.918%202.246a8.36%208.36%200%200%201-.273%208.303a4.9%204.9%200%200%201%201.632%202.54a11.16%2011.16%200%200%200%20.559-13.089M3.41%207.932A3.41%203.41%200%200%200%200%2011.342a3.41%203.41%200%200%200%203.41%203.409a3.41%203.41%200%200%200%203.41-3.41a3.41%203.41%200%200%200-3.41-3.41zm2.027%207.866a4.9%204.9%200%200%201-2.915.358a11.1%2011.1%200%200%200%207.991%206.698a11.2%2011.2%200%200%200%202.422.249a4.88%204.88%200%200%201-.999-2.85a9%209%200%200%201-.836-.136a8.3%208.3%200%200%201-5.663-4.32zm11.405.928a3.41%203.41%200%200%200-3.41%203.41a3.41%203.41%200%200%200%203.41%203.41a3.41%203.41%200%200%200%203.41-3.41a3.41%203.41%200%200%200-3.41-3.41%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/ubuntu.svg?color=%231a73e8&size=48