centml logo
centml-brand-color from LobeHub AI Icons by LobeHub · Brand color · MIT Free for personal and commercial use.
- Name
- centml-brand-color
- Set
- LobeHub AI Icons
- Style
- Brand color
- Viewbox
- 69×24
- License
- MIT
4 other variants in LobeHub AI Icons
Use the centml logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 69 24"><g fill="currentColor"><path fill="#00a87b" d="M45.279 4.528v12l.014.015h2.214v-4.515c0-1.114-.014-2.071-.071-2.871a29.438 29.438 0 00-.076-.879l3.161 4.993h1.13l3.256-5.035c-.034.334-.062.67-.085 1.007a52.973 52.973 0 00-.072 2.771v4.514h2.214v-12h-2l-3.81 6.121-3.761-6.12h-2.114zM59.207 4.528v12h7.772v-2.057h-5.543V4.528h-2.229zM14 3.429c2.114 0 4.057.771 5.543 2.042l2.214-2.614A11.918 11.918 0 0014 0C7.386 0 2 5.386 2 12s5.386 12 12 12c2.957 0 5.657-1.071 7.757-2.843l-1.964-2.614c-1.5 1.271-3.679 2.028-5.793 2.028-4.729 0-8.571-3.842-8.571-8.571 0-4.729 3.842-8.571 8.571-8.571z"/><path d="M37.95 9.457V7.5h1.786V5.2h2.114v2.3h1.957v1.957H41.85v7.071h-2.114V9.457H37.95z"/><path d="M20.264 16.1c.729.4 1.572.6 2.515.6l-.015-.014a4.97 4.97 0 001.286-.172 6.548 6.548 0 001.243-.471c.4-.2.743-.443 1.057-.729l-1.043-1.457c-.4.357-.786.6-1.143.743-.357.129-.743.2-1.171.2-.6 0-1.143-.129-1.586-.357a2.514 2.514 0 01-1.043-1 2.922 2.922 0 01-.332-.986h6.69v-.743a4.76 4.76 0 00-.286-1.771c-.2-.543-.5-1-.872-1.4a4.426 4.426 0 00-1.343-.929 4.001 4.001 0 00-1.657-.343c-.671 0-1.285.115-1.857.358a4.208 4.208 0 00-1.457 1 4.484 4.484 0 00-.957 1.514 5.284 5.284 0 00-.343 1.943c0 .886.214 1.685.614 2.371.415.7.972 1.243 1.7 1.643zm-.19-5.086c.046-.226.113-.432.204-.614.2-.4.486-.714.872-.928.386-.215.857-.329 1.414-.329.357 0 .7.071 1 .228.3.143.543.358.743.63.2.256.314.57.343.928v.085h-4.576z"/><path d="M28.535 7.5v9.015h2.115v-5.457c0-.271.043-.529.157-.757.1-.229.257-.443.443-.615.186-.185.414-.314.671-.414.257-.1.529-.143.843-.143.371-.014.7.058.957.2.272.143.457.372.586.672.128.3.186.686.186 1.143v5.371h2.114v-5.514c0-.829-.129-1.514-.357-2.057-.229-.543-.586-.957-1.043-1.229-.471-.271-1.043-.414-1.729-.414-.471 0-.943.114-1.4.314-.457.2-.857.471-1.185.814-.104.108-.198.22-.28.334l-.02-1.262h-2.058zM11.621 16.271c.7.429 1.5.643 2.386.643h.014c.786 0 1.529-.171 2.243-.5a4.91 4.91 0 001.129-.714l-1.243-1.472c-.043.043-.1.086-.157.129-.257.2-.529.343-.829.443a2.39 2.39 0 01-.9.157c-.514 0-.986-.143-1.4-.4a2.738 2.738 0 01-1-1.057 3.072 3.072 0 01-.371-1.5c0-.557.114-1.072.357-1.515.228-.442.557-.8.971-1.057a2.626 2.626 0 011.415-.385c.3 0 .614.071.928.185.3.115.6.286.872.486.028.014.1.071.1.071l1.271-1.5a4.473 4.473 0 00-1.086-.714c-.7-.328-1.428-.486-2.314-.486-.886 0-1.686.215-2.386.643-.714.429-1.257 1.015-1.671 1.757-.414.743-.614 1.572-.614 2.515 0 .943.2 1.771.614 2.514a4.707 4.707 0 001.671 1.757z"/></g></svg>
React
import type { SVGProps } from "react";
export function LobehubCentmlBrandColor(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 69 24"><g fill="currentColor"><path fill="#00a87b" d="M45.279 4.528v12l.014.015h2.214v-4.515c0-1.114-.014-2.071-.071-2.871a29.438 29.438 0 00-.076-.879l3.161 4.993h1.13l3.256-5.035c-.034.334-.062.67-.085 1.007a52.973 52.973 0 00-.072 2.771v4.514h2.214v-12h-2l-3.81 6.121-3.761-6.12h-2.114zM59.207 4.528v12h7.772v-2.057h-5.543V4.528h-2.229zM14 3.429c2.114 0 4.057.771 5.543 2.042l2.214-2.614A11.918 11.918 0 0014 0C7.386 0 2 5.386 2 12s5.386 12 12 12c2.957 0 5.657-1.071 7.757-2.843l-1.964-2.614c-1.5 1.271-3.679 2.028-5.793 2.028-4.729 0-8.571-3.842-8.571-8.571 0-4.729 3.842-8.571 8.571-8.571z"/><path d="M37.95 9.457V7.5h1.786V5.2h2.114v2.3h1.957v1.957H41.85v7.071h-2.114V9.457H37.95z"/><path d="M20.264 16.1c.729.4 1.572.6 2.515.6l-.015-.014a4.97 4.97 0 001.286-.172 6.548 6.548 0 001.243-.471c.4-.2.743-.443 1.057-.729l-1.043-1.457c-.4.357-.786.6-1.143.743-.357.129-.743.2-1.171.2-.6 0-1.143-.129-1.586-.357a2.514 2.514 0 01-1.043-1 2.922 2.922 0 01-.332-.986h6.69v-.743a4.76 4.76 0 00-.286-1.771c-.2-.543-.5-1-.872-1.4a4.426 4.426 0 00-1.343-.929 4.001 4.001 0 00-1.657-.343c-.671 0-1.285.115-1.857.358a4.208 4.208 0 00-1.457 1 4.484 4.484 0 00-.957 1.514 5.284 5.284 0 00-.343 1.943c0 .886.214 1.685.614 2.371.415.7.972 1.243 1.7 1.643zm-.19-5.086c.046-.226.113-.432.204-.614.2-.4.486-.714.872-.928.386-.215.857-.329 1.414-.329.357 0 .7.071 1 .228.3.143.543.358.743.63.2.256.314.57.343.928v.085h-4.576z"/><path d="M28.535 7.5v9.015h2.115v-5.457c0-.271.043-.529.157-.757.1-.229.257-.443.443-.615.186-.185.414-.314.671-.414.257-.1.529-.143.843-.143.371-.014.7.058.957.2.272.143.457.372.586.672.128.3.186.686.186 1.143v5.371h2.114v-5.514c0-.829-.129-1.514-.357-2.057-.229-.543-.586-.957-1.043-1.229-.471-.271-1.043-.414-1.729-.414-.471 0-.943.114-1.4.314-.457.2-.857.471-1.185.814-.104.108-.198.22-.28.334l-.02-1.262h-2.058zM11.621 16.271c.7.429 1.5.643 2.386.643h.014c.786 0 1.529-.171 2.243-.5a4.91 4.91 0 001.129-.714l-1.243-1.472c-.043.043-.1.086-.157.129-.257.2-.529.343-.829.443a2.39 2.39 0 01-.9.157c-.514 0-.986-.143-1.4-.4a2.738 2.738 0 01-1-1.057 3.072 3.072 0 01-.371-1.5c0-.557.114-1.072.357-1.515.228-.442.557-.8.971-1.057a2.626 2.626 0 011.415-.385c.3 0 .614.071.928.185.3.115.6.286.872.486.028.014.1.071.1.071l1.271-1.5a4.473 4.473 0 00-1.086-.714c-.7-.328-1.428-.486-2.314-.486-.886 0-1.686.215-2.386.643-.714.429-1.257 1.015-1.671 1.757-.414.743-.614 1.572-.614 2.515 0 .943.2 1.771.614 2.514a4.707 4.707 0 001.671 1.757z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 69 24"><g fill="currentColor"><path fill="#00a87b" d="M45.279 4.528v12l.014.015h2.214v-4.515c0-1.114-.014-2.071-.071-2.871a29.438 29.438 0 00-.076-.879l3.161 4.993h1.13l3.256-5.035c-.034.334-.062.67-.085 1.007a52.973 52.973 0 00-.072 2.771v4.514h2.214v-12h-2l-3.81 6.121-3.761-6.12h-2.114zM59.207 4.528v12h7.772v-2.057h-5.543V4.528h-2.229zM14 3.429c2.114 0 4.057.771 5.543 2.042l2.214-2.614A11.918 11.918 0 0014 0C7.386 0 2 5.386 2 12s5.386 12 12 12c2.957 0 5.657-1.071 7.757-2.843l-1.964-2.614c-1.5 1.271-3.679 2.028-5.793 2.028-4.729 0-8.571-3.842-8.571-8.571 0-4.729 3.842-8.571 8.571-8.571z"/><path d="M37.95 9.457V7.5h1.786V5.2h2.114v2.3h1.957v1.957H41.85v7.071h-2.114V9.457H37.95z"/><path d="M20.264 16.1c.729.4 1.572.6 2.515.6l-.015-.014a4.97 4.97 0 001.286-.172 6.548 6.548 0 001.243-.471c.4-.2.743-.443 1.057-.729l-1.043-1.457c-.4.357-.786.6-1.143.743-.357.129-.743.2-1.171.2-.6 0-1.143-.129-1.586-.357a2.514 2.514 0 01-1.043-1 2.922 2.922 0 01-.332-.986h6.69v-.743a4.76 4.76 0 00-.286-1.771c-.2-.543-.5-1-.872-1.4a4.426 4.426 0 00-1.343-.929 4.001 4.001 0 00-1.657-.343c-.671 0-1.285.115-1.857.358a4.208 4.208 0 00-1.457 1 4.484 4.484 0 00-.957 1.514 5.284 5.284 0 00-.343 1.943c0 .886.214 1.685.614 2.371.415.7.972 1.243 1.7 1.643zm-.19-5.086c.046-.226.113-.432.204-.614.2-.4.486-.714.872-.928.386-.215.857-.329 1.414-.329.357 0 .7.071 1 .228.3.143.543.358.743.63.2.256.314.57.343.928v.085h-4.576z"/><path d="M28.535 7.5v9.015h2.115v-5.457c0-.271.043-.529.157-.757.1-.229.257-.443.443-.615.186-.185.414-.314.671-.414.257-.1.529-.143.843-.143.371-.014.7.058.957.2.272.143.457.372.586.672.128.3.186.686.186 1.143v5.371h2.114v-5.514c0-.829-.129-1.514-.357-2.057-.229-.543-.586-.957-1.043-1.229-.471-.271-1.043-.414-1.729-.414-.471 0-.943.114-1.4.314-.457.2-.857.471-1.185.814-.104.108-.198.22-.28.334l-.02-1.262h-2.058zM11.621 16.271c.7.429 1.5.643 2.386.643h.014c.786 0 1.529-.171 2.243-.5a4.91 4.91 0 001.129-.714l-1.243-1.472c-.043.043-.1.086-.157.129-.257.2-.529.343-.829.443a2.39 2.39 0 01-.9.157c-.514 0-.986-.143-1.4-.4a2.738 2.738 0 01-1-1.057 3.072 3.072 0 01-.371-1.5c0-.557.114-1.072.357-1.515.228-.442.557-.8.971-1.057a2.626 2.626 0 011.415-.385c.3 0 .614.071.928.185.3.115.6.286.872.486.028.014.1.071.1.071l1.271-1.5a4.473 4.473 0 00-1.086-.714c-.7-.328-1.428-.486-2.314-.486-.886 0-1.686.215-2.386.643-.714.429-1.257 1.015-1.671 1.757-.414.743-.614 1.572-.614 2.515 0 .943.2 1.771.614 2.514a4.707 4.707 0 001.671 1.757z"/></g></svg> </template>
CSS
.icon-centml-brand-color {
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%2069%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill%3D%22%2300a87b%22%20d%3D%22M45.279%204.528v12l.014.015h2.214v-4.515c0-1.114-.014-2.071-.071-2.871a29.438%2029.438%200%2000-.076-.879l3.161%204.993h1.13l3.256-5.035c-.034.334-.062.67-.085%201.007a52.973%2052.973%200%2000-.072%202.771v4.514h2.214v-12h-2l-3.81%206.121-3.761-6.12h-2.114zM59.207%204.528v12h7.772v-2.057h-5.543V4.528h-2.229zM14%203.429c2.114%200%204.057.771%205.543%202.042l2.214-2.614A11.918%2011.918%200%200014%200C7.386%200%202%205.386%202%2012s5.386%2012%2012%2012c2.957%200%205.657-1.071%207.757-2.843l-1.964-2.614c-1.5%201.271-3.679%202.028-5.793%202.028-4.729%200-8.571-3.842-8.571-8.571%200-4.729%203.842-8.571%208.571-8.571z%22%2F%3E%3Cpath%20d%3D%22M37.95%209.457V7.5h1.786V5.2h2.114v2.3h1.957v1.957H41.85v7.071h-2.114V9.457H37.95z%22%2F%3E%3Cpath%20d%3D%22M20.264%2016.1c.729.4%201.572.6%202.515.6l-.015-.014a4.97%204.97%200%20001.286-.172%206.548%206.548%200%20001.243-.471c.4-.2.743-.443%201.057-.729l-1.043-1.457c-.4.357-.786.6-1.143.743-.357.129-.743.2-1.171.2-.6%200-1.143-.129-1.586-.357a2.514%202.514%200%2001-1.043-1%202.922%202.922%200%2001-.332-.986h6.69v-.743a4.76%204.76%200%2000-.286-1.771c-.2-.543-.5-1-.872-1.4a4.426%204.426%200%2000-1.343-.929%204.001%204.001%200%2000-1.657-.343c-.671%200-1.285.115-1.857.358a4.208%204.208%200%2000-1.457%201%204.484%204.484%200%2000-.957%201.514%205.284%205.284%200%2000-.343%201.943c0%20.886.214%201.685.614%202.371.415.7.972%201.243%201.7%201.643zm-.19-5.086c.046-.226.113-.432.204-.614.2-.4.486-.714.872-.928.386-.215.857-.329%201.414-.329.357%200%20.7.071%201%20.228.3.143.543.358.743.63.2.256.314.57.343.928v.085h-4.576z%22%2F%3E%3Cpath%20d%3D%22M28.535%207.5v9.015h2.115v-5.457c0-.271.043-.529.157-.757.1-.229.257-.443.443-.615.186-.185.414-.314.671-.414.257-.1.529-.143.843-.143.371-.014.7.058.957.2.272.143.457.372.586.672.128.3.186.686.186%201.143v5.371h2.114v-5.514c0-.829-.129-1.514-.357-2.057-.229-.543-.586-.957-1.043-1.229-.471-.271-1.043-.414-1.729-.414-.471%200-.943.114-1.4.314-.457.2-.857.471-1.185.814-.104.108-.198.22-.28.334l-.02-1.262h-2.058zM11.621%2016.271c.7.429%201.5.643%202.386.643h.014c.786%200%201.529-.171%202.243-.5a4.91%204.91%200%20001.129-.714l-1.243-1.472c-.043.043-.1.086-.157.129-.257.2-.529.343-.829.443a2.39%202.39%200%2001-.9.157c-.514%200-.986-.143-1.4-.4a2.738%202.738%200%2001-1-1.057%203.072%203.072%200%2001-.371-1.5c0-.557.114-1.072.357-1.515.228-.442.557-.8.971-1.057a2.626%202.626%200%20011.415-.385c.3%200%20.614.071.928.185.3.115.6.286.872.486.028.014.1.071.1.071l1.271-1.5a4.473%204.473%200%2000-1.086-.714c-.7-.328-1.428-.486-2.314-.486-.886%200-1.686.215-2.386.643-.714.429-1.257%201.015-1.671%201.757-.414.743-.614%201.572-.614%202.515%200%20.943.2%201.771.614%202.514a4.707%204.707%200%20001.671%201.757z%22%2F%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%2069%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill%3D%22%2300a87b%22%20d%3D%22M45.279%204.528v12l.014.015h2.214v-4.515c0-1.114-.014-2.071-.071-2.871a29.438%2029.438%200%2000-.076-.879l3.161%204.993h1.13l3.256-5.035c-.034.334-.062.67-.085%201.007a52.973%2052.973%200%2000-.072%202.771v4.514h2.214v-12h-2l-3.81%206.121-3.761-6.12h-2.114zM59.207%204.528v12h7.772v-2.057h-5.543V4.528h-2.229zM14%203.429c2.114%200%204.057.771%205.543%202.042l2.214-2.614A11.918%2011.918%200%200014%200C7.386%200%202%205.386%202%2012s5.386%2012%2012%2012c2.957%200%205.657-1.071%207.757-2.843l-1.964-2.614c-1.5%201.271-3.679%202.028-5.793%202.028-4.729%200-8.571-3.842-8.571-8.571%200-4.729%203.842-8.571%208.571-8.571z%22%2F%3E%3Cpath%20d%3D%22M37.95%209.457V7.5h1.786V5.2h2.114v2.3h1.957v1.957H41.85v7.071h-2.114V9.457H37.95z%22%2F%3E%3Cpath%20d%3D%22M20.264%2016.1c.729.4%201.572.6%202.515.6l-.015-.014a4.97%204.97%200%20001.286-.172%206.548%206.548%200%20001.243-.471c.4-.2.743-.443%201.057-.729l-1.043-1.457c-.4.357-.786.6-1.143.743-.357.129-.743.2-1.171.2-.6%200-1.143-.129-1.586-.357a2.514%202.514%200%2001-1.043-1%202.922%202.922%200%2001-.332-.986h6.69v-.743a4.76%204.76%200%2000-.286-1.771c-.2-.543-.5-1-.872-1.4a4.426%204.426%200%2000-1.343-.929%204.001%204.001%200%2000-1.657-.343c-.671%200-1.285.115-1.857.358a4.208%204.208%200%2000-1.457%201%204.484%204.484%200%2000-.957%201.514%205.284%205.284%200%2000-.343%201.943c0%20.886.214%201.685.614%202.371.415.7.972%201.243%201.7%201.643zm-.19-5.086c.046-.226.113-.432.204-.614.2-.4.486-.714.872-.928.386-.215.857-.329%201.414-.329.357%200%20.7.071%201%20.228.3.143.543.358.743.63.2.256.314.57.343.928v.085h-4.576z%22%2F%3E%3Cpath%20d%3D%22M28.535%207.5v9.015h2.115v-5.457c0-.271.043-.529.157-.757.1-.229.257-.443.443-.615.186-.185.414-.314.671-.414.257-.1.529-.143.843-.143.371-.014.7.058.957.2.272.143.457.372.586.672.128.3.186.686.186%201.143v5.371h2.114v-5.514c0-.829-.129-1.514-.357-2.057-.229-.543-.586-.957-1.043-1.229-.471-.271-1.043-.414-1.729-.414-.471%200-.943.114-1.4.314-.457.2-.857.471-1.185.814-.104.108-.198.22-.28.334l-.02-1.262h-2.058zM11.621%2016.271c.7.429%201.5.643%202.386.643h.014c.786%200%201.529-.171%202.243-.5a4.91%204.91%200%20001.129-.714l-1.243-1.472c-.043.043-.1.086-.157.129-.257.2-.529.343-.829.443a2.39%202.39%200%2001-.9.157c-.514%200-.986-.143-1.4-.4a2.738%202.738%200%2001-1-1.057%203.072%203.072%200%2001-.371-1.5c0-.557.114-1.072.357-1.515.228-.442.557-.8.971-1.057a2.626%202.626%200%20011.415-.385c.3%200%20.614.071.928.185.3.115.6.286.872.486.028.014.1.071.1.071l1.271-1.5a4.473%204.473%200%2000-1.086-.714c-.7-.328-1.428-.486-2.314-.486-.886%200-1.686.215-2.386.643-.714.429-1.257%201.015-1.671%201.757-.414.743-.614%201.572-.614%202.515%200%20.943.2%201.771.614%202.514a4.707%204.707%200%20001.671%201.757z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/lobehub/centml-brand-color.svg?color=%231a73e8&size=48