voidlinux logo
voidlinux from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- voidlinux
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
Use the voidlinux logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.818 12a3.82 3.82 0 0 1-3.82 3.82A3.82 3.82 0 0 1 8.178 12a3.82 3.82 0 0 1 3.82-3.82a3.82 3.82 0 0 1 3.82 3.82m3.179 9.73l-2.726-2.725A8.2 8.2 0 0 1 12 20.212A8.21 8.21 0 0 1 3.788 12a8.2 8.2 0 0 1 1.209-4.269l-2.73-2.73A12 12 0 0 0 0 12c0 6.627 5.373 12 12 12a12 12 0 0 0 6.997-2.27M12 0a12 12 0 0 0-6.997 2.27L7.73 4.994A8.2 8.2 0 0 1 12 3.788A8.21 8.21 0 0 1 20.212 12a8.2 8.2 0 0 1-1.209 4.269l2.73 2.73A12 12 0 0 0 24 12c0-6.627-5.373-12-12-12"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsVoidlinux(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="M15.818 12a3.82 3.82 0 0 1-3.82 3.82A3.82 3.82 0 0 1 8.178 12a3.82 3.82 0 0 1 3.82-3.82a3.82 3.82 0 0 1 3.82 3.82m3.179 9.73l-2.726-2.725A8.2 8.2 0 0 1 12 20.212A8.21 8.21 0 0 1 3.788 12a8.2 8.2 0 0 1 1.209-4.269l-2.73-2.73A12 12 0 0 0 0 12c0 6.627 5.373 12 12 12a12 12 0 0 0 6.997-2.27M12 0a12 12 0 0 0-6.997 2.27L7.73 4.994A8.2 8.2 0 0 1 12 3.788A8.21 8.21 0 0 1 20.212 12a8.2 8.2 0 0 1-1.209 4.269l2.73 2.73A12 12 0 0 0 24 12c0-6.627-5.373-12-12-12"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.818 12a3.82 3.82 0 0 1-3.82 3.82A3.82 3.82 0 0 1 8.178 12a3.82 3.82 0 0 1 3.82-3.82a3.82 3.82 0 0 1 3.82 3.82m3.179 9.73l-2.726-2.725A8.2 8.2 0 0 1 12 20.212A8.21 8.21 0 0 1 3.788 12a8.2 8.2 0 0 1 1.209-4.269l-2.73-2.73A12 12 0 0 0 0 12c0 6.627 5.373 12 12 12a12 12 0 0 0 6.997-2.27M12 0a12 12 0 0 0-6.997 2.27L7.73 4.994A8.2 8.2 0 0 1 12 3.788A8.21 8.21 0 0 1 20.212 12a8.2 8.2 0 0 1-1.209 4.269l2.73 2.73A12 12 0 0 0 24 12c0-6.627-5.373-12-12-12"/></svg> </template>
CSS
.icon-voidlinux {
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%22M15.818%2012a3.82%203.82%200%200%201-3.82%203.82A3.82%203.82%200%200%201%208.178%2012a3.82%203.82%200%200%201%203.82-3.82a3.82%203.82%200%200%201%203.82%203.82m3.179%209.73l-2.726-2.725A8.2%208.2%200%200%201%2012%2020.212A8.21%208.21%200%200%201%203.788%2012a8.2%208.2%200%200%201%201.209-4.269l-2.73-2.73A12%2012%200%200%200%200%2012c0%206.627%205.373%2012%2012%2012a12%2012%200%200%200%206.997-2.27M12%200a12%2012%200%200%200-6.997%202.27L7.73%204.994A8.2%208.2%200%200%201%2012%203.788A8.21%208.21%200%200%201%2020.212%2012a8.2%208.2%200%200%201-1.209%204.269l2.73%202.73A12%2012%200%200%200%2024%2012c0-6.627-5.373-12-12-12%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%22M15.818%2012a3.82%203.82%200%200%201-3.82%203.82A3.82%203.82%200%200%201%208.178%2012a3.82%203.82%200%200%201%203.82-3.82a3.82%203.82%200%200%201%203.82%203.82m3.179%209.73l-2.726-2.725A8.2%208.2%200%200%201%2012%2020.212A8.21%208.21%200%200%201%203.788%2012a8.2%208.2%200%200%201%201.209-4.269l-2.73-2.73A12%2012%200%200%200%200%2012c0%206.627%205.373%2012%2012%2012a12%2012%200%200%200%206.997-2.27M12%200a12%2012%200%200%200-6.997%202.27L7.73%204.994A8.2%208.2%200%200%201%2012%203.788A8.21%208.21%200%200%201%2020.212%2012a8.2%208.2%200%200%201-1.209%204.269l2.73%202.73A12%2012%200%200%200%2024%2012c0-6.627-5.373-12-12-12%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/voidlinux.svg?color=%231a73e8&size=48