cmake logo
cmake-dark from Skill Icons by tandpfun · Dark · MIT Free for personal and commercial use.
- Name
- cmake-dark
- Set
- Skill Icons
- Style
- Dark
- Viewbox
- 256×256
- License
- MIT
1 other variant in Skill Icons
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 256 256"><g fill="none"><rect width="256" height="256" fill="#242938" rx="60"/><path fill="url(#SVGaoYOFdYr)" stroke="#000" d="m136.356 129.131l-99.812 85.328l91.419-182.666z"/><path fill="url(#SVGC5OpkcGF)" stroke="#000" d="M140.981 182.419L128.01 31.776l91.535 182.7z"/><path fill="url(#SVGH8nftdOH)" stroke="#000" d="m95.818 163.548l123.821 50.906l-183.07-.02z"/><path fill="url(#SVGocYwgbif)" d="m96.006 163.671l40.287-34.368l5.609 53.075z"/><defs><linearGradient id="SVGaoYOFdYr" x1="78.913" x2="123.642" y1="164.733" y2="70.115" gradientUnits="userSpaceOnUse"><stop stop-color="#1011a1"/><stop offset="1" stop-color="#6969e1"/></linearGradient><linearGradient id="SVGC5OpkcGF" x1="139.124" x2="201.629" y1="93.052" y2="198.566" gradientUnits="userSpaceOnUse"><stop stop-color="#b40e0e"/><stop offset="1" stop-color="#ff5959"/></linearGradient><linearGradient id="SVGH8nftdOH" x1="164.929" x2="76.619" y1="206.021" y2="198.566" gradientUnits="userSpaceOnUse"><stop stop-color="#01a300"/><stop offset="1" stop-color="#01df00"/></linearGradient><linearGradient id="SVGocYwgbif" x1="133.963" x2="132.816" y1="173.335" y2="134.914" gradientUnits="userSpaceOnUse"><stop stop-color="#848484"/><stop offset="1" stop-color="#d2d2d2"/></linearGradient></defs></g></svg>
React
import type { SVGProps } from "react";
export function SkillIconsCmakeDark(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="none"><rect width="256" height="256" fill="#242938" rx="60"/><path fill="url(#SVGaoYOFdYr)" stroke="#000" d="m136.356 129.131l-99.812 85.328l91.419-182.666z"/><path fill="url(#SVGC5OpkcGF)" stroke="#000" d="M140.981 182.419L128.01 31.776l91.535 182.7z"/><path fill="url(#SVGH8nftdOH)" stroke="#000" d="m95.818 163.548l123.821 50.906l-183.07-.02z"/><path fill="url(#SVGocYwgbif)" d="m96.006 163.671l40.287-34.368l5.609 53.075z"/><defs><linearGradient id="SVGaoYOFdYr" x1="78.913" x2="123.642" y1="164.733" y2="70.115" gradientUnits="userSpaceOnUse"><stop stopColor="#1011a1"/><stop offset="1" stopColor="#6969e1"/></linearGradient><linearGradient id="SVGC5OpkcGF" x1="139.124" x2="201.629" y1="93.052" y2="198.566" gradientUnits="userSpaceOnUse"><stop stopColor="#b40e0e"/><stop offset="1" stopColor="#ff5959"/></linearGradient><linearGradient id="SVGH8nftdOH" x1="164.929" x2="76.619" y1="206.021" y2="198.566" gradientUnits="userSpaceOnUse"><stop stopColor="#01a300"/><stop offset="1" stopColor="#01df00"/></linearGradient><linearGradient id="SVGocYwgbif" x1="133.963" x2="132.816" y1="173.335" y2="134.914" gradientUnits="userSpaceOnUse"><stop stopColor="#848484"/><stop offset="1" stopColor="#d2d2d2"/></linearGradient></defs></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="none"><rect width="256" height="256" fill="#242938" rx="60"/><path fill="url(#SVGaoYOFdYr)" stroke="#000" d="m136.356 129.131l-99.812 85.328l91.419-182.666z"/><path fill="url(#SVGC5OpkcGF)" stroke="#000" d="M140.981 182.419L128.01 31.776l91.535 182.7z"/><path fill="url(#SVGH8nftdOH)" stroke="#000" d="m95.818 163.548l123.821 50.906l-183.07-.02z"/><path fill="url(#SVGocYwgbif)" d="m96.006 163.671l40.287-34.368l5.609 53.075z"/><defs><linearGradient id="SVGaoYOFdYr" x1="78.913" x2="123.642" y1="164.733" y2="70.115" gradientUnits="userSpaceOnUse"><stop stop-color="#1011a1"/><stop offset="1" stop-color="#6969e1"/></linearGradient><linearGradient id="SVGC5OpkcGF" x1="139.124" x2="201.629" y1="93.052" y2="198.566" gradientUnits="userSpaceOnUse"><stop stop-color="#b40e0e"/><stop offset="1" stop-color="#ff5959"/></linearGradient><linearGradient id="SVGH8nftdOH" x1="164.929" x2="76.619" y1="206.021" y2="198.566" gradientUnits="userSpaceOnUse"><stop stop-color="#01a300"/><stop offset="1" stop-color="#01df00"/></linearGradient><linearGradient id="SVGocYwgbif" x1="133.963" x2="132.816" y1="173.335" y2="134.914" gradientUnits="userSpaceOnUse"><stop stop-color="#848484"/><stop offset="1" stop-color="#d2d2d2"/></linearGradient></defs></g></svg> </template>
CSS
.icon-cmake-dark {
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%20256%20256%22%3E%3Cg%20fill%3D%22none%22%3E%3Crect%20width%3D%22256%22%20height%3D%22256%22%20fill%3D%22%23242938%22%20rx%3D%2260%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGaoYOFdYr)%22%20stroke%3D%22%23000%22%20d%3D%22m136.356%20129.131l-99.812%2085.328l91.419-182.666z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGC5OpkcGF)%22%20stroke%3D%22%23000%22%20d%3D%22M140.981%20182.419L128.01%2031.776l91.535%20182.7z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGH8nftdOH)%22%20stroke%3D%22%23000%22%20d%3D%22m95.818%20163.548l123.821%2050.906l-183.07-.02z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGocYwgbif)%22%20d%3D%22m96.006%20163.671l40.287-34.368l5.609%2053.075z%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGaoYOFdYr%22%20x1%3D%2278.913%22%20x2%3D%22123.642%22%20y1%3D%22164.733%22%20y2%3D%2270.115%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%231011a1%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%236969e1%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGC5OpkcGF%22%20x1%3D%22139.124%22%20x2%3D%22201.629%22%20y1%3D%2293.052%22%20y2%3D%22198.566%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23b40e0e%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23ff5959%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGH8nftdOH%22%20x1%3D%22164.929%22%20x2%3D%2276.619%22%20y1%3D%22206.021%22%20y2%3D%22198.566%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%2301a300%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%2301df00%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGocYwgbif%22%20x1%3D%22133.963%22%20x2%3D%22132.816%22%20y1%3D%22173.335%22%20y2%3D%22134.914%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23848484%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23d2d2d2%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3C%2Fg%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%20256%20256%22%3E%3Cg%20fill%3D%22none%22%3E%3Crect%20width%3D%22256%22%20height%3D%22256%22%20fill%3D%22%23242938%22%20rx%3D%2260%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGaoYOFdYr)%22%20stroke%3D%22%23000%22%20d%3D%22m136.356%20129.131l-99.812%2085.328l91.419-182.666z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGC5OpkcGF)%22%20stroke%3D%22%23000%22%20d%3D%22M140.981%20182.419L128.01%2031.776l91.535%20182.7z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGH8nftdOH)%22%20stroke%3D%22%23000%22%20d%3D%22m95.818%20163.548l123.821%2050.906l-183.07-.02z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGocYwgbif)%22%20d%3D%22m96.006%20163.671l40.287-34.368l5.609%2053.075z%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGaoYOFdYr%22%20x1%3D%2278.913%22%20x2%3D%22123.642%22%20y1%3D%22164.733%22%20y2%3D%2270.115%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%231011a1%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%236969e1%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGC5OpkcGF%22%20x1%3D%22139.124%22%20x2%3D%22201.629%22%20y1%3D%2293.052%22%20y2%3D%22198.566%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23b40e0e%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23ff5959%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGH8nftdOH%22%20x1%3D%22164.929%22%20x2%3D%2276.619%22%20y1%3D%22206.021%22%20y2%3D%22198.566%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%2301a300%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%2301df00%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGocYwgbif%22%20x1%3D%22133.963%22%20x2%3D%22132.816%22%20y1%3D%22173.335%22%20y2%3D%22134.914%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23848484%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23d2d2d2%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/skill-icons/cmake-dark.svg?color=%231a73e8&size=48