ubuntu from Bootstrap Icons by The Bootstrap Authors · Outline · MIT Free for personal and commercial use.

Name
ubuntu
Set
Bootstrap Icons
Style
Outline
Viewbox
16×16
License
MIT

The same icon in other sets

Use the ubuntu icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M2.273 9.53a2.273 2.273 0 1 0 0-4.546a2.273 2.273 0 0 0 0 4.547Zm9.467-4.984a2.273 2.273 0 1 0 0-4.546a2.273 2.273 0 0 0 0 4.546M7.4 13.108a5.54 5.54 0 0 1-3.775-2.88a3.27 3.27 0 0 1-1.944.24a7.4 7.4 0 0 0 5.328 4.465c.53.113 1.072.169 1.614.166a3.25 3.25 0 0 1-.666-1.9a6 6 0 0 1-.557-.091m3.828 2.285a2.273 2.273 0 1 0 0-4.546a2.273 2.273 0 0 0 0 4.546m3.163-3.108a7.44 7.44 0 0 0 .373-8.726a3.3 3.3 0 0 1-1.278 1.498a5.57 5.57 0 0 1-.183 5.535a3.26 3.26 0 0 1 1.088 1.693M2.098 3.998a3.3 3.3 0 0 1 1.897.486a5.54 5.54 0 0 1 4.464-2.388c.037-.67.277-1.313.69-1.843a7.47 7.47 0 0 0-7.051 3.745"/></svg>

React

import type { SVGProps } from "react";

export function BiUbuntu(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M2.273 9.53a2.273 2.273 0 1 0 0-4.546a2.273 2.273 0 0 0 0 4.547Zm9.467-4.984a2.273 2.273 0 1 0 0-4.546a2.273 2.273 0 0 0 0 4.546M7.4 13.108a5.54 5.54 0 0 1-3.775-2.88a3.27 3.27 0 0 1-1.944.24a7.4 7.4 0 0 0 5.328 4.465c.53.113 1.072.169 1.614.166a3.25 3.25 0 0 1-.666-1.9a6 6 0 0 1-.557-.091m3.828 2.285a2.273 2.273 0 1 0 0-4.546a2.273 2.273 0 0 0 0 4.546m3.163-3.108a7.44 7.44 0 0 0 .373-8.726a3.3 3.3 0 0 1-1.278 1.498a5.57 5.57 0 0 1-.183 5.535a3.26 3.26 0 0 1 1.088 1.693M2.098 3.998a3.3 3.3 0 0 1 1.897.486a5.54 5.54 0 0 1 4.464-2.388c.037-.67.277-1.313.69-1.843a7.47 7.47 0 0 0-7.051 3.745"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M2.273 9.53a2.273 2.273 0 1 0 0-4.546a2.273 2.273 0 0 0 0 4.547Zm9.467-4.984a2.273 2.273 0 1 0 0-4.546a2.273 2.273 0 0 0 0 4.546M7.4 13.108a5.54 5.54 0 0 1-3.775-2.88a3.27 3.27 0 0 1-1.944.24a7.4 7.4 0 0 0 5.328 4.465c.53.113 1.072.169 1.614.166a3.25 3.25 0 0 1-.666-1.9a6 6 0 0 1-.557-.091m3.828 2.285a2.273 2.273 0 1 0 0-4.546a2.273 2.273 0 0 0 0 4.546m3.163-3.108a7.44 7.44 0 0 0 .373-8.726a3.3 3.3 0 0 1-1.278 1.498a5.57 5.57 0 0 1-.183 5.535a3.26 3.26 0 0 1 1.088 1.693M2.098 3.998a3.3 3.3 0 0 1 1.897.486a5.54 5.54 0 0 1 4.464-2.388c.037-.67.277-1.313.69-1.843a7.47 7.47 0 0 0-7.051 3.745"/></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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2.273%209.53a2.273%202.273%200%201%200%200-4.546a2.273%202.273%200%200%200%200%204.547Zm9.467-4.984a2.273%202.273%200%201%200%200-4.546a2.273%202.273%200%200%200%200%204.546M7.4%2013.108a5.54%205.54%200%200%201-3.775-2.88a3.27%203.27%200%200%201-1.944.24a7.4%207.4%200%200%200%205.328%204.465c.53.113%201.072.169%201.614.166a3.25%203.25%200%200%201-.666-1.9a6%206%200%200%201-.557-.091m3.828%202.285a2.273%202.273%200%201%200%200-4.546a2.273%202.273%200%200%200%200%204.546m3.163-3.108a7.44%207.44%200%200%200%20.373-8.726a3.3%203.3%200%200%201-1.278%201.498a5.57%205.57%200%200%201-.183%205.535a3.26%203.26%200%200%201%201.088%201.693M2.098%203.998a3.3%203.3%200%200%201%201.897.486a5.54%205.54%200%200%201%204.464-2.388c.037-.67.277-1.313.69-1.843a7.47%207.47%200%200%200-7.051%203.745%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2.273%209.53a2.273%202.273%200%201%200%200-4.546a2.273%202.273%200%200%200%200%204.547Zm9.467-4.984a2.273%202.273%200%201%200%200-4.546a2.273%202.273%200%200%200%200%204.546M7.4%2013.108a5.54%205.54%200%200%201-3.775-2.88a3.27%203.27%200%200%201-1.944.24a7.4%207.4%200%200%200%205.328%204.465c.53.113%201.072.169%201.614.166a3.25%203.25%200%200%201-.666-1.9a6%206%200%200%201-.557-.091m3.828%202.285a2.273%202.273%200%201%200%200-4.546a2.273%202.273%200%200%200%200%204.546m3.163-3.108a7.44%207.44%200%200%200%20.373-8.726a3.3%203.3%200%200%201-1.278%201.498a5.57%205.57%200%200%201-.183%205.535a3.26%203.26%200%200%201%201.088%201.693M2.098%203.998a3.3%203.3%200%200%201%201.897.486a5.54%205.54%200%200%201%204.464-2.388c.037-.67.277-1.313.69-1.843a7.47%207.47%200%200%200-7.051%203.745%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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