ubuntu-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.

Name
ubuntu-fill
Set
MingCute Icon
Style
Fill
Viewbox
24×24
License
Apache 2.0

1 other variant in MingCute Icon

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 24 24"><path fill="currentColor" fill-rule="evenodd" d="M14.5 16.33a3 3 0 1 1 3 5.196a3 3 0 0 1-3-5.196" clip-rule="evenodd"/><path fill="currentColor" d="M4.968 15.947a1 1 0 0 1 1.398.21a7 7 0 0 0 4.849 2.8a1 1 0 0 1-.222 1.987a9 9 0 0 1-6.234-3.598a1 1 0 0 1 .209-1.399m13.966-8.063a1 1 0 0 1 1.316.515A9 9 0 0 1 21 12a9 9 0 0 1-.75 3.6a1 1 0 1 1-1.832-.8A7 7 0 0 0 19 12c0-.997-.208-1.944-.582-2.8a1 1 0 0 1 .516-1.316"/><path fill="currentColor" fill-rule="evenodd" d="M4 9a3 3 0 1 1 0 6a3 3 0 0 1 0-6" clip-rule="evenodd"/><path fill="currentColor" d="M10.993 3.056a1 1 0 0 1 .222 1.988a7 7 0 0 0-4.849 2.8A1 1 0 0 1 4.76 6.655a9 9 0 0 1 6.234-3.6"/><path fill="currentColor" fill-rule="evenodd" d="M13.402 3.571a3 3 0 1 1 5.196 3.001a3 3 0 0 1-5.196-3" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function MingcuteUbuntuFill(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" fillRule="evenodd" d="M14.5 16.33a3 3 0 1 1 3 5.196a3 3 0 0 1-3-5.196" clipRule="evenodd"/><path fill="currentColor" d="M4.968 15.947a1 1 0 0 1 1.398.21a7 7 0 0 0 4.849 2.8a1 1 0 0 1-.222 1.987a9 9 0 0 1-6.234-3.598a1 1 0 0 1 .209-1.399m13.966-8.063a1 1 0 0 1 1.316.515A9 9 0 0 1 21 12a9 9 0 0 1-.75 3.6a1 1 0 1 1-1.832-.8A7 7 0 0 0 19 12c0-.997-.208-1.944-.582-2.8a1 1 0 0 1 .516-1.316"/><path fill="currentColor" fillRule="evenodd" d="M4 9a3 3 0 1 1 0 6a3 3 0 0 1 0-6" clipRule="evenodd"/><path fill="currentColor" d="M10.993 3.056a1 1 0 0 1 .222 1.988a7 7 0 0 0-4.849 2.8A1 1 0 0 1 4.76 6.655a9 9 0 0 1 6.234-3.6"/><path fill="currentColor" fillRule="evenodd" d="M13.402 3.571a3 3 0 1 1 5.196 3.001a3 3 0 0 1-5.196-3" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M14.5 16.33a3 3 0 1 1 3 5.196a3 3 0 0 1-3-5.196" clip-rule="evenodd"/><path fill="currentColor" d="M4.968 15.947a1 1 0 0 1 1.398.21a7 7 0 0 0 4.849 2.8a1 1 0 0 1-.222 1.987a9 9 0 0 1-6.234-3.598a1 1 0 0 1 .209-1.399m13.966-8.063a1 1 0 0 1 1.316.515A9 9 0 0 1 21 12a9 9 0 0 1-.75 3.6a1 1 0 1 1-1.832-.8A7 7 0 0 0 19 12c0-.997-.208-1.944-.582-2.8a1 1 0 0 1 .516-1.316"/><path fill="currentColor" fill-rule="evenodd" d="M4 9a3 3 0 1 1 0 6a3 3 0 0 1 0-6" clip-rule="evenodd"/><path fill="currentColor" d="M10.993 3.056a1 1 0 0 1 .222 1.988a7 7 0 0 0-4.849 2.8A1 1 0 0 1 4.76 6.655a9 9 0 0 1 6.234-3.6"/><path fill="currentColor" fill-rule="evenodd" d="M13.402 3.571a3 3 0 1 1 5.196 3.001a3 3 0 0 1-5.196-3" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-ubuntu-fill {
  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%20fill-rule%3D%22evenodd%22%20d%3D%22M14.5%2016.33a3%203%200%201%201%203%205.196a3%203%200%200%201-3-5.196%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4.968%2015.947a1%201%200%200%201%201.398.21a7%207%200%200%200%204.849%202.8a1%201%200%200%201-.222%201.987a9%209%200%200%201-6.234-3.598a1%201%200%200%201%20.209-1.399m13.966-8.063a1%201%200%200%201%201.316.515A9%209%200%200%201%2021%2012a9%209%200%200%201-.75%203.6a1%201%200%201%201-1.832-.8A7%207%200%200%200%2019%2012c0-.997-.208-1.944-.582-2.8a1%201%200%200%201%20.516-1.316%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M4%209a3%203%200%201%201%200%206a3%203%200%200%201%200-6%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.993%203.056a1%201%200%200%201%20.222%201.988a7%207%200%200%200-4.849%202.8A1%201%200%200%201%204.76%206.655a9%209%200%200%201%206.234-3.6%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M13.402%203.571a3%203%200%201%201%205.196%203.001a3%203%200%200%201-5.196-3%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22M14.5%2016.33a3%203%200%201%201%203%205.196a3%203%200%200%201-3-5.196%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4.968%2015.947a1%201%200%200%201%201.398.21a7%207%200%200%200%204.849%202.8a1%201%200%200%201-.222%201.987a9%209%200%200%201-6.234-3.598a1%201%200%200%201%20.209-1.399m13.966-8.063a1%201%200%200%201%201.316.515A9%209%200%200%201%2021%2012a9%209%200%200%201-.75%203.6a1%201%200%201%201-1.832-.8A7%207%200%200%200%2019%2012c0-.997-.208-1.944-.582-2.8a1%201%200%200%201%20.516-1.316%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M4%209a3%203%200%201%201%200%206a3%203%200%200%201%200-6%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.993%203.056a1%201%200%200%201%20.222%201.988a7%207%200%200%200-4.849%202.8A1%201%200%200%201%204.76%206.655a9%209%200%200%201%206.234-3.6%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M13.402%203.571a3%203%200%201%201%205.196%203.001a3%203%200%200%201-5.196-3%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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