cmake-wordmark from Devicon by konpa · Wordmark · MIT Free for personal and commercial use.

Name
cmake-wordmark
Set
Devicon
Style
Wordmark
Viewbox
128×128
License
MIT

1 other variant in Devicon

The same logo in other sets

Use the cmake logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#064f8c" d="m.1 80.1l18.4-15.6l-1.6-17.7z"/><path fill="#249847" d="M10.8 72.1L0 81.2h33.4z"/><path fill="#be2128" d="m17.7 47.4l2.5 27.7l14.3 5.8z"/><path fill="#172c36" d="M43.1 66.5c-.5 1.7-.2 3.6.8 5.1c1.1 1.4 2.7 2.1 4.5 2c.9 0 1.7-.1 2.6-.3c.7-.1 1.3-.3 2-.6l-.5 3.3c-.8.2-1.5.4-2.3.5c-.9.1-1.7.2-2.6.2c-3.4 0-5.9-.9-7.4-2.7s-1.9-4.2-1.2-7.4c.6-3 2.1-5.7 4.5-7.7c2.4-1.9 5.4-3 8.5-2.9q1.35 0 2.7.3c.6.1 1.3.3 1.9.6l-1.1 3.5c-.5-.4-1.2-.6-1.8-.8c-.7-.2-1.5-.3-2.2-.3c-2 0-3.9.7-5.3 2c-1.7 1.4-2.7 3.2-3.1 5.2m32.3-10.1h6.4l-4.2 19.9h-3.8l3.5-16.5l-8.9 16.5h-3.8l-1.9-16.6l-3.5 16.6h-3.8l4.2-19.9H66l1.5 15.1zM91.1 74c-.7.9-1.6 1.7-2.6 2.2c-.8.4-1.7.6-2.6.6c-1.3.1-2.5-.3-3.4-1.2c-.7-.8-1-1.9-.8-3c.3-1.6 1.2-2.9 2.6-3.8c1.7-1 3.7-1.4 5.7-1.3h2.4l.1-.3c.2-1 .1-1.8-.4-2.2c-.7-.5-1.5-.7-2.3-.7s-1.7.2-2.5.5c-.8.2-1.6.6-2.3 1.2l.6-3.3c.8-.3 1.7-.6 2.6-.8s1.9-.4 2.8-.4q3.3 0 4.5 1.5c.8 1.1 1 2.7.5 4.9l-.9 3.9l-.6 3.3c-.1 1-.2 1.4-.2 1.4h-3.4v-.7c-.1-.6 0-1.2.2-1.8m.7-4.1l.1-.3h-1.7c-1.1 0-2.2.2-3.2.7c-.7.3-1.2 1-1.3 1.7c-.1.5 0 1 .3 1.4c.5.4 1.1.5 1.7.5c1.1 0 2.1-.4 2.9-1.2c.5-.9.9-1.8 1.2-2.8M102.2 55h3.8l-2.7 12.7l5.9-6h4.6l-6.8 6.6l4.5 8.1h-4.9l-3.4-7.2l-1.5 7.2h-3.8zm23.3 20.6c-.8.4-1.6.7-2.4.8c-.9.2-1.8.3-2.8.3c-2.6 0-4.4-.7-5.4-2s-1.3-3.2-.8-5.7c.4-2.1 1.4-4.1 3-5.5c1.5-1.4 3.4-2.1 5.4-2.1c2.5 0 4.1.8 4.8 2.3c.8 1.5.9 3.7.2 6.6h-10.1c-.1.8.1 1.7.5 2.4c.7 1 1.8 1.5 3 1.3q1.5 0 3-.6c.7-.2 1.4-.6 2.1-1zm-7.6-8h6.6c.3-.9.1-1.8-.4-2.6c-.5-.6-1.3-.9-2.1-.9c-1.1 0-2.1.4-2.8 1.2c-.5.8-.9 1.5-1.3 2.3"/><path fill="#cdcdce" d="m11.3 71.6l8.1 3.2l-.8-9.4z"/></svg>

React

import type { SVGProps } from "react";

export function DeviconCmakeWordmark(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#064f8c" d="m.1 80.1l18.4-15.6l-1.6-17.7z"/><path fill="#249847" d="M10.8 72.1L0 81.2h33.4z"/><path fill="#be2128" d="m17.7 47.4l2.5 27.7l14.3 5.8z"/><path fill="#172c36" d="M43.1 66.5c-.5 1.7-.2 3.6.8 5.1c1.1 1.4 2.7 2.1 4.5 2c.9 0 1.7-.1 2.6-.3c.7-.1 1.3-.3 2-.6l-.5 3.3c-.8.2-1.5.4-2.3.5c-.9.1-1.7.2-2.6.2c-3.4 0-5.9-.9-7.4-2.7s-1.9-4.2-1.2-7.4c.6-3 2.1-5.7 4.5-7.7c2.4-1.9 5.4-3 8.5-2.9q1.35 0 2.7.3c.6.1 1.3.3 1.9.6l-1.1 3.5c-.5-.4-1.2-.6-1.8-.8c-.7-.2-1.5-.3-2.2-.3c-2 0-3.9.7-5.3 2c-1.7 1.4-2.7 3.2-3.1 5.2m32.3-10.1h6.4l-4.2 19.9h-3.8l3.5-16.5l-8.9 16.5h-3.8l-1.9-16.6l-3.5 16.6h-3.8l4.2-19.9H66l1.5 15.1zM91.1 74c-.7.9-1.6 1.7-2.6 2.2c-.8.4-1.7.6-2.6.6c-1.3.1-2.5-.3-3.4-1.2c-.7-.8-1-1.9-.8-3c.3-1.6 1.2-2.9 2.6-3.8c1.7-1 3.7-1.4 5.7-1.3h2.4l.1-.3c.2-1 .1-1.8-.4-2.2c-.7-.5-1.5-.7-2.3-.7s-1.7.2-2.5.5c-.8.2-1.6.6-2.3 1.2l.6-3.3c.8-.3 1.7-.6 2.6-.8s1.9-.4 2.8-.4q3.3 0 4.5 1.5c.8 1.1 1 2.7.5 4.9l-.9 3.9l-.6 3.3c-.1 1-.2 1.4-.2 1.4h-3.4v-.7c-.1-.6 0-1.2.2-1.8m.7-4.1l.1-.3h-1.7c-1.1 0-2.2.2-3.2.7c-.7.3-1.2 1-1.3 1.7c-.1.5 0 1 .3 1.4c.5.4 1.1.5 1.7.5c1.1 0 2.1-.4 2.9-1.2c.5-.9.9-1.8 1.2-2.8M102.2 55h3.8l-2.7 12.7l5.9-6h4.6l-6.8 6.6l4.5 8.1h-4.9l-3.4-7.2l-1.5 7.2h-3.8zm23.3 20.6c-.8.4-1.6.7-2.4.8c-.9.2-1.8.3-2.8.3c-2.6 0-4.4-.7-5.4-2s-1.3-3.2-.8-5.7c.4-2.1 1.4-4.1 3-5.5c1.5-1.4 3.4-2.1 5.4-2.1c2.5 0 4.1.8 4.8 2.3c.8 1.5.9 3.7.2 6.6h-10.1c-.1.8.1 1.7.5 2.4c.7 1 1.8 1.5 3 1.3q1.5 0 3-.6c.7-.2 1.4-.6 2.1-1zm-7.6-8h6.6c.3-.9.1-1.8-.4-2.6c-.5-.6-1.3-.9-2.1-.9c-1.1 0-2.1.4-2.8 1.2c-.5.8-.9 1.5-1.3 2.3"/><path fill="#cdcdce" d="m11.3 71.6l8.1 3.2l-.8-9.4z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#064f8c" d="m.1 80.1l18.4-15.6l-1.6-17.7z"/><path fill="#249847" d="M10.8 72.1L0 81.2h33.4z"/><path fill="#be2128" d="m17.7 47.4l2.5 27.7l14.3 5.8z"/><path fill="#172c36" d="M43.1 66.5c-.5 1.7-.2 3.6.8 5.1c1.1 1.4 2.7 2.1 4.5 2c.9 0 1.7-.1 2.6-.3c.7-.1 1.3-.3 2-.6l-.5 3.3c-.8.2-1.5.4-2.3.5c-.9.1-1.7.2-2.6.2c-3.4 0-5.9-.9-7.4-2.7s-1.9-4.2-1.2-7.4c.6-3 2.1-5.7 4.5-7.7c2.4-1.9 5.4-3 8.5-2.9q1.35 0 2.7.3c.6.1 1.3.3 1.9.6l-1.1 3.5c-.5-.4-1.2-.6-1.8-.8c-.7-.2-1.5-.3-2.2-.3c-2 0-3.9.7-5.3 2c-1.7 1.4-2.7 3.2-3.1 5.2m32.3-10.1h6.4l-4.2 19.9h-3.8l3.5-16.5l-8.9 16.5h-3.8l-1.9-16.6l-3.5 16.6h-3.8l4.2-19.9H66l1.5 15.1zM91.1 74c-.7.9-1.6 1.7-2.6 2.2c-.8.4-1.7.6-2.6.6c-1.3.1-2.5-.3-3.4-1.2c-.7-.8-1-1.9-.8-3c.3-1.6 1.2-2.9 2.6-3.8c1.7-1 3.7-1.4 5.7-1.3h2.4l.1-.3c.2-1 .1-1.8-.4-2.2c-.7-.5-1.5-.7-2.3-.7s-1.7.2-2.5.5c-.8.2-1.6.6-2.3 1.2l.6-3.3c.8-.3 1.7-.6 2.6-.8s1.9-.4 2.8-.4q3.3 0 4.5 1.5c.8 1.1 1 2.7.5 4.9l-.9 3.9l-.6 3.3c-.1 1-.2 1.4-.2 1.4h-3.4v-.7c-.1-.6 0-1.2.2-1.8m.7-4.1l.1-.3h-1.7c-1.1 0-2.2.2-3.2.7c-.7.3-1.2 1-1.3 1.7c-.1.5 0 1 .3 1.4c.5.4 1.1.5 1.7.5c1.1 0 2.1-.4 2.9-1.2c.5-.9.9-1.8 1.2-2.8M102.2 55h3.8l-2.7 12.7l5.9-6h4.6l-6.8 6.6l4.5 8.1h-4.9l-3.4-7.2l-1.5 7.2h-3.8zm23.3 20.6c-.8.4-1.6.7-2.4.8c-.9.2-1.8.3-2.8.3c-2.6 0-4.4-.7-5.4-2s-1.3-3.2-.8-5.7c.4-2.1 1.4-4.1 3-5.5c1.5-1.4 3.4-2.1 5.4-2.1c2.5 0 4.1.8 4.8 2.3c.8 1.5.9 3.7.2 6.6h-10.1c-.1.8.1 1.7.5 2.4c.7 1 1.8 1.5 3 1.3q1.5 0 3-.6c.7-.2 1.4-.6 2.1-1zm-7.6-8h6.6c.3-.9.1-1.8-.4-2.6c-.5-.6-1.3-.9-2.1-.9c-1.1 0-2.1.4-2.8 1.2c-.5.8-.9 1.5-1.3 2.3"/><path fill="#cdcdce" d="m11.3 71.6l8.1 3.2l-.8-9.4z"/></svg>
</template>

CSS

.icon-cmake-wordmark {
  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%20128%20128%22%3E%3Cpath%20fill%3D%22%23064f8c%22%20d%3D%22m.1%2080.1l18.4-15.6l-1.6-17.7z%22%2F%3E%3Cpath%20fill%3D%22%23249847%22%20d%3D%22M10.8%2072.1L0%2081.2h33.4z%22%2F%3E%3Cpath%20fill%3D%22%23be2128%22%20d%3D%22m17.7%2047.4l2.5%2027.7l14.3%205.8z%22%2F%3E%3Cpath%20fill%3D%22%23172c36%22%20d%3D%22M43.1%2066.5c-.5%201.7-.2%203.6.8%205.1c1.1%201.4%202.7%202.1%204.5%202c.9%200%201.7-.1%202.6-.3c.7-.1%201.3-.3%202-.6l-.5%203.3c-.8.2-1.5.4-2.3.5c-.9.1-1.7.2-2.6.2c-3.4%200-5.9-.9-7.4-2.7s-1.9-4.2-1.2-7.4c.6-3%202.1-5.7%204.5-7.7c2.4-1.9%205.4-3%208.5-2.9q1.35%200%202.7.3c.6.1%201.3.3%201.9.6l-1.1%203.5c-.5-.4-1.2-.6-1.8-.8c-.7-.2-1.5-.3-2.2-.3c-2%200-3.9.7-5.3%202c-1.7%201.4-2.7%203.2-3.1%205.2m32.3-10.1h6.4l-4.2%2019.9h-3.8l3.5-16.5l-8.9%2016.5h-3.8l-1.9-16.6l-3.5%2016.6h-3.8l4.2-19.9H66l1.5%2015.1zM91.1%2074c-.7.9-1.6%201.7-2.6%202.2c-.8.4-1.7.6-2.6.6c-1.3.1-2.5-.3-3.4-1.2c-.7-.8-1-1.9-.8-3c.3-1.6%201.2-2.9%202.6-3.8c1.7-1%203.7-1.4%205.7-1.3h2.4l.1-.3c.2-1%20.1-1.8-.4-2.2c-.7-.5-1.5-.7-2.3-.7s-1.7.2-2.5.5c-.8.2-1.6.6-2.3%201.2l.6-3.3c.8-.3%201.7-.6%202.6-.8s1.9-.4%202.8-.4q3.3%200%204.5%201.5c.8%201.1%201%202.7.5%204.9l-.9%203.9l-.6%203.3c-.1%201-.2%201.4-.2%201.4h-3.4v-.7c-.1-.6%200-1.2.2-1.8m.7-4.1l.1-.3h-1.7c-1.1%200-2.2.2-3.2.7c-.7.3-1.2%201-1.3%201.7c-.1.5%200%201%20.3%201.4c.5.4%201.1.5%201.7.5c1.1%200%202.1-.4%202.9-1.2c.5-.9.9-1.8%201.2-2.8M102.2%2055h3.8l-2.7%2012.7l5.9-6h4.6l-6.8%206.6l4.5%208.1h-4.9l-3.4-7.2l-1.5%207.2h-3.8zm23.3%2020.6c-.8.4-1.6.7-2.4.8c-.9.2-1.8.3-2.8.3c-2.6%200-4.4-.7-5.4-2s-1.3-3.2-.8-5.7c.4-2.1%201.4-4.1%203-5.5c1.5-1.4%203.4-2.1%205.4-2.1c2.5%200%204.1.8%204.8%202.3c.8%201.5.9%203.7.2%206.6h-10.1c-.1.8.1%201.7.5%202.4c.7%201%201.8%201.5%203%201.3q1.5%200%203-.6c.7-.2%201.4-.6%202.1-1zm-7.6-8h6.6c.3-.9.1-1.8-.4-2.6c-.5-.6-1.3-.9-2.1-.9c-1.1%200-2.1.4-2.8%201.2c-.5.8-.9%201.5-1.3%202.3%22%2F%3E%3Cpath%20fill%3D%22%23cdcdce%22%20d%3D%22m11.3%2071.6l8.1%203.2l-.8-9.4z%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%20128%20128%22%3E%3Cpath%20fill%3D%22%23064f8c%22%20d%3D%22m.1%2080.1l18.4-15.6l-1.6-17.7z%22%2F%3E%3Cpath%20fill%3D%22%23249847%22%20d%3D%22M10.8%2072.1L0%2081.2h33.4z%22%2F%3E%3Cpath%20fill%3D%22%23be2128%22%20d%3D%22m17.7%2047.4l2.5%2027.7l14.3%205.8z%22%2F%3E%3Cpath%20fill%3D%22%23172c36%22%20d%3D%22M43.1%2066.5c-.5%201.7-.2%203.6.8%205.1c1.1%201.4%202.7%202.1%204.5%202c.9%200%201.7-.1%202.6-.3c.7-.1%201.3-.3%202-.6l-.5%203.3c-.8.2-1.5.4-2.3.5c-.9.1-1.7.2-2.6.2c-3.4%200-5.9-.9-7.4-2.7s-1.9-4.2-1.2-7.4c.6-3%202.1-5.7%204.5-7.7c2.4-1.9%205.4-3%208.5-2.9q1.35%200%202.7.3c.6.1%201.3.3%201.9.6l-1.1%203.5c-.5-.4-1.2-.6-1.8-.8c-.7-.2-1.5-.3-2.2-.3c-2%200-3.9.7-5.3%202c-1.7%201.4-2.7%203.2-3.1%205.2m32.3-10.1h6.4l-4.2%2019.9h-3.8l3.5-16.5l-8.9%2016.5h-3.8l-1.9-16.6l-3.5%2016.6h-3.8l4.2-19.9H66l1.5%2015.1zM91.1%2074c-.7.9-1.6%201.7-2.6%202.2c-.8.4-1.7.6-2.6.6c-1.3.1-2.5-.3-3.4-1.2c-.7-.8-1-1.9-.8-3c.3-1.6%201.2-2.9%202.6-3.8c1.7-1%203.7-1.4%205.7-1.3h2.4l.1-.3c.2-1%20.1-1.8-.4-2.2c-.7-.5-1.5-.7-2.3-.7s-1.7.2-2.5.5c-.8.2-1.6.6-2.3%201.2l.6-3.3c.8-.3%201.7-.6%202.6-.8s1.9-.4%202.8-.4q3.3%200%204.5%201.5c.8%201.1%201%202.7.5%204.9l-.9%203.9l-.6%203.3c-.1%201-.2%201.4-.2%201.4h-3.4v-.7c-.1-.6%200-1.2.2-1.8m.7-4.1l.1-.3h-1.7c-1.1%200-2.2.2-3.2.7c-.7.3-1.2%201-1.3%201.7c-.1.5%200%201%20.3%201.4c.5.4%201.1.5%201.7.5c1.1%200%202.1-.4%202.9-1.2c.5-.9.9-1.8%201.2-2.8M102.2%2055h3.8l-2.7%2012.7l5.9-6h4.6l-6.8%206.6l4.5%208.1h-4.9l-3.4-7.2l-1.5%207.2h-3.8zm23.3%2020.6c-.8.4-1.6.7-2.4.8c-.9.2-1.8.3-2.8.3c-2.6%200-4.4-.7-5.4-2s-1.3-3.2-.8-5.7c.4-2.1%201.4-4.1%203-5.5c1.5-1.4%203.4-2.1%205.4-2.1c2.5%200%204.1.8%204.8%202.3c.8%201.5.9%203.7.2%206.6h-10.1c-.1.8.1%201.7.5%202.4c.7%201%201.8%201.5%203%201.3q1.5%200%203-.6c.7-.2%201.4-.6%202.1-1zm-7.6-8h6.6c.3-.9.1-1.8-.4-2.6c-.5-.6-1.3-.9-2.1-.9c-1.1%200-2.1.4-2.8%201.2c-.5.8-.9%201.5-1.3%202.3%22%2F%3E%3Cpath%20fill%3D%22%23cdcdce%22%20d%3D%22m11.3%2071.6l8.1%203.2l-.8-9.4z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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