qualys from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.

Name
qualys
Set
Simple Icons
Style
Brand
Viewbox
24×24
License
CC0 1.0

Use the qualys logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.999 0c-6.564 0-9.86 3.512-9.86 3.512s-.378 2.599-.137 7.833C2.365 19.25 11.999 24 12 24s9.635-4.749 9.998-12.655c.241-5.234-.136-7.833-.136-7.833S18.562 0 11.999 0m-.679 2.92a7.366 7.366 0 0 1 8.046 7.334a7.12 7.12 0 0 1-2.771 5.634c-1.18-.108-2.41-.442-2.968-.76c1.438-.918 3.304-2.704 3.304-4.874A4.936 4.936 0 0 0 12 5.324c-2.717 0-4.928 2.273-4.928 5.069c0 2.332 1.236 4.162 3.672 5.44c1.595.837 3.973 1.45 6.485 1.773c-.418.622-1.533 1.686-2.184 2.046c-3.009-.494-5.651-1.536-7.458-3.097c-1.932-1.67-2.954-3.848-2.954-6.301a7.366 7.366 0 0 1 6.686-7.335"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsQualys(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="M11.999 0c-6.564 0-9.86 3.512-9.86 3.512s-.378 2.599-.137 7.833C2.365 19.25 11.999 24 12 24s9.635-4.749 9.998-12.655c.241-5.234-.136-7.833-.136-7.833S18.562 0 11.999 0m-.679 2.92a7.366 7.366 0 0 1 8.046 7.334a7.12 7.12 0 0 1-2.771 5.634c-1.18-.108-2.41-.442-2.968-.76c1.438-.918 3.304-2.704 3.304-4.874A4.936 4.936 0 0 0 12 5.324c-2.717 0-4.928 2.273-4.928 5.069c0 2.332 1.236 4.162 3.672 5.44c1.595.837 3.973 1.45 6.485 1.773c-.418.622-1.533 1.686-2.184 2.046c-3.009-.494-5.651-1.536-7.458-3.097c-1.932-1.67-2.954-3.848-2.954-6.301a7.366 7.366 0 0 1 6.686-7.335"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.999 0c-6.564 0-9.86 3.512-9.86 3.512s-.378 2.599-.137 7.833C2.365 19.25 11.999 24 12 24s9.635-4.749 9.998-12.655c.241-5.234-.136-7.833-.136-7.833S18.562 0 11.999 0m-.679 2.92a7.366 7.366 0 0 1 8.046 7.334a7.12 7.12 0 0 1-2.771 5.634c-1.18-.108-2.41-.442-2.968-.76c1.438-.918 3.304-2.704 3.304-4.874A4.936 4.936 0 0 0 12 5.324c-2.717 0-4.928 2.273-4.928 5.069c0 2.332 1.236 4.162 3.672 5.44c1.595.837 3.973 1.45 6.485 1.773c-.418.622-1.533 1.686-2.184 2.046c-3.009-.494-5.651-1.536-7.458-3.097c-1.932-1.67-2.954-3.848-2.954-6.301a7.366 7.366 0 0 1 6.686-7.335"/></svg>
</template>

CSS

.icon-qualys {
  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%22M11.999%200c-6.564%200-9.86%203.512-9.86%203.512s-.378%202.599-.137%207.833C2.365%2019.25%2011.999%2024%2012%2024s9.635-4.749%209.998-12.655c.241-5.234-.136-7.833-.136-7.833S18.562%200%2011.999%200m-.679%202.92a7.366%207.366%200%200%201%208.046%207.334a7.12%207.12%200%200%201-2.771%205.634c-1.18-.108-2.41-.442-2.968-.76c1.438-.918%203.304-2.704%203.304-4.874A4.936%204.936%200%200%200%2012%205.324c-2.717%200-4.928%202.273-4.928%205.069c0%202.332%201.236%204.162%203.672%205.44c1.595.837%203.973%201.45%206.485%201.773c-.418.622-1.533%201.686-2.184%202.046c-3.009-.494-5.651-1.536-7.458-3.097c-1.932-1.67-2.954-3.848-2.954-6.301a7.366%207.366%200%200%201%206.686-7.335%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%22M11.999%200c-6.564%200-9.86%203.512-9.86%203.512s-.378%202.599-.137%207.833C2.365%2019.25%2011.999%2024%2012%2024s9.635-4.749%209.998-12.655c.241-5.234-.136-7.833-.136-7.833S18.562%200%2011.999%200m-.679%202.92a7.366%207.366%200%200%201%208.046%207.334a7.12%207.12%200%200%201-2.771%205.634c-1.18-.108-2.41-.442-2.968-.76c1.438-.918%203.304-2.704%203.304-4.874A4.936%204.936%200%200%200%2012%205.324c-2.717%200-4.928%202.273-4.928%205.069c0%202.332%201.236%204.162%203.672%205.44c1.595.837%203.973%201.45%206.485%201.773c-.418.622-1.533%201.686-2.184%202.046c-3.009-.494-5.651-1.536-7.458-3.097c-1.932-1.67-2.954-3.848-2.954-6.301a7.366%207.366%200%200%201%206.686-7.335%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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