Ubuntu Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Ubuntu icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/334445.svg" alt="Ubuntu icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/334445.svg" alt="Ubuntu icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/334445.svg" alt="Ubuntu icon" :width="24" :height="24" />
CSS background
.icon-ubuntu {
background-image: url('https://proicons.com/icon/334445.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="b" cx="8.6091" cy="22.8198" r="6.1091"/><circle class="b" cx="34.0512" cy="9.4242" r="6.1091"/><circle class="b" cx="32.6748" cy="38.5758" r="6.1091"/><path class="b" d="m38.2385,36.0516c3.0012-3.128,4.8456-7.3744,4.8456-12.0516,0-4.2066-1.4919-8.0647-3.9755-11.0742"/><path class="b" d="m8.969,28.9175c2.1221,7.2205,8.7981,12.4922,16.7055,12.4922.5234,0,1.0413-.0231,1.5529-.0683"/><path class="b" d="m28.5224,6.8221c-.9222-.1517-1.8688-.231-2.8338-.2318-.0047,0-.0095,0-.0142,0-6.0756,0-11.4244,3.1122-14.539,7.8294-.5037.7629-.949,1.5678-1.3295,2.4083"/></svg>
Copied!