ubuntu from Devicon by konpa · Original · MIT Free for personal and commercial use.

Name
ubuntu
Set
Devicon
Style
Original
Viewbox
128×128
License
MIT

1 other variant in Devicon

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 128 128"><path fill="#e95420" d="M104.663 0H24v128h80.663z"/><path fill="#fff" d="M42.443 90.31c4.611 0 8.35-3.768 8.35-8.416s-3.739-8.416-8.35-8.416c-4.612 0-8.35 3.768-8.35 8.416s3.738 8.416 8.35 8.416m34.778-18.454c4.612 0 8.35-3.768 8.35-8.416s-3.738-8.416-8.35-8.416c-4.611 0-8.35 3.768-8.35 8.416s3.739 8.416 8.35 8.416m-15.945 31.702c-6.016-1.299-11.042-5.17-13.868-10.662a11.93 11.93 0 0 1-7.14.883c3.419 8.464 10.67 14.611 19.573 16.535c1.953.422 3.943.627 5.93.614a12.1 12.1 0 0 1-2.444-7.037a20 20 0 0 1-2.048-.336zm14.066 8.461c4.612 0 8.35-3.768 8.35-8.416s-3.738-8.416-8.35-8.416c-4.611 0-8.35 3.768-8.35 8.416s3.739 8.416 8.35 8.416m11.62-11.507c2.597-3.3 4.426-7.2 5.305-11.344a27.77 27.77 0 0 0-3.937-20.963a12.1 12.1 0 0 1-4.695 5.542a20.74 20.74 0 0 1 1.93 13.975a20.7 20.7 0 0 1-2.597 6.521a12.1 12.1 0 0 1 3.997 6.272zM41.8 69.824a11.8 11.8 0 0 1 3.156.256c1.361.294 2.64.813 3.812 1.549c3.76-5.45 9.826-8.72 16.399-8.842a12.2 12.2 0 0 1 2.534-6.826c-10.503-.838-20.708 4.625-25.905 13.866z"/></svg>

React

import type { SVGProps } from "react";

export function DeviconUbuntu(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#e95420" d="M104.663 0H24v128h80.663z"/><path fill="#fff" d="M42.443 90.31c4.611 0 8.35-3.768 8.35-8.416s-3.739-8.416-8.35-8.416c-4.612 0-8.35 3.768-8.35 8.416s3.738 8.416 8.35 8.416m34.778-18.454c4.612 0 8.35-3.768 8.35-8.416s-3.738-8.416-8.35-8.416c-4.611 0-8.35 3.768-8.35 8.416s3.739 8.416 8.35 8.416m-15.945 31.702c-6.016-1.299-11.042-5.17-13.868-10.662a11.93 11.93 0 0 1-7.14.883c3.419 8.464 10.67 14.611 19.573 16.535c1.953.422 3.943.627 5.93.614a12.1 12.1 0 0 1-2.444-7.037a20 20 0 0 1-2.048-.336zm14.066 8.461c4.612 0 8.35-3.768 8.35-8.416s-3.738-8.416-8.35-8.416c-4.611 0-8.35 3.768-8.35 8.416s3.739 8.416 8.35 8.416m11.62-11.507c2.597-3.3 4.426-7.2 5.305-11.344a27.77 27.77 0 0 0-3.937-20.963a12.1 12.1 0 0 1-4.695 5.542a20.74 20.74 0 0 1 1.93 13.975a20.7 20.7 0 0 1-2.597 6.521a12.1 12.1 0 0 1 3.997 6.272zM41.8 69.824a11.8 11.8 0 0 1 3.156.256c1.361.294 2.64.813 3.812 1.549c3.76-5.45 9.826-8.72 16.399-8.842a12.2 12.2 0 0 1 2.534-6.826c-10.503-.838-20.708 4.625-25.905 13.866z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#e95420" d="M104.663 0H24v128h80.663z"/><path fill="#fff" d="M42.443 90.31c4.611 0 8.35-3.768 8.35-8.416s-3.739-8.416-8.35-8.416c-4.612 0-8.35 3.768-8.35 8.416s3.738 8.416 8.35 8.416m34.778-18.454c4.612 0 8.35-3.768 8.35-8.416s-3.738-8.416-8.35-8.416c-4.611 0-8.35 3.768-8.35 8.416s3.739 8.416 8.35 8.416m-15.945 31.702c-6.016-1.299-11.042-5.17-13.868-10.662a11.93 11.93 0 0 1-7.14.883c3.419 8.464 10.67 14.611 19.573 16.535c1.953.422 3.943.627 5.93.614a12.1 12.1 0 0 1-2.444-7.037a20 20 0 0 1-2.048-.336zm14.066 8.461c4.612 0 8.35-3.768 8.35-8.416s-3.738-8.416-8.35-8.416c-4.611 0-8.35 3.768-8.35 8.416s3.739 8.416 8.35 8.416m11.62-11.507c2.597-3.3 4.426-7.2 5.305-11.344a27.77 27.77 0 0 0-3.937-20.963a12.1 12.1 0 0 1-4.695 5.542a20.74 20.74 0 0 1 1.93 13.975a20.7 20.7 0 0 1-2.597 6.521a12.1 12.1 0 0 1 3.997 6.272zM41.8 69.824a11.8 11.8 0 0 1 3.156.256c1.361.294 2.64.813 3.812 1.549c3.76-5.45 9.826-8.72 16.399-8.842a12.2 12.2 0 0 1 2.534-6.826c-10.503-.838-20.708 4.625-25.905 13.866z"/></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%20128%20128%22%3E%3Cpath%20fill%3D%22%23e95420%22%20d%3D%22M104.663%200H24v128h80.663z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M42.443%2090.31c4.611%200%208.35-3.768%208.35-8.416s-3.739-8.416-8.35-8.416c-4.612%200-8.35%203.768-8.35%208.416s3.738%208.416%208.35%208.416m34.778-18.454c4.612%200%208.35-3.768%208.35-8.416s-3.738-8.416-8.35-8.416c-4.611%200-8.35%203.768-8.35%208.416s3.739%208.416%208.35%208.416m-15.945%2031.702c-6.016-1.299-11.042-5.17-13.868-10.662a11.93%2011.93%200%200%201-7.14.883c3.419%208.464%2010.67%2014.611%2019.573%2016.535c1.953.422%203.943.627%205.93.614a12.1%2012.1%200%200%201-2.444-7.037a20%2020%200%200%201-2.048-.336zm14.066%208.461c4.612%200%208.35-3.768%208.35-8.416s-3.738-8.416-8.35-8.416c-4.611%200-8.35%203.768-8.35%208.416s3.739%208.416%208.35%208.416m11.62-11.507c2.597-3.3%204.426-7.2%205.305-11.344a27.77%2027.77%200%200%200-3.937-20.963a12.1%2012.1%200%200%201-4.695%205.542a20.74%2020.74%200%200%201%201.93%2013.975a20.7%2020.7%200%200%201-2.597%206.521a12.1%2012.1%200%200%201%203.997%206.272zM41.8%2069.824a11.8%2011.8%200%200%201%203.156.256c1.361.294%202.64.813%203.812%201.549c3.76-5.45%209.826-8.72%2016.399-8.842a12.2%2012.2%200%200%201%202.534-6.826c-10.503-.838-20.708%204.625-25.905%2013.866z%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%20128%20128%22%3E%3Cpath%20fill%3D%22%23e95420%22%20d%3D%22M104.663%200H24v128h80.663z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M42.443%2090.31c4.611%200%208.35-3.768%208.35-8.416s-3.739-8.416-8.35-8.416c-4.612%200-8.35%203.768-8.35%208.416s3.738%208.416%208.35%208.416m34.778-18.454c4.612%200%208.35-3.768%208.35-8.416s-3.738-8.416-8.35-8.416c-4.611%200-8.35%203.768-8.35%208.416s3.739%208.416%208.35%208.416m-15.945%2031.702c-6.016-1.299-11.042-5.17-13.868-10.662a11.93%2011.93%200%200%201-7.14.883c3.419%208.464%2010.67%2014.611%2019.573%2016.535c1.953.422%203.943.627%205.93.614a12.1%2012.1%200%200%201-2.444-7.037a20%2020%200%200%201-2.048-.336zm14.066%208.461c4.612%200%208.35-3.768%208.35-8.416s-3.738-8.416-8.35-8.416c-4.611%200-8.35%203.768-8.35%208.416s3.739%208.416%208.35%208.416m11.62-11.507c2.597-3.3%204.426-7.2%205.305-11.344a27.77%2027.77%200%200%200-3.937-20.963a12.1%2012.1%200%200%201-4.695%205.542a20.74%2020.74%200%200%201%201.93%2013.975a20.7%2020.7%200%200%201-2.597%206.521a12.1%2012.1%200%200%201%203.997%206.272zM41.8%2069.824a11.8%2011.8%200%200%201%203.156.256c1.361.294%202.64.813%203.812%201.549c3.76-5.45%209.826-8.72%2016.399-8.842a12.2%2012.2%200%200%201%202.534-6.826c-10.503-.838-20.708%204.625-25.905%2013.866z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/devicon/ubuntu.svg?color=%231a73e8&size=48