qubesos logo
qubesos from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- qubesos
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
Use the qubesos logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m21.893 20.79l-2.289-1.332l1.547-.895a2.4 2.4 0 0 0 1.2-2.08V7.098l-.003-.059a2.4 2.4 0 0 0-1.198-2.027l-3.899-2.255l-4.21-2.436a3 3 0 0 0-.237-.118L12.77.187l-.093-.036l-.052-.019l-.085-.027l-.062-.019l-.079-.02l-.072-.017l-.073-.013l-.079-.013l-.068-.008l-.087-.008l-.063-.004L11.9 0h-.03l-.082.001l-.076.002l-.093.007l-.064.006l-.11.016l-.044.009l-.154.034a2.4 2.4 0 0 0-.602.245L5.536 3.277l-3 1.736a2.41 2.41 0 0 0-1.201 2.083v9.385a2.4 2.4 0 0 0 1.2 2.08l8.108 4.693a2.4 2.4 0 0 0 2.4.002l1.804-1.044l2.302 1.339c1.03.599 2.687.599 3.716 0l1.03-.6c1.027-.597 1.027-1.562-.002-2.161m-10.71-2.695l-4.46-2.583a1.32 1.32 0 0 1-.66-1.143V9.206c0-.236.063-.464.177-.662l.002.001c.116-.2.282-.368.482-.485l4.459-2.58q.139-.079.289-.122l.034-.01q.053-.013.105-.022l.068-.013q.046-.004.093-.006l.083-.004q.054.001.11.007l.058.005q.056.009.11.022q.028.005.055.012q.059.017.115.04l.045.015q.078.033.154.076l4.46 2.58c.198.116.364.283.48.483l.002.003l-.003.002c.116.201.177.43.177.661v5.161q-.002.226-.076.433a1.32 1.32 0 0 1-.583.71l-4.46 2.582a1.31 1.31 0 0 1-1.316 0"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsQubesos(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="m21.893 20.79l-2.289-1.332l1.547-.895a2.4 2.4 0 0 0 1.2-2.08V7.098l-.003-.059a2.4 2.4 0 0 0-1.198-2.027l-3.899-2.255l-4.21-2.436a3 3 0 0 0-.237-.118L12.77.187l-.093-.036l-.052-.019l-.085-.027l-.062-.019l-.079-.02l-.072-.017l-.073-.013l-.079-.013l-.068-.008l-.087-.008l-.063-.004L11.9 0h-.03l-.082.001l-.076.002l-.093.007l-.064.006l-.11.016l-.044.009l-.154.034a2.4 2.4 0 0 0-.602.245L5.536 3.277l-3 1.736a2.41 2.41 0 0 0-1.201 2.083v9.385a2.4 2.4 0 0 0 1.2 2.08l8.108 4.693a2.4 2.4 0 0 0 2.4.002l1.804-1.044l2.302 1.339c1.03.599 2.687.599 3.716 0l1.03-.6c1.027-.597 1.027-1.562-.002-2.161m-10.71-2.695l-4.46-2.583a1.32 1.32 0 0 1-.66-1.143V9.206c0-.236.063-.464.177-.662l.002.001c.116-.2.282-.368.482-.485l4.459-2.58q.139-.079.289-.122l.034-.01q.053-.013.105-.022l.068-.013q.046-.004.093-.006l.083-.004q.054.001.11.007l.058.005q.056.009.11.022q.028.005.055.012q.059.017.115.04l.045.015q.078.033.154.076l4.46 2.58c.198.116.364.283.48.483l.002.003l-.003.002c.116.201.177.43.177.661v5.161q-.002.226-.076.433a1.32 1.32 0 0 1-.583.71l-4.46 2.582a1.31 1.31 0 0 1-1.316 0"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m21.893 20.79l-2.289-1.332l1.547-.895a2.4 2.4 0 0 0 1.2-2.08V7.098l-.003-.059a2.4 2.4 0 0 0-1.198-2.027l-3.899-2.255l-4.21-2.436a3 3 0 0 0-.237-.118L12.77.187l-.093-.036l-.052-.019l-.085-.027l-.062-.019l-.079-.02l-.072-.017l-.073-.013l-.079-.013l-.068-.008l-.087-.008l-.063-.004L11.9 0h-.03l-.082.001l-.076.002l-.093.007l-.064.006l-.11.016l-.044.009l-.154.034a2.4 2.4 0 0 0-.602.245L5.536 3.277l-3 1.736a2.41 2.41 0 0 0-1.201 2.083v9.385a2.4 2.4 0 0 0 1.2 2.08l8.108 4.693a2.4 2.4 0 0 0 2.4.002l1.804-1.044l2.302 1.339c1.03.599 2.687.599 3.716 0l1.03-.6c1.027-.597 1.027-1.562-.002-2.161m-10.71-2.695l-4.46-2.583a1.32 1.32 0 0 1-.66-1.143V9.206c0-.236.063-.464.177-.662l.002.001c.116-.2.282-.368.482-.485l4.459-2.58q.139-.079.289-.122l.034-.01q.053-.013.105-.022l.068-.013q.046-.004.093-.006l.083-.004q.054.001.11.007l.058.005q.056.009.11.022q.028.005.055.012q.059.017.115.04l.045.015q.078.033.154.076l4.46 2.58c.198.116.364.283.48.483l.002.003l-.003.002c.116.201.177.43.177.661v5.161q-.002.226-.076.433a1.32 1.32 0 0 1-.583.71l-4.46 2.582a1.31 1.31 0 0 1-1.316 0"/></svg> </template>
CSS
.icon-qubesos {
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%22m21.893%2020.79l-2.289-1.332l1.547-.895a2.4%202.4%200%200%200%201.2-2.08V7.098l-.003-.059a2.4%202.4%200%200%200-1.198-2.027l-3.899-2.255l-4.21-2.436a3%203%200%200%200-.237-.118L12.77.187l-.093-.036l-.052-.019l-.085-.027l-.062-.019l-.079-.02l-.072-.017l-.073-.013l-.079-.013l-.068-.008l-.087-.008l-.063-.004L11.9%200h-.03l-.082.001l-.076.002l-.093.007l-.064.006l-.11.016l-.044.009l-.154.034a2.4%202.4%200%200%200-.602.245L5.536%203.277l-3%201.736a2.41%202.41%200%200%200-1.201%202.083v9.385a2.4%202.4%200%200%200%201.2%202.08l8.108%204.693a2.4%202.4%200%200%200%202.4.002l1.804-1.044l2.302%201.339c1.03.599%202.687.599%203.716%200l1.03-.6c1.027-.597%201.027-1.562-.002-2.161m-10.71-2.695l-4.46-2.583a1.32%201.32%200%200%201-.66-1.143V9.206c0-.236.063-.464.177-.662l.002.001c.116-.2.282-.368.482-.485l4.459-2.58q.139-.079.289-.122l.034-.01q.053-.013.105-.022l.068-.013q.046-.004.093-.006l.083-.004q.054.001.11.007l.058.005q.056.009.11.022q.028.005.055.012q.059.017.115.04l.045.015q.078.033.154.076l4.46%202.58c.198.116.364.283.48.483l.002.003l-.003.002c.116.201.177.43.177.661v5.161q-.002.226-.076.433a1.32%201.32%200%200%201-.583.71l-4.46%202.582a1.31%201.31%200%200%201-1.316%200%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%22m21.893%2020.79l-2.289-1.332l1.547-.895a2.4%202.4%200%200%200%201.2-2.08V7.098l-.003-.059a2.4%202.4%200%200%200-1.198-2.027l-3.899-2.255l-4.21-2.436a3%203%200%200%200-.237-.118L12.77.187l-.093-.036l-.052-.019l-.085-.027l-.062-.019l-.079-.02l-.072-.017l-.073-.013l-.079-.013l-.068-.008l-.087-.008l-.063-.004L11.9%200h-.03l-.082.001l-.076.002l-.093.007l-.064.006l-.11.016l-.044.009l-.154.034a2.4%202.4%200%200%200-.602.245L5.536%203.277l-3%201.736a2.41%202.41%200%200%200-1.201%202.083v9.385a2.4%202.4%200%200%200%201.2%202.08l8.108%204.693a2.4%202.4%200%200%200%202.4.002l1.804-1.044l2.302%201.339c1.03.599%202.687.599%203.716%200l1.03-.6c1.027-.597%201.027-1.562-.002-2.161m-10.71-2.695l-4.46-2.583a1.32%201.32%200%200%201-.66-1.143V9.206c0-.236.063-.464.177-.662l.002.001c.116-.2.282-.368.482-.485l4.459-2.58q.139-.079.289-.122l.034-.01q.053-.013.105-.022l.068-.013q.046-.004.093-.006l.083-.004q.054.001.11.007l.058.005q.056.009.11.022q.028.005.055.012q.059.017.115.04l.045.015q.078.033.154.076l4.46%202.58c.198.116.364.283.48.483l.002.003l-.003.002c.116.201.177.43.177.661v5.161q-.002.226-.076.433a1.32%201.32%200%200%201-.583.71l-4.46%202.582a1.31%201.31%200%200%201-1.316%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/qubesos.svg?color=%231a73e8&size=48