checkmarx logo
checkmarx from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- checkmarx
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
Use the checkmarx logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.544.12A6.553 6.553 0 0 0 0 6.664v10.674a6.55 6.55 0 0 0 6.544 6.542h10.912A6.55 6.55 0 0 0 24 17.338v-.831a2.193 2.193 0 0 0-4.388 0v.83c0 1.19-.967 2.157-2.156 2.157H6.544a2.16 2.16 0 0 1-2.158-2.156V6.748c0-1.19.969-2.16 2.158-2.16c3.843.004 7.814-.009 11.612.001c.556.138.892.445 1.058.848c.193.47.343 1.118-.404 1.748l-6.26 4.596l-1.892-2.441a2.19 2.19 0 0 0-3.075-.391a2.19 2.19 0 0 0-.391 3.076l3.198 4.133a2.197 2.197 0 0 0 3.035.424l7.252-5.301a57 57 0 0 0 1.22-.977c2.106-1.926 2.517-4.393 1.627-6.553C22.603 1.51 20.268.12 17.435.12Z"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsCheckmarx(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="M6.544.12A6.553 6.553 0 0 0 0 6.664v10.674a6.55 6.55 0 0 0 6.544 6.542h10.912A6.55 6.55 0 0 0 24 17.338v-.831a2.193 2.193 0 0 0-4.388 0v.83c0 1.19-.967 2.157-2.156 2.157H6.544a2.16 2.16 0 0 1-2.158-2.156V6.748c0-1.19.969-2.16 2.158-2.16c3.843.004 7.814-.009 11.612.001c.556.138.892.445 1.058.848c.193.47.343 1.118-.404 1.748l-6.26 4.596l-1.892-2.441a2.19 2.19 0 0 0-3.075-.391a2.19 2.19 0 0 0-.391 3.076l3.198 4.133a2.197 2.197 0 0 0 3.035.424l7.252-5.301a57 57 0 0 0 1.22-.977c2.106-1.926 2.517-4.393 1.627-6.553C22.603 1.51 20.268.12 17.435.12Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.544.12A6.553 6.553 0 0 0 0 6.664v10.674a6.55 6.55 0 0 0 6.544 6.542h10.912A6.55 6.55 0 0 0 24 17.338v-.831a2.193 2.193 0 0 0-4.388 0v.83c0 1.19-.967 2.157-2.156 2.157H6.544a2.16 2.16 0 0 1-2.158-2.156V6.748c0-1.19.969-2.16 2.158-2.16c3.843.004 7.814-.009 11.612.001c.556.138.892.445 1.058.848c.193.47.343 1.118-.404 1.748l-6.26 4.596l-1.892-2.441a2.19 2.19 0 0 0-3.075-.391a2.19 2.19 0 0 0-.391 3.076l3.198 4.133a2.197 2.197 0 0 0 3.035.424l7.252-5.301a57 57 0 0 0 1.22-.977c2.106-1.926 2.517-4.393 1.627-6.553C22.603 1.51 20.268.12 17.435.12Z"/></svg> </template>
CSS
.icon-checkmarx {
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%22M6.544.12A6.553%206.553%200%200%200%200%206.664v10.674a6.55%206.55%200%200%200%206.544%206.542h10.912A6.55%206.55%200%200%200%2024%2017.338v-.831a2.193%202.193%200%200%200-4.388%200v.83c0%201.19-.967%202.157-2.156%202.157H6.544a2.16%202.16%200%200%201-2.158-2.156V6.748c0-1.19.969-2.16%202.158-2.16c3.843.004%207.814-.009%2011.612.001c.556.138.892.445%201.058.848c.193.47.343%201.118-.404%201.748l-6.26%204.596l-1.892-2.441a2.19%202.19%200%200%200-3.075-.391a2.19%202.19%200%200%200-.391%203.076l3.198%204.133a2.197%202.197%200%200%200%203.035.424l7.252-5.301a57%2057%200%200%200%201.22-.977c2.106-1.926%202.517-4.393%201.627-6.553C22.603%201.51%2020.268.12%2017.435.12Z%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%22M6.544.12A6.553%206.553%200%200%200%200%206.664v10.674a6.55%206.55%200%200%200%206.544%206.542h10.912A6.55%206.55%200%200%200%2024%2017.338v-.831a2.193%202.193%200%200%200-4.388%200v.83c0%201.19-.967%202.157-2.156%202.157H6.544a2.16%202.16%200%200%201-2.158-2.156V6.748c0-1.19.969-2.16%202.158-2.16c3.843.004%207.814-.009%2011.612.001c.556.138.892.445%201.058.848c.193.47.343%201.118-.404%201.748l-6.26%204.596l-1.892-2.441a2.19%202.19%200%200%200-3.075-.391a2.19%202.19%200%200%200-.391%203.076l3.198%204.133a2.197%202.197%200%200%200%203.035.424l7.252-5.301a57%2057%200%200%200%201.22-.977c2.106-1.926%202.517-4.393%201.627-6.553C22.603%201.51%2020.268.12%2017.435.12Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/checkmarx.svg?color=%231a73e8&size=48