xubuntu logo
xubuntu from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- xubuntu
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
Use the xubuntu logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 0A12 12 0 0 0 0 12a12 12 0 0 0 12 12a12 12 0 0 0 12-12A12 12 0 0 0 12 0m3.914 4.474c.385-.044.145 1.606.053 2.598c-.081.868-.127 1.154-.289 2.112c-.05.3-.2.687-.669.631c-.392-.05-.455-.696-.442-.995c.022-.514.303-1.767.393-2.217c.116-.578.47-1.957.914-2.12a.2.2 0 0 1 .04-.01m3.226.709c.55.02-.415 1.75-.809 2.664c-.276.642-.474 1.156-.832 2.004c-.119.282-.484.686-.906.477c-.354-.175-.233-.692.024-1.29a16 16 0 0 1 1.062-2.086c.303-.506.934-1.698 1.404-1.766a.3.3 0 0 1 .058-.003zm-9.284.47c.312.022.572.16.75.375c.77.932.608 2.532.675 3.748c1.2.065 2.19.21 3.469.584c.974.285 2.323.762 3.112 1.275c.787.51 1.377 1.172 1.5 2.062c.077.552-.343 1.106-.919 1.612c-.575.505-1.326.98-2.137 1.426s-1.653.849-2.325 1.162c-1.466.684-3.016 1.35-4.917 1.542c-5.155.52-4.592-4.158-4.392-5.704c.155-1.205.8-2.942.907-3.259a10 10 0 0 1-.335-1.298c-.073-.404-.113-.87-.02-1.275c.092-.398.36-.842.803-1.027c.352-.147.61-.089.938.209c.27.245.497.608.716.987c.317.55.446 1.119.718 1.676c.052.108.324.157.482.111c.037-.01.077-.103.056-.175c-.348-1.191-.597-2.176-.424-3.037c.161-.799.842-.974 1.343-.994"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsXubuntu(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="M12 0A12 12 0 0 0 0 12a12 12 0 0 0 12 12a12 12 0 0 0 12-12A12 12 0 0 0 12 0m3.914 4.474c.385-.044.145 1.606.053 2.598c-.081.868-.127 1.154-.289 2.112c-.05.3-.2.687-.669.631c-.392-.05-.455-.696-.442-.995c.022-.514.303-1.767.393-2.217c.116-.578.47-1.957.914-2.12a.2.2 0 0 1 .04-.01m3.226.709c.55.02-.415 1.75-.809 2.664c-.276.642-.474 1.156-.832 2.004c-.119.282-.484.686-.906.477c-.354-.175-.233-.692.024-1.29a16 16 0 0 1 1.062-2.086c.303-.506.934-1.698 1.404-1.766a.3.3 0 0 1 .058-.003zm-9.284.47c.312.022.572.16.75.375c.77.932.608 2.532.675 3.748c1.2.065 2.19.21 3.469.584c.974.285 2.323.762 3.112 1.275c.787.51 1.377 1.172 1.5 2.062c.077.552-.343 1.106-.919 1.612c-.575.505-1.326.98-2.137 1.426s-1.653.849-2.325 1.162c-1.466.684-3.016 1.35-4.917 1.542c-5.155.52-4.592-4.158-4.392-5.704c.155-1.205.8-2.942.907-3.259a10 10 0 0 1-.335-1.298c-.073-.404-.113-.87-.02-1.275c.092-.398.36-.842.803-1.027c.352-.147.61-.089.938.209c.27.245.497.608.716.987c.317.55.446 1.119.718 1.676c.052.108.324.157.482.111c.037-.01.077-.103.056-.175c-.348-1.191-.597-2.176-.424-3.037c.161-.799.842-.974 1.343-.994"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 0A12 12 0 0 0 0 12a12 12 0 0 0 12 12a12 12 0 0 0 12-12A12 12 0 0 0 12 0m3.914 4.474c.385-.044.145 1.606.053 2.598c-.081.868-.127 1.154-.289 2.112c-.05.3-.2.687-.669.631c-.392-.05-.455-.696-.442-.995c.022-.514.303-1.767.393-2.217c.116-.578.47-1.957.914-2.12a.2.2 0 0 1 .04-.01m3.226.709c.55.02-.415 1.75-.809 2.664c-.276.642-.474 1.156-.832 2.004c-.119.282-.484.686-.906.477c-.354-.175-.233-.692.024-1.29a16 16 0 0 1 1.062-2.086c.303-.506.934-1.698 1.404-1.766a.3.3 0 0 1 .058-.003zm-9.284.47c.312.022.572.16.75.375c.77.932.608 2.532.675 3.748c1.2.065 2.19.21 3.469.584c.974.285 2.323.762 3.112 1.275c.787.51 1.377 1.172 1.5 2.062c.077.552-.343 1.106-.919 1.612c-.575.505-1.326.98-2.137 1.426s-1.653.849-2.325 1.162c-1.466.684-3.016 1.35-4.917 1.542c-5.155.52-4.592-4.158-4.392-5.704c.155-1.205.8-2.942.907-3.259a10 10 0 0 1-.335-1.298c-.073-.404-.113-.87-.02-1.275c.092-.398.36-.842.803-1.027c.352-.147.61-.089.938.209c.27.245.497.608.716.987c.317.55.446 1.119.718 1.676c.052.108.324.157.482.111c.037-.01.077-.103.056-.175c-.348-1.191-.597-2.176-.424-3.037c.161-.799.842-.974 1.343-.994"/></svg> </template>
CSS
.icon-xubuntu {
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%22M12%200A12%2012%200%200%200%200%2012a12%2012%200%200%200%2012%2012a12%2012%200%200%200%2012-12A12%2012%200%200%200%2012%200m3.914%204.474c.385-.044.145%201.606.053%202.598c-.081.868-.127%201.154-.289%202.112c-.05.3-.2.687-.669.631c-.392-.05-.455-.696-.442-.995c.022-.514.303-1.767.393-2.217c.116-.578.47-1.957.914-2.12a.2.2%200%200%201%20.04-.01m3.226.709c.55.02-.415%201.75-.809%202.664c-.276.642-.474%201.156-.832%202.004c-.119.282-.484.686-.906.477c-.354-.175-.233-.692.024-1.29a16%2016%200%200%201%201.062-2.086c.303-.506.934-1.698%201.404-1.766a.3.3%200%200%201%20.058-.003zm-9.284.47c.312.022.572.16.75.375c.77.932.608%202.532.675%203.748c1.2.065%202.19.21%203.469.584c.974.285%202.323.762%203.112%201.275c.787.51%201.377%201.172%201.5%202.062c.077.552-.343%201.106-.919%201.612c-.575.505-1.326.98-2.137%201.426s-1.653.849-2.325%201.162c-1.466.684-3.016%201.35-4.917%201.542c-5.155.52-4.592-4.158-4.392-5.704c.155-1.205.8-2.942.907-3.259a10%2010%200%200%201-.335-1.298c-.073-.404-.113-.87-.02-1.275c.092-.398.36-.842.803-1.027c.352-.147.61-.089.938.209c.27.245.497.608.716.987c.317.55.446%201.119.718%201.676c.052.108.324.157.482.111c.037-.01.077-.103.056-.175c-.348-1.191-.597-2.176-.424-3.037c.161-.799.842-.974%201.343-.994%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%22M12%200A12%2012%200%200%200%200%2012a12%2012%200%200%200%2012%2012a12%2012%200%200%200%2012-12A12%2012%200%200%200%2012%200m3.914%204.474c.385-.044.145%201.606.053%202.598c-.081.868-.127%201.154-.289%202.112c-.05.3-.2.687-.669.631c-.392-.05-.455-.696-.442-.995c.022-.514.303-1.767.393-2.217c.116-.578.47-1.957.914-2.12a.2.2%200%200%201%20.04-.01m3.226.709c.55.02-.415%201.75-.809%202.664c-.276.642-.474%201.156-.832%202.004c-.119.282-.484.686-.906.477c-.354-.175-.233-.692.024-1.29a16%2016%200%200%201%201.062-2.086c.303-.506.934-1.698%201.404-1.766a.3.3%200%200%201%20.058-.003zm-9.284.47c.312.022.572.16.75.375c.77.932.608%202.532.675%203.748c1.2.065%202.19.21%203.469.584c.974.285%202.323.762%203.112%201.275c.787.51%201.377%201.172%201.5%202.062c.077.552-.343%201.106-.919%201.612c-.575.505-1.326.98-2.137%201.426s-1.653.849-2.325%201.162c-1.466.684-3.016%201.35-4.917%201.542c-5.155.52-4.592-4.158-4.392-5.704c.155-1.205.8-2.942.907-3.259a10%2010%200%200%201-.335-1.298c-.073-.404-.113-.87-.02-1.275c.092-.398.36-.842.803-1.027c.352-.147.61-.089.938.209c.27.245.497.608.716.987c.317.55.446%201.119.718%201.676c.052.108.324.157.482.111c.037-.01.077-.103.056-.175c-.348-1.191-.597-2.176-.424-3.037c.161-.799.842-.974%201.343-.994%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/xubuntu.svg?color=%231a73e8&size=48